rust-server icon indicating copy to clipboard operation
rust-server copied to clipboard

Face punch issued restarts of server is blocking AFTER initial clean load of docker container

Open Hardcore-fs opened this issue 2 years ago • 0 comments

latest version of linux rocky+ CE docker + latest container. FP do forced server restarts outside of the normal monthly resets to fix bugs.

They have changed how rust loads & runs.

during a restart of the rust program inside the container (rust updates/user restarts), the ports are NOT correctly shutdown & the containerised version hangs at this library load. (port in use)

if you shut down docker container THIS fixes the issue, but restarting rust inside the container (server restart/update) FAILS

Fallback handler could not load library /steamcmd/rust/RustDedicated_Data/Mono/libadvapi32.dll Shutdown signal received ShutdownApp::RCON connecting to server ShutdownApp::RCON error: Error: connect ECONNREFUSED 127.0.0.1:28016 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1144:16) { errno: 'ECONNREFUSED', code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 28016 }

Hardcore-fs avatar Jul 24 '22 00:07 Hardcore-fs