[Bug 2341] XQuartz X11 forwarding not working in OS X 10.10 Yosemite

2016-12-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2341 Damien Miller changed: What|Removed |Added Attachment #2871|ok?(d...@mindrot.org)|ok+

[Bug 2646] zombie processes when using privilege separation

2016-12-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2646 --- Comment #4 from Akshay --- Okay, I was able to reproduce the issue using `OpenSSH_7.2p2, OpenSSL 1.0.2g 1 Mar 2016` First, I have a simple 'init' program that runs in a container. All it does is it launches sshd, and

[Bug 2341] XQuartz X11 forwarding not working in OS X 10.10 Yosemite

2016-12-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2341 Darren Tucker changed: What|Removed |Added Attachment #2871|0 |1 is

[Bug 2341] XQuartz X11 forwarding not working in OS X 10.10 Yosemite

2016-12-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2341 --- Comment #20 from Darren Tucker --- Created attachment 2916 --> https://bugzilla.mindrot.org/attachment.cgi?id=2916=edit OSX X11: if using launchd socket, remove the screen number (In reply to Damien Miller from comment

[Bug 2341] XQuartz X11 forwarding not working in OS X 10.10 Yosemite

2016-12-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2341 Damien Miller changed: What|Removed |Added Attachment #2917||ok+

[Bug 2341] XQuartz X11 forwarding not working in OS X 10.10 Yosemite

2016-12-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2341 Darren Tucker changed: What|Removed |Added Attachment #2916|0 |1 is

[Bug 2341] XQuartz X11 forwarding not working in OS X 10.10 Yosemite

2016-12-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2341 Damien Miller changed: What|Removed |Added Attachment #2915|ok?(d...@mindrot.org)|ok+

[Bug 2646] zombie processes when using privilege separation

2016-12-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2646 --- Comment #5 from Darren Tucker --- (In reply to Akshay from comment #4) > Okay, I was able to reproduce the issue using `OpenSSH_7.2p2, > OpenSSL 1.0.2g 1 Mar 2016` Thanks. > nsadmin 22 0.0 0.0 0 0 ?

[Bug 2341] XQuartz X11 forwarding not working in OS X 10.10 Yosemite

2016-12-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2341 Damien Miller changed: What|Removed |Added Attachment #2915|0 |1 is obsolete|

[Bug 2646] zombie processes when using privilege separation

2016-12-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2646 --- Comment #7 from Akshay --- Here is what happened when I tested with the '-r' option: Initially... root@4871a0e3589e:/# ps auxf USER PID %CPU %MEMVSZ RSS TTY STAT START TIME COMMAND root 9

[Bug 2646] zombie processes when using privilege separation

2016-12-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2646 --- Comment #3 from Akshay --- > Can you reproduce the problem with a binary built from the stock sources from > openssh.com Sure, I'll go ahead and do that > What command line flags is sshd invoked with I'll provide

[Bug 2646] zombie processes when using privilege separation

2016-12-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2646 --- Comment #6 from Darren Tucker --- Created attachment 2914 --> https://bugzilla.mindrot.org/attachment.cgi?id=2914=edit Add sigchld handler to inetd mode path I think this patch would also fix it. Could you please try

[Bug 2341] XQuartz X11 forwarding not working in OS X 10.10 Yosemite

2016-12-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2341 Damien Miller changed: What|Removed |Added Attachment #2916||ok+

[Bug 2646] zombie processes when using privilege separation

2016-12-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2646 --- Comment #8 from Akshay --- Also, adding the one line patch you suggested (on to 7.2p2*) does not fix the problem. I still see processes marked 'defunct' once I log out. * = your patch was probably on a different