Custom Query (1264 matches)
Results (10 - 12 of 1264)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#846 | fixed | DB entry for WDC Sata products | ||
Description |
Attached a patch for supporting WDC sata drives. Please let me know if I can provide any further information for adding support for these drives. |
|||
#48 | wontfix | cciss bug smartd/smartd with amd64 architecture | ||
Description |
Before, I use on it machine i386 distrib and 5.38 - all will be OK now, we have: backup1# smartctl -a --device=cciss,1 /dev/ciss0 smartctl 5.39 2009-12-09 r2995 [FreeBSD 8.0-STABLE amd64] (local build) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net scsiModePageOffset: response length too short, resp_len=9 offset=27 bd_len=23
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options. backup1# backup1# uname -a FreeBSD backup1.moskb.local 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu Dec 24 17:42:36 MSK 2009 lissyara@…:/mnt/4Tb/usr/obj/amd64/mnt/jabber/DISTR/FreeBSD/src/8.0/sys/GENERIC amd64 backup1# |
|||
#49 | fixed | cciss bug smartd/smartd with more than 15 devices | ||
Description |
with 5.38 I have good working filez1# smartctl -a --device=cciss,20 /dev/ciss0 smartctl version 5.38 [i386-portbld-freebsd6.3] Copyright (C) 2002-8 Bruce Allen Home page is http://smartmontools.sourceforge.net/ Device: HP DF0300B8053 Version: HPD4 Serial number: 3QP16VEE00009935XQ0P Device type: disk Transport protocol: SAS Local Time is: Thu Feb 4 17:05:15 2010 MSK Device supports SMART and is Enabled Temperature Warning Enabled SMART Health Status: OK with 5.39 I have it: filez1# smartctl -a --device=cciss,20 /dev/ciss0 smartctl 5.39 2009-12-09 r2995 [FreeBSD 6.3-RELEASE-p9 i386] (local build) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net /dev/ciss0: Option -d cciss,N (N=20) must have 0 <= N <= 15 =======> VALID ARGUMENTS ARE: ata, scsi, sat[,N][+TYPE], usbcypress[,X], usbjmicron[,x][,N], usbsunplus, 3ware,N, hpt,L/M/N, cciss,N, test <======= Use smartctl -h to get a usage summary filez1# filez1# uname -a FreeBSD filez1.moskb.local 6.3-RELEASE-p9 FreeBSD 6.3-RELEASE-p9 #0: Thu Apr 16 21:11:30 MSD 2009 lissyara@…:/usr/obj/usr/src/sys/SMP i386 filez1# |