|
   |
|
|
CentOS 5.2 : Sock address already in use
By Yusof Khalid of FryShadow
Ever wonder how trouble when your server httpd goind down ? Yeah.. for a production server maybe it would be crucial for system admin to troubleshoot :-P Today when I try fixing my httpd.conf for a CGI module suddenly the server goes down and won't start at all and keep on give this error : # /sbin/service httpd start Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs [FAILED] This means that the port address has been used by other application which we don't know and to know that we can use this command : bash#netstat -tulpn|grep :80 tcp 0 0 :::80 :::* LISTEN 8069/bash and suddenly some application trying to listen to that port which for this moment we have to kill for a reason :-) For this example the PID is 8069, so kill the PID : bash#kill -9 8069 |
http://www.myinfinityx.com
No reactions yet.
Please login or sign up to rate this intel.
Please login or sign up to add a comment.
The copyright for this content entitled "CentOS 5.2 : Sock address already in use" has been specified by the contributor as:
All Rights Reserved
This content may not be copied, distributed or adapted by anyone under any circumstances.
|
 |
May, 2012
2008
January, February, March, April, May, June, July, August, September, October, November, December
2009
January, February, March, April, May, June, July, August, September, October, November, December
2010
January, February, March, April, May, June, July, August, September, October, November, December
2011
January, February, March, April, May, June, July, August, September, October, November, December
2012
January, February, March, April, May
|
|
Not a member yet?
Qondio is a powerful network for making it online. If you have a website to
promote, we can help.
Sign up and get in on the action.
|
|
Welcome to Qondio! Discover the awesome power this network can deliver by going to our About page. Or you could skip straight to the Sign Up form.
|
|