On 31/01/07, Alan L Tyree <[EMAIL PROTECTED]> wrote:
Fooling around with that now. The man page says that output is sent to the system log (which I presume is /var/log/syslog). It doesn't seem to be doing that. However, it runs through lots of ports (Not sure where it starts since I can't scroll up that far) and then reports:
Then forward the output to a file - "sudo ...sshd ... > ~/sshd.out 2>&1 &" debug2: bind port 6999: Cannot assign requested address
Failed to allocate internet-domain X11 display socket. debug1: x11_create_display_inet failed. So that at least explains why DISPLAY is not set. Any further help appreciated.
Googling about, http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=104336969724537&w=2 looks closest to your situation - do you have the loopback interface configured? Another option - disable ipv6 by adding: ListenAddress 0.0.0.0 To sshd_config. (source: http://www.samag.com/documents/s=9915/sam0512i/0512i.htm it's Sun-specific but the error message is the same). Cheers, --Amos -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
