From owner-freebsd-current@FreeBSD.ORG Thu May 22 09:01:47 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D30C37B401; Thu, 22 May 2003 09:01:47 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id E055E43FAF; Thu, 22 May 2003 09:01:46 -0700 (PDT) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h4MFvRZ11579; Thu, 22 May 2003 08:57:27 -0700 Received: from btc.adaptec.com (hollin.btc.adaptec.com [10.100.253.56]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id JAA07010; Thu, 22 May 2003 09:01:34 -0700 (PDT) Message-ID: <3ECCF457.4030901@btc.adaptec.com> Date: Thu, 22 May 2003 10:01:27 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <20030522155514.GA32442@sunbay.com> In-Reply-To: <20030522155514.GA32442@sunbay.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: re@FreeBSD.org cc: current@FreeBSD.org cc: John Baldwin cc: Mike Schreckengost Subject: Re: FreeBSD 5.1-BETA2 install results X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2003 16:01:47 -0000 Ruslan Ermilov wrote: > On Thu, May 22, 2003 at 11:28:18AM -0400, John Baldwin wrote: > >>On 22-May-2003 Ruslan Ermilov wrote: >> >>>On Wed, May 21, 2003 at 07:10:24PM -0400, Mike Schreckengost wrote: >>>[...] >>> >>>>I just performed a 'clean' install of 5.0-BETA2, and have > > encountered a few > >>>>issues which may (or may not!) be considered as 'bugs'. >>> >>>>Issues encountered: >>>> >>> >>>[...] >>> >>>>3) The 'krb5' and 'ports' distributions failed to install over FTP > > from > >>>>ftp://ftp5.FreeBSD.org. I noticed in a prior post to this list that > > the > >>>>krb5 distro was folded into 'crypto', which appears to be correct. > > However, > >>>>sysinstall still looks for 'krb5' separately and issues an error > > when it > >>>>can't be found. >>>> >>> >>>That's clearly still the case; attached is the patch. Please > > someone > >>>from re@ review and commit it. >> >>I have a similar patch already. However, there is the remaining issue > > of > >>the skrb5 distribution. If krb5 is going to be removed, skrb5 needs > > to > >>be fixed as well. >> > > While it may seem confusing at a glance, it's okay (skrb5). > Example: we don't provide "share" distribution, but we have > "sshare" source distribution. Similarly here, we don't > provide "krb5" distribution any more (it's part of the > "crypto" distribution), but we provide "skrb5" distribution, > in the same location as "scrypto" and "ssecure", in > ${CHROOTDIR}/R/ftp/crypto/. > I'd have to say that I'd rather not perpetuate the inconsistency. These kinds of things make the installer more and more obscure. > >>Also, have you tested a release with this patch? >> > > Since it only affects sysinstall(8), I just recompiled the > latter, and played with it for a bit on a running system. Great! John's patch looked a little more complete, maybe John can comment on that. Scott