A.J. Werkman (werkman@xxxxxxxxxxxx) said: > I upgraded RH8.0 to RH9. > > On 8.0 I had a good functioning squid proxy running on that box. > > After upgrading squid refuses to start with the following error: > > [root@xxxxxx root]# /etc/rc.d/init.d/squid start > init_cache_dir /var/spool/squid... /etc/rc.d/init.d/squid: line 162: 879 > Aborted $SQUID -z -F -D 2>/dev/null > Starting squid: /etc/rc.d/init.d/squid: line 162: 880 Aborted > $SQUID $SQUID_OPTS 2>/dev/null > [FAILED] > > These error messages don't give me a clue on how to correct the problem. > Has anyone seen this problem, does anyone know what this meens? > Does anyone know how to get squid functioning?
Can you strace squid to see where it's aborting?
Bill
I tried to start squid by hand via "squid -z -F -D"
The error message I got said something about a paging error: "Could not determine fully qualified hostname. Please set 'visible_hostname'"
So I decided to take the rh9 default squid.conf file and transfer all my changes from the rh8 squid.conf file into it by hand. As a result I was able to start squid.
Don't know if this is to be qualified as a bug or not.
Regards, Koos.