Re: Squid not starting on boot with ADSL

2006-03-01 Thread Dj Arabela
i guess rc.local line is wrong because squid exec file is in /usr/local/sbin/squid not in /usr/local/squid/sbin/squid (as you wrote ). i mean you tell rc. to search for a file from one location and execute the file from another location how did you install squid? from packages or from source (

Re: Squid not starting on boot with ADSL

2006-02-28 Thread Graeme Lee
Luke Fogarty wrote: Hi Since moving from Cable to DSL, squid no longer starts on boot. I have the following entry in /etc/rc.local #start squid if [ -f /usr/local/squid/sbin/squid ]; then echo -n ' Squid' /usr/local/sbin/squid I've also tried just having /usr/loc

Squid not starting on boot with ADSL

2006-02-28 Thread Luke Fogarty
Hi Since moving from Cable to DSL, squid no longer starts on boot. I have the following entry in /etc/rc.local #start squid if [ -f /usr/local/squid/sbin/squid ]; then echo -n ' Squid' /usr/local/sbin/squid I've also tried just having /usr/local/sbin/squid in ther