From owner-freebsd-questions@FreeBSD.ORG Wed Apr 20 13:20:48 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3D9116A4CE for ; Wed, 20 Apr 2005 13:20:48 +0000 (GMT) Received: from ns01.connect.az (ns02.connect.az [62.212.236.162]) by mx1.FreeBSD.org (Postfix) with SMTP id 8C13B43D2D for ; Wed, 20 Apr 2005 13:20:47 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: (qmail 25677 invoked from network); 20 Apr 2005 16:21:12 -0000 Received: from unknown (HELO ?192.168.0.10?) (192.168.0.10) by office.connect.az with SMTP; 20 Apr 2005 16:21:12 -0000 Message-ID: <42665730.5040004@oxygen.az> Date: Wed, 20 Apr 2005 18:20:48 +0500 From: Tofik Suleymanov User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050401) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warren References: <200504191753.35868.shinjii@virusinfo.rdksupportinc.com> <200504202300.02853.shinjii@virusinfo.rdksupportinc.com> <426653D8.8020004@oxygen.az> <200504202311.59479.shinjii@virusinfo.rdksupportinc.com> In-Reply-To: <200504202311.59479.shinjii@virusinfo.rdksupportinc.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: squid problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2005 13:20:48 -0000 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 it lost the permissions, so as to > prevent it from happening again (should there be a next time) Maybe some recent upgrade ?