Bug #2957
[eudev] throws error on boot
Status:
unconfirmed
Priority:
bug
Assignee:
-
% Done:
0%
Description
Im using btrfs.
dmesg -l err
[ 3.530004] udevd[890]: 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
This one line solved the error:
diff --git a/nonsystemd/eudev/PKGBUILD b/nonsystemd/eudev/PKGBUILD index dd8d97cea..0f30a0662 100644 --- a/nonsystemd/eudev/PKGBUILD +++ b/nonsystemd/eudev/PKGBUILD @@ -49,6 +49,7 @@ build() { --with-rootprefix=/usr \ --sysconfdir=/etc \ --libdir=/usr/lib \ + --bindir=/usr/bin \ --sbindir=/usr/bin \ --enable-introspection \ --enable-kmod \
History
Updated by bill-auger over 2 years ago
what is the practical effect of that error? - could it be the
cause of your problem on the forum "Automount dont work scince i
switched to openrc"
https://labs.parabola.nu/boards/5/topics/687?r=710#message-710
Updated by Phosit over 2 years ago
Beside the error message i don't notice any "bad" behavior.
The error occur not only on boot, but rather everitime a btrfs device is attached.
The problem "Automount dont work scince i
switched to openrc" is unrelated (still not working).