On Thu, Apr 18, 2013 at 10:27 AM, Noah Easterly wrote:
> I've observed a problem when using nohup within a tmux (in both 1.4 and 1.7)
> session on OSX 10.6.
> But once inside tmux, it starts giving errors:
>
> % tmux
> % nohup echo hi
> appending output to nohup.out
> % cat nohup.out
I've observed a problem when using nohup within a tmux (in both 1.4 and
1.7) session on OSX 10.6.
Outside of tmux, nohup works fine:
% nohup echo hi
appending output to nohup.out
% cat nohup.out
hi
% nohup echo hi >/tmp/out
% cat /tmp/out
hi
%
But once inside tmux, it starts givi
Ha!
Yes, that's exactly what you can do. Sorry about that.
On Tue, Apr 16, 2013 at 11:58 PM, Nicholas Marriott
wrote:
> Grouped sessions don't share options so can't you just set
> destroy-unattached for the transient sessions?
>
>
> On Tue, Apr 16, 2013 at 09:56:20PM -0700, Daniel Ralston wrote