Page 1 of 1

[0.14.13] Weird headless server stop

Posted: Fri Oct 14, 2016 7:20 am
by frank12311
I've had this happen 2 times in 2 days so far. At some point, me and my friend feel like its late enough to call it a day. I come back this morning not able to connect to the server. I login at my Debian server and resume my screen. This is the last log output. "Killed'. Any idea what could be causing this?

Code: Select all

2016-10-13 23:14:39 [CHAT] ClemChowder: ok
2016-10-13 23:17:29 [CHAT] ClemChowder: im off
2016-10-13 23:17:33 [CHAT] superfun: k
21004.955 Info ServerMultiplayerManager.cpp:812: Disconnect notification for peer (4)
21004.955 Info ServerMultiplayerManager.cpp:733: mapTick(9228925) received stateChanged peerID(4) oldState(InGame) newState(DisconnectScheduled)
21004.972 Info ServerSynchronizer.cpp:539: nextHeartbeatSequenceNumber(550081) removing peer(4).
21017.721 Info ServerMultiplayerManager.cpp:812: Disconnect notification for peer (3)
21017.722 Info ServerMultiplayerManager.cpp:733: mapTick(9229691) received stateChanged peerID(3) oldState(InGame) newState(DisconnectScheduled)
21017.758 Info ServerSynchronizer.cpp:539: nextHeartbeatSequenceNumber(550404) removing peer(3).
27512.073 code:28, 1c; Timeout was reached -- SSL connection timeout
27515.127 Info HttpSharedState.cpp:106: Downloading https://multiplayer.factorio.com/post-game-heartbeat/341021
27521.453 Info HttpSharedState.cpp:108: Status code: 0
27537.869 Info MatchingServerGameUpdater.cpp:141: Failed to sendHeartbeat to the multiplayer matching server: Downloading failed: Timeout was reached -- SSL connection timeout
27763.753 code:28, 1c; Timeout was reached -- SSL connection timeout
27764.342 Info HttpSharedState.cpp:106: Downloading https://multiplayer.factorio.com/update-game/341021
27765.416 Info HttpSharedState.cpp:108: Status code: 0
27828.514 Info HttpSharedState.cpp:106: Downloading https://multiplayer.factorio.com/post-game-heartbeat/341021
27829.840 Info HttpSharedState.cpp:108: Status code: 404
27851.377 Info ServerMultiplayerManager.cpp:578: Matching server connection resumed
Killed

Re: [0.14.13] Weird headless server stop

Posted: Fri Oct 14, 2016 7:28 am
by prg
Out of memory? Check dmesg.

Re: [0.14.13] Weird headless server stop

Posted: Fri Oct 14, 2016 8:10 am
by frank12311
prg wrote:Out of memory? Check dmesg.

Code: Select all

[2474312.866883] Out of memory: Kill process 27117 (factorio) score 285 or sacrifice child
[2474312.867955] Killed process 27117 (factorio) total-vm:806068kB, anon-rss:590828kB, file-rss:0kB
I would rather sacrifice an child, anyone have left over childeren?

Thanks for the help, totally forgot to check dmesg.