Custom Query (1386 matches)
Results (22 - 24 of 1386)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#44 | fixed | Read USB ID table from a file | ||
Description |
The table which maps a USB ID to corresponding '-d type' option is hard coded in the source. It should be possible to read this info from a file. This is already implemented for the drive database. |
|||
#45 | fixed | Add smartd '--capabilities' option | ||
Description |
Debian and Fedora version of smartd provide a '-C, --capabilities' option. If libcap-ng is available and this option is specified, smartd drops unnecessary POSIX capabilities. Debian patch: http://patch-tracker.debian.org/patch/series/view/smartmontools/5.39-3/62_lowcap.patch But the current version of the above patch introduces a regression, see ticket #41 and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564876. This should be fixed before we apply this patch. |
|||
#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# |