From owner-freebsd-stable@FreeBSD.ORG Mon Jun 25 11:12:49 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A1F7106566C; Mon, 25 Jun 2012 11:12:49 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (ei.bzerk.org [82.95.223.12]) by mx1.freebsd.org (Postfix) with ESMTP id 0C1AE8FC17; Mon, 25 Jun 2012 11:12:48 +0000 (UTC) Received: from [172.30.179.39] ([172.30.179.39]) (authenticated bits=0) by ei.bzerk.org (8.14.4/8.14.4) with ESMTP id q5PBBU4Z096830 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 25 Jun 2012 13:11:30 +0200 (CEST) (envelope-from bulk@bzerk.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) From: Ruben de Groot In-Reply-To: <4FE2D335.4000406@FreeBSD.org> Date: Mon, 25 Jun 2012 13:11:30 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <71DBE7E9-F017-47B2-92E3-CEC1F8F8AF61@bzerk.org> References: <730E36C6-E2A7-4C62-B988-25D66CDFE292@bzerk.org> <4FE1FBB2.60005@FreeBSD.org> <4FE2D335.4000406@FreeBSD.org> To: "Andrey V. Elsukov" , stable@freebsd.org X-Mailer: Apple Mail (2.1084) X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RDNS_NONE,SPF_FAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ei.bzerk.org X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [192.168.179.40]); Mon, 25 Jun 2012 13:12:41 +0200 (CEST) Cc: Subject: Re: kern.geom.part.check_integrity=0 not working. not able to boot 9-STABLE 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: Mon, 25 Jun 2012 11:12:49 -0000 On 21 jun 2012, at 09:54, Andrey V. Elsukov wrote: > On 20.06.2012 22:23, Ruben de Groot wrote: >> ata2: reset tp2 stat0=3D50 stat1=3D00 devices=3D0x1 >> (ada0:ata2:0:0:0): Command timed out >> (ada0:ata2:0:0:0): Retrying command >> ata2: reset tp1 mask=3D03 ostat0=3D58 ostat1=3D00 >> ata2: stat0=3D0x80 err=3D0x80 lsb=3D0x80 msb=3D0x80 >> ata2: stat0=3D0x50 err=3D0x01 lsb=3D0x00 msb=3D0x00 >> ata2: stat1=3D0x00 err=3D0x01 lsb=3D0x00 msb=3D0x00 >> ata2: reset tp2 stat0=3D50 stat1=3D00 devices=3D0x1 >> (ada0:ata2:0:0:0): Command timed out >> (ada0:ata2:0:0:0): Retrying command >=20 > It seems it is not related to the problem with integrity checks. I think so too. However, this still does not make a stable-9 kernel = bootable on my stystem. Do you know of any loader variable that would stop this = ada0:ata2 probing? Should not this be the default behaviour, to just quit after a number of = tries? If I have the time I'll try to find the code myself later today. But I'm = not a kernel programmer, so I might get lost. -- Ruben de Groot > --=20 > WBR, Andrey V. Elsukov >=20