Description of problem: Udev is moaning while loading openct's rule. The line mentioned in the output is related to PCMCIA. I do not have PCMCIA hardware and therefore I have no corresponding packages installed. udevd: add_to_rules: invalid BUS operation udevd: add_to_rules: invalid rule '/etc/udev/rules.d/60-openct.rules:49' Version-Release number of selected component (if applicable): openct 0.6.9-2.fc6 udev 095-14 How reproducible: Always. Steps to Reproduce: 1. Setup a system without PCMCIA. 2. Look at the screen ouput while booting. Actual results: Udev shows error messages related to openct. Expected results: No error messages.
Hm, I have a similar system (without PCMCIA), but it's a FC5 with udev 084 and that udev doesn't seem to mind it. I have no FC6testX system available at the moment to test with. Anyway, looks like the culprit line 49 in /etc/udev/rules.d/60-openct.rules may have a simple bug: does changing 'BUS=' to 'BUS==' in it help?
Yes, this seems to fix it.
Fixed in 0.6.9-3.fc6 which will hit the repository soonish.