Gentoo Archives: gentoo-user

From: Kyle Bader <kyle.bader@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] All of a sudden, no apache2. No clue why.
Date: Thu, 29 Jul 2010 23:04:53
Message-Id: AANLkTinDBEzKcchAYMDcGXfZQaQJBRXpQT7RULGdeL3w@mail.gmail.com
In Reply to: [gentoo-user] All of a sudden, no apache2. No clue why. by Kevin O'Gorman
1 >  * Starting apache2 ...
2 > (98)Address already in use: make_sock: could not bind to address
3 > 64.166.164.49:80
4 > no listening sockets available, shutting down
5 > Unable to open
6 > logs                                                                   [ ok
7 > ]
8
9 Make sure an interface is listening on that address:
10
11 ip a |grep 64.166.164.49
12
13 Check for bound processes:
14
15 lsof -i @64.166.164.49
16
17 If that fails I'd strace the startup manually.
18
19 --
20
21 Kyle

Replies

Subject Author
Re: [gentoo-user] All of a sudden, no apache2. No clue why. Kevin O'Gorman <kogorman@×××××.com>