Bug 192291

Summary: udev invalid ACTION operation
Product: [Fedora] Fedora Reporter: Ryan James <rgjames>
Component: udevAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: bjohnson
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-01-31 11:47:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ryan James 2006-05-18 19:48:55 UTC
Description of problem:
udev has problems with /etc/udev/rules.d/51-hotplug.rules:

May 18 12:44:30 localhost udevd[420]: add_to_rules: invalid ACTION operation
May 18 12:44:30 localhost udevd[420]: add_to_rules: invalid rule
'/etc/udev/rules.d/51-hotplug.rules:4'
May 18 12:44:30 localhost udevd[420]: add_to_rules: invalid ACTION operation
May 18 12:44:30 localhost udevd[420]: add_to_rules: invalid rule
'/etc/udev/rules.d/51-hotplug.rules:5'

Version-Release number of selected component (if applicable):

udev-091-3

How reproducible:

always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

x crashes on not being able to find /dev/mem.  i'm not sure if this is related
or not.

Comment 1 Harald Hoyer 2006-05-19 07:52:21 UTC
Please provide the output of:
$ cat /sys/class/mem/mem/dev


Comment 2 Ryan James 2006-05-19 21:47:42 UTC
[root@localhost ~]# cat /sys/class/mem/mem/dev
1:1
[root@localhost ~]# 

Comment 3 Ryan James 2006-05-19 23:05:40 UTC
it would seem that today's udev update (0.92-1) has fixed the problem.