From owner-freebsd-isp Wed May 27 01:16:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00857 for freebsd-isp-outgoing; Wed, 27 May 1998 01:16:21 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00745 for ; Wed, 27 May 1998 01:15:31 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.8/8.8.8) with ESMTP id JAA05296; Wed, 27 May 1998 09:14:42 +0100 (BST) (envelope-from kpielorz@tdx.co.uk) Message-ID: <356BCB72.8793E206@tdx.co.uk> Date: Wed, 27 May 1998 09:14:42 +0100 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: Arisandy CC: isp@FreeBSD.ORG Subject: Re: Squid ? References: <000901bd8913$df7a4c80$7305600a@ars.divre5.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Arisandy wrote: > > I'll try to install squid for cache server on my ppp on demand box... > but there is warning ->fdstat_update:re-opening biggest_FD? > and error -> /usr/local/squid/logs/access.log : (13) permission denied > cannot open logfile........... > > what is access .log ? when i install squid...there is no file for > access.log? > > thanks, That's probably why your getting the error... I'm not too sure about the 'opening biggest_FD' error - it may be harmless... To fix the other error you need to make sure you have all the directories '/usr/local/squid/logs' on your system, Go into that directory and do 'touch access.log' - then you need to chown the access log so it's owned by whichever user SQUID is running as e.g. 'chown nobody access.log'. Alternatively look through your SQUID config file, and get it to put the logs somewhere different... I keep mine in '/var/log' - but I still have to make sure there is a file there (even if it's zero byte) that's writeable by Squid for it's logs, before starting it... Regards, Karl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message