Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138455 - udev 094 changes rules format - problems with qemu, pcmcia, hsf (at least)
Summary: udev 094 changes rules format - problems with qemu, pcmcia, hsf (at least)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-29 04:29 UTC by Antti Mäkelä
Modified: 2006-06-29 10:18 UTC (History)
1 user (show)

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 Antti Mäkelä 2006-06-29 04:29:09 UTC
When upgrading udev 090 -> 094 I noticed the following problems (that cause error messages on boot)

48-qemu.rules (provided by qemu package)
KERNEL="kqemu*", NAME="%k", GROUP="qemu", MODE="0660"

should be changed to
KERNEL=="kqemu*", NAME="%k", GROUP="qemu", MODE="0660"

Similar issue (== instead of =) is in hsf.rules (provided by hsfmodem ebuild)

Another problem that I could not fix is in 60-pcmcia. 

The rule

ACTION=="add", SUBSYSTEM=="pcmcia", MODALIAS=="?*", \
                RUN+="/sbin/pcmcia-check-broken-cis"

Gets an error message about MODALIAS - I'm not sure how the rules have changed since 090 so I don't have a fix.
Comment 1 Meder Bakirov 2006-06-29 06:42:10 UTC
I confirm this. All /etc/udev/rules.d/*.rules files should be changed to have a (new?) syntax: http://www.reactivated.net/writing_udev_rules.html#syntax
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-06-29 09:46:25 UTC
One ebuild = one bug. Please, don't file mass bugs about unspecified number of ebuilds.
Comment 3 Antti Mäkelä 2006-06-29 10:18:35 UTC
When all of the ebuilds in question have the same problem, I don't see any reason to file 5 duplicate bug reports that only have different ebuild names. So suit yourself, I have fixed the issues in my system (apart from PCMCIA).