> Hi, > > > But the problem is that SQUID can not use the specified http port > > because it is in use (by another process). > > Yes, that's the obvious thing. > The problem is that i have no process listening in port 3128. > > Also i've changed the port to 8080 and get the same thing: > "2004/09/29 12:13:42| Accepting HTTP connections at 10.10.2.250, port > 8080, FD 16. > 2004/09/29 12:13:42| commBind: Cannot bind socket FD 17 to > 10.10.2.250:8080: (98) Address already in use" Depending on platform commands such as :
# lsof may give more info about port usage. Also, watch your system (error) logs when this is tried (Squid start). Perhaps additional errors related to networking can be observed. M.
