From owner-freebsd-current Sat Jun 3 16:48:01 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA15281 for current-outgoing; Sat, 3 Jun 1995 16:48:01 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id QAA15270 ; Sat, 3 Jun 1995 16:48:00 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Charlie ROOT cc: freebsd-current@freefall.cdrom.com Subject: Re: Todays disk set problems In-reply-to: Your message of "Sat, 03 Jun 95 15:18:33 EDT." Date: Sat, 03 Jun 1995 16:47:59 -0700 Message-ID: <15269.802223279@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: current-owner@FreeBSD.ORG Precedence: bulk > This I don't this is correct I am assuming that this should 1 get the > file bin.tgz out of inside the bin directory OR get the bin directory as > a .tgz file > > continues as > DEBUG: send > DEBUG: received <200 Type set to I.> > DEBUG: send > DEBUG: received <200 PORT command successful.> > DEBUG: send > DEBUG: received <550 bin/bin.tgz: No such file OR directory.> No, that's actually fine - it should look for the .tgz first then go on to pick up the piece files only if it can't find a complete one (you can speed things up a fair bit by caching local copies of the pieces already concatenated together in one .tgz file). > Then is hangs right there not ever asking for an different site like I > asked it to. Hmmm! This didn't happen to us.. :-( I'll try to reproduce this! Jordan