Page 1 of 1

Server shuts down on player leave

Posted: Sun Jun 24, 2018 9:55 am
by Cronie
My first time setting up a headless server. It works fine until a player joins and leaves. Then the whole server shuts down and needs to be restarted from the command line.

How can I get it to pause instead of fully shutting down?

here is an example https://pastebin.com/Wer7RZth

Thanks for any advice :)

Re: Server shuts down on player leave

Posted: Sun Jun 24, 2018 1:18 pm
by Loewchen
It terminates because it fails to write to file when trying to save.

Re: Server shuts down on player leave

Posted: Sun Jun 24, 2018 10:53 pm
by Cronie
Loewchen wrote:It terminates because it fails to write to file when trying to save.
How do I fix that?

Re: Server shuts down on player leave

Posted: Mon Jun 25, 2018 12:48 am
by Zavian
From the log file it is trying to write to /opt/factorio/bin/x64/saves/dsd.tmp.zip . I'm guessing that it either doesn't have write permission, or that that partition if full.

Re: Server shuts down on player leave

Posted: Tue Jun 26, 2018 1:27 pm
by Dergonic
Zavian wrote:From the log file it is trying to write to /opt/factorio/bin/x64/saves/dsd.tmp.zip . I'm guessing that it either doesn't have write permission, or that that partition if full.
+1

Peux-tu nous donner les résultats des commandes suivantes :
- ls -alh /opt/factorio/bin/x64/saves/
- df -h

(La première liste tout les fichiers du dossier en question avec leurs droits d'accès)
(la seconde nous donne la liste des partitions avec les espace utilisés et disponible)