From owner-freebsd-questions@FreeBSD.ORG Fri Apr 18 16:07:58 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2BD137B401 for ; Fri, 18 Apr 2003 16:07:58 -0700 (PDT) Received: from mail.airnet.com.au (mail.airnet.com.au [202.174.32.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 69DA843F3F for ; Fri, 18 Apr 2003 16:07:57 -0700 (PDT) (envelope-from ws@senet.com.au) Received: (qmail 20073 invoked from network); 18 Apr 2003 23:07:55 -0000 Received: from dsl2-81.gw1.adl1.airnet.com.au (HELO predatorii) (202.174.37.81) by mail.airnet.com.au with SMTP; 18 Apr 2003 23:07:55 -0000 Message-ID: <055001c305ff$8ee3d0c0$0264a8c0@ovirt.dyndns.ws> From: "W. Sierke" To: "Michelle Weeks" , References: Date: Sat, 19 Apr 2003 08:39:26 +0930 Organization: OVirt Technologies MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: cdrom - device not configured error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2003 23:07:59 -0000 "Michelle Weeks" wrote: > > thank you wayne. i tried the command atacontrol list and get the > following error: atacontrol: control device not found: No such file or > directory? That doesn't sound good, does it? What does: # dmesg | grep -2 "cd0" and perhaps: # ls -l /dev/a[ct]* say? If your dmesg doesn't show anything abnormal, I suspect you're probably going to have to look at taking the server down and having the hardware checked out. You might be able to try the atacontrol "reinit" command if the cdrom isn't sharing the channel with any critical devices such as hard disks but given that the consequences are uncertain, this is probably only an avenue to consider as a last resort to trying to keep the server up. How important is it for you to be able to use the CDROM? Wayne