From owner-freebsd-current@FreeBSD.ORG Tue Feb 17 17:44:45 2004 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 E3FAB16A4CE for ; Tue, 17 Feb 2004 17:44:45 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id C666E43D1D for ; Tue, 17 Feb 2004 17:44:45 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 92117 invoked by uid 1002); 18 Feb 2004 01:44:45 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 18 Feb 2004 01:44:45 -0000 Message-ID: <4032C2EA.70609@freebsd.org> Date: Tue, 17 Feb 2004 18:42:02 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Julian H. Stacey" References: <200402151952.i1FJq1Gi020982@fire.jhs.private> In-Reply-To: <200402151952.i1FJq1Gi020982@fire.jhs.private> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: 5.2.1-RC2-i386-disc1.iso + minimimal inst: libssl fails 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: Wed, 18 Feb 2004 01:44:46 -0000 Julian H. Stacey wrote: > "Julian H. Stacey" wrote: > >>Scott Long wrote: >> >>>Please test this and let us know of any new problems. There are a >> >>>MD5 (5.2.1-RC2-i386-disc1.iso) = 7cdfff4e1e378222f7f02c5465ca52e5 >> >>I confirm that's the MD5 I have. >> >>Minor error: >> >>I selected "install minimal configuration" or words to that effect, >>selected aiuto partition sizes, on a half virgin disc (IE just MS >>crap from a previous disc owner, but no previous older BSD to >>confuse) Then said No to every option I could, for a quick minimal >>install. After it installed (on a 586 laptop) It booted multi user >>with this before login: >> >> Configuring syscons: blanktime. >> /libexec/ld-elf.so.1: Shared object "libssl.so.3" not found >> /libexec/ld-elf.so.1: Shared object "libssl.so.3" not found >> Initial i386 initialization:. >> >>It's now multi user. I'm not in a position to repeat after possible >>fixes, testing with a possible new iso. I want my laptop with new >>disc usable again, so will load more bins & src by hand & do a make >>world. I just did a minimal install and I'm not seeing this problem at all. > > > 2 silent hangs: 2nd after ftp put'ing from my faster 4.9 host to > my slower older 5.2.1-RC2 laptop, just on 33M of my 1G tar, while > rebuilding my laptop (after removing a 4G disc with 5.2 & installing > a 5G drive with 5.2.1-RC2. > > Doing a get from the 5.2.1-RC2 slower laptop works better. > (neither host or net running anything else load- notasble either time, > maybe some over-run ?) What kind of hang are you talking about? Was the system totally hung, or did it panic, or did the transfer process just hang? Would it be possible to enable DDB in both kernels and see where it's hanging? Enabling INVARIANTS and WITNESS might help track this down even more. Scott