My save folder:
Code: Select all
root@server:/opt/factorio# ls -l saves/
total 79836
-rw-r--r-- 1 root root 17025619 May 9 22:09 _autosave1.zip
-rw-r--r-- 1 root root 1492993 May 10 09:33 _autosave2.tmp.zip
-rw-r--r-- 1 root root 19464560 May 9 22:19 _autosave2.zip
-rw-r--r-- 1 root root 10007723 May 9 21:39 _autosave3.zip
-rw-r--r-- 1 root root 10101697 May 9 21:49 _autosave4.zip
-rw-r--r-- 1 root root 13024984 May 9 21:59 _autosave5.zip
-rw-r--r-- 1 root root 10617032 May 8 21:41 server.zip
Code: Select all
0.000 2017-05-10 06:01:41; Factorio 0.15.9 (build 29504, linux64, headless)
0.176 Operating system: Linux (Ubuntu 16.04)
0.177 Program arguments: "/opt/factorio/bin/x64/factorio" "--server-settings" "/opt/factorio/data/server-settings.json" "--start-server-load-latest" "server.zip"
0.177 Read data path: /opt/factorio/data
0.177 Write data path: /opt/factorio
0.177 Binaries path: /opt/factorio/bin
0.313 System info: [CPU: Intel(R) Celeron(R) CPU G1610T @ 2.30GHz, 2 cores, RAM: 3907MB]
0.313 Running in headless mode
1.577 Loading mod settings even-distribution 0.1.0 (settings.lua)
1.613 Loading mod core 0.0.0 (data.lua)
1.680 Loading mod base 0.15.9 (data.lua)
3.190 Loading mod auto-research 3.1.0 (data.lua)
3.325 Loading mod autofill 1.4.7 (data.lua)
3.431 Loading mod Bottleneck 0.6.3 (data.lua)
3.556 Loading mod even-distribution 0.1.0 (data.lua)
3.656 Loading mod research-queue 1.5.1 (data.lua)
3.763 Loading mod base 0.15.9 (data-updates.lua)
3.910 Loading mod auto-research 3.1.0 (data-final-fixes.lua)
4.013 Loading mod research-queue 1.5.1 (data-final-fixes.lua)
4.127 Checksum for core: 3409166051
4.127 Checksum of base: 3769930138
4.127 Checksum of auto-research: 1568893371
4.127 Checksum of AutoDeconstruct: 0
4.127 Checksum of autofill: 3086359458
4.127 Checksum of Bottleneck: 110869948
4.127 Checksum of even-distribution: 4168107971
4.127 Checksum of research-queue: 615097349
4.411 Info PlayerData.cpp:55: Local player-data.json available, timestamp 1494017988
4.412 Info PlayerData.cpp:62: Cloud player-data.json unavailable
4.413 Custom inputs active: 0
4.414 Info Updater.cpp:753: Downloading https://updater.factorio.com/get-available-versions?username=19wolf&token=<private>&apiVersion=2
5.019 0 packages available to download (experimental updates disabled).
5.023 Factorio initialised
5.024 Info HttpSharedState.cpp:44: Downloading https://auth.factorio.com/api-login?api_version=2
5.452 Info HttpSharedState.cpp:111: Status code: 200
5.453 Info AuthServerConnector.cpp:169: Got token from auth server for username(19wolf).
5.516 Info ServerSynchronizer.cpp:27: nextHeartbeatSequenceNumber(0) initialized Synchronizer nextTickClosureTick(0).
5.516 Info ServerMultiplayerManager.cpp:663: mapTick(-1) changing state from(Ready) to(PreparedToHostGame)
5.516 Info ServerMultiplayerManager.cpp:663: mapTick(-1) changing state from(PreparedToHostGame) to(CreatingGame)
5.523 Loading map /opt/factorio/saves/_autosave2.zip: 19464560 bytes.
5.678 Loading Level.dat: 46267543 bytes.
5.691 Info Scenario.cpp:133: Map version 0.15.9-0
8.432 Loading script.dat: 536701 bytes.
8.486 Checksum for script /opt/factorio/temp/currently-playing/control.lua: 76911248
8.489 Checksum for script __auto-research__/control.lua: 2608236854
8.491 Checksum for script __AutoDeconstruct__/control.lua: 3034658017
8.503 Checksum for script __autofill__/control.lua: 3455809202
8.505 Checksum for script __Bottleneck__/control.lua: 2468296750
8.509 Checksum for script __even-distribution__/control.lua: 2743291030
8.602 Checksum for script __research-queue__/control.lua: 688964699
10.402 Info UDPSocket.cpp:27: Opening socket at (0.0.0.0:34197)
10.402 Hosting game at 0.0.0.0:34197
10.402 Info HttpSharedState.cpp:44: Downloading https://auth.factorio.com/generate-server-padlock
10.449 Info HttpSharedState.cpp:111: Status code: 200
10.449 Info AuthServerConnector.cpp:106: Obtained serverPadlock for serverHash (6brrstQ8dP3JA4okEidRsF48NYQcY3Hf) from the auth server.
10.450 Info ServerMultiplayerManager.cpp:663: mapTick(15876001) changing state from(CreatingGame) to(InGame)
10.450 Info UDPSocket.cpp:39: Opening socket for broadcast
10.471 Error InterruptibleStdioStream.cpp:53: Reading stdin failed
12652.152 Received SIGTERM, shutting down
12652.361 Info MainLoop.cpp:242: Saving map as /opt/factorio/saves/_autosave2.zip
Code: Select all
[Unit]
Description=Factorio Server
After=network.target
[Service]
Type=simple
User=root
Group=root
ExecStart=/opt/factorio/bin/x64/factorio --server-settings /opt/factorio/data/server-settings.json --start-server-load-latest server.zip
Restart=always
[Install]
WantedBy=multi-user.target