Funar
01-12-2005, 09:39 AM
When supplying -pidfile on the commandline, the server attempts to make a very long filename consisting of the actual commandline arguements. Here's a snippet from the console:
HLDS installation up to date
Console initialized.
Unable to open pidfile (-pidfile /opt/steam/hl2mp.pid +maxplayers 10 +ip 64.9.120.200:27015
+map dm_overwatch -steam -defaultgamedir hl2)
It's trying to create a file named "-pidfile /opt/steam/hl2mp.pid +maxplayers 10 +ip 64.9.120.200:27015 +map dm_overwatch -steam -defaultgamedir hl2"
Here's the actual commandline I'm sending to srcds_run:
srcds_run -steamuser username -steampass password -game hl2mp -autoupdate -ignoresigint \
-norestart -gdb /usr/bin/gdb -debug -debuglog /opt/steam/hl2mp.log -pidfile /opt/steam/hl2mp.pid \
+maxplayers 10 +ip 64.9.120.200:27015 +map dm_overwatch
HLDS installation up to date
Console initialized.
Unable to open pidfile (-pidfile /opt/steam/hl2mp.pid +maxplayers 10 +ip 64.9.120.200:27015
+map dm_overwatch -steam -defaultgamedir hl2)
It's trying to create a file named "-pidfile /opt/steam/hl2mp.pid +maxplayers 10 +ip 64.9.120.200:27015 +map dm_overwatch -steam -defaultgamedir hl2"
Here's the actual commandline I'm sending to srcds_run:
srcds_run -steamuser username -steampass password -game hl2mp -autoupdate -ignoresigint \
-norestart -gdb /usr/bin/gdb -debug -debuglog /opt/steam/hl2mp.log -pidfile /opt/steam/hl2mp.pid \
+maxplayers 10 +ip 64.9.120.200:27015 +map dm_overwatch