[AOLSERVER] Problem starting aolserver

2007-02-12 Thread Thorpe Mayes
When trying to start a newly installed version of aolserver, I get this error: Error: nssock: failed to listen on 64.58.34.71:80: Permission denied What folder/file does not have the correct permissions? Here is what I am using to start the server: /usr/local/aolserver/bin/nsd -ft ./nsd.tcl

Re: [AOLSERVER] Problem starting aolserver

2007-02-12 Thread patrick o'leary
You need to start it as root to listen on port 80 and pre-bind nsd to the port, by adding  -b 64.58.34.71:80 e.g. /usr/local/aolserver/bin/nsd -ft ./nsd.tcl -u something -g something  -b 64.58.34.71:80 P Thorpe Mayes wrote: When trying to start a newly installed version of aolserver, I

Re: [AOLSERVER] Problem starting aolserver

2007-02-12 Thread Janine Sisk
Some other process is already listening on that IP address on port 80. Usually the culprit is Apache, however in this case when I go to http://64.58.34.71 I get the AOLserver 4.5 welcome page, so it looks like you might just be trying to run a second instance of the nsd you just

Re: [AOLSERVER] Problem starting aolserver

2007-02-12 Thread Thorpe Mayes
That fixed it. Thanks! Thorpe On Feb 12, 2007, at 1:29 PM, patrick o'leary wrote: You need to start it as root to listen on port 80 and pre-bind nsd to the port, by adding  -b 64.58.34.71:80 e.g. /usr/local/aolserver/bin/nsd -ft ./nsd.tcl -u something -g something  -b 64.58.34.71:80

Re: [AOLSERVER] Problem starting aolserver

2007-02-12 Thread Tom Jackson
Port 80 requires root to start the server, AOLserver does a prebind as root then switches to the user (something in your case). It could also be the case that the ip address is incorrect, I'm not sure if you get the exact same message. tom jackson On Monday 12 February 2007 11:19, Thorpe

Re: [AOLSERVER] Problem starting aolserver

2007-02-12 Thread Dossy Shiobara
On 2007.02.12, Thorpe Mayes [EMAIL PROTECTED] wrote: When trying to start a newly installed version of aolserver, I get this error: /usr/local/aolserver/bin/nsd -ft ./nsd.tcl -u something -g something ... Error: nssock: failed to listen on 64.58.34.71:80: Permission denied FAQ: Binding to

Re: [AOLSERVER] Problem starting aolserver

2007-02-12 Thread Michael Roberts
Thorpe Mayes wrote: When trying to start a newly installed version of aolserver, I get this error: Error: nssock: failed to listen on 64.58.34.71:80: Permission denied What folder/file does not have the correct permissions? To listen on ports below 255, Unix requires you to start the