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 giving errors:
% tmux
% nohup echo hi
appending output to nohup.out
% cat nohup.out
nohup: can't detach from console: Unknown error: 0
% nohup echo hi > /tmp/out
% cat /tmp/out
nohup: can't detach from console: Inappropriate ioctl for device
Is there anything I can do to fix this, or should I file a bug?
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users