From owner-freebsd-chat@FreeBSD.ORG Sun Nov 5 04:58:50 2006 Return-Path: X-Original-To: freebsd-chat@freebsd.org Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0A6016A407; Sun, 5 Nov 2006 04:58:50 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BAA243D5C; Sun, 5 Nov 2006 04:58:48 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id kA54wXX4015578 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 5 Nov 2006 06:58:35 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id kA54wPKK002328; Sun, 5 Nov 2006 06:58:26 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id kA54wML7002327; Sun, 5 Nov 2006 06:58:22 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Sun, 5 Nov 2006 06:58:22 +0200 From: Giorgos Keramidas To: "Simon L. Nielsen" Message-ID: <20061105045822.GE1264@kobe.laptop> References: <20061102185917.2b69a6d0@soralx.cydem.org> <20061103170513.GE1721@kobe.laptop> <20061104170316.GC2033@zaphod.nitro.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061104170316.GC2033@zaphod.nitro.dk> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.623, required 5, AWL -0.23, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20, UNPARSEABLE_RELAY 0.00) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: freebsd-chat@freebsd.org Subject: Re: can't query PR database X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Nov 2006 04:58:51 -0000 On 2006-11-04 18:03, "Simon L. Nielsen" wrote: >On 2006.11.03 19:05:13 +0200, Giorgos Keramidas wrote: >>On 2006-11-02 18:59, soralx@cydem.org wrote: >>> >>> http://www.freebsd.org/cgi/query-pr-summary.cgi: >>> >>> (502) The proxy server could not handle the request GET /cgi/query-pr-summary.cgi. >>> >>> Reason: Could not connect to remote machine: Connection refused >> >> This must have been a temporary, transient failure, or a failure of >> proxy between you and the PR database. It works fine from here, now. > > The problem was caused by squid not running on www.FreeBSD.org, so it > needed to be manually restarted. The root cause was that too many > query-pr requests were running simultaneously, which caused > www.FreeBSD.org to run out of memory and swap. The query-pr CGI > script has been "fixed" so it shouldn't be able to do this again. Heh, yeah I got that this could be related to the query-pr locking you mentioned in the commits logs, but I had already posted that it seemed to work ok by then. Thanks for the explanation :)