On Mon, 20 Sep 2004, Oswaldo Otero wrote:
From: "Oswaldo Otero" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Mon, 20 Sep 2004 15:50:03 -0400 Subject: Error in the squid startup
Hello every body.
When a try to start squid. I get the follow error.
init_cache_dir /var/spool/squid... /etc/init.d/squid: line 162: 4490 Abortado $SQUID -z -F -D 2>/dev/null Iniciando squid: /etc/init.d/squid: line 162: 4491 Abortado $SQUID $SQUID_OPTS 2>/dev/null
What is the problem ? I modified my squid.conf but nothing was happen....
The problem is that you are using the RedHat init script which does not allow you to see the error.
Try
/usr/sbin/squid -k parse
and if that does not give any hints
/usr/sbin/squid -DNd3
[Ctrl+C to stop]
Regards Henrik
