I have installed squid-2.5.STABLE4 on all "erratas updated" i686 rh9 with 2.4.22-ac4 kernel and iptables 1.2.8a. I have compiled it with following options to configure:
./configure --prefix=/usr \ --disable-ident-lookups \ --enable-dlmalloc \ --enable-removal-policies \ --exec_prefix=/usr \ --bindir=/usr/sbin \ --libexecdir=/usr/lib/squid \ --localstatedir=/var \ --sysconfdir=/etc/squid \ --enable-poll \ --enable-removal-policies \ --enable-delay-pools \ --enable-icmp \ --enable-htcp \ --enable-cache-digests \ --enable-forw-via-db \ --enable-linux-netfilter
Compilation went ok - no errors/warnings.
It works as transparent proxy.
But I have problem. I can't restart the deamon with squid -k restart, kill - squid -k kill, shutdown - squid -k shutdown. I always get error no such process - ofcourse squid is running. I have to kill it with kill -9 <pid of squid and related processess> command.
After that my squid gets unusable. I can start it, it binds to 8080 port but there's no communication with it - no error messages in logs.
I have to restart whole machine.
greetz boka
