[Bug 245] SSH can not log out under Solaris 2.6
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue May 21 04:54:41 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=245
------- Additional Comments From carson at taltos.org 2002-05-21 04:54 -------
An explanation of the problem is provided by the man page for setsid() on
Solaris. I'm fairly sure that the behaviour specified is per POSIX.
DESCRIPTION
The setsid() function creates a new session, if the calling
process is not a process group leader. Upon return the cal-
ling process will be the session leader of this new session,
will be the process group leader of a new process group, and
will have no controlling terminal.
The lack of controlling terminal appears to be the key issue.
------- 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