Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 408269 - app-admin/hddtemp should use libata devices instead of /dev/hda by default
Summary: app-admin/hddtemp should use libata devices instead of /dev/hda by default
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Amadeusz Żołnowski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-15 03:38 UTC by Nikoli
Modified: 2012-03-16 14:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2012-03-15 03:38:21 UTC
libata drivers (/dev/sd*) replaced /dev/hd* a long time ago, support for hd* rules was removed upstream at udev-148. But app-admin/hddtemp/files/hddtemp-conf.d was not updated since 2006 and still has
HDDTEMP_DRIVES="/dev/hda /dev/hdb"

Please replace it with
HDDTEMP_DRIVES="/dev/sda /dev/sdb"
Comment 1 Amadeusz Żołnowski (RETIRED) gentoo-dev 2012-03-16 14:26:51 UTC
Thanks! Fixed.

+  16 Mar 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> files/hddtemp-conf.d:
+  Use long options and set /dev/sd* by default instead of /dev/hd*. Fixed bug
+  #408269 and bug #390275 btw.
+