[Bug 273] sshd hangs on shell exit if user spawned child with /bin/nohup
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sat Jul 13 02:35:53 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=273
------- Additional Comments From jmknoble at pobox.com 2002-07-13 02:35 -------
> i start a program with "nohup <program> &" and
> upon returning to my native machine, the terminal
> is balnk, frozen with no bash prompt.
Don't do that.
Do this instead:
(nohup <program> &)
Note the order of the '&' and the enclosing parentheses.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list