Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 666702 - sys-fs/eudev - udevd: error opening ATTR{/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2/idVendor} for writing: Permission denied
Summary: sys-fs/eudev - udevd: error opening ATTR{/sys/devices/LNXSYSTM:00/LNXPWRBN:00...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: eudev team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-21 14:25 UTC by kladit
Modified: 2018-10-26 21:31 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 kladit 2018-09-21 14:25:17 UTC
In dmesg I get these error messages :

[    1.096956] udevd[1713]: error opening ATTR{/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2/idVendor} for writing: Permission denied
[    1.096963] udevd[1713]: error opening ATTR{/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2/iProduct} for writing: Permission denied
[    1.096968] udevd[1713]: error opening ATTR{/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2/idVendor} for writing: Permission denied
[    1.096972] udevd[1713]: error opening ATTR{/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2/iProduct} for writing: Permission denied
[    1.098619] udevd[1696]: error opening ATTR{/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1/idVendor} for writing: Permission denied

To my understanding udev should not try to write to idVendor field.
Comment 1 Anthony Basile gentoo-dev 2018-10-26 14:05:16 UTC
(In reply to kladit from comment #0)
> In dmesg I get these error messages :
> 
> [    1.096956] udevd[1713]: error opening
> ATTR{/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2/idVendor} for
> writing: Permission denied
> [    1.096963] udevd[1713]: error opening
> ATTR{/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2/iProduct} for
> writing: Permission denied
> [    1.096968] udevd[1713]: error opening
> ATTR{/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2/idVendor} for
> writing: Permission denied
> [    1.096972] udevd[1713]: error opening
> ATTR{/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2/iProduct} for
> writing: Permission denied
> [    1.098619] udevd[1696]: error opening
> ATTR{/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1/
> idVendor} for writing: Permission denied
> 
> To my understanding udev should not try to write to idVendor field.

I just added eudev-3.2.7 to the tree.  Can you please test that version and tell me if you still are seeing this problem.  eudev does not need to write to idVendor.  This problem in isolation isn't a problem, but its still wrong.  If anything depends on this, then it might cause a serous problem.
Comment 2 kladit 2018-10-26 14:59:30 UTC
I installed eudev-3.2.7 and can confirm that these erroneous error message
do not emerge anymore.

Thank you.
Comment 3 Anthony Basile gentoo-dev 2018-10-26 21:31:01 UTC
(In reply to kladit from comment #2)
> I installed eudev-3.2.7 and can confirm that these erroneous error message
> do not emerge anymore.
> 
> Thank you.

okay please reopen if this is still a problem.