From owner-freebsd-current@FreeBSD.ORG Thu Nov 1 12:43:27 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F34D016A417 for ; Thu, 1 Nov 2007 12:43:26 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 6C0F013C4A7 for ; Thu, 1 Nov 2007 12:43:26 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so376149nfb for ; Thu, 01 Nov 2007 05:43:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=/v+w9e1hcaf3a7CKwXPdJw9zoV4qFiwrcybUkWtb57U=; b=dx7e+HvJ4ICJxuTZ4QZjLnYc3be8NVWNDkYhcsSNHL3Oiag9Nx1nJ8W9Ls3nnse8783VsG8szlWyYfgGlJBYyXsihVQi2PkRnRorupHXY3i/0D1nCOHv8mjyV9T9eMMDgOroPFtHpYBKk6RkzsBVjsTf+0YWgSltFEV33cTL6b8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jnooZWewUr80pS/upEriLd1Cg8eyPlJzQV5pdiUehiNcbv+xDrEeAEB2AkzjT8oe8SWzMjQApt1fqBU7vTY7C4D6mLu7Xa7p1D7TQ6JEwjjh70aZ240yFVY2N7gM34aqwYDpgl8L21PVdCYLjcb7KJpyaLBWZEVMcFMXc6rwxEI= Received: by 10.78.160.2 with SMTP id i2mr354241hue.1193920550411; Thu, 01 Nov 2007 05:35:50 -0700 (PDT) Received: by 10.78.42.6 with HTTP; Thu, 1 Nov 2007 05:35:50 -0700 (PDT) Message-ID: Date: Thu, 1 Nov 2007 15:35:50 +0300 From: pluknet To: "John Baldwin" In-Reply-To: <200710251511.13161.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200710251511.13161.jhb@freebsd.org> Cc: freebsd-current@freebsd.org, syle ishere Subject: Re: kernel panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Nov 2007 12:43:27 -0000 On 25/10/2007, John Baldwin wrote: > On Thursday 25 October 2007 01:10:33 pm syle ishere wrote: > > > > I tried testing this. Added > > LOADER_FIREWIRE_SUPPORT=yes in /etc/make.conf > > (cd /sys/boot/i386 && make clean && make && make install)shutdown -r now > > All was great it the loader worked! > > > > To test this wasn't my imagination: > > I took that line out of make.conf > > (cd /sys/boot/i386 && make clean && make && make install)shutdown -r now > > > > And got same problem system not booting. > > > > Good catch pluknet, hopefully we can get this code compiled into the loader > as a mandatory fix > > for now. > > That seems odd. I would make sure you really have a clean build, and I would > build from /sys/boot, not /sys/boot/i386. > > -- > John Baldwin > Yes. I've just checked that loader brokeness is influenced by -funroll-loops in make.conf wbr, pluknet