GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.25k stars 813 forks source link

Project Zomboid hangs on Ubuntu because of missing package 'rng-tools' #1182

Closed Bullace closed 6 years ago

Bullace commented 7 years ago

On a clean minimal Ubuntu installation, a Project Zomboid server installed with LGSM will hang on the message "SteamUtils initialised successfully". I'm not sure why but installing the package rng-tools fixes everything. So a simple fix would be to add that to the installation instructions on the website.

UltimateByte commented 7 years ago

Our packages requirement don't take account of minimal install, since nobody should install that in 2016. However, i see many people doing it anyways, so... Maybe we should add some requirements for them.

dgibbs64 commented 6 years ago

It looks like rng-tools is used to help generate randomness. SteamCMD might require this. However, I will not be adding this into the requirements as its only an issue for minimal installs.

UltimateByte commented 6 years ago

Well, I don't see the problem with adding requirements for minimal installs, it would prevent many issues ^^

dgibbs64 commented 6 years ago

I have no way to confirm or detect the requirements

UltimateByte commented 6 years ago

Maybe with the upcoming partner we will have an option for minimal installs ? ^^

Bullace commented 6 years ago

Oh hello. Just wanna say I had this happen on a Vultr Ubuntu 16.04 VPS as well. No clue if 18.04 hosted there would have this issue.

dgibbs64 commented 6 years ago

Interesting. The final question we need to confirm is if its just Project Zomboid or are other servers affected

dgibbs64 commented 6 years ago

Research suggests its a PZ issue.

dgibbs64 commented 6 years ago

rng-tools is now a requirement of PZ

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.