From owner-freebsd-stable@FreeBSD.ORG Thu Jun 11 23:41:29 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 7CD32106566B for ; Thu, 11 Jun 2009 23:41:29 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f217.google.com (mail-bw0-f217.google.com [209.85.218.217]) by mx1.freebsd.org (Postfix) with ESMTP id 0241B8FC08 for ; Thu, 11 Jun 2009 23:41:28 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by bwz17 with SMTP id 17so7592bwz.43 for ; Thu, 11 Jun 2009 16:41:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=d17/Rm9toIHKVzwiDys672zV0M4WVW4b2N2lwRBd7UU=; b=MnZeetbV06Z41hJW3ZHKCty7VisHVOgHF7syNlJJBQUmiWz01TxAcm0dzH0Cf+cNsM M7Vfzf2WLert2Sh47Z5AZXrN1B6/h5YG/MsatAxKGFNqagMNoxnXvufkng8GyNOphFPl uaRKL3usZVlZth6inml3LmeYpGSf6e3hzRzpc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=sKvt+jRCDjhVsMVSjKExg8kRoIJALYYyqDoi01re62P+OZcGNEcf/jO7CNSBOCOMfR TP9iHABScznBeqgWwWIjr/F1DAwR2AClzRwj8g15nh/YKMwTYfgN9N5SyfS5guicvZee FbDwfwNwtG5f8ot3yE+idZxGKBIGRduhmv/IE= MIME-Version: 1.0 Received: by 10.204.116.208 with SMTP id n16mr3034013bkq.96.1244763686481; Thu, 11 Jun 2009 16:41:26 -0700 (PDT) In-Reply-To: <212AA509-6A5D-4D43-8B02-A31E636A8D40@airwired.net> References: <212AA509-6A5D-4D43-8B02-A31E636A8D40@airwired.net> Date: Thu, 11 Jun 2009 23:41:26 +0000 Message-ID: <3a142e750906111641w73d991a7ld22ff9a9150404e0@mail.gmail.com> From: "Paul B. Mahol" To: Dan Allen Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD-STABLE Mailing List 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: Thu, 11 Jun 2009 23:41:29 -0000 On 6/11/09, Dan Allen wrote: > Okay. I did a > > make buildkernel && installkernel > > and rebooted, no problems. > > I then did a > > make buildworld > > and rebooted, no problems. > > I then did a > > make installworld > > which completed normally, rebooted, and > > BINGO - my disk partition table has been zapped. > > The problem appears to be something that runs during this 'make > installworld'! > > There are no problems with the build itself that I can tell, but some > program is munging the disk partition table. > > In a zany sort of way this is progress. Of course now I have to > reinstall the OS, again... Looks like boot(8) is problematic. Anything in /etc/src.conf or /etc/make.conf? -- Paul