From owner-freebsd-current@FreeBSD.ORG Thu Feb 21 16:05:40 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F03BEAF5 for ; Thu, 21 Feb 2013 16:05:40 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-ve0-f177.google.com (mail-ve0-f177.google.com [209.85.128.177]) by mx1.freebsd.org (Postfix) with ESMTP id 8491D12A for ; Thu, 21 Feb 2013 16:05:40 +0000 (UTC) Received: by mail-ve0-f177.google.com with SMTP id m1so8033730ves.22 for ; Thu, 21 Feb 2013 08:05:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=PPHtF5j739f95/hLJqTHGO66SWJEEK8+05meq+797Eo=; b=MRgKZ5ptLmwKWoXDPltWepXrUZgC/vKJKmC7sn+brsbYF8YmtTyLkkbWF7bwZAMrYG /GyazuvscM3c5ycLQddeld8CsJSDhlK9yO+LycuBOu3cE2JGIjn7q72mpRxJZglVtFkv 9QeJ1CNej+QnIUKmBg2fpXiyTbsOPuma+Yrh1eXebUCSPekAQY8CwUzXlODF0ougETy8 iyUX/KaNVnFiV89eGc8OBWuOQY+5KR96tHC9VVi2boQ2GUyXfeO1T892IbTN6tZd8+g/ pGV3zhdP+NfxyPR8zgspcYWYCjz0KgjjxX8ac2tf30eMvNsWXqogfBuWa0g6VF4zG1/5 Ei8Q== MIME-Version: 1.0 X-Received: by 10.220.154.14 with SMTP id m14mr20325538vcw.21.1361462733996; Thu, 21 Feb 2013 08:05:33 -0800 (PST) Received: by 10.58.77.101 with HTTP; Thu, 21 Feb 2013 08:05:33 -0800 (PST) In-Reply-To: References: <20130221153458.GA6838@itx> Date: Thu, 21 Feb 2013 16:05:33 +0000 Message-ID: Subject: Re: r247095 Boot Failure From: matt To: Sergey Kandaurov Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD-current , nparhar@gmail.com, Shawn Webb X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 21 Feb 2013 16:05:41 -0000 On Thu, Feb 21, 2013 at 3:46 PM, Sergey Kandaurov wrote: > > > Currently that corresponds to: > set kern.smp.disabled=1 > set hw.ata.ata_dma=0 > set hw.ata.atapi_dma=0 > set hw.ata.wc=0 > set hw.eisa_slots=0 > set kern.eventtimer.periodic=1 > set kern.geom.part.check_integrity=0 > > See /boot/menu-commands.4th > > -- > wbr, > pluknet > Enabling beastie, safe mode boots. The userland thread wasn't terribly descriptive about symptoms, and this sure doesn't *look* like a userland problem. Trying to reduce it to a specific option First, no variables or alternate kernels work until I type show (that seems broken) Setting all of the kern variables allow it to boot Setting all of the hw.ata.*dma doesn't change anything Setting hw.ata.wc causes a panic/reboot Matt