Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 1999 12:25:06 +0300
From:      "Ertan Kucukoglu" <ertank@hotpop.com>
To:        "Langa Kentane" <evablunted@earthling.net>
Cc:        "FreeBSD" <FreeBSD-questions@FreeBSD.ORG>
Subject:   Re: squid problems
Message-ID:  <003e01bf034a$a28ee440$be93fcd4@Ertan>
References:  <002901bf0339$32ffd730$3ba8ef9b@sunnet.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003e01bf034a$a28ee440$be93fcd4>