Custom Query (1563 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (250 - 252 of 1563)

Ticket Resolution Summary Owner Reporter
#871 fixed cciss: Add option to disable SAT auto detection Christian Franke Stanislav Brabec
Description

Some newer HPSA devices reply to basic SAT commands and provide inquiry that contains "ATA ".

It causes that sat variable in sat_device::autodetect_open() becomes true, and even if cciss is explicitly specified by smartctl -d cciss,0 -H /dev/sda it switches to sat dev/sda [cciss_disk_00] [SAT]: Device open changed type from 'sat,auto' to 'sat'

As a result, it causes failure: SMART STATUS RETURN: incomplete response, ATA output registers missing REPORT-IOCTL: Device=/dev/sda Command=SMART STATUS CHECK returned -1 errno=38 [Function not implemented]

Attached patch disables the auto-switch to "better" driver for cciss.

Note that I do not have a test report from the customer for that patch yet, but setting sat = 0 was already confirmed to prevent this bug.

Note that smart_interface::autodetect_sat_device() contains a similar code, but I am not sure whether it needs a fix as well.

#49 fixed cciss bug smartd/smartd with more than 15 devices Christian Franke Alex Keda
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#

#48 wontfix cciss bug smartd/smartd with amd64 architecture somebody Alex Keda
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

Terminate command early due to bad response to IEC mode page

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#

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.