From owner-freebsd-current@FreeBSD.ORG Fri Jan 29 07:35:33 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 EC100106566C for ; Fri, 29 Jan 2010 07:35:33 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 79D7F8FC1C for ; Fri, 29 Jan 2010 07:35:33 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 19so10362fgg.13 for ; Thu, 28 Jan 2010 23:35:32 -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 :content-type:content-transfer-encoding; bh=yKgLPDyBL8NpxLQaEp45ZpDp0b/L9ksAw2nmrDmnErA=; b=FGci5Plv9KrH3Rl3LnFAo0QSu7h8u8E3eQoRIvFMkWgzZobiDb9aJ5tZ9qawk7BTZ0 GMFP6P2IYZTMEM1tLnmh6Nv607+c8eQ0P+BPzvHK30clYR+X1Z1qUb3fkzkkqU3IcPSV 4vnOtKdfEARTdK69u0lrvOdr+ztGpOW+AB6l8= 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:content-type:content-transfer-encoding; b=Ag44Rhz4dHPFClmfEuLk9uT3s3KNlwhUfqQJx6aDqNYenujL5qjFfM/K7pmcNcXK4E MMPAJaDzypLvbrL07lJUQXiWPur0wiNv95Yza+3lJQPhpuR5CwusVT4j0k4eGB+0mw08 ScK7egKilqp7wtfNxuzSIMAwfLCFfTbvotGdE= Received: by 10.103.67.31 with SMTP id u31mr135303muk.122.1264750532301; Thu, 28 Jan 2010 23:35:32 -0800 (PST) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id b9sm4613774mug.39.2010.01.28.23.35.31 (version=SSLv3 cipher=RC4-MD5); Thu, 28 Jan 2010 23:35:31 -0800 (PST) Sender: Alexander Motin Message-ID: <4B628FC1.5090405@FreeBSD.org> Date: Fri, 29 Jan 2010 09:35:29 +0200 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20091212) MIME-Version: 1.0 To: inurneck , FreeBSD-Current References: In-Reply-To: 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:35:34 -0000 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? -- Alexander Motin