From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 18 19:30:28 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7982C16A420 for ; Fri, 18 Nov 2005 19:30:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCF8943D4C for ; Fri, 18 Nov 2005 19:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAIJURC5068858 for ; Fri, 18 Nov 2005 19:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAIJURIm068857; Fri, 18 Nov 2005 19:30:27 GMT (envelope-from gnats) Resent-Date: Fri, 18 Nov 2005 19:30:27 GMT Resent-Message-Id: <200511181930.jAIJURIm068857@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Carl Fongheiser Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE33616A41F for ; Fri, 18 Nov 2005 19:26:27 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79E5943D46 for ; Fri, 18 Nov 2005 19:26:27 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id jAIJQROr000786 for ; Fri, 18 Nov 2005 19:26:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id jAIJQRRm000785; Fri, 18 Nov 2005 19:26:27 GMT (envelope-from nobody) Message-Id: <200511181926.jAIJQRRm000785@www.freebsd.org> Date: Fri, 18 Nov 2005 19:26:27 GMT From: Carl Fongheiser To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/89252: smartmontools getting gibberish X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2005 19:30:28 -0000 >Number: 89252 >Category: ports >Synopsis: smartmontools getting gibberish >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 18 19:30:27 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Carl Fongheiser >Release: 5.4-RELEASE >Organization: >Environment: FreeBSD kf0yn.ampr.org 5.4-RELEASE FreeBSD 5.4-RELEASE #4: Tue Sep 20 11:06:44 CDT 2005 cmf@kf0yn.ampr.org:/usr/obj/usr/src/sys/OSITOS i386 >Description: The smartmontools port (5.33_4) doesn't seem to work right -- it's getting gibberish in the device identity. This seemed to start happening after I switched from an ASUS P4PE (i845PE chipset) to a Gigabyte GA-K8NF-9 (nForce 4 chipset). Here's what I get with "smartctl -i ad0" (results are similar for ad1): smartctl version 5.33 [i386-portbld-freebsd5.4] Copyright (C) 2002-4 Bruce Allen Home page is http://smartmontools.sourceforge.net/ === START OF INFORMATION SECTION === Device Model: 90}uxtov 6u040l0 Serial Number: E1E1;|84ae Firmware Version: [No Information Found] Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 6 ATA Standard is: Not recognized. Minor revision code: 0xfe Local Time is: Fri Nov 18 13:19:56 2005 CST SMART support is: Unavailable - Packet Interface Devices [this device: Reserved] don't support ATA SMART A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options. For comparison, here's the output from "atacontrol list" ("no device present" lines from SATA ports suppressed): ATA channel 0: Master: ad0 ATA/ATAPI revision 7 Slave: ad1 ATA/ATAPI revision 7 ATA channel 1: Master: acd0 ATA/ATAPI revision 5 Slave: no device present And here's what's printed at boot: atapci0: port 0xf000-0xf00f,0x376,0x170-0x17 7,0x3f6,0x1f0-0x1f7 at device 6.0 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 .. irrelevant lines suppressed ... ad0: 39205MB [79656/16/63] at ata0-master UDMA133 ad1: 156334MB [317632/16/63] at ata0-slave UDMA133 ata1-master: DMA limited to UDMA33, non-ATA66 cable or device acd0: DVDR at ata1-master UDMA33 cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present >How-To-Repeat: See above.... >Fix: >Release-Note: >Audit-Trail: >Unformatted: