From owner-freebsd-hackers@FreeBSD.ORG Mon Aug 15 09:11:48 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F11C16A41F for ; Mon, 15 Aug 2005 09:11:48 +0000 (GMT) (envelope-from bryan@vanten.com) Received: from vtfw.vanten.com (49.15.215.202.rev.vanten.com [202.215.15.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9354043D46 for ; Mon, 15 Aug 2005 09:11:46 +0000 (GMT) (envelope-from bryan@vanten.com) Received: from [192.168.220.45] (coffee.office.vanten.com [192.168.220.45]) by vtfw.vanten.com (Postfix) with ESMTP id 22A336D52 for ; Mon, 15 Aug 2005 18:11:45 +0900 (JST) Message-ID: <43005CAD.2040602@vanten.com> Date: Mon, 15 Aug 2005 18:13:17 +0900 From: Bryan Buecking Organization: Vanten K.K. User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: CVSup not working.. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 09:11:48 -0000 I'm having issues with CVSup on a particular FreeBSD machine sitting inside my local network. I repeatedly get this error: Detailer failed: Network read failure: Connection timed out CVSup is able to download a couple of files at first, and then it seems to halt for some unknown reason (network/disk). I'm able to successfully sync via CVSup from another local FreeBSD using the same FW. I tried replacing my nic, using alternate cvsup servers, updating my bois, re-installing the OS, and running the machine on the outside network but nothing has remedied the problem. I will run memtest86 overnight to see if there's a memory module issue. I ran ktrace/kdump to see if the problem presented itself but nothing stuck out. Below I've attached some output about CVSup and am hoping someone might be able to help shed some light. I have a ktrace file, but choose not to attach it until I have exhausted all possibilities. -- Bryan Buecking My cvsup setup. nothappy# cat /usr/local/etc/cvsup/ports *default host=cvsup3.jp.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_5_4 *default delete use-rel-suffix *default tag=. #*default compress src-all nothappy# uname -r 5.4-RELEASE #Start from a clean slate nothappy# rm -rf /usr/src/ nothappy# rm -rf /usr/sup/ nothappy# /usr/local/bin/cvsup -g -L2 /usr/local/etc/cvsup/ports Parsing supfile "/usr/local/etc/cvsup/ports" Connecting to cvsup3.jp.FreeBSD.org Connected to cvsup3.jp.FreeBSD.org Server software version: SNAP_16_1h Negotiating file attribute support Exchanging collection information Establishing multiplexed-mode data connection Running Updating collection src-all/cvs Checkout src/COPYRIGHT Checkout src/LOCKS Checkout src/MAINTAINERS Checkout src/Makefile Checkout src/Makefile.inc1 Detailer failed: Network read failure: Connection timed out Will retry at 18:06:30 #Note: which file are being sync'd now. nothappy# /usr/local/bin/cvsup -g -L2 /usr/local/etc/cvsup/ports Parsing supfile "/usr/local/etc/cvsup/ports" Connecting to cvsup3.jp.FreeBSD.org Connected to cvsup3.jp.FreeBSD.org Server software version: SNAP_16_1h Negotiating file attribute support Exchanging collection information Establishing multiplexed-mode data connection Running Updating collection src-all/cvs Checkout src/Makefile.inc1 Checkout src/ObsoleteFiles.inc Checkout src/README Detailer failed: Network read failure: Connection timed out Will retry at 18:14:42 ^C nothappy# cvsup -v CVSup client, non-GUI version Copyright 1996-2003 John D. Polstra Software version: SNAP_16_1h Protocol version: 17.0 Operating system: FreeBSD4 http://www.cvsup.org/ Report problems to cvsup-bugs@polstra.com CVSup is a registered trademark of John D. Polstra