Re: squid problem help

2005-10-18 Thread Efren Bravo
>I suspect you are trying to run squid two times. >The second time you recieve http port is already allocated (the first >squid) and the log file is locked (the first squid again. >If you want to use squid -k ... commands run "rm >/usr/local/squid/var/logs/squid.pid" as root and restart squid :) Y

Re: squid problem help

2005-10-18 Thread Ivailo Tanusheff
I suspect you are trying to run squid two times. The second time you recieve http port is already allocated (the first squid) and the log file is locked (the first squid again. If you want to use squid -k ... commands run "rm /usr/local/squid/var/logs/squid.pid" as root and restart squid :) Ivai

Re: squid problem help

2005-10-17 Thread Andrew P.
On 10/17/05, Efren Bravo <[EMAIL PROTECTED]> wrote: > Hi, > > I've those errors when I try to start squid from /etc/rc.conf. I've a > squid user and group. > > rc.conf > --- > if [ -f /usr/local/squid/sbin/squid ]; then > echo -n ' Squid' > /usr/local/squid/sbin/squid > fi > > s