Results 1 to 6 of 6
I am just about to set up squid3. I was expecting to find squid.pid at /var/run but there is nothing there. I then searched for a squid pid at any ...
- 03-07-2011 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 66
squid3
I am just about to set up squid3. I was expecting to find squid.pid at /var/run but there is nothing there. I then searched for a squid pid at any location but nothing was found.
I ran dpkg -s squid3 and all appears to be well but I seem to be missing a file.
Does anyone know where the pid is located?
- 03-14-2011 #2Just Joined!
- Join Date
- May 2006
- Location
- Silver Spring, MD
- Posts
- 32
I see this post is over a week old, but if you are still looking for an answer, can you post the output of:
service --status-all | grep squid
Thanks,
KaBar's Edge
- 03-14-2011 #3Just Joined!
- Join Date
- Apr 2007
- Posts
- 66
Thanks for responding .... here is the output ....
> service --status-all | grep squid
bash: service: command not found
- 03-14-2011 #4Just Joined!
- Join Date
- Apr 2007
- Posts
- 66
seems that service is not a Debian command. ps is the equivalent. The help file is very comprehensive but I cannot understand how to show only the squid process(es) running.
- 03-17-2011 #5Just Joined!
- Join Date
- Apr 2010
- Location
- Bangalore, India.
- Posts
- 12
it should be in /var/run directory, just check the status of the squid status by this command "/etc/init.d/squid status"
or "ps -aux | grep squid" there you can find this process "/usr/sbin/squid -D -YC" that means squid running...
- 03-18-2011 #6Just Joined!
- Join Date
- Apr 2007
- Posts
- 66
I gave up ... could not find the problem and no help so I installed 2.7 which was installed and configured in a couple of hours.


Reply With Quote
