From owner-freebsd-arm@freebsd.org Fri Sep 4 17:38:16 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 231819CB6AF for ; Fri, 4 Sep 2015 17:38:16 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from potato.growveg.org (potato.growveg.org [62.49.247.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD5561939 for ; Fri, 4 Sep 2015 17:38:15 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from john by potato.growveg.org with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1ZXuw8-000KJp-BC for freebsd-arm@freebsd.org; Fri, 04 Sep 2015 18:38:04 +0100 Date: Fri, 4 Sep 2015 18:38:04 +0100 From: John To: freebsd-arm@freebsd.org Subject: very odd behaviour from svnlite on RPi2 Message-ID: <20150904173804.GA82922@potato.growveg.org> Reply-To: freebsd-arm@freebsd.org Mail-Followup-To: freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: John X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: john@potato.growveg.org X-SA-Exim-Scanned: No (on potato.growveg.org); SAEximRunCond expanded to false X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2015 17:38:16 -0000 Hello list, On my newly installed RPi2, I'm trying to install the ports tree. I'm running -CURRENT. I usually install and update ports tree on my freebsd boxen with the following incantation: svnlite co https://svn0.eu.FreeBSD.org/ports/head /usr/ports The problem I'm seeing is variously svnlite bails with the following: svn: E120108: Error retrieving REPORT: The server unexpectedly closed the connection. or... svn: E000054: Error retrieving REPORT: Connection reset by peer or... svn: E120106: ra_serf: The server sent a truncated HTTP response body. I'm having to continually restart this and usually have to cd into /usr/ports and run svnlite cleanup before continueing. I'm on a 20Mbit connection and can get 2MB/s from the upstream server. Is the problem happening because of some issue with svnlite or is it because of some bottleneck on the pi? Is thered anything I can do about it? thanks, -- John