From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33885 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4YrH-0003pp-09 for qemu-devel@nongnu.org; Tue, 29 Mar 2011 09:21:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4YrE-0004wK-L7 for qemu-devel@nongnu.org; Tue, 29 Mar 2011 09:21:18 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:35026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4YrE-0004wF-Hk for qemu-devel@nongnu.org; Tue, 29 Mar 2011 09:21:16 -0400 Received: by yxk8 with SMTP id 8so69461yxk.4 for ; Tue, 29 Mar 2011 06:21:15 -0700 (PDT) Message-ID: <4D91DCC8.4070400@codemonkey.ws> Date: Tue, 29 Mar 2011 08:21:12 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu-git web viewer? References: <773c7347-4f36-480f-8d68-653673fb64f4@zimbra> In-Reply-To: <773c7347-4f36-480f-8d68-653673fb64f4@zimbra> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?RnLDqWTDqXJpYyBHcmVsb3Q=?= Cc: Rob Landley , qemu-devel@nongnu.org On 03/29/2011 06:58 AM, Frédéric Grelot wrote: > See above mail, sent by Anthony yesterday : My plan is to upgrade cgit later today FWIW. If anyone has experience with other git front ends, I'd appreciate hearing about it. Since qemu.org has pretty high traffic, I wanted something that cached aggressively. Other than this current issue, I've had pretty good experiences with cgit so far. Regards, Anthony Liguori > >> 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 >