From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752661AbYIKGpV (ORCPT ); Thu, 11 Sep 2008 02:45:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751583AbYIKGpE (ORCPT ); Thu, 11 Sep 2008 02:45:04 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:43998 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751483AbYIKGpD (ORCPT ); Thu, 11 Sep 2008 02:45:03 -0400 Date: Wed, 10 Sep 2008 23:44:29 -0700 From: Andrew Morton To: Peter Zijlstra Cc: linux-kernel , netdev Subject: Re: [BUG?] sendfile / distcc Message-Id: <20080910234429.1a8bfa1f.akpm@linux-foundation.org> In-Reply-To: <1221038871.2442.86.camel@twins.programming.kicks-ass.net> References: <1221038871.2442.86.camel@twins.programming.kicks-ass.net> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.5; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 10 Sep 2008 11:27:51 +0200 Peter Zijlstra wrote: > Hi, > > I've been seeing this for a while now, but its still present with -rc5+ > kernels. Its always the local machine failing, never the remotes. > > [root@twins linux-2.6-rt]# nice ./k opteron build > time distmake x86_64 O=opteron-build ARCH=x86_64 > testing twins: distccd running > testing opteron: DOWN > testing taijtu: distccd running > testing dyad: distccd running > testing lappy: host running > testing ubuntu: host running > DISTCC_HOSTS= twins/8 taijtu/32 dyad/32 > DISTCC_DIR=/dev/shm/distcc > DISTCC_SLOTS=72 > > ... > > distcc[9931] (dcc_writex) ERROR: failed to write: Connection reset by peer > distcc[9931] Warning: failed to distribute /mnt/build/linux-2.6-rt/kernel/fork.c to twins/8, running locally instead > > ... > > distcc[12078] (dcc_pump_sendfile) ERROR: sendfile failed: Connection reset by peer > distcc[12078] (dcc_readx) ERROR: unexpected eof on fd4 > distcc[12078] (dcc_r_token_int) ERROR: read failed while waiting for token "DONE" > distcc[12078] Warning: failed to distribute /mnt/build/linux-2.6-rt/init/version.c to twins/8, running locally instead > distcc is very good at breaking networking. I assume 2.6.26 is OK?