From owner-freebsd-stable@FreeBSD.ORG Sat Jun 13 20:41:35 2009 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 20A221065670 for ; Sat, 13 Jun 2009 20:41:35 +0000 (UTC) (envelope-from danallen46@airwired.net) Received: from mail.utahbroadband.com (mail.utahbroadband.com [204.14.20.91]) by mx1.freebsd.org (Postfix) with ESMTP id D4CA28FC0A for ; Sat, 13 Jun 2009 20:41:34 +0000 (UTC) (envelope-from danallen46@airwired.net) Received: (qmail 29730 invoked by uid 89); 13 Jun 2009 19:29:43 -0000 Received: from unknown (HELO ?192.168.0.18?) (danallen46@airwired.net@66.29.174.6) by mail.utahbroadband.com with ESMTPA; 13 Jun 2009 19:29:43 -0000 Message-Id: From: Dan Allen To: Paul B. Mahol In-Reply-To: <3a142e750906131150p6e960400o8a42ab4973aa26e@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Sat, 13 Jun 2009 14:41:31 -0600 References: <212AA509-6A5D-4D43-8B02-A31E636A8D40@airwired.net> <3a142e750906111641w73d991a7ld22ff9a9150404e0@mail.gmail.com> <200906120832.51098.jhb@freebsd.org> <22FB500C-9655-4702-99B8-F6498DD27E2F@airwired.net> <3a142e750906131150p6e960400o8a42ab4973aa26e@mail.gmail.com> X-Mailer: Apple Mail (2.935.3) Cc: Yuri Pankov , freebsd-stable@freebsd.org, John Baldwin Subject: Re: Something since June 8th clobbers my disk... 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, 13 Jun 2009 20:41:35 -0000 On 13 Jun 2009, at 12:50 PM, Paul B. Mahol wrote: > I doubt it is loader fault, from your description it appears that > loader is never started. > > Could you try to remove -DLOADER_ZFS_SUPPORT from Makefile? > >> /usr/src/sys/boot/i386/loader/Makefile BINGO! LOADER_ZFS_SUPPORT is the culprit. I rebuilt the good world, and brought in the loader changes which have caused previously caused death to my drive, then deleted the ZFS_SUPPORT path in /usr/src/sys/boot/i386/loader/Makefile as you recommended, and rebuilt things and everything works fine. Now what do we do? Dan