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?