From owner-freebsd-current@FreeBSD.ORG Fri Jan 29 07:36:36 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71C691065672 for ; Fri, 29 Jan 2010 07:36:36 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id F1FBE8FC1D for ; Fri, 29 Jan 2010 07:36:35 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e21so72314fga.13 for ; Thu, 28 Jan 2010 23:36:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=QPiWpLV+SJVOtcHEHzlELqu7S76AsEfCGDfi+QYbx1s=; b=gGQswvAMigxLtC22Kjpa6KjBvwDOZWifiMWgrkcxHTpYW74u6ZDmUxq1dBRiawMdIk lfzMrJdQIwPqx0/WlvS74PQniewcV18wxyGeVMGr4ZBU0kv+zmVf+gmrCyEfpAr0HvVG cfGjvXQeJ+5XxQdMGaNFHIbvaCu0g1h3vU0ZM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=PKnc5wfFgYUMZdxdYTO0pM302wVpQSxXbV0F/b6l0QIt75UT5dchR7JXpvyQtdvO62 /bU5UOee5A13n10Xv/DJB6KOxOZ5rIPpCiSC1FHVXTegmbLp90jxQAxbmlXjMvoUSLJT vKktcgIAHQc3kZPJzT0fHoXIoC5wyZK3HxdTA= Received: by 10.103.125.37 with SMTP id c37mr224012mun.3.1264750594935; Thu, 28 Jan 2010 23:36:34 -0800 (PST) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id y6sm7464151mug.31.2010.01.28.23.36.33 (version=SSLv3 cipher=RC4-MD5); Thu, 28 Jan 2010 23:36:34 -0800 (PST) Sender: Alexander Motin Message-ID: <4B629000.1010805@FreeBSD.org> Date: Fri, 29 Jan 2010 09:36:32 +0200 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20091212) MIME-Version: 1.0 To: inurneck , FreeBSD-Current References: <4B628FC1.5090405@FreeBSD.org> In-Reply-To: <4B628FC1.5090405@FreeBSD.org> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: update* Bootup hangs on scsi cdrom attaching X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 29 Jan 2010 07:36:36 -0000 Alexander Motin wrote: > inurneck wrote: >> I turned off my seconday scsi controller (scsi cdroms) and the box boots >> fine. --With no scsi cdrom devices.. Looking at the code in the last 20 >> hours a lot of things have been done to CAM. I am putting my money in that >> direction. Any idea where I should begin? How can I tell freebsd just to not >> probe the cdroms at boot, I don't need to be told, nor even care if a cdrom >> is in the device or not upon boot, Why would I want 12 lines of error >> messages on bootup telling me when there isnt, and now, a machine that wont >> boot? I could have lived with just the errors, and I was, but this? hmm. > > Can you (for beginning) grab verbose boot messages? Also you may try to enable INVARIANTS. -- Alexander Motin