[ut3] Running in background

Ed Martin edman007 at edman007.com
Mon Nov 5 13:51:13 EST 2007


when bash exits it sends a SIGHUP to everything it start, both of which
can cause a program to exit, `nohup my_command` will catch all the
SIGHUPs and prevent a logout from killing the process

another option is to run it with screen which just keeps your session
open so exiting from ssh does no trigger a logout that the program can see


Rick Page wrote:
> I have tried starting my script in the background with "./start_ut3.sh
> &" (no quotes) and UT3 still shuts down when I close the SSH session.
> Any suggestions?
> Rick
> 
> On 10/16/07, *Arnaud De Mouhy* <arnaud.demouhy at gmail.com
> <mailto:arnaud.demouhy at gmail.com>> wrote:
> 
>     Basic linux administration ! ;)
> 
>     ./your_script& launch in background
>     juste add & in the end of your command
> 
>     Arnaud
> 
>     Le 16 oct. 07 à 15:21, Daz @ Dustworld a écrit :
> 
>     > Hey guys,
>     >
>     > Just wondered if anyone could offer some advice on running a linux
>     > server, generally I use nohup to run server in the background, but
>     > whenever I am doing this for UT3 I seem to get segfaults. So I was
>     > just wondering what people are having success with, screen? or
>     > something else?
>     >
>     > Thanks for any help.
>     >
>     > --
>     > Best regards,
>     >
>     > Daz                                     mailto: daz at dustworld.net
>     <mailto:daz at dustworld.net>
>     > Dustworld Staff
>     > Website: www.dustworld.net <http://www.dustworld.net>
>     > Email: support at dustworld.net <mailto:support at dustworld.net>
>     > IRC on Quakenet: #dustworld
>     >
>     >
>     > ---
>     > To unsubscribe, send a blank email to ut3-unsubscribe at icculus.org
>     <mailto:ut3-unsubscribe at icculus.org>
>     > Mailing list archives: http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?64
>     >
>     >
> 
> 
>     ---
>     To unsubscribe, send a blank email to ut3-unsubscribe at icculus.org
>     <mailto:ut3-unsubscribe at icculus.org>
>     Mailing list archives: http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?64
> 
> 
> 




More information about the ut3 mailing list