Re: Squid not starting

From: <alowe@dont-contact.us>
Date: Sun, 7 May 2000 08:56:38 +1000 (EST)

try the RunCache command... and have a look in your /usr/local/squid/
dir for a file called "squid.out" and have a look at the error messages
generated.... it contains general errors that squid outputs at
startup/shutdown etc...

also make sure you dont forget the ampersand (&) at the end of the line in
rc.local... otherwise you get problems...

here is my /etc/rc.squid - which gets called from rc.local:
        #!/bin/sh
        echo "starting squid...."
        /usr/local/squid/bin/RunCache &
        tail -f /usr/local/squid/logs/access.log > /dev/tty11 &
basically tells you at startup that squid is starting..
starts squid
and prints the access.log to tty11... great for debugging

Andrew Lowe
andrew@pccentre.com.au
        The South Coast Professional Computing Centre
                + Hislora Website Hosting & Design
                + Daly & Daly Computer Training
                + Flatearth Internet Cafe
        Ph: 02 4423 7771
        Fax: 02 4423 7772
        email: sales@pccentre.com.au

On Sat, 6 May 2000, Kari Suomela wrote:

> Still does not start from rc.local. Starts fine, if I su squid and then
> start it manually.
Received on Sat May 06 2000 - 16:19:19 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:53:23 MST