bugzilla-daemon at mindrot.org
2015-Apr-17 06:49 UTC
[Bug 1682] verbose log message unclear when X11 forwarding denied
https://bugzilla.mindrot.org/show_bug.cgi?id=1682 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned-bugs at mindrot.org |djm at mindrot.org CC| |djm at mindrot.org, | |dtucker at zip.com.au Attachment #2595| |ok?(dtucker at zip.com.au) Flags| | --- Comment #1 from Damien Miller <djm at mindrot.org> --- Created attachment 2595 --> https://bugzilla.mindrot.org/attachment.cgi?id=2595&action=edit debug log missing $DISPLAY when ForwardX11 This adds: + if (display == NULL && options.forward_x11) + debug("X11 forwarding requested but DISPLAY not set"); which might give users some clue of what is happening -- 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.
Possibly Parallel Threads
- [Bug 1682] New: verbose log message unclear when X11 forwarding denied
- [Bug 1682] verbose log message unclear when X11 forwarding denied
- [Bug 1682] verbose log message unclear when X11 forwarding denied
- [Bug 1682] verbose log message unclear when X11 forwarding denied
- Patch to add "warn" value to ForwardX11 and ForwardAgent