[ut3] Running in background

Chris van Es chriske at gmail.com
Mon Nov 5 19:23:24 EST 2007


i run al my gameservers in screen. verry verry nice to use.

put this in a filename.sh file:


screen -A -m -d -S Ut3 ./start1.sh
then run the ./filename.sh to start it without u going in to screen ;)


On 11/5/07, [ ISV_Damocles ] <isv.damocles at gmail.com> wrote:
>
> That won't work because the start_ut3.sh script is a child of your SSH's
> bash process, so when it dies, so does all the child processes.
>
> screen is an application that allows you to leave processes running even
> if you're not connected because they're spawned by an always-running daemon
> rather than the ssh process.
>
> Basically, assuming your server has it installed, run "screen", then run
> "./start_ut3.sh", then press "Ctrl-a", then "d".
>
> When you want to kill the ut3 server, run "screen -r" then press "Ctrl-c".
> Then you can just "exit" from screen.
>
> You can find some more commands here:
> http://www.kuro5hin.org/story/2004/3/9/16838/14935
>
> Or check screen's man page.
>
> On 11/5/07, Rick Page <mpcacrucesalus at gmail.com> 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> 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
> > > > Dustworld Staff
> > > > Website: www.dustworld.net
> > > > Email: support at dustworld.net
> > > > IRC on Quakenet: #dustworld
> > > >
> > > >
> > > > ---
> > > > To unsubscribe, send a blank email to 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
> > > Mailing list archives: http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?64
> > >
> > >
> > >
> >
>


-- 
Mvg,

chris de klerck

www.websiteplaatsen.nl
www.worldofchris.nl
www.saveyourpicture.com
www.winks4free.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://icculus.org/pipermail/ut3/attachments/20071105/853aa0ed/attachment.htm>


More information about the ut3 mailing list