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 0.0.0.0:513
0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:37
0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:79
0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:111
0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:6000
0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:23
0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:631
0.0.0.0:* LISTEN tcp 0 0 :::8080
:::* LISTEN tcp 0 0 :::8081
:::* LISTEN tcp 0 0 :::22
:::* LISTEN udp 0 0 0.0.0.0:517
0.0.0.0:* udp 0 0 0.0.0.0:518 0.0.0.0:* udp
0 0 0.0.0.0:37 0.0.0.0:* udp 0 0
0.0.0.0:111 0.0.0.0:* udp 0 0 0.0.0.0:631
0.0.0.0:*
I can't see what is on port 8080 or on port 8081. Squid isn't
installed. There are numerous other things listed, but not TCP
processes. I did have VMware and Samba installed once, but
deinstalled them again. I do have win4lin installed, but I think this
doesn't use network services.
At 12:00 Uhr +0000 19.2.2002, Neo Sze Wee wrote:
> > Proxy
>> {
>> <http://*> proxy = none
> > ---------------------------
>>
>Should be set to your proxy server. For example:
>
>Proxy
>{
><http://*> proxy = proxy.yourproxy.com:8080
I guess this would be the providers's external proxy. If this is the
case, it shouldn't have any bearing on this problem. I havn't set my
provider's proxy (if any) in the browsers, which work all right
without this.
Thanks for your help so far! Any more ideas? Can't I just define my
ports as 8082 or something if 8080 and 8081 seem to be occupied? In
the conf file I could switch from bind-ipv4=0.0.0.0 to bind-ipv6=::,
whatever that means. Any good?
Theo Schmidt