06-14-2010, 11:52 PM
BASIC INFO
Server OS: Debian Lenny 32-bit
Processor: intel pentium d, duo core, 3 GHz
Ram: 1gb error correcting ddr2
Game(s): cstrike
Start Up Command:
Admin Mods: none
Here's the problem:
-> this produces no file named srcds.pid. Googling for it gave me some ideas but none of which worked.
-> it does produce a file named css.pid but this is the pid of the keepalive script, not of the actual server instance. Killing the keepalive doesn't stop the server.
Any suggestions / patches?
It's been a while since I've tried to get this solved. In the meantime I thought of a way around by renaming the srcds binary to a unique name so I can grep for that process and kill it.
This is a dirty hack and I think it's time to get this solved!
Server OS: Debian Lenny 32-bit
Processor: intel pentium d, duo core, 3 GHz
Ram: 1gb error correcting ddr2
Game(s): cstrike
Start Up Command:
Code:
#!/bin/sh
./srcds_run -console -game cstrike +map 2rooms -ticrate 33 -pidfile srcds.pid
echo $! > css.pid
Here's the problem:
-> this produces no file named srcds.pid. Googling for it gave me some ideas but none of which worked.
-> it does produce a file named css.pid but this is the pid of the keepalive script, not of the actual server instance. Killing the keepalive doesn't stop the server.
Any suggestions / patches?
It's been a while since I've tried to get this solved. In the meantime I thought of a way around by renaming the srcds binary to a unique name so I can grep for that process and kill it.
This is a dirty hack and I think it's time to get this solved!