wimbo@wimbo-ubuntu:~$ sudo /etc/init.d/squid stop
[sudo] password for wimbo:
Rather than invoking init scripts through /etc/init.d, use the service(

utility, e.g. service squid stop
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(

utility, e.g. stop squid
wimbo@wimbo-ubuntu:~$ sudo killall -9 squid
wimbo@wimbo-ubuntu:~$ sudo squid -z
2010/09/20 23:28:21| Creating Swap Directories
wimbo@wimbo-ubuntu:~$ sudo rm /var/log/squid/cache.log
rm: невозможно удалить «/var/log/squid/cache.log»: Нет такого файла или каталога
wimbo@wimbo-ubuntu:~$ sudo /etc/init.d/squid start
Rather than invoking init scripts through /etc/init.d, use the service(

utility, e.g. service squid start
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(

utility, e.g. start squid
squid start/running, process 20529