From owner-freebsd-stable@FreeBSD.ORG Sat Aug 9 21:02:27 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D55B1065681 for ; Sat, 9 Aug 2008 21:02:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9EDF38FC0A for ; Sat, 9 Aug 2008 21:02:26 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [IPv6:2001:470:1f11:75:2a0:d2ff:fe18:8b38]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m79L1w7N043547; Sat, 9 Aug 2008 17:02:20 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Eugene Grosbein Date: Sat, 9 Aug 2008 15:57:21 -0400 User-Agent: KMail/1.9.7 References: <20080627031233.9DC4945047@ptavv.es.net> <20080809115642.GB1798@roadrunner.spoerlein.net> <20080809130211.GA27931@svzserv.kemerovo.su> In-Reply-To: <20080809130211.GA27931@svzserv.kemerovo.su> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808091557.21767.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:2001:470:1f11:75::1]); Sat, 09 Aug 2008 17:02:20 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/7995/Sat Aug 9 14:55:20 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: freebsd-stable@freebsd.org Subject: Re: Problem with /boot/loader [A new patch] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2008 21:02:27 -0000 On Saturday 09 August 2008 09:02:12 am Eugene Grosbein wrote: > On Sat, Aug 09, 2008 at 01:56:42PM +0200, Ulrich Spoerlein wrote: > > > > The updated patch (same URL, new patch) is at > > > > http://www.FreeBSD.org/~jhb/patches/btx_hang.patch > > > > > > Sigh, it does not fix my problem described here: > > > > > > http://groups.google.ru/group/muc.lists.freebsd.stable/browse_thread/th > > >read/538039f40b469e2a > > > > > > I've just updated my 7.0-STABLE to latest sources, applied your patch > > > using "cd /usr/src; patch -p6 < ~/btx_hang.patch", it has applied > > > cleanly. Then I've rebuilt and reinstalled kernel and world and > > > rebooted. My problem persists as it was. > > > > I'm not sure about which piece of code you are talking here (boot0, > > boot1, boot2, loader?) But if it's one of the former, you dont need to > > installworld, but install new boot blocks using either fdisk -B or > > bsdlabel -B (or both). > > As Subject: says, I'm talking about /boot/loader and its command prompt. As you are getting BTX faults that is likely a separate issue. You will need to get a copy of the BTX fault message somehow. -- John Baldwin