> I tried command "killall -0 squid"" to stop Squid.Then
> tried "/usr/local/squid/sbin/squid" to start Squid. It
> give smessage "Squid already running"
You didn't read Henrik's intructions well enough. "killall
-0" doesn't actually kill the process; it's a way to check
if a process is running.
If "killall -0" gave you an error, as Henrik said, check for
a pid file (likely in /var/run; you can also use a find to
search for squid.pid). If the pid file exists, delete it.
If "killall -0" didn't give an error, try just "killall squid"
(without the quotes).
Adam
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/2001Received on Fri Jul 25 2003 - 08:07:50 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:18:17 MST