bugzilla-daemon at bugzilla.mindrot.org
2009-Aug-28 05:32 UTC
[Bug 1636] New: Loging after chroot
https://bugzilla.mindrot.org/show_bug.cgi?id=1636 Summary: Loging after chroot Product: Portable OpenSSH Version: 5.2p1 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: jchadima at redhat.com --- Comment #0 from jchadima at redhat.com 2009-08-28 15:32:07 EST --- It is useful to continue to write the logs after chroot to the directory which do not contain the syslog socket in the chroot environment. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2009-Aug-28 05:33 UTC
[Bug 1636] Loging after chroot
https://bugzilla.mindrot.org/show_bug.cgi?id=1636 --- Comment #1 from jchadima at redhat.com 2009-08-28 15:33:45 EST --- Created an attachment (id=1680) Patch solving the problem -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2009-Aug-28 17:18 UTC
[Bug 1636] Loging after chroot
https://bugzilla.mindrot.org/show_bug.cgi?id=1636 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1680| |ok- Flag| | --- Comment #2 from Damien Miller <djm at mindrot.org> 2009-08-29 03:17:59 EST --- (From update of attachment 1680) This patch doesn't work on platforms that use syslog_r -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2009-Aug-31 05:50 UTC
[Bug 1636] Loging after chroot
https://bugzilla.mindrot.org/show_bug.cgi?id=1636 jchadima at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jchadima at redhat.com --- Comment #3 from jchadima at redhat.com 2009-08-31 15:50:44 EST --- What is the problem? Where it can be reproduced? Solaris? -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2009-Sep-01 07:08 UTC
[Bug 1636] Loging after chroot
https://bugzilla.mindrot.org/show_bug.cgi?id=1636 --- Comment #4 from jchadima at redhat.com 2009-09-01 17:08:15 EST --- Oh I see poor broken system with disconnectlog_r.... From the manual page can be read: SYSLOG ( 3 ) OpenBSD Programmer?sManual SYSLOG(3) ..... LOG_NDELAY Open the connection tosyslogd(8) immediately. Normally the open is delayed until the ?rst message is logged. Useful for programs that need to manage the order in which ?le descriptors are allocated. This option must be used in programs that call chroot(2) where the newroot does not have its own log socket. ...... -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2011-Jun-23 10:54 UTC
[Bug 1636] Loging after chroot
https://bugzilla.mindrot.org/show_bug.cgi?id=1636 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #5 from Damien Miller <djm at mindrot.org> 2011-06-23 20:54:03 EST --- OpenSSH 5.9 passes log messages from the preauth privsep slave to the monitor for logging, so any chroot /dev/log workarounds are no longer necessary. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2011-Sep-06 05:33 UTC
[Bug 1636] Loging after chroot
https://bugzilla.mindrot.org/show_bug.cgi?id=1636 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Damien Miller <djm at mindrot.org> 2011-09-06 15:33:05 EST --- close resolved bugs now that openssh-5.9 has been released -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
Apparently Analagous Threads
- [Bug 1637] New: Change the context when starting internal-sftp
- [Bug 1835] New: sftp should fallback to sshv1 if server doesn't support sshv2
- [Bug 1890] New: Entropy management for linux
- [Bug 1789] New: On linux use abstract socket for X11 connections if possible
- [Bug 1894] New: ssh requests ipv6 addresses even with ipv6 disabled