From: Harish Pokharel <harish.pokharel@xxxxxxxxx> > When I try to execute > /usr/local/squid/sbin/squid -k rotate > I receive the following error > squid: ERROR: Could not send signal 10 to process 3457: (3) No such process The error message means that it tried to contact a non existent squid process... Which means either squid is not running, or it found an old running pid. Is squid running? If so, with what pid? If not, remove the old /var/run/squid.pid (if it is the pid location) and start squid. JD