Error on Headless Server when Save-game attempted
Posted: Wed Feb 01, 2017 4:28 pm
I'm running a headless server on an Ubuntu Studio Linux VM using Virtual Box to host it on my i3 Intel PC.
Everything is working fine apart from whenever I invoke the save-game command from the terminal I get this error.....
I get the same error message when logged in as root......
Do I have the syntax wrong? I have tried supplying the full path - /opt/factorio/saves/fred
But that doesn't seem to work either.
The system does save the game, but using the filename of the last save (not the autosave) in this case SaveGame28Jan17.zip
So my current workaround is to copy the save and rename it. The Server then overwrited the copy instead of using the fred filename.
Can you shed some light as to what may be awry?
Everything is working fine apart from whenever I invoke the save-game command from the terminal I get this error.....
Code: Select all
michael@FactorioServer:~$ sudo service factorio save-game fred
[sudo] password for michael:
2017-01-25 08:38:19 [CHAT] <server>: Stopping server to save game
Stopping Factorio: . . . . cat: /opt/factorio/bin/x64/../../server.pid: No such file or directory
Code: Select all
root@FactorioServer:/opt/factorio/saves# service factorio save-game fred
2017-02-01 16:07:03 [CHAT] <server>: Stopping server to save game
Stopping Factorio: . . . . . cat: /opt/factorio/bin/x64/../../server.pid: No such file or directory
complete!
But that doesn't seem to work either.
The system does save the game, but using the filename of the last save (not the autosave) in this case SaveGame28Jan17.zip
So my current workaround is to copy the save and rename it. The Server then overwrited the copy instead of using the fred filename.
Can you shed some light as to what may be awry?