Bug 195841 - udevd[4821]: add_to_rules: unknown key 'MODALIAS'
Summary: udevd[4821]: add_to_rules: unknown key 'MODALIAS'
Keywords:
Status: CLOSED DUPLICATE of bug 195693
Alias: None
Product: Fedora
Classification: Fedora
Component: udev
Version: rawhide
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Harald Hoyer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC6Blocker
TreeView+ depends on / blocked
 
Reported: 2006-06-18 15:55 UTC by Tom London
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-06-19 13:29:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Tom London 2006-06-18 15:55:09 UTC
Description of problem:
Get messages similar to
     udevd[4821]: add_to_rules: unknown key 'MODALIAS'
on boot console. 

Can't locate them in dmesg or /var/log/messages, though.

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

How reproducible:
every time


Steps to Reproduce:
1. boot
2. look at console
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Florian La Roche 2006-06-18 18:06:20 UTC
Setting clock  (localtime): Mon Jun 19 02:06:57 CEST 2006  [  OK  ]
Starting udev: udevd[469]: add_to_rules: unknown key 'MODALIAS'
udevd[469]: add_to_rules: unknown key 'MODALIAS'
udevd[469]: add_to_rules: unknown key 'MODALIAS'
                                                           [  OK  ]


Comment 2 Jesse Keating 2006-06-18 18:24:20 UTC
Not really a Test1 blocker, moving to FC6.

Comment 3 Harald Hoyer 2006-06-19 06:26:41 UTC
Please execute:
$ fgrep -ri MODALIAS /etc/udev/rules.d/
And provide the output here.



Comment 4 Tom London 2006-06-19 13:16:28 UTC
[root@localhost ~]# fgrep -ri MODALIAS /etc/udev/rules.d/
/etc/udev/rules.d/50-udev.rules:ACTION=="add", SUBSYSTEM=="?*",
ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe $env{MODALIAS}"
/etc/udev/rules.d/50-udev.rules:ACTION=="add", SUBSYSTEM=="pcmcia",
ENV{MODALIAS}=="?*", RUN+="/bin/sh -c 'echo 1 > /sys/$DEVPATH/allow_func_id_match'"
/etc/udev/rules.d/60-pcmcia.rules:# modprobe $modalias loads all possibly
appropriate modules
/etc/udev/rules.d/60-pcmcia.rules:ACTION=="add", SUBSYSTEM=="pcmcia",
MODALIAS=="?*", \
/etc/udev/rules.d/60-pcmcia.rules:              RUN+="/sbin/modprobe $modalias"
/etc/udev/rules.d/60-pcmcia.rules:ACTION=="add", SUBSYSTEM=="pcmcia",
MODALIAS=="?*", \
/etc/udev/rules.d/60-pcmcia.rules:ACTION=="add", SUBSYSTEM=="pcmcia",
MODALIAS=="?*", \
[root@localhost ~]#


Comment 5 Harald Hoyer 2006-06-19 13:29:44 UTC

*** This bug has been marked as a duplicate of 195693 ***


Note You need to log in before you can comment on or make changes to this bug.