X-Loop: [email protected] Subject: bug#527: udev rule for btrfs is not built correctly (fwd) Reply-To: Bodo Eggert <[email protected]>, [email protected] Resent-From: Bodo Eggert <[email protected]> Resent-To: [email protected] Resent-CC: Devuan Dev Team <[email protected]> X-Loop: [email protected] Resent-Date: Thu, 03 Dec 2020 22:03:01 +0000 Resent-Message-ID: <[email protected]> Resent-Sender: [email protected] X-Devuan-PR-Message: report 527 X-Devuan-PR-Package: eudev X-Devuan-PR-Keywords: Received: via spool by [email protected] id=B.160703280125328 (code B); Thu, 03 Dec 2020 22:03:01 +0000 Received: (at submit) by bugs.devuan.org; 3 Dec 2020 22:00:01 +0000 Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for <debbugs@localhost> (single-drop); Thu, 03 Dec 2020 22:00:01 +0000 (UTC) Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.126.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 63EFFF6086C for <[email protected]>; Thu, 3 Dec 2020 22:51:46 +0100 (CET) Received: from be10.lan ([87.123.176.30]) by mrelayeu.kundenserver.de (mreue010 [212.227.15.167]) with ESMTPSA (Nemesis) id 1MryGj-1kPuxY0pC1-00o1l3 for <[email protected]>; Thu, 03 Dec 2020 22:51:45 +0100 Received: from 7eggert (helo=localhost) by be10.lan with local-esmtp (Exim 4.94) (envelope-from <[email protected]>) id 1kkwVn-0007yc-0k for [email protected]; Thu, 03 Dec 2020 22:51:39 +0100 Date: Thu, 3 Dec 2020 22:51:39 +0100 (CET) From: Bodo Eggert <[email protected]> To: [email protected] Message-ID: <[email protected]> X-message-flag: Outlook stellt leider Text-Emails falsch dar; da es automatisch "=?UTF-8?Q?=C3=BCberfl=C3=BCssige?=" =?UTF-8?Q?Zeilenumbr=C3=BCche?= entfernt. Zum Beheben klicken Sie mit der rechten Maustaste im grauen Balken =?UTF-8?Q?=C3=BCber?= der Mail und schalten dies dort ab. MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Provags-ID: V03:K1:owKw6qpAZxjOhTUX2KrNjqDkPD159f6SXg5Glf+DYTbotYu9rLC vDeDJi1X4LK1ioncy8F/OvWjXAQ+ZF3aNVrYLNJSqCKppkRapplOIWo8qkOb6Oc7N5IlijU xo9fpeU1dFhirR1zKYtptk/dynDO6aXVwKAw6KZ7zPgQmj4YF7IXxS/tMSnkrS+cwAlgmFD XB3IU+PE0CFlblGigVVtg== X-UI-Out-Filterresults: notjunk:1;V03:K0:dfZYxH3/H7c=:RMGd3LymQKH46lC55T8Khq WjTIQ399iRlzLrVEINPFffx/n21Ga+sIfG/xALWSO1g8Uhy7Nve9cNNbxZjq6e5iwHXWgik9E 2P6tkR8bJ4hg9K0ak6y8redajJhyOdGaCWbnUnQV6tqVnigUhMxiUU5a9LjS9M3XFJgd/40ZW 28BmQGmDmrJR8UC7jUfmPtdZHyvzWeVVS0fLPbWgCu/t2+9AekPYBZofg6TgD1FKSabX+HAUv rwy2KU5cFpfVF+HG3ECKUltal3VWiZXVIFqqMz/NdMN869THQP3Q+weZene6JMOI7KGOhNzul 4zVbSYTAFCI1ZP5VlXO0KXrvv4hI99q/8lDOukZ0WyXlMViKAUWh0jmwoATq04xGDy8XR9nbU xFT82KiozC/HbOgshWACGdFQv5nzviGNAlOTTzpYv81wt3ekLDxywi7XmtwgwG5QXCHUpQpCF FeekcyN2uQ== X-Spam-Status: No, score=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org Package: eudev Version: 3.2.7-6 This bug has been described here; too: https://bugs.gentoo.org/show_bug.cgi?id=739268 tl;dr: messages saying "Aug 27 16:30:50 MiniHTPC2 udevd[2291]: failed to execute '/usr/lib/udev/${exec_prefix}/bin/udevadm' '${exec_prefix}/bin/udevadm trigger -s block -p ID_BTRFS_READY=0': No such file or directory" do appear in dmesg log (similar on my system, except for the host name) To fix, ${exec_prefix} needs to be set in the build scripts I fixed it locally; until then, the config files were original. Effective local patch: --- /lib/udev/rules.d/64-btrfs.rules~ 2019-02-09 13:22:24.000000000 +0100 +++ /lib/udev/rules.d/64-btrfs.rules 2020-11-16 15:02:07.720000000 +0100 @@ -11,6 +11,6 @@ IMPORT{builtin}="btrfs ready $devnode" ENV{ID_BTRFS_READY}=="0", ENV{SYSTEMD_READY}="0" # reconsider pending devices in case when multidevice volume awaits -ENV{ID_BTRFS_READY}=="1", RUN+="${exec_prefix}/bin/udevadm trigger -s block -p ID_BTRFS_READY=0" +ENV{ID_BTRFS_READY}=="1", RUN+="/bin/udevadm trigger -s block -p ID_BTRFS_READY=0" LABEL="btrfs_end" Have a nice day; Bodo Eggert
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 X-Loop: [email protected] From: "Devuan bug Tracking System" <[email protected]> To: Bodo Eggert <[email protected]> Subject: bug#527: Acknowledgement (udev rule for btrfs is not built correctly (fwd)) Message-ID: <[email protected]> References: <[email protected]> X-Devuan-PR-Message: ack 527 X-Devuan-PR-Package: eudev Reply-To: [email protected] Date: Thu, 03 Dec 2020 22:03:04 +0000 Thank you for filing a new bug report with Devuan. You can follow progress on this bug here: 527: https://bugs.devuan.org/cgi/= bugreport.cgi?bug=3D527. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Devuan Dev Team <[email protected]> If you wish to submit further information on this problem, please send it to [email protected]. Please do not send mail to [email protected] unless you wish to report a problem with the Bug-tracking system. --=20 527: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D527 Devuan Bug Tracking System Contact [email protected] with problems
MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) X-Loop: [email protected] From: "Devuan bug Tracking System" <[email protected]> To: [email protected] Subject: bug#527: marked as done (udev rule for btrfs is not built correctly (fwd)) Message-ID: <[email protected]> References: <[email protected]> <[email protected]> X-Devuan-PR-Message: closed 527 X-Devuan-PR-Package: eudev Reply-To: [email protected] Date: Sun, 28 Feb 2021 18:33:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1614537182-6466-0" This is a multi-part message in MIME format... ------------=_1614537182-6466-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your message dated Sun, 28 Feb 2021 18:15:17 +0000 with message-id <[email protected]> and subject line #527: fixed in src:eudev version 3.2.9-9 has caused the Devuan bug report #527, regarding udev rule for btrfs is not built correctly (fwd) to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) --=20 527: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D527 Devuan Bug Tracking System Contact [email protected] with problems ------------=_1614537182-6466-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.devuan.org; 3 Dec 2020 22:00:01 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for <debbugs@localhost> (single-drop); Thu, 03 Dec 2020 22:00:01 +0000 (UTC) Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.126.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 63EFFF6086C for <[email protected]>; Thu, 3 Dec 2020 22:51:46 +0100 (CET) Received: from be10.lan ([87.123.176.30]) by mrelayeu.kundenserver.de (mreue010 [212.227.15.167]) with ESMTPSA (Nemesis) id 1MryGj-1kPuxY0pC1-00o1l3 for <[email protected]>; Thu, 03 Dec 2020 22:51:45 +0100 Received: from 7eggert (helo=localhost) by be10.lan with local-esmtp (Exim 4.94) (envelope-from <[email protected]>) id 1kkwVn-0007yc-0k for [email protected]; Thu, 03 Dec 2020 22:51:39 +0100 Date: Thu, 3 Dec 2020 22:51:39 +0100 (CET) From: Bodo Eggert <[email protected]> To: [email protected] Subject: udev rule for btrfs is not built correctly (fwd) Message-ID: <[email protected]> X-message-flag: =?UTF-8?Q?Outlook_stellt_leider_Text-Emails_falsch_dar=3B_da?= =?UTF-8?Q?_es_automatisch_=22=C3=BCberfl=C3=BCssige=22_Zeilenumbr?= =?UTF-8?Q?=C3=BCche_entfernt=2E_Zum_Beheben_klicken_Sie_mit?= =?UTF-8?Q?_der_rechten_Maustaste_im_grauen_Balken_=C3=BCber?= =?UTF-8?Q?_der_Mail_und_schalten_dies_dort_ab=2E?= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Provags-ID: V03:K1:owKw6qpAZxjOhTUX2KrNjqDkPD159f6SXg5Glf+DYTbotYu9rLC vDeDJi1X4LK1ioncy8F/OvWjXAQ+ZF3aNVrYLNJSqCKppkRapplOIWo8qkOb6Oc7N5IlijU xo9fpeU1dFhirR1zKYtptk/dynDO6aXVwKAw6KZ7zPgQmj4YF7IXxS/tMSnkrS+cwAlgmFD XB3IU+PE0CFlblGigVVtg== X-UI-Out-Filterresults: notjunk:1;V03:K0:dfZYxH3/H7c=:RMGd3LymQKH46lC55T8Khq WjTIQ399iRlzLrVEINPFffx/n21Ga+sIfG/xALWSO1g8Uhy7Nve9cNNbxZjq6e5iwHXWgik9E 2P6tkR8bJ4hg9K0ak6y8redajJhyOdGaCWbnUnQV6tqVnigUhMxiUU5a9LjS9M3XFJgd/40ZW 28BmQGmDmrJR8UC7jUfmPtdZHyvzWeVVS0fLPbWgCu/t2+9AekPYBZofg6TgD1FKSabX+HAUv rwy2KU5cFpfVF+HG3ECKUltal3VWiZXVIFqqMz/NdMN869THQP3Q+weZene6JMOI7KGOhNzul 4zVbSYTAFCI1ZP5VlXO0KXrvv4hI99q/8lDOukZ0WyXlMViKAUWh0jmwoATq04xGDy8XR9nbU xFT82KiozC/HbOgshWACGdFQv5nzviGNAlOTTzpYv81wt3ekLDxywi7XmtwgwG5QXCHUpQpCF FeekcyN2uQ== X-Spam-Status: No, score=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org Package: eudev Version: 3.2.7-6 This bug has been described here; too: https://bugs.gentoo.org/show_bug.cgi?id=739268 tl;dr: messages saying "Aug 27 16:30:50 MiniHTPC2 udevd[2291]: failed to execute '/usr/lib/udev/${exec_prefix}/bin/udevadm' '${exec_prefix}/bin/udevadm trigger -s block -p ID_BTRFS_READY=0': No such file or directory" do appear in dmesg log (similar on my system, except for the host name) To fix, ${exec_prefix} needs to be set in the build scripts I fixed it locally; until then, the config files were original. Effective local patch: --- /lib/udev/rules.d/64-btrfs.rules~ 2019-02-09 13:22:24.000000000 +0100 +++ /lib/udev/rules.d/64-btrfs.rules 2020-11-16 15:02:07.720000000 +0100 @@ -11,6 +11,6 @@ IMPORT{builtin}="btrfs ready $devnode" ENV{ID_BTRFS_READY}=="0", ENV{SYSTEMD_READY}="0" # reconsider pending devices in case when multidevice volume awaits -ENV{ID_BTRFS_READY}=="1", RUN+="${exec_prefix}/bin/udevadm trigger -s block -p ID_BTRFS_READY=0" +ENV{ID_BTRFS_READY}=="1", RUN+="/bin/udevadm trigger -s block -p ID_BTRFS_READY=0" LABEL="btrfs_end" Have a nice day; Bodo Eggert ------------=_1614537182-6466-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 527-done) by bugs.devuan.org; 28 Feb 2021 18:20:02 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for <debbugs@localhost> (single-drop); Sun, 28 Feb 2021 18:20:02 +0000 (UTC) Received: from mail.devuan.dev (mail.devuan.dev [54.36.142.182]) by vm6.ganeti.dyne.org (Postfix) with ESMTP id 48139F60B6D for <[email protected]>; Sun, 28 Feb 2021 19:13:00 +0100 (CET) Received: from dak.ganeti1.devuan.org (dak.devuan.org [192.168.97.90]) by mail.devuan.dev (Postfix) with SMTP id 1FCA93B7337 for <[email protected]>; Sun, 28 Feb 2021 18:15:17 +0000 (UTC) Received: (nullmailer pid 31439 invoked by uid 107); Sun, 28 Feb 2021 18:15:17 -0000 From: [email protected] To: [email protected] Subject: #527: fixed in src:eudev version 3.2.9-9 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Date: Sun, 28 Feb 2021 18:15:17 +0000 Message-Id: <[email protected]> X-Spam-Status: No, score=0.0 required=5.0 tests=T_SPF_HELO_TEMPERROR, T_SPF_TEMPERROR autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org Version: 3.2.9-9 Source package eudev (3.2.9-9) added to Devuan suite unstable. This closes bug report 527. Thanks DAK managing the Devuan archive -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 26 Feb 2021 13:49:24 +0100 Source: eudev Architecture: source Version: 3.2.9-9 Distribution: unstable Urgency: medium Maintainer: Devuan Dev Team <[email protected]> Changed-By: Svante Signell <[email protected]> Closes: 527 538 548 Changes: eudev (3.2.9-9) unstable; urgency=medium . * debian/rules: Add --bindir=/bin to CONFFLAGS to fix path in 64-btrfs.rules. Problem found upstream: https://bugs.gentoo.org/739268 (Closes: #527, #538) * debian/eudev.postinst: Fix postinst when input, kvm or render groups, with gid >= 1000 are present. Solution proposed by Bob Proulx <[email protected]> (Closes: #548) Checksums-Sha1: e390dd847746a1d010e72b83b784ad383ae54e2a 2345 eudev_3.2.9-9.dsc fd2e0f54064a9f057016246749054007ab52fa0a 62368 eudev_3.2.9-9.debian.tar.xz e7cb1a0ec0259c408de7dd9c7462090277f66a86 5154 eudev_3.2.9-9_source.buildinfo Checksums-Sha256: fe8b82f8727eea2e65ac3ab296a1971c5544380dc17064b21b0d3eea2d7a9b98 2345 eudev_3.2.9-9.dsc 69a0b9b8187f061fbc3b4365a294f2c9a8676fbeba35b1a2b7cbae827a8f7191 62368 eudev_3.2.9-9.debian.tar.xz 13b4a65fb342fa91c9da0c0dac342e5c556bb69b8a199232b856883b48e4aedd 5154 eudev_3.2.9-9_source.buildinfo Files: 253dcad1ff87a0862224435eb81ef6fc 2345 admin optional eudev_3.2.9-9.dsc 665699c5a11e75f67223f9e13e9bcf46 62368 admin optional eudev_3.2.9-9.debian.tar.xz 900fc1146f86b024c22cfcce7f8f189c 5154 admin optional eudev_3.2.9-9_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEcuPLdzMV36LkZHQ9lFMhJFQZIvsFAmA720EACgkQlFMhJFQZ IvuKPwf/dQl9prglyLhz/uBvMpfKV4XAfwFCfERl0Hbb2uEUeCGLe5sp/PoN1oiy IVkrD9UcSD24U8mjneE7vps/Y1K2M5k1HsGPrhuey+us5MY/CvQCBC6jVOACEkE6 H2+h8FSb/qqapVpNVukY17PoqXayQ8ypQlfcTvH2UOXtdNPAwFfjwO/gKOCZ0IOa EsPJ7Hrrsx1SRpiIkiMXiluz4B18XXT0+mT/GoWz9qcgOsZQxxD89MA1hKLN5VaA N20kt2XP7SgLv6EJcqE1CyGJLoAGRxL/gZmkByNd5a07EfNnBllAPoxK/GmjUAZ9 RFPPjvnm4qV+7L8kHPKLYNfx/4Vefw== =Ce4O -----END PGP SIGNATURE----- ------------=_1614537182-6466-0--
MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) X-Loop: [email protected] From: "Devuan bug Tracking System" <[email protected]> To: Bodo Eggert <[email protected]> Subject: bug#527 closed by [email protected] (#527: fixed in src:eudev version 3.2.9-9) Message-ID: <[email protected]> References: <[email protected]> <[email protected]> X-Devuan-PR-Message: they-closed 527 X-Devuan-PR-Package: eudev Reply-To: [email protected] Date: Sun, 28 Feb 2021 18:33:14 +0000 Content-Type: multipart/mixed; boundary="----------=_1614537194-6466-1" This is a multi-part message in MIME format... ------------=_1614537194-6466-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the eudev package: #527: udev rule for btrfs is not built correctly (fwd) It has been closed by [email protected]. Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact [email protected] by replying to this email. --=20 527: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D527 Devuan Bug Tracking System Contact [email protected] with problems ------------=_1614537194-6466-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 527-done) by bugs.devuan.org; 28 Feb 2021 18:20:02 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for <debbugs@localhost> (single-drop); Sun, 28 Feb 2021 18:20:02 +0000 (UTC) Received: from mail.devuan.dev (mail.devuan.dev [54.36.142.182]) by vm6.ganeti.dyne.org (Postfix) with ESMTP id 48139F60B6D for <[email protected]>; Sun, 28 Feb 2021 19:13:00 +0100 (CET) Received: from dak.ganeti1.devuan.org (dak.devuan.org [192.168.97.90]) by mail.devuan.dev (Postfix) with SMTP id 1FCA93B7337 for <[email protected]>; Sun, 28 Feb 2021 18:15:17 +0000 (UTC) Received: (nullmailer pid 31439 invoked by uid 107); Sun, 28 Feb 2021 18:15:17 -0000 From: [email protected] To: [email protected] Subject: #527: fixed in src:eudev version 3.2.9-9 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Date: Sun, 28 Feb 2021 18:15:17 +0000 Message-Id: <[email protected]> X-Spam-Status: No, score=0.0 required=5.0 tests=T_SPF_HELO_TEMPERROR, T_SPF_TEMPERROR autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org Version: 3.2.9-9 Source package eudev (3.2.9-9) added to Devuan suite unstable. This closes bug report 527. Thanks DAK managing the Devuan archive -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 26 Feb 2021 13:49:24 +0100 Source: eudev Architecture: source Version: 3.2.9-9 Distribution: unstable Urgency: medium Maintainer: Devuan Dev Team <[email protected]> Changed-By: Svante Signell <[email protected]> Closes: 527 538 548 Changes: eudev (3.2.9-9) unstable; urgency=medium . * debian/rules: Add --bindir=/bin to CONFFLAGS to fix path in 64-btrfs.rules. Problem found upstream: https://bugs.gentoo.org/739268 (Closes: #527, #538) * debian/eudev.postinst: Fix postinst when input, kvm or render groups, with gid >= 1000 are present. Solution proposed by Bob Proulx <[email protected]> (Closes: #548) Checksums-Sha1: e390dd847746a1d010e72b83b784ad383ae54e2a 2345 eudev_3.2.9-9.dsc fd2e0f54064a9f057016246749054007ab52fa0a 62368 eudev_3.2.9-9.debian.tar.xz e7cb1a0ec0259c408de7dd9c7462090277f66a86 5154 eudev_3.2.9-9_source.buildinfo Checksums-Sha256: fe8b82f8727eea2e65ac3ab296a1971c5544380dc17064b21b0d3eea2d7a9b98 2345 eudev_3.2.9-9.dsc 69a0b9b8187f061fbc3b4365a294f2c9a8676fbeba35b1a2b7cbae827a8f7191 62368 eudev_3.2.9-9.debian.tar.xz 13b4a65fb342fa91c9da0c0dac342e5c556bb69b8a199232b856883b48e4aedd 5154 eudev_3.2.9-9_source.buildinfo Files: 253dcad1ff87a0862224435eb81ef6fc 2345 admin optional eudev_3.2.9-9.dsc 665699c5a11e75f67223f9e13e9bcf46 62368 admin optional eudev_3.2.9-9.debian.tar.xz 900fc1146f86b024c22cfcce7f8f189c 5154 admin optional eudev_3.2.9-9_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEcuPLdzMV36LkZHQ9lFMhJFQZIvsFAmA720EACgkQlFMhJFQZ IvuKPwf/dQl9prglyLhz/uBvMpfKV4XAfwFCfERl0Hbb2uEUeCGLe5sp/PoN1oiy IVkrD9UcSD24U8mjneE7vps/Y1K2M5k1HsGPrhuey+us5MY/CvQCBC6jVOACEkE6 H2+h8FSb/qqapVpNVukY17PoqXayQ8ypQlfcTvH2UOXtdNPAwFfjwO/gKOCZ0IOa EsPJ7Hrrsx1SRpiIkiMXiluz4B18XXT0+mT/GoWz9qcgOsZQxxD89MA1hKLN5VaA N20kt2XP7SgLv6EJcqE1CyGJLoAGRxL/gZmkByNd5a07EfNnBllAPoxK/GmjUAZ9 RFPPjvnm4qV+7L8kHPKLYNfx/4Vefw== =Ce4O -----END PGP SIGNATURE----- ------------=_1614537194-6466-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.devuan.org; 3 Dec 2020 22:00:01 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for <debbugs@localhost> (single-drop); Thu, 03 Dec 2020 22:00:01 +0000 (UTC) Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.126.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 63EFFF6086C for <[email protected]>; Thu, 3 Dec 2020 22:51:46 +0100 (CET) Received: from be10.lan ([87.123.176.30]) by mrelayeu.kundenserver.de (mreue010 [212.227.15.167]) with ESMTPSA (Nemesis) id 1MryGj-1kPuxY0pC1-00o1l3 for <[email protected]>; Thu, 03 Dec 2020 22:51:45 +0100 Received: from 7eggert (helo=localhost) by be10.lan with local-esmtp (Exim 4.94) (envelope-from <[email protected]>) id 1kkwVn-0007yc-0k for [email protected]; Thu, 03 Dec 2020 22:51:39 +0100 Date: Thu, 3 Dec 2020 22:51:39 +0100 (CET) From: Bodo Eggert <[email protected]> To: [email protected] Subject: udev rule for btrfs is not built correctly (fwd) Message-ID: <[email protected]> X-message-flag: =?UTF-8?Q?Outlook_stellt_leider_Text-Emails_falsch_dar=3B_da?= =?UTF-8?Q?_es_automatisch_=22=C3=BCberfl=C3=BCssige=22_Zeilenumbr?= =?UTF-8?Q?=C3=BCche_entfernt=2E_Zum_Beheben_klicken_Sie_mit?= =?UTF-8?Q?_der_rechten_Maustaste_im_grauen_Balken_=C3=BCber?= =?UTF-8?Q?_der_Mail_und_schalten_dies_dort_ab=2E?= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Provags-ID: V03:K1:owKw6qpAZxjOhTUX2KrNjqDkPD159f6SXg5Glf+DYTbotYu9rLC vDeDJi1X4LK1ioncy8F/OvWjXAQ+ZF3aNVrYLNJSqCKppkRapplOIWo8qkOb6Oc7N5IlijU xo9fpeU1dFhirR1zKYtptk/dynDO6aXVwKAw6KZ7zPgQmj4YF7IXxS/tMSnkrS+cwAlgmFD XB3IU+PE0CFlblGigVVtg== X-UI-Out-Filterresults: notjunk:1;V03:K0:dfZYxH3/H7c=:RMGd3LymQKH46lC55T8Khq WjTIQ399iRlzLrVEINPFffx/n21Ga+sIfG/xALWSO1g8Uhy7Nve9cNNbxZjq6e5iwHXWgik9E 2P6tkR8bJ4hg9K0ak6y8redajJhyOdGaCWbnUnQV6tqVnigUhMxiUU5a9LjS9M3XFJgd/40ZW 28BmQGmDmrJR8UC7jUfmPtdZHyvzWeVVS0fLPbWgCu/t2+9AekPYBZofg6TgD1FKSabX+HAUv rwy2KU5cFpfVF+HG3ECKUltal3VWiZXVIFqqMz/NdMN869THQP3Q+weZene6JMOI7KGOhNzul 4zVbSYTAFCI1ZP5VlXO0KXrvv4hI99q/8lDOukZ0WyXlMViKAUWh0jmwoATq04xGDy8XR9nbU xFT82KiozC/HbOgshWACGdFQv5nzviGNAlOTTzpYv81wt3ekLDxywi7XmtwgwG5QXCHUpQpCF FeekcyN2uQ== X-Spam-Status: No, score=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org Package: eudev Version: 3.2.7-6 This bug has been described here; too: https://bugs.gentoo.org/show_bug.cgi?id=739268 tl;dr: messages saying "Aug 27 16:30:50 MiniHTPC2 udevd[2291]: failed to execute '/usr/lib/udev/${exec_prefix}/bin/udevadm' '${exec_prefix}/bin/udevadm trigger -s block -p ID_BTRFS_READY=0': No such file or directory" do appear in dmesg log (similar on my system, except for the host name) To fix, ${exec_prefix} needs to be set in the build scripts I fixed it locally; until then, the config files were original. Effective local patch: --- /lib/udev/rules.d/64-btrfs.rules~ 2019-02-09 13:22:24.000000000 +0100 +++ /lib/udev/rules.d/64-btrfs.rules 2020-11-16 15:02:07.720000000 +0100 @@ -11,6 +11,6 @@ IMPORT{builtin}="btrfs ready $devnode" ENV{ID_BTRFS_READY}=="0", ENV{SYSTEMD_READY}="0" # reconsider pending devices in case when multidevice volume awaits -ENV{ID_BTRFS_READY}=="1", RUN+="${exec_prefix}/bin/udevadm trigger -s block -p ID_BTRFS_READY=0" +ENV{ID_BTRFS_READY}=="1", RUN+="/bin/udevadm trigger -s block -p ID_BTRFS_READY=0" LABEL="btrfs_end" Have a nice day; Bodo Eggert ------------=_1614537194-6466-1--
Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.
Devuan Bugs Owner <[email protected]>.
Last modified:
Sun, 1 Dec 2024 02:39:01 UTC