From owner-freebsd-bugs Mon Jun 5 16:27:25 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA16306 for bugs-outgoing; Mon, 5 Jun 1995 16:27:25 -0700 Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id QAA16300 for ; Mon, 5 Jun 1995 16:27:24 -0700 Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14401(5)>; Mon, 5 Jun 1995 16:26:44 PDT Received: by crevenia.parc.xerox.com id <49859>; Mon, 5 Jun 1995 16:26:34 -0700 From: Bill Fenner To: bugs@FreeBSD.org Subject: Sigh, FTP install bombed... Message-Id: <95Jun5.162634pdt.49859@crevenia.parc.xerox.com> Date: Mon, 5 Jun 1995 16:26:27 PDT Sender: bugs-owner@FreeBSD.org Precedence: bulk Update: Mon Jun 5 14:39:14 PDT 1995 DEBUG: recieved <150 Opening BINARY mode data connection for bin/bin.cg (273654 bytes).> DEBUG: FtpEOF(ftp) /* note no dots indicating data */ DEBUG: received <226 Transfer complete.> DEBUG: trying for piece 59 of 60: bin/bin.ch DEBUG: FtpGet(ftp,bin/bin.ch) DEBUG: send DEBUG: received <200 Type set to I.> DEBUG: send DEBUG: received <200 PORT command successful.> DEBUG: send DEBUG: received <550 bin/bin.ch: No such file OR directory.> DEBUG: FTP: No such file bin/bin.ch, moving on. DEBUG: FtpGet(ftp,bin/bin.ch) DEBUG: send DEBUG: received <200 Type set to I.> DEBUG: send DEBUG: received <200 PORT command successful.> DEBUG: send DEBUG: received <550 bin/bin.ch: No such file OR directory.> DEBUG: FTP: No such file bin/bin.ch, moving on. On screen 1, it says "Connection timed out - please select another site" above the site selection box. I tried again, with ftp.freebsd.org, but there were too many anonymous users. The error message box showed up and disappeared way too quickly to see it, and then the "Connection timed out - please select another site" dialog showed up again. When using this particular firewall method, in order to change sites I need to be able to change the username -- is there any chance that there could be some way to access the FTP username/password menu from this "respecify" point? I finally managed to get through again, but a bunch of dialogs passed by really quickly and the "Connection timed out" menu showed up again. The debug screen says: DEBUG: FtpOpen(ftp, beta.xerox.com, anonymous@ftp.freebsd.org, fenner@) DEBUG: Trying to resolve `beta.xerox.com' DEBUG: received <220 beta.xerox.com FTP proxy server ready.> DEBUG: open(220) DEBUG: send DEBUG: received <331 Guest login ok, send your complete e-mail address as password.> DEBUG: send DEBUG: received <230-Welcome to wcarchive ... DEBUG: received <230 Guest login ok, access restrictions apply.> DEBUG: Notify: CD to distribution in ~ftp/pub/FreeBSD/2.0.5-ALPHA DEBUG: send DEBUG: ... DEBUG: received <250 CWD command successful.> DEBUG: send DEBUG: received <550 dists: No such file or directory.> DEBUG: leaving mediaInitFTP! DEBUG: Notify: Logging in as anonymous@ftp.freebsd.org.. DEBUG: Botch: FtpOpen called outside state init DEBUG: Notify: Couldn't open FTP connection to beta.xerox.com The same series of messages appears every additional time I try it. I can't try a different site for the reason above -- I need to change the username. Note that after specifying "cancel" on the retry menu, I get a dialog box that says failed to retreive piece file bin/bin.cs after retries! Aborting the transfer It looks like there should be a number between "after" and "retries", and I think "failed" should be capitalized. And, surprise, surprise, it kept going, grabbing manpages -- no ftplib problems. I guess it was only in the retry that it was having trouble. So, I guess we'll see if the truncated bin set is going to cause me problems (I suspect it will, as I currently don't have a /mnt/kernel =) Bill