From owner-freebsd-questions Mon Sep 20 2:28:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from zagnut.hotpop.com (zagnut.hotpop.com [204.57.55.32]) by hub.freebsd.org (Postfix) with ESMTP id 2A79F14F74 for ; Mon, 20 Sep 1999 02:28:44 -0700 (PDT) (envelope-from ertank@hotpop.com) Received: from Ertan (unknown [212.252.147.190]) by zagnut.hotpop.com (Postfix) with SMTP id 3F2B0639C8; Mon, 20 Sep 1999 05:28:38 -0400 (EDT) Message-ID: <003e01bf034a$a28ee440$be93fcd4@Ertan> From: "Ertan Kucukoglu" To: "Langa Kentane" Cc: "FreeBSD" References: <002901bf0339$32ffd730$3ba8ef9b@sunnet.co.za> Subject: Re: squid problems Date: Mon, 20 Sep 1999 12:25:06 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > While tryiung to start squid. I get the ff error message. How do I sort > this out. > > WARNING: Cannot write log file: /usr/local/squid/logs/cache.log > /usr/local/squid/logs/cache.log: Permission denied > messages will be sent to 'stderr'. Hello, There may be some problems: 1. There is no space left on drive. 2. You have no /usr/local/squid/logs/ directory created before. (squid does not create it itself. Create one manually) 3. Your /usr/local/squid/logs/cache.log is owned by root. You should change it like this. "chown nobody.nogroup /usr/local/squid/logs/cache.log" Note that all of the files in ../log and ../cache directories must be owned like that too. -- Ertan Kucukoglu ertank@softhome.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message