login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Production: Opteron 1222 with a 32 slot instance (SM 1.5 with 50 plugins): http://imgur.com/S6eCIDj.png
Both of the above images show -console SRCDS processes that were freshly started, slots empty, running SourceTV. I am using the older SRCDS files (previously linked in the guide) on the production server, while the VPS has the latest from SteamCMD.
Production CPU utilization nearly tops out with two fully utilized 24-slot instances.
http://forum.radi-8.com/viewtopic.php?f=13&t=1194&start=20#p21990
wine
ntp
xvfb
screen
x11vnc
The only thing in the guide that didn't work as expected was that the screen session did not stay active, but srcds.exe did. It is accessible with VNC (and the Steam server browser) as I type.
I think the issue you're seeing is related to your environment somehow. Maybe WINE version, kernel version or something else.
Using VNC as suggested in the guide to remotely display X applications, rather than X2Go, is definitely the better way though. I've discovered that for some reason, fps significantly go down in a suspended X2Go session. Without any effect on process priority/nice value or CPU usage, strangely enough.
I've updated the guide to include the new install instructions and some additional management info.
This probably doesn't play so well with watch dogs though.
It looks like I have figured out my issue. I was running srcds from the location where I store all my servers at in /home/name/steam/games/neotokyo. If I run srcds.exe from /home/name/.wine/drive_c/srcds/neotokyo I do not have the 100% cpu usage issue.
Since I didn't want to move my neotokyo folder, I just created a symlink to get the job done and it seems to work just fine.
mkdir /home/name/.wine/drive_c/srcds/neotokyo
ln -s /home/name/steam/games/neotokyo /home/name/.wine/drive_c/srcds/neotokyo
Maybe this was obvious to some but I have never used wine before. Thanks for the wine guide Phorce.