Custom Query (1419 matches)
Results (4 - 6 of 1419)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#4 | fixed | ciss devices fail with os_freebsd.cpp from svn | ||
Description |
smartctl 5.39 2009-09-01 r2881 [FreeBSD 7.2-RELEASE-p3 amd64] (local build) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net Smartctl open device: /dev/ciss0 [cciss_disk_00] failed: smartctl 5.39 2009-09-01 r2881 [FreeBSD 7.2-RELEASE-p3 amd64] (local build) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net Smartctl open device: /dev/ciss0 [cciss_disk_04] failed: # smartctl -a -d cciss,0 /dev/ciss0 smartctl version 5.38 [amd64-portbld-freebsd7.2] Copyright (C) 2002-8 Bruce Allen Home page is http://smartmontools.sourceforge.net/ Device: HITACHI HUS153030VLS300 Version: A210 Serial number: J8V21N1A Device type: disk Transport protocol: SAS Local Time is: Wed Sep 2 13:12:27 2009 EEST Device supports SMART and is Enabled Temperature Warning Enabled SMART Health Status: OK Current Drive Temperature: 34 C Drive Trip Temperature: 85 C Manufactured in week 40 of year 2007 Recommended maximum start stop count: 50000 times Current start stop count: 20 times Elements in grown defect list: 0 Vendor (Seagate) cache information
Error counter log:
Gigabytes Total
processed uncorrected
bytes] errors read: 0 172 0 172 1302 602.700 0 write: 0 8447 0 8447 8577 64.274 0 verify: 0 7350 0 7350 7807 0.000 0 Non-medium error count: 0 No self-tests have been logged Long (extended) Self Test duration: 13019 seconds [217.0 minutes] # smartctl -a -d cciss,4 /dev/ciss0 smartctl version 5.38 [amd64-portbld-freebsd7.2] Copyright (C) 2002-8 Bruce Allen Home page is http://smartmontools.sourceforge.net/ Standard Inquiry (36 bytes) failed [Device not configured] Retrying with a 64 byte Standard Inquiry Standard Inquiry (64 bytes) failed [Device not configured] A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options. |
|||
#5 | fixed | build fail on freebsd 8 | ||
Description |
There are major changes on freebsd 8.0 USB stack, need to investigate the reason. os_freebsd.cpp: In function 'int os_freebsd::do_scsi_cmnd_io(int, scsi_cmnd_io*, int)':M os_freebsd.cpp:1424: warning: unused variable 'fdchan'M os_freebsd.cpp: In function 'int os_freebsd::usbdevinfo(int, int, int, int, short unsigned int&, short unsigned int&, short unsigned int&)':M os_freebsd.cpp:2028: error: aggregate 'os_freebsd::usb_device_info di' has incomplete type and cannot be definedM os_freebsd.cpp:2035: error: 'USB_DEVICEINFO' was not declared in this scopeM os_freebsd.cpp:2044: error: 'USB_MAX_DEVNAMES' was not declared in this scopeM * Error code 1M |
|||
#6 | fixed | [regression] Unable to use /dev/disk/by-id in smartd.conf | ||
Description |
Hi, a Debian user reported a regression against the svn revision [2879]. He can't use anymore /dev/disk/by-id in smartd.conf. I can confirm that. smartctl seems also affected. Error message: Device: /dev/disk/by-id/ata-ST3200822A_3LJ00N4L, unable to autodetect device type Device: /dev/disk/by-id/ata-WDC_WD6400AAKS-00A7B2_WD-WMASY2546840, unable to autodetect device type # smartd -V smartd 5.39 2009-08-29 r2879 [i686-pc-linux-gnu] (local build) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net smartd comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under the terms of the GNU General Public License Version 2. See http://www.gnu.org for further details. smartmontools release 5.39 dated 2008/03/10 at 10:44:07 GMT smartmontools SVN rev 2879 dated 2009-08-29 at 17:19:00 smartmontools build host: i686-pc-linux-gnu smartmontools build configured: 2009/09/03 08:19:25 UTC smartd compile dated Sep 3 2009 at 08:19:50 smartmontools configure arguments: '--prefix=/usr' '--sysconfdir=/etc' '--mandir=/usr/share/man' '--with-initscriptdir=/etc/init.d' '--with-docdir=/usr/share/doc/smartmontools' 'CXXFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' 'CFLAGS=-g -O2 -fsigned-char -Wall -O2' Original bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544823 |