what version of tmux? what platform? what shell?

normally starting processes with & puts them in the background but does
not detach them from the terminal, so they will die when the shell


On Fri, Sep 03, 2010 at 12:45:28PM +0200, Mika Fischer wrote:
> Hi,
> 
> with screen I could start processes in the background with &. When I
> then closed the shell, the process would keep running and the shell
> would close.
> 
> With tmux, if I do this, the shell waits for the started process to
> finish. Even if I do disown %1 it still waits for the process. Only
> "nohup command &" keeps the shell from waiting.
> 
> I don't understand what exactly is happening and what causes the
> difference between screen and tmux. Any advice would be much
> appreciated.
> 
> Best,
>  Mika
> 
> ------------------------------------------------------------------------------
> This SF.net Dev2Dev email is sponsored by:
> 
> Show off your parallel programming skills.
> Enter the Intel(R) Threading Challenge 2010.
> http://p.sf.net/sfu/intel-thread-sfd
> _______________________________________________
> tmux-users mailing list
> tmux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tmux-users

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to