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