On Fri, Feb 22, 2002 at 11:08:24AM +0100, Theo Schmidt wrote: > >Theo Schmidt wrote: > >>kluware wrote: > >>>On 17 Feb 2002 at 20:40, Theo Schmidt wrote: > >>>... snip ... > >>>>Feb 13 21:40:25 linux syslogd 1.4.1: restart. > >>>>Feb 13 21:40:26 linux wwwoffled[415]: WWWOFFLE Demon Version 2.6d > >>>>(with zlib,with ipv6) started. > >>>>Feb 13 21:40:26 linux wwwoffled[415]: Failed to bind IPv4 server > >>>>socket [Address already in use]. > >>> > >>>This is your problem: There is already a daemon running on port 8080 > >>>(perhaps you started squid ??) > >>>try netstat -n or lsof to find out ... > >> > >>theo@linux:~> netstat -an Aktive Internetverbindungen (Server > >>und stehende Verbindungen) > >> > >>Proto Recv-Q Send-Q Local Address Foreign Address State > >> > >> > >>tcp 0 0 :::8080 :::* LISTEN > >>tcp 0 0 :::8081 :::* LISTEN > > > >>I can't see what is on port 8080 or on port 8081.
Please try - as root - the following: netstat -anp | grep ":8080" The last item printed should be the job number and name of the process. Then use ps aux to find out more about the job. HTH, Christian -- Christian Knoke * * * http://www.enter.de/~c.knoke/ * * * * * * * * * Ceterum censeo Microsoft esse dividendum.
