From owner-freebsd-current@FreeBSD.ORG Tue Oct 18 09:18:33 2011 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 316751065670 for ; Tue, 18 Oct 2011 09:18:33 +0000 (UTC) (envelope-from FreeBSD@heesakkers.info) Received: from server3.ohos.nl (server3.ohos.nl [IPv6:2a00:dd0:0:2::10]) by mx1.freebsd.org (Postfix) with ESMTP id CBEE98FC13 for ; Tue, 18 Oct 2011 09:18:32 +0000 (UTC) Received: from [2001:470:1f15:1555::2] (helo=pcoliver.heesakkers.info) by server3.ohos.nl with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77) (envelope-from ) id 1RG5oc-0003WP-3t for freebsd-current@freebsd.org; Tue, 18 Oct 2011 11:18:31 +0200 From: Oliver Heesakkers To: freebsd-current@freebsd.org Date: Tue, 18 Oct 2011 11:18:21 +0200 Message-ID: <1455340.lUdZO2fe67@pcoliver.heesakkers.info> User-Agent: KMail/4.7.2 (FreeBSD/9.0-BETA3; KDE/4.7.2; amd64; ; ) In-Reply-To: <20111018073924.GA3644@zibbi.meraka.csir.co.za> References: <20111018073924.GA3644@zibbi.meraka.csir.co.za> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: freebsd-9.0 smartmontools and ada devices 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: Tue, 18 Oct 2011 09:18:33 -0000 Op di 18 okt 2011 09:39:24 schreef John Hay: > Hi Guys, > > I have upgraded my desktop from 8.2-stable to 9.0-RC1 (from source), using > a GENERIC kernel. I have installed the smartmontools-5.41_3 package from > a mirror and found that smartmontools does not like the ada devices anymore. > Previously (8.2) I had a GENERIC kernel, with ahci loaded in loader.conf. > There an older smartmontools (5.40) worked without a problem on the ada > devices. > > The output of smartctl looks like this: > > ############################# > dolphin# smartctl -a /dev/ada0 > smartctl 5.41 2011-06-09 r3365 [FreeBSD 9.0-RC1 amd64] (local build) > Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net > > error sending CAMIOCOMMAND ioctl: Inappropriate ioctl for device > Unable to get CAM device list > /dev/ada0: Unable to detect device type > Smartctl: please specify device type with the -d option. > > Use smartctl -h to get a usage summary > > ############################# > > Has anybody seen it? > Yes, but rebuilding smartmontools fixed it for me.