Package: hddtemp
Version: 0.3-beta13-1

Hello,

while trying the new syslog option I noticed kernel errors while
/etc/init.d/hddtemp start
hdd: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
hdd: drive_cmd: error=0x04

This is because /dev/hdd is a cdrom drive. The init script tries
to figure that out, however, since the drive is driven by ide-scsi,
hddtemp only filters out /dev/sr0 but not /dev/hdd.
Perhaps you can sort out devices driven by ide-scsi via
/proc/ide/hd*/driver: ide-scsi version 0.93

grep -sl '^ide-scsi ' /proc/ide/hd*/driver | awk -F / '{ print "/dev/"$4 }'


regards
   Mario
-- 
User sind wie ideale Gase - sie verteilen sich gleichmaessig ueber alle Platten


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to