On 2003.12.29, John Shafto <[EMAIL PROTECTED]> wrote: > [29/Dec/2003:00:19:11][81749.134533120][-main-] Notice: driver: starting: nssock > [29/Dec/2003:00:19:11][81749.134533120][-main-] Warning: prebind: closed unused: > 192.168.0.2:80 = 5 > [29/Dec/2003:00:19:11][81749.134718464][-sched-] Notice: sched: starting > [29/Dec/2003:00:19:11][81749.134720512][-nssock:driver-] Notice: starting > [29/Dec/2003:00:19:11][81749.134720512][-nssock:driver-] Fatal: nssock: > failed to listen on 192.168.0.2:80: Permission denied
This is odd. It looks like you're specifying -b 192.168.0.2:80 on the command line and nsd thinks you haven't specified an nssock section in your config.tcl, so it closes down the unused listener ... then later it starts up nssock and fails because it can't find a listener for 192.168.0.2:80 ... You said FreeBSD 4.9? Could you try building AOLserver 4.0 GM and see if it behaves any differently? -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
