if your server will autorestart (best way is to make it as a shell script
imho) then just do an rcon quit and it will shut down the server, then your
shell script will pop it back up.

my shell script for doing so is thus:
#!/bin/sh
while true;
 do ./hlds_run -game cstrike ........
done

so then if i want to bounce a server, I just rcon quit and walla

kev

----- Original Message -----
From: "Simon Garner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 17, 2002 8:34 PM
Subject: Re: Again: [hlds_linux] trouble with restart...


| From: "Angus Macgyver" <[EMAIL PROTECTED]>
|
|
| > Sorry to insist Simon and Omer, but I do not have access anymore to the
| > shell nor to the scripts. If I could, I would not have any problem.
| > What I am tryiing to achieve, Simon, by restarting I wish my server
could
| > accept people playing again after the last VAC update...
| >
|
| Have you tested if any of "restart", "reload" or "shutdownserver; map
| de_dust" has the same effect as restarting as far as VAC is concerned?
Might
| be worth a try.
|
| Otherwise, what I meant was that even if you don't have shell access to
the
| machine, surely whoever owns it does and could take 2 minutes to make this
| change to hlds_run for you. On the other hand if it is your own machine
then
| I fail to see why you do not have at least ssh access to it :)
|
| The only way I can think of that you could forcibly crash the server would
| be to switch to an invalid map, i.e. first "touch
cstrike/maps/de_bogus.bsp"
| then "map de_bogus". But since you don't have shell or even ftp access you
| can't do that...
|
| -Simon
|
| _______________________________________________
| To unsubscribe, edit your list preferences, or view the list archives,
please visit:
| http://list.valvesoftware.com/mailman/listinfo/hlds_linux

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to