From owner-freebsd-ports@FreeBSD.ORG Tue Jul 4 11:53:18 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7B2016A4E5 for ; Tue, 4 Jul 2006 11:53:18 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id E23AC43D5D for ; Tue, 4 Jul 2006 11:53:16 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1925772uge for ; Tue, 04 Jul 2006 04:53:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NUJpgtswPIfHcLGpfTfk++H6snmzcBDTSOdsaskeMy4zLpqGaVarplu+AX7CqBI+CuEI14DSy9qGNPk9c1PCgGL6NI9HnyqP6AVN9JFRsBfNplDU7dAKFbP+IcidYWYOQSJhUezy7djAFYGtiFevTouRiIxMLA1o0Z7PUFgjOI4= Received: by 10.67.22.2 with SMTP id z2mr6528049ugi; Tue, 04 Jul 2006 04:53:14 -0700 (PDT) Received: by 10.66.219.4 with HTTP; Tue, 4 Jul 2006 04:53:14 -0700 (PDT) Message-ID: Date: Tue, 4 Jul 2006 15:53:14 +0400 From: "Andrew Pantyukhin" To: "Thomas-Martin Seck" , "FreeBSD Ports" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Squid 2.6 issues X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 11:53:18 -0000 Hi! I'd like to thank you for the quick response to squid 2.6 release. I tried your patches and installed it in production today, but some major problems made me revert to 2.5. 1. I use transparent squid with ipfw. I don't enable PF or IPF transparent options. But without them, squid doesn't seem to support transparent at all. I see this in my logs: WARNING: transparent proxying not supported Maybe IPF transparent mode is compatible with ipfw? I can't test right now. 2. I use three parent caches, and I see _lots_ of messages in my cache.log: Failed to select source for ... 3. Redirectors exit after a few seconds in operation 4. Squid locks up and consumes 100% CPU after a few minutes in operation under mild load Can you please advertise in some way that squid26 is not yet quite ready for production. A separate port is a great idea, but I expect many people to try and fail. Meanwhile, I don't have much spare time, but I'll be glad to help resolve the issues. Thanks again!