bugzilla-daemon at mindrot.org
2003-Sep-22 20:35 UTC
[Bug 703] non-interactive commands fail on solaris 8
http://bugzilla.mindrot.org/show_bug.cgi?id=703 Summary: non-interactive commands fail on solaris 8 Product: Portable OpenSSH Version: 3.7.1p1 Platform: Sparc OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: PAM support AssignedTo: openssh-bugs at mindrot.org ReportedBy: doke at udel.edu non-interactive commands fail in PAM tty check on solaris 8. Not all systems are affected. It seems to depend on the system PAM patches. Problem does not occur on Solaris 9. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Sep-22 20:37 UTC
[Bug 703] non-interactive commands fail on solaris 8
http://bugzilla.mindrot.org/show_bug.cgi?id=703 ------- Additional Comments From doke at udel.edu 2003-09-23 06:37 ------- Created an attachment (id=450) --> (http://bugzilla.mindrot.org/attachment.cgi?id=450&action=view) patch to fix problem ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Sep-22 20:57 UTC
[Bug 703] non-interactive commands fail on solaris 8
http://bugzilla.mindrot.org/show_bug.cgi?id=703 ------- Additional Comments From doke at udel.edu 2003-09-23 06:57 ------- Some PAM modules in Solaris 8 require the tty to be set. So sshd sets it to "ssh". However, some versions of Solaris 8 PAM require the tty to begin with "/dev/". Changing auth-pam.c to use "/dev/console", or "/dev/ssh", fixes it. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Oct-07 07:26 UTC
[Bug 703] non-interactive commands fail on solaris 8
http://bugzilla.mindrot.org/show_bug.cgi?id=703 ------- Additional Comments From dtucker at zip.com.au 2003-10-07 17:26 ------- I wonder if PAM_TTY=/dev/ssh will break any other platforms? Maybe it should be inside an #ifdef PAM_SUN_CODEBASE? (I don't think using /dev/console is a good idea, though.) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Oct-07 10:58 UTC
[Bug 703] non-interactive commands fail on solaris 8
http://bugzilla.mindrot.org/show_bug.cgi?id=703 ------- Additional Comments From djm at mindrot.org 2003-10-07 20:58 ------- Someone posted this to openssh-unix-dev@> In case you have problems with 3.7.1p1 on Solaris 8 and have the > following messages logged: > > fatal: PAM: pam_open_session(): Can not make/remove entry for > session > > Try installing Sun patch 111659-07 or later (or some later patch > which incorporates this patch). This fixed it for me, YMMV.Is this patch installed on the affected system? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Oct-07 12:25 UTC
[Bug 703] non-interactive commands fail on solaris 8
http://bugzilla.mindrot.org/show_bug.cgi?id=703 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mm1329 at sbc.com ------- Additional Comments From dtucker at zip.com.au 2003-10-07 22:25 ------- *** Bug 728 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Apparently Analagous Threads
- Problem with non-interactive shells on Sol8 with 3.7.1p1
- [Bug 1528] New: sshd hangs when pasting more than 2k of text
- Regarding PAM_TTY_KLUDGE and Solaris 8...
- pam_open_session w/o tty on Solaris
- sshd can't change expired password on Sol8 with Openssh3.0p1 + PAM