PDA

View Full Version : server down by remote logout


Rookie
6th December, 2002, 10:45 PM
hi there,

i've startet an UT2003 Server via ssh login in putty with the following command:

./ucc-bin server DM-Antalus

everything works fine as long as i'm locked in in remote control. but when i close putty, the server went down too. :(
so my question is, which command i should use, that the server runs also when remote control is closed?
I've tried ./nohup ucc-bin server usw. but it doesn't work, in this way the server doesn't even start.
plz help :notworthy:

elmuerte
6th December, 2002, 10:54 PM
it's because UT2003 loses it's terminal and receives a broken pipe signal
you could start it with `start-stop-daemon` or just use `screen`

DocS
7th December, 2002, 12:32 AM
Or just use ./ucc-bin server DM-Antalus &, that puts the process in the background, and you can log out without any problems. I personally use screen because it has got more advantages in getting the process back in front and then detach it again. Very good if there“s a server console like in Half Life.

xTd-Snertz
10th December, 2002, 07:37 AM
Try Ctrl + A + D when you are in putty when you're done with your command.. this logs you out and the process keeps running.