- ARK: Survival Evolved RCON support added
- Rust graceful shutdown increased to 10 seconds, and a countdown is provided in game.
- Fixed 100% CPU usage in monitor if using auto-update system
- Fixed rare issue where servers would not restart after a manual update
- Linux: Panel and monitor now add the LD_LIBRARY_PATH string to the environment, making it easier to run the source binary directly. No more pidfiles!
- Linux: Better handling of binaries that are exec'd in scripts
- Improved the pidfile detection code. It should be more robust and less error prone.
- More logging. Going forward we'll be logging more data to help with issues.
UGCC Version 1.80 Released
-
- Site Admin
- Posts: 3617
- Joined: Thu Apr 20, 2006 2:54 pm
- Location: America's Heartland
- Contact:
UGCC Version 1.80 Released
What's new:
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.
NEW Join our Discord!
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.
NEW Join our Discord!
Re: UGCC Version 1.80 Released
Thanks for the update. If we currently use pid files on Linux, should we keep using them after this update?
-
- Site Admin
- Posts: 3617
- Joined: Thu Apr 20, 2006 2:54 pm
- Location: America's Heartland
- Contact:
Re: UGCC Version 1.80 Released
You can if you aren't having any problems, but I'd try switching to running srcds_linux directly instead of srcds_run. You can remove the -pidfile option from the command line, and the pid file setting further down the page.
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.
NEW Join our Discord!
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.
NEW Join our Discord!
Re: UGCC Version 1.80 Released
Ok will give it a go. Thanks!