squid problem

2005-04-19 Thread Warren
On the machine i am running squid, it runs the program fine, but as soon as anything goes to use the proxy server the program dies. How can i run squid so that im able to see why its crashing/closing when something goes to use it? im running FreeBSD 5.4-Stable CVSUPED and updated Ports/Src/Kern

Re: squid problem

2005-04-20 Thread Tofik Suleymanov
Warren wrote: On the machine i am running squid, it runs the program fine, but as soon as anything goes to use the proxy server the program dies. How can i run squid so that im able to see why its crashing/closing when something goes to use it? im running FreeBSD 5.4-Stable CVSUPED and updated

Re: squid problem

2005-04-20 Thread Warren
> What do logs say ? 2005/04/20 22:54:57| Starting Squid Cache version 2.5.STABLE9 for i386-portbld-freebsd5.3... 2005/04/20 22:54:57| Process ID 8201 2005/04/20 22:54:57| With 1216 file descriptors available 2005/04/20 22:54:57| Performing DNS Tests... 2005/04/20 22:54:57| Successful DNS name l

Re: squid problem

2005-04-20 Thread Alex S. Moura
Warren wrote: What do logs say ? FATAL: Cannot open '/usr/local/squid/logs/access.log' for writing. The parent directory must be writeable by the user 'squid', which is the cache_effective_user set in squid.conf. ---

Re: squid problem

2005-04-20 Thread Tofik Suleymanov
Warren wrote: What do logs say ? 2005/04/20 22:54:57| Starting Squid Cache version 2.5.STABLE9 for i386-portbld-freebsd5.3... 2005/04/20 22:54:57| Process ID 8201 2005/04/20 22:54:57| With 1216 file descriptors available 2005/04/20 22:54:57| Performing DNS Tests... 2005/04/20 22:54:57| Successful

Re: squid problem

2005-04-20 Thread Warren
> Log shows you the all of the needed information: > /usr/local/squid/logs/access.log is not writeable by the user "squid" > > Following two commands should fix things up: > > chown -R squid:squid /usr/local/squid/ > chmod -R 750 /usr/local/squid/ Thanks. Im more concernd as to what changed it so

Re: squid problem

2005-04-20 Thread Tofik Suleymanov
Warren wrote: Log shows you the all of the needed information: /usr/local/squid/logs/access.log is not writeable by the user "squid" Following two commands should fix things up: chown -R squid:squid /usr/local/squid/ chmod -R 750 /usr/local/squid/ Thanks. Im more concernd as to what changed it so

IPFW Squid problem

2002-12-21 Thread Mark Pearce
Hi all I have a small problem with Squid, I am running 4.7-STABLE on a server that is running 3 network cards, all with private range IP's. I have installed squid with the transparent proxy functionality as per the ports and it works 100%. My network is as follows: 10.0.2.100 -> router to the in

squid problem help

2005-10-17 Thread Efren Bravo
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 squid.conf -- http_port 192.168.190.10:3128 cache_effective_user sq

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

Re: squid problem help

2005-10-18 Thread Ivailo Tanusheff
tart squid :) Ivailo Tanusheff Senior System administrator ProCredit Bank (Bulgaria) AD "Efren Bravo" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 10/17/2005 08:30 PM To freebsd-questions@freebsd.org cc Subject squid problem help Hi, I've those errors when I try t

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