self-host-csmm-support
textPage 76 of 373
50 messages on this page
Friday, February 3, 2023
User bddf69
I'm assuming it's hanging on deleting a large amount of tracking data or something? So perhaps try manually deleting that first and then the player profile
User bddf69
Can you share the stack trace? Would be interested to see what the query is doing exactly
User 071981
Hi there!
i got a small issue. i cant delete my player profiles because i run into a lock timeout i already tryed to increase MYSQL_INNODB_LOCK_WAIT_TIMEOUT in the .env but looks like that doesnt help. you have any idee to solve this? π
Saturday, January 28, 2023
User 2ada26
Oh I see "resetplayerdata"
User 2ada26
What is rpd? You mean deleting the player data? The .ttp and .map files?
User 6ceaf4
when that happens, only thing that works for my is a reset using rpd
User 2ada26
I've tried using the teleportplayertohome, tb, mv chat cmd, etc but none have helped so far.
User 2ada26
Hi, I don't know where else to ask this, but is there a way to use CSMM or CPM to spawn a player to a different location when they are offline?
I have a player that has the entity pos (0, 0, 0) bug and cannot load into the server because they get the error "Spawned entity with wrong pos: pos=(0.0, 0.0, 0.0)"
I have a player that has the entity pos (0, 0, 0) bug and cannot load into the server because they get the error "Spawned entity with wrong pos: pos=(0.0, 0.0, 0.0)"
Sunday, January 22, 2023
User a83fb8
Aaah okay copy that thanks for letting me know
User 905c0a
CSMM doesn't read log files tho, it listens to the console port, where the game outputs lines at the same time it outputs to the log. Since CSMM also needs to write to that port, there's not really a good solution for filtering there. I misunderstood the end goal of your question.
User a83fb8
Maybe I can work around this by having sed write to a new log file in a different location and set up CSMM to use this filtered log instead
User a83fb8
After initial sed -i use, the server would stop writing to log until next server reboot
Friday, January 20, 2023
User bddf69
Yeah looks like there were some issues with Steam, looks to be all resolved again now though
User 6ceaf4
multiple players reporting being unable to vote
User 374c5d
i even revoked and reissued a steam api
User 374c5d
I can not log in either, logs are showing a steam issue it looks like
User 4402cf
Is anyone else having issues with steam authentication? I'm having issues on both CSMM and Alloc's web UIs. The 7dtd server literally logs out the steam login page on a failed attempt... Is this related to https://discord.com/channels/336821518250147850/427106880255426560/1065441239559835731 ? I only noticed that it stopped working today. It was working just fine two days ago.
Wednesday, January 18, 2023
User 1b05f4
docker destroys server 22 literally...but everyone thought it was down to a crashed windows upgrade at the time, there was some info saying it was compatible but wrong, yep saw prismas also...
Going to install windows 11 pro, docker is compatible there it seems.
Running linux probably makes sense but last thing I want is to be fighting shadows and not knowing whats causing issues with mods or other stuff. I know very little about linux so cant compare anything too
User bddf69
I recommend using the Docker images, those are most portable across OS's (the host method will give you lots and lots of issues)
User bddf69
Just kidding, kind of.. :p
Since I don't use Windows, I can't properly support and troubleshoot windows installs.
It's possible to do it (Prisma did it a while ago) but you'll need to 'translate' the linux instructions to Windows
User 1b05f4
Twice we destroyed windows, at this point I would!!
User bddf69
Install a linux VM π
User 1b05f4
as a windows user whats the easiest way to self host csmm?
User 374c5d
try that
User 374c5d
User 803176
the last post in that channel is from jan 1 2021... is that right?
User 803176
...i found the download for a17, but we're on a20... not sure where i'm missing it.
User 803176
thank you!
User 374c5d
download link is in the above channel
User 374c5d
yes. #unknown-channel
User 803176
cpm? is that a mod?
User 374c5d
you need cpm to create hostile free zones
User 803176
If I remember correctly, you used to be able to use Allocs Web map to create safe zones on the map. Is that still possible?
Tuesday, January 17, 2023
User 41ed7e
alloc
User 963f55
I'm saving this!
User 6ceaf4
I can see that being pinned...
User 392ae3
Figured it out, no worries.
User 392ae3
It's essentially directly from the console, if only it wasn't denying me access to the mysql terminal
User bddf69
It's a solid suggestion if he wasn't on digital ocean! With the DO image, mysql runs directly on the host (no container). Which makes using sqldump quite a bit easier... π
User a83fb8
My bad, I suggested before in private he'd try looking for this folder based of how it looks for me with my docker setup, I should've known better
User bddf69
Just read that diagonally, that's a really good page!
User 905c0a
I've always been partial to http://www.catb.org/~esr/faqs/smart-questions.html
User bddf69
^ Yep. And perhaps a quick google on the tool I recommended to see how it works π. If you're really crazy you might even try it with a throwaway database first before touching your important data
User 905c0a
You're not going to be able to run the sqldump command over sftp, you might start with ssh
User 392ae3
Fair enough, I am connected to the droplet at the moment through SFTP and in my CSMM folder there is only scripts/init.sh
I cannot find anything in regards to csmm anywhere in the droplet.
Heard that there is a db-data folder in there and I am trying to search for that.
I cannot find anything in regards to csmm anywhere in the droplet.
Heard that there is a db-data folder in there and I am trying to search for that.
User bddf69
If you posted here with a plan and some steps you came up with (even if it's terribly wrong), I would have happily helped you get that sorted.
So with the info you gave me, the best help I can give you is this general info link; https://gprivate.com/62zmm
User bddf69
Okay, I'm going to sound like an ass but did you try researching it at all? That question sounds like you didn't (There are no paths involved when you use sqldump)
It's much better that you UNDERSTAND what you are doing instead of following a step-by-step someone else gives you
User 392ae3
Thank you so much! How would I go about that please? Paths etc π
Monday, January 16, 2023
User bddf69
You need to migrate the database, sqldump is a good method :)
