From owner-freebsd-stable@FreeBSD.ORG Tue Oct 3 20:11:26 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BCF316A47B; Tue, 3 Oct 2006 20:11:26 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ADCE43D92; Tue, 3 Oct 2006 20:11:22 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k93KB3O4028484; Tue, 3 Oct 2006 16:11:15 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-stable@freebsd.org Date: Tue, 3 Oct 2006 15:58:38 -0400 User-Agent: KMail/1.9.1 References: <20061003164750.GA844@seth.augenstein.ten> <20061003194735.GA43305@rambler-co.ru> <20061003194855.GB43305@rambler-co.ru> In-Reply-To: <20061003194855.GB43305@rambler-co.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610031558.38557.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 03 Oct 2006 16:11:16 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1989/Tue Oct 3 14:40:53 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Subject: Re: 6.2-PRE /boot/loader 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: Tue, 03 Oct 2006 20:11:26 -0000 On Tuesday 03 October 2006 15:48, Ruslan Ermilov wrote: > On Tue, Oct 03, 2006 at 11:47:35PM +0400, Ruslan Ermilov wrote: > > Hi John, > > > > On Tue, Oct 03, 2006 at 03:00:40PM -0400, John Baldwin wrote: > > > On Tuesday 03 October 2006 12:55, Norbert Augenstein wrote: > > > > Hi list, > > > > i have just updated to 6.2-PRERELEASE and GRUB is unable to use > > > > the new /boot/loader. Ending in an endless loop rebooting after > > > > selecting FreeBSD. > > > > As a workaround it was possible to chainload FreeBSD. > > > > Further investigation shows that /boot/loader.old is woking. > > > > > > > > So what can cause the new loader to fail? > > > > I have not set CFLAGS / CPUTYPE in /etc/make.conf > > > > > > > > No other problems , em device is working fine here:) > > > > > > Talk to ru@ about his changes to make it use high memory by default. > > > > > Do you mean that "my" (uncommitted) changes can cause this or > > are you trying to say that making it use high and more memory > > for heap by default would probably be a good idea? > > > Hmm, well. I forgot that I've already committed them. But > it doesn't use high memory by default, only if bzip2 support > is activated. I thought you changed that from '#ifdef LOADER_BZIP2_SUPPORT' to '#if 1' in your patches so it now always uses high memory? -- John Baldwin