From owner-freebsd-current@freebsd.org Wed Oct 4 18:42:46 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3619BE3FF0C for ; Wed, 4 Oct 2017 18:42:46 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [IPv6:2a01:4f8:191:217b::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.bsd4all.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 052036D2AC for ; Wed, 4 Oct 2017 18:42:45 +0000 (UTC) (envelope-from herbert@gojira.at) Received: by mail.bsd4all.net (Postfix, from userid 1001) id AE46E65F2; Wed, 4 Oct 2017 20:42:43 +0200 (CEST) Date: Wed, 4 Oct 2017 20:42:43 +0200 From: "Herbert J. Skuhra" To: freebsd-current@freebsd.org Subject: Re: 12-current, since 323508 / Sept 13 - smartctl / smartmontools - unable to query drives Message-ID: <20171004184243.GA36804@mail.bsd4all.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 04 Oct 2017 18:42:46 -0000 On Wed, Oct 04, 2017 at 11:14:00AM -0700, David P. Discher wrote: > Seeing an odd behavior - even with r324216 as of about Oct 2nd, smartctl can no longer query any disks > > Always getting: > > > sudo smartctl -x /dev/ada0 > Password: > smartctl 6.5 2016-05-07 r4318 [FreeBSD 12.0-CURRENT amd64] (local build) > Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org > > /dev/ada0: Unable to detect device type > Please specify device type with the -d option. > > Use smartctl -h to get a usage summary > > Even with specifying the type, I can’t query the drives. I’m trying to nail down the commit now, I think its between r320087 and r323508. > > Anyone have any pointers ? Smartmontools hasn’t changed since Feb, so by all indications, this is a regression in FreeBSD-current/-head. > > Thanks ! Rebuild smartmontools! -- Herbert