Bug 252168 - 80-drivers.rules reports error on boot
Summary: 80-drivers.rules reports error on boot
Keywords:
Status: CLOSED DUPLICATE of bug 251815
Alias: None
Product: Fedora
Classification: Fedora
Component: udev
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Harald Hoyer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-08-14 12:56 UTC by Felix Bellaby
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-08-14 13:02:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Felix Bellaby 2007-08-14 12:56:42 UTC
Description of problem:

Error messages reporting unknown format variables on boot
Probably breaks some pnp devices

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

udev-114-1.fc8

How reproducible:

occurs on every boot

Additional info:

The following line in 80-drivers.rules generates the errors:

SUBSYSTEM=="pnp", DRIVER!="?*", ENV{MODALIAS}!="?*", \
  RUN{ignore_error}+="/bin/sh -c '/sbin/modprobe -a $(while read id; do echo
pnp:d$$id; done < /sys$devpath/id)'"

It should be replaced with the line:

SUBSYSTEM=="pnp", DRIVER!="?*", ENV{MODALIAS}!="?*", \
  RUN{ignore_error}+="/bin/sh -c '/sbin/modprobe -a $$(while read id; do echo
pnp:d$$id; done < /sys/$devpath/id)'"

Note use of escaped $ in $$(...)

Comment 1 Harald Hoyer 2007-08-14 13:02:26 UTC

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


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