Didstopia / rust-server

Provides a dedicated linux server for Rust (the game) running inside a Docker container.
MIT License
244 stars 104 forks source link

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

Closed Hardcore-fs closed 1 year ago

Hardcore-fs commented 2 years ago

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 }

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.