Yes. This is a known (mis)behaviour not just limited to AIX. Damned if I
can pin it down, though. Under linux, attaching the debugger just shows
squid cheerfully zipping around in it's select() loop and accepting
connections, but not actually accomplishing any work. :(

D

Martynas Buozis wrote:
> 
> Dear sirs,
> 
> Today I compiled squid 2.1PATCH2 under AIX 3.2.5. using gcc 2.8.1. Configure
> options were :
> 
> ./configure --prefix=/local/squid -enable-cachemgr-hostname=www.mmlab.ktu.lt
>  --enable-htcp
> 
> Everything was ok, compile was with some warnings. Squid is starting,
> telling that everything started ok. This is excerpt from cache.log file :
> 
> 1999/03/10 11:28:18| Accepting HTTP connections on port 8080, FD 35.
> 1999/03/10 11:28:18| Accepting HTTP connections on port 3128, FD 36.
> 1999/03/10 11:28:18| Accepting ICP messages on port 3130, FD 37.
> 1999/03/10 11:28:18| Configuring Parent 193.219.61.9/3128/3130
> 1999/03/10 11:28:18| Ready to serve requests.
> 
> Seems like ok, But actually squid isn't processing connections ! I used my
> browser to open some pages, but connection timed out. No records were made
> in access.log file. Also I tried to do so :
> 
> bash# telnet www.mmlab.ktu.lt 8080
> Trying...
> Connected to rs6k.mmlab.ktu.lt.
> Escape character is '^]'.
> GET http://www.mmlab.ktu.lt
> s
> s
> s
> 
> ^]
> 
> telnet> c
> Connection closed.
> bash#
> 
> As you can see there is no reaction from squid, but port is active. Can
> anyone tell me what can be wrong ? Waiting for your thoughts ASAP. Thank you
> in advance.
> 
> With best regards -
> Martynas Buozis

Reply via email to