From owner-freebsd-questions@FreeBSD.ORG Tue Oct 18 12:37:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6A0A316A41F for ; Tue, 18 Oct 2005 12:37:37 +0000 (GMT) (envelope-from efrenba@dhl.co.cu) Received: from dhl.co.cu (DHLMAIL.dhl.co.cu [200.55.156.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1EA443D46 for ; Tue, 18 Oct 2005 12:37:29 +0000 (GMT) (envelope-from efrenba@dhl.co.cu) Received: from WorldClient by dhl.co.cu (MDaemon.PRO.v8.0.2.R) with ESMTP id md50000052883.msg for ; Tue, 18 Oct 2005 08:38:44 -0500 Received: from [7.96.160.13] via WorldClient with HTTP; Tue, 18 Oct 2005 08:38:44 -0500 Date: Tue, 18 Oct 2005 08:38:44 -0500 From: "Efren Bravo" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain Message-ID: X-Mailer: WorldClient 8.0.2 X-Authenticated-Sender: efrenba@dhl.co.cu X-Spam-Processed: dhl.co.cu, Tue, 18 Oct 2005 08:38:44 -0500 (not processed: message from valid local sender) X-Return-Path: efrenba@dhl.co.cu X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-MDAV-Processed: dhl.co.cu, Tue, 18 Oct 2005 08:38:45 -0500 Subject: Re: squid problem help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2005 12:37:37 -0000 >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 :) Yes, you are right, I realized I was running the squid two times, the first as squid user and the second as root. I don't understand why it was happening, Squid only was called from /etc/rc.conf. At the end I reinstalled it from www/squid port as told me Andrew P. and it works fine.... Thanks...