Closed
Bug 987776
Opened 12 years ago
Closed 12 years ago
generic1.dev.webapp service check failed. httpd dead.
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rwatson, Assigned: bburton)
Details
Trying to start httpd;
[root@generic1.dev.webapp.phx1 rwatson]# service httpd start
Starting httpd: [Tue Mar 25 08:57:39 2014] [debug] mod_authnz_ldap.c(1131): [10887] auth_ldap url parse: `ldap://ldap.db.phx1.mozilla.com/dc=mozilla?mail', Host: ldap.db.phx1.mozilla.com, Port: 389, DN: dc=mozilla, attrib: mail, scope: base, filter: (null), connection mode: not using SSL
[Tue Mar 25 08:57:39 2014] [debug] mod_authnz_ldap.c(1131): [10887] auth_ldap url parse: `ldap://ldap.db.phx1.mozilla.com/dc=mozilla?mail?sub?(&(objectClass=inetOrgPerson)(|(o:dn:=org)(o:dn:=com)(o:dn:=net)))', Host: ldap.db.phx1.mozilla.com, Port: 389, DN: dc=mozilla, attrib: mail, scope: subtree, filter: (&(objectClass=inetOrgPerson)(|(o:dn:=org)(o:dn:=com)(o:dn:=net))), connection mode: not using SSL
(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
| Assignee | ||
Updated•12 years ago
|
Assignee: server-ops-webops → bburton
| Assignee | ||
Comment 1•12 years ago
|
||
bburton@generic1: ~
$ s service httpd stop [9:04:57]
Stopping httpd: [FAILED]
bburton@generic1: ~
$ s service httpd status [9:05:13]
httpd is stopped
bburton@generic1: ~
$ s pgrep httpd | s xargs kill -9 [9:05:23]
bburton@generic1: ~
$ s pgrep httpd [9:05:29]
FAIL: 1
bburton@generic1: ~
$ s service httpd start [9:05:31]
Starting httpd: [Tue Mar 25 09:05:36 2014] [debug] mod_authnz_ldap.c(1131): [11758] auth_ldap url parse: `ldap://ldap.db.phx1.mozilla.com/dc=mozilla?mail', Host: ldap.db.phx1.mozilla.com, Port: 389, DN: dc=mozilla, attrib: mail, scope: base, filter: (null), connection mode: not using SSL
[Tue Mar 25 09:05:36 2014] [debug] mod_authnz_ldap.c(1131): [11758] auth_ldap url parse: `ldap://ldap.db.phx1.mozilla.com/dc=mozilla?mail?sub?(&(objectClass=inetOrgPerson)(|(o:dn:=org)(o:dn:=com)(o:dn:=net)))', Host: ldap.db.phx1.mozilla.com, Port: 389, DN: dc=mozilla, attrib: mail, scope: subtree, filter: (&(objectClass=inetOrgPerson)(|(o:dn:=org)(o:dn:=com)(o:dn:=net))), connection mode: not using SSL
[ OK ]
bburton@generic1: ~
$
bburton@generic1: ~
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•