screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using screen in detached mode with ucc-bin does not work


From: Michael Schroeder
Subject: Re: Using screen in detached mode with ucc-bin does not work
Date: Fri, 16 Jul 2004 17:29:20 +0200
User-agent: Mutt/1.4.2.1i

On Fri, Jul 16, 2004 at 10:17:52AM -0400, address@hidden wrote:
> The problem is accurately described here:
> http://www.unrealadmin.org/forums/showthread.php?t=6859
> 
> Basically, one can run ucc-bin (Unreal Tournament 2004 executable) just
> fine within a screen session, manually detach, and the session will run
> just fine. But, when you try to start the executable in detached mode
> (e.g. `screen -dmS ut2004 ./ucc-bin server <...>`) ucc-bin recieves
> SIGHUP and shuts down instead of starting up.
> 
> Does anyone know how to get around this?

Does ucc-bin fork and exit? In that case screen will terminate, 
of course. Try:

    screen -dmS ut2004 bash -c './ucc-bin server <...> ; bash'

Cheers,
  Michael.

-- 
Michael Schroeder           address@hidden
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]