Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144344 - 90-hal.rules typo [0.5.7-r3 needs to be stable]
Summary: 90-hal.rules typo [0.5.7-r3 needs to be stable]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: Normal minor
Assignee: Project Gentopia
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-18 11:31 UTC by Mark Austin
Modified: 2006-08-28 21:21 UTC (History)
0 users

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 Mark Austin 2006-08-18 11:31:06 UTC
This is not a problem on amd64 but is on x86.
In the /etc/udev/rules.d/90-hal.rules file, a typo exists:

# pass all events to the HAL daemon
RUN+="socket:/org/freedesktop/hal/udev_event"

# unmount block devices when they are removed
SUBSYSTEM=="block",ACTION="remove", RUN+="hal_unmount"

The ACTION needs another equal sign.

# pass all events to the HAL daemon
RUN+="socket:/org/freedesktop/hal/udev_event"

# unmount block devices when they are removed
SUBSYSTEM=="block",ACTION=="remove", RUN+="hal_unmount"

To not do so results in 2 errors reported during boot time.
Comment 1 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-08-18 11:54:18 UTC
Please update to >=hal-0.5.7-r2.  This has already been fixed.
Comment 2 Mark Austin 2006-08-19 09:11:21 UTC
(In reply to comment #1)
> Please update to >=hal-0.5.7-r2.  This has already been fixed.
> 

Ran a --sync as of 8/19/06 12:05pm, the update to =sys-apps/hal-0.5.7-r2 is still deemed as testing and can only be available via a unmask for the x86.
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2006-08-19 18:23:08 UTC
0.5.7-r3 is the version requested stable. the x86 team has not marked it stable for whatever their reason is. The bug is still invalid from the Gentopia herd's perspective. However the x86 team should mark this stable
Comment 4 Joshua Jackson (RETIRED) gentoo-dev 2006-08-28 21:21:48 UTC
x86 is done ^.^;;