Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
hdparm init script assumes /dev/ide/ exists if udev is used. I use udev without devfs compatible devices (/dev/hda instead of /dev/ide/...). Reproducible: Always Steps to Reproduce:
Created an attachment (id=38974) [edit] check if /dev/ide exists. whitespace clean ups
thx, applied the patch in hdparm-5.7-r1
I think there is a bug in the fix. I use udev-068 and it seems to no longer create /dev/ide entries, though I am not sure why, but I have a CDROM, /dev/hde, but the code in the script that checks to see if the device is a block-device and is open for reading fails for a valid cdrom, unless there is media in the cdrom. If i put a cd in the drive the /etc/init.d/hdparm script works.