From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=45900 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4Ixd-00042m-9A for qemu-devel@nongnu.org; Mon, 28 Mar 2011 16:22:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4Ixa-0007eO-QQ for qemu-devel@nongnu.org; Mon, 28 Mar 2011 16:22:48 -0400 Received: from e5.ny.us.ibm.com ([32.97.182.145]:52490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4Ixa-0007eK-K6 for qemu-devel@nongnu.org; Mon, 28 Mar 2011 16:22:46 -0400 Received: from d01dlp02.pok.ibm.com (d01dlp02.pok.ibm.com [9.56.224.85]) by e5.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p2SJvI0J011284 for ; Mon, 28 Mar 2011 15:57:18 -0400 Received: from d01relay01.pok.ibm.com (d01relay01.pok.ibm.com [9.56.227.233]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 4521B6E8036 for ; Mon, 28 Mar 2011 16:22:45 -0400 (EDT) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay01.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p2SKMjtD383466 for ; Mon, 28 Mar 2011 16:22:45 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p2SKMir8019593 for ; Mon, 28 Mar 2011 16:22:44 -0400 Received: from [9.65.244.245] (sig-9-65-244-245.mts.ibm.com [9.65.244.245]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p2SKMhWW019508 for ; Mon, 28 Mar 2011 16:22:43 -0400 Message-ID: <4D90EE15.8090208@us.ibm.com> Date: Mon, 28 Mar 2011 15:22:45 -0500 From: Anthony Liguori MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] FYI, cgit is temporarily disabled on qemu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel We've been having problems on qemu.org all day. Initially, it was due to a combination of a small DoS attack (not uncommon unfortunately). Later, the issue was observed when a crawler that was ignoring robots.txt started indexing git.qemu.org. We use cgit because of the fact that it does aggressive caching but it also seems to frequently SEGV leaving stale lock files. This is causing all pages to be dynamically generated which is an extremely slow path with cgit. For now, I've disabled cgit until I can try a newer version. This only affects the web interface. Pulling and pushing via the git:// or ssh:// will continue to work. Regards, Anthony Liguori