On Wed, 31 Jan 2007 10:40:03 +1100
"Amos Shapira" <[EMAIL PROTECTED]> wrote:

> 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 &"

Of course. Muy stupido. The relevant part seems here:

debug1: Entering interactive session for SSH2.
debug2: fd 6 setting O_NONBLOCK
debug2: fd 7 setting O_NONBLOCK
debug1: server_init_dispatch_20
debug2: User child is on pid 10258
debug3: mm_request_receive entering
debug1: server_input_channel_open: ctype session rchan 0 win 65536 max
16384 debug1: input_session_request
debug1: channel 0: new [server-session]
debug1: session_new: init
debug1: session_new: session 0
debug1: session_open: channel 0
debug1: session_open: session 0: link with channel 0
debug1: server_input_channel_open: confirm session
debug1: server_input_channel_req: channel 0 request x11-req reply 0
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 req x11-req
debug2: bind port 6010: Cannot assign requested address
debug2: bind port 6010: Cannot assign requested address
debug2: bind port 6011: Cannot assign requested address
...........................
debug2: bind port 6998: Cannot assign requested address
debug2: bind port 6999: Cannot assign requested address
debug2: bind port 6999: Cannot assign requested address
Failed to allocate internet-domain X11 display socket.
debug1: x11_create_display_inet failed.

But I don't know what to make of it.

Thanks,
Alan

> 
> 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
> 


-- 
Alan L Tyree                    http://www2.austlii.edu.au/~alan
Tel: +61 2 4782 2670            Mobile: +61 427 486 206
Fax: +61 2 4782 7092            FWD: 615662
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to