From owner-freebsd-sparc64@FreeBSD.ORG Sun Mar 7 06:20:19 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A39216A4CE; Sun, 7 Mar 2004 06:20:19 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id C769943D2F; Sun, 7 Mar 2004 06:20:17 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i27EKC5Y092627 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 7 Mar 2004 14:20:13 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i27EKCGI092626; Sun, 7 Mar 2004 14:20:12 GMT (envelope-from matthew) Date: Sun, 7 Mar 2004 14:20:12 +0000 From: Matthew Seaman To: Chris Demers Message-ID: <20040307142012.GF52694@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Chris Demers , freebsd-questions@freebsd.org, freebsd-sparc64@freebsd.org References: <20040307122909.M56522@govital.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VuQYccsttdhdIfIP" Content-Disposition: inline In-Reply-To: <20040307122909.M56522@govital.net> User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk X-Virus-Scanned: clamd / ClamAV version devel-20040304, clamav-milter version 0.67j cc: freebsd-questions@freebsd.org cc: freebsd-sparc64@freebsd.org Subject: Re: CVSUP problem on SUN ULTRA 10 with CURRENT help! X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2004 14:20:19 -0000 --VuQYccsttdhdIfIP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 07, 2004 at 07:29:09AM -0500, Chris Demers wrote: > I have been having a problem trying to get CVSUP working correctly on a S= UN > ULTRA 10 (256MB 40GB HDD) with CURRENT, i can ftp in the sources and do f= ull > build worlds and kernel without any problems, but even after i blow away = all > the src, ports, and sup, directories and it start recreating them when i = run > CVSUP it gets stuck and has a weird retry time. Any suggestions? I have > tried over a dozen other CVSUP servers with the same exact results. Even > using my own local one on my network does the same thing. Only way i ha= ve > been able to get sources back into the machine is to FTP them in from a s= nap > server. Any suggestions would be apprechiated. Note, other machines on = the > exact same network segment have absolutely no problems using CVSUP. Hmmm... looks like you've found a bug, probably. All you're seeing is your machine failing to connect to the cvsup server: the 'reconnect' message is entirely normal for that circumstance. Can you confirm that you can connect to the cvsup port on any of the cvsup servers you're using via telnet? % telnet cvsup.example.com 5999 You should be able to see the banner that cvsupd produces - something like: OK 17 0 SNAP_16_1f CVSup server ready If not, then you need to work out what's wrong with the networking/firewalling setup on your Ultra10. If you can connect, then there is clearly a bug in the version of cvsup you're using on that machine. You should report what you're seeing to the port maintainer, John Polstra, (who also happens to be the author of cvsup) according to the instructions at http://www.cvsup.org/faq.html#bugreports -- in this case, as well as providing the data asked for there, a network dump of the traffic between your machine and the server would probably be useful too: # tcpdump -i fxp0 -w /tmp/cvsup-session.out port 5999 (replace 'fxp0' with the name of your principal ethernet interface) and then in another window, run your cvsup command: # cvsup -g -L 2 supfile Kill the cvsup session after it says "Will retry", and then kill the tcpdump process. If the cvsup-session.out file isn't too large, then you can uuencode it and include it in your bug report (together with the commands used to generate it), otherwise just mention that it is available if required. Be prepared to receive patches and apply them to the cvsup sources and recompile and run whatever tests John may request. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --VuQYccsttdhdIfIP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFASy+cdtESqEQa7a0RAqUsAJwMQnWWTCO1k42qQihCduAlG35nVwCfVUSJ FLMRgB717njj5vYSlwYfe3Y= =1SeD -----END PGP SIGNATURE----- --VuQYccsttdhdIfIP--