Install Steam
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)
Bahasa Indonesia (Indonesian)
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
Check by typing status in the console.
CS:S is horrible in terms of error notifications. And since it writes some configs, a cache file and logs within the installation directory (something which makes no sense on a *NIX system), my permission degradation did not go well.
First things first: strace is your friend, although it shows nothing if you start srcds_run with strace. One has to explicitly start srcds_linux with it, but has to set LD_LIBRARY_PATH to include the install directory beforehand. That took me a couple of minutes to find out. Afterwards it was sifting through about 5 MB of strace log, but that went relatively smooth.
Funny side note: STDOUT doesn't help, nor does STDERR. So all your console output is worthless garbage. It clearly wasn't meant to be run on a *NIX system all that years ago, and porting it wasn't done by SysOps.
Now: I'll do a second deployment, write an installer and give that to you, as was promised.