Server shuts down on player leave

Anything that prevents you from playing the game properly. Do you have issues playing for the game, downloading it or successfully running it on your computer? Let us know here.
Post Reply
Cronie
Inserter
Inserter
Posts: 42
Joined: Wed Jun 29, 2016 10:52 am
Contact:

Server shuts down on player leave

Post 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 :)

Loewchen
Global Moderator
Global Moderator
Posts: 8308
Joined: Wed Jan 07, 2015 5:53 pm
Contact:

Re: Server shuts down on player leave

Post by Loewchen »

It terminates because it fails to write to file when trying to save.

Cronie
Inserter
Inserter
Posts: 42
Joined: Wed Jun 29, 2016 10:52 am
Contact:

Re: Server shuts down on player leave

Post by Cronie »

Loewchen wrote:It terminates because it fails to write to file when trying to save.
How do I fix that?

Zavian
Smart Inserter
Smart Inserter
Posts: 1641
Joined: Thu Mar 02, 2017 2:57 am
Contact:

Re: Server shuts down on player leave

Post 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.

Dergonic
Inserter
Inserter
Posts: 44
Joined: Mon Jun 06, 2016 8:56 am
Contact:

Re: Server shuts down on player leave

Post 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)

Post Reply

Return to “Technical Help”