[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 -u something -g something

Thank you.

Thorpe


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


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 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 -u something -g something

Thank you.

Thorpe


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

  


-- 
Patrick O'Leary

AOL Syndication Technologies
Phone: + 1 703 265 8763

Honesty is the best policy, but insanity is a better defense !

View
Patrick O Leary's profile





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



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


When things like this happen to me I usually shut everything down  
(killall nsd works well if you don't have other sites on the system  
that need to stay running) and start it up fresh.


janine

On Feb 12, 2007, at 11:19 AM, 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?

Here is what I am using to start the server:

/usr/local/aolserver/bin/nsd -ft ./nsd.tcl -u something -g something

Thank you.

Thorpe


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





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


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



 P

 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?

Here is what I am using to start the server:

/usr/local/aolserver/bin/nsd -ft ./nsd.tcl -u something -g something

Thank you.

Thorpe


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





--
Patrick O'Leary

AOL Syndication Technologies
Phone: + 1 703 265 8763

Honesty is the best policy, but insanity is a better defense !

unknown.gifView Patrick O Leary's profile


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

btn_in_20x15.gif

Thorpe Mayes
eCognizant LLC
3840 Cobble Circle
Norman, Oklahoma 73072
(405) 514-9753
fax: 1-866-871-3069
[EMAIL PROTECTED]


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


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

 Here is what I am using to start the server:

 /usr/local/aolserver/bin/nsd -ft ./nsd.tcl -u something -g something


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


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 privileged ports requires -b or -B command line
options.  :-)

TODO: change the socket binder error message to include a reference to
some FAQ URL off aolserver.com that explains this.  :-)

-- Dossy

-- 
Dossy Shiobara  | [EMAIL PROTECTED] | http://dossy.org/
Panoptic Computer Network   | http://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.


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 process as 
root.  If you *are* starting as root (I see you've got a -u flag on the 
command line) then it could be that something else is already bound to 
that port.  But I'll bet you're not starting as root.  God knows I've 
done that often enough.


Michael


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