Bug#404927: workaround patch
hey Marco,
 I read up on udev rule creation and did some testing on another
machine (sym53c8xx driver), and I think this simple patch would do
what we want.
Though it was mentioned in this report that the ips and dpt_i2o
drivers may also require a workaround, that is not the case in any of
the examples provided by users in this bug report.
Of course, I do not think this is a fix for #404927, but I do believe
that its inclusion into udev for etch will decrease the severity of
#404927.
Please apply and upload for etch.
--- udev-0.103/rules/permissions.rules.orig	2007-02-15 16:56:09.000000000 -0700
+++ udev-0.103/rules/permissions.rules	2007-02-15 16:57:31.000000000 -0700
@@ -11,6 +11,9 @@
 
 # default permissions for block devices
 SUBSYSTEM=="block",				GROUP="disk"
+# aacraid disks are incorrectly identified as removable, workaround them
+# until the kernel is fixed (see #404927)
+DRIVERS=="aacraid",				GROUP="disk"
 SUBSYSTEM=="block", ATTRS{removable}=="1",	GROUP="floppy"
 # all block devices on these buses are "removable"
 SUBSYSTEM=="block", SUBSYSTEMS=="usb|ieee1394|mmc|pcmcia", GROUP="floppy"
-- 
dann frazier | HP Open Source and Linux Organization
Reply to: