Summary: | sys-fs/eudev-3.2.6: likely quoting failure in /lib/udev/rules.d/64-btrfs.rules | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Tobias Klausmann (RETIRED) <klausman> |
Component: | Current packages | Assignee: | eudev team <eudev> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gentoo, kernelpanic |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=739268 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Tobias Klausmann (RETIRED)
![]() Thanks for catching this. This is address in https://github.com/gentoo/eudev/commit/96c5552c52fc9b5b5f25e8ff7d5fb3e6e518474d and will be out in the next release. I spotted another dmesg entry just now: [ 2.205352] systemd-udevd[328]: ignoring invalid mode '@DEV_KVM_MODE@' different machine: [ 7.565111] udevd[1051]: ignoring invalid mode '@DEV_KVM_MODE@' (In reply to Tobias Klausmann from comment #2) > I spotted another dmesg entry just now: > > [ 2.205352] systemd-udevd[328]: ignoring invalid mode '@DEV_KVM_MODE@' > > different machine: > > [ 7.565111] udevd[1051]: ignoring invalid mode '@DEV_KVM_MODE@' that's already fixed with https://github.com/gentoo/eudev/commit/a8ffcd1b985fb4b3e2c3a1cb9051bed86f69d3f3 Let me have another one. How about this: [ 12.541954] udevd[1096]: specified group 'render' unknown [ 12.592199] udevd[1097]: starting eudev-3.2.6 [ 12.791496] udevd[1097]: specified group 'render' unknown Thx: Dw. (In reply to Attila Tóth from comment #4) > Let me have another one. > How about this: > [ 12.541954] udevd[1096]: specified group 'render' unknown > [ 12.592199] udevd[1097]: starting eudev-3.2.6 > [ 12.791496] udevd[1097]: specified group 'render' unknown > Thx: Dw. Answering my own question: systemd ebuild adds that group. I added the missing group manually to resolve the log entry. Don't want to bring up too much different stuff here but I see that it has alredy been mentioned: the only thing left now regarding the udev rules is the render group. udevd[784]: ignoring invalid mode '@GROUP_RENDER_MODE@' Considering the outcome of the upstream issue https://github.com/gentoo/eudev/issues/160 "okay i think i'm going to leave things as is. if various distros need to change things, they can patch the rules locally." , thus this should be addressed in gentoo to either add the render group in eudev or patch the rules to use the video group. Gah ,ignore my comment, I see that has also been addressed ... (my coffee is empty....) sorry for the noise.. I've package.masked =sys-fs/eudev-3.2.6. (In reply to Matt Turner from comment #8) > I've package.masked =sys-fs/eudev-3.2.6. okay this bug is taken care of with 3.2.7 which is in the tree. This is still happening (slightly differently) with 3.2.7: [ 8.218033] udevd[1205]: failed to execute '/lib/udev/${exec_prefix}/bin/udevadm' '${exec_prefix}/bin/udevadm trigger -s block -p ID_BTRFS_READY=0': No such file or directory $ equery l eudev * Searching for eudev ... [IP-] [ ] sys-fs/eudev-3.2.7:0 (In reply to Tobias Klausmann from comment #10) > This is still happening (slightly differently) with 3.2.7: > > [ 8.218033] udevd[1205]: failed to execute > '/lib/udev/${exec_prefix}/bin/udevadm' '${exec_prefix}/bin/udevadm trigger > -s block -p ID_BTRFS_READY=0': No such file or directory > > $ equery l eudev > * Searching for eudev ... > [IP-] [ ] sys-fs/eudev-3.2.7:0 Thanks for reopening. I was able to reproduce this so it needs fixing. (In reply to Tobias Klausmann from comment #10) > This is still happening (slightly differently) with 3.2.7: > > [ 8.218033] udevd[1205]: failed to execute > '/lib/udev/${exec_prefix}/bin/udevadm' '${exec_prefix}/bin/udevadm trigger > -s block -p ID_BTRFS_READY=0': No such file or directory > > $ equery l eudev > * Searching for eudev ... > [IP-] [ ] sys-fs/eudev-3.2.7:0 Okay this should be fixed with 3.2.7-r1 which I just added. I tested and it fixed it for me. Can you please confirm. Thanks! (In reply to Anthony Basile from comment #12) > Okay this should be fixed with 3.2.7-r1 which I just added. I tested and it > fixed it for me. Can you please confirm. Thanks! Yep, 3.2.7-r1 fixes this for me, thanks! |