From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12525 invoked by alias); 6 Apr 2004 16:41:02 -0000 Mailing-List: contact overseers-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: , Sender: overseers-owner@sources.redhat.com Received: (qmail 12365 invoked from network); 6 Apr 2004 16:40:54 -0000 Received: from unknown (HELO yosemite.airs.com) (209.128.65.135) by sources.redhat.com with SMTP; 6 Apr 2004 16:40:54 -0000 Received: (qmail 2511 invoked by uid 10); 6 Apr 2004 16:40:52 -0000 Received: (qmail 5430 invoked by uid 500); 6 Apr 2004 16:40:44 -0000 Mail-Followup-To: dje@watson.ibm.com, overseers@sources.redhat.com, jifl@eCosCentric.com From: Ian Lance Taylor To: Jonathan Larmour Cc: David Edelsohn , overseers@sources.redhat.com Subject: Re: htdig and sources.redhat.com loadavg References: <200404051849.i35InoT27980@makai.watson.ibm.com> <20040405205147.GA21949@coc.bosbc.com> <200404061449.i36EnaT32792@makai.watson.ibm.com> <4072D85D.3000101@eCosCentric.com> Date: Tue, 06 Apr 2004 16:41:00 -0000 In-Reply-To: <4072D85D.3000101@eCosCentric.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-q2/txt/msg00062.txt.bz2 Jonathan Larmour writes: > From a brief poke myself (and I'm no overseer) I'd hazard a guess it > may be more to do with the 17 simultaneous cvs checkouts as well as 2 > rsyncs and a couple of ftps. netstat also seems to be reporting a TCP > SYN attack from tproxy1.NTCU.net (62 sockets in SYN_RECV state). I ran this command on sourceware: /sbin/iptables -A block -s 211.76.240.245 -i eth0 -j DROP I'm no iptables expert, but that may block out connections from tproxy1.ntcu.net. Let's see if that helps any. Ian