GameServerManagers / LinuxGSM

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

[Insurgency] monitor not working #1052

Closed PhilPhonic closed 8 years ago

PhilPhonic commented 8 years ago

Hi,

the monitor function isnt working anymore:

[ERROR ] Monitor ins-server: SteamCMD is currently checking for updates

steam is definately NOT looking for updates at the moment. I have multiple insurgency servers and all show this behaviour

dgibbs64 commented 8 years ago

ps -ef|grep "${selfname} update"|grep -v grep|wc -l

This is the code that checks for this. I bet that if you do ps -ef|grep update you will see there are update commands running for some reason

PhilPhonic commented 8 years ago

damn, you are right.. i think the update function crashed somehow. thanks

lock[bot] commented 6 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.