From owner-freebsd-current@FreeBSD.ORG Mon Jan 16 21:38:07 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 871C4106564A for ; Mon, 16 Jan 2012 21:38:07 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 485678FC19 for ; Mon, 16 Jan 2012 21:38:07 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:8050:c474:e38c:1ec3] (unknown [IPv6:2001:7b8:3a7:0:8050:c474:e38c:1ec3]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 372035C37; Mon, 16 Jan 2012 22:38:06 +0100 (CET) Message-ID: <4F1498BC.3020608@FreeBSD.org> Date: Mon, 16 Jan 2012 22:38:04 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120106 Thunderbird/10.0 MIME-Version: 1.0 To: Steve Kargl References: <20120116204208.GA74223@troutmask.apl.washington.edu> In-Reply-To: <20120116204208.GA74223@troutmask.apl.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: svn stuck in read() X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2012 21:38:07 -0000 On 2012-01-16 21:42, Steve Kargl wrote: > Is anyone else seeing svn getting stuck while > updating /usr/src on an update-to-date freebsd-current? I saw this when I tried out serf instead of the default neon. For me, it hung in about 20% of remote operations. Reverting to neon fixed the problem, but I never delved any deeper.