Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66736 - Wrong path misc/nvram in /etc/udev/permission.d/50-udev.permissions
Summary: Wrong path misc/nvram in /etc/udev/permission.d/50-udev.permissions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-08 02:18 UTC by Matteo Settenvini
Modified: 2004-11-10 11:16 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 Matteo Settenvini 2004-10-08 02:18:33 UTC
In /etc/udev/permission.d/50-udev.permissions, should be:

# misc devices
nvram:root:root:0666
misc/rtc:root:root:0664

instead of:

# misc devices
misc/nvram:root:root:0666
misc/rtc:root:root:0664

since "nvram" is in /dev and not /dev/misc. Else, udev should create the device in /dev/misc and symlink it in /dev/nvram.
Comment 1 Matteo Settenvini 2004-10-08 02:19:16 UTC
Ignore the mode (the default is 0660), I noticed this bug exactly because I changed it to 0666.
Comment 2 Matteo Settenvini 2004-10-10 10:29:26 UTC
seems to be fixed with udev-034-r1: agpgart gets now located in /dev/misc/agpgart
Comment 3 Matteo Settenvini 2004-10-11 03:00:42 UTC
aaagh... i don't know if yesterday i was on drugs... :extremely embarassed:

i closed this bug thinking about agpgart, but it's about nvram...
...reopening.
Comment 4 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-11-10 11:16:02 UTC
fixed in recent udev releases.