From owner-freebsd-stable@FreeBSD.ORG Sat Jun 13 21:03:09 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 4822510657E3 for ; Sat, 13 Jun 2009 21:03:09 +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 04CEB8FC15 for ; Sat, 13 Jun 2009 21:03:08 +0000 (UTC) (envelope-from danallen46@airwired.net) Received: (qmail 5563 invoked by uid 89); 13 Jun 2009 19:51:16 -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:51:16 -0000 Message-Id: <4F4C9D30-9B89-469B-A62E-184AA3361813@airwired.net> From: Dan Allen To: "Paul B. Mahol" , John Baldwin , Yuri Pankov , FreeBSD-STABLE Mailing List In-Reply-To: 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 15:03:02 -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: 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 21:03:10 -0000 On 13 Jun 2009, at 2:41 PM, Dan Allen wrote: > > 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. My wording may not have been clear: I simply replaced the errant June 10th version of /usr/src/sys/boot/i386/loader/Makefile with the June 8th version of the same file which simply defaults to no LOADER_ZFS_SUPPORT. Dan