Activity log for bug #2018226

Date Who What changed Old value New value Message
2023-05-01 10:48:28 Juerg Haefliger bug added bug
2023-05-01 19:28:11 Juerg Haefliger summary Deprecated features result in failures autoinstall fails despite BUILD_EXCLUSIVE
2023-05-02 11:21:59 Juerg Haefliger attachment added dkms_3.0.10-7ubuntu1.debdiff https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/2018226/+attachment/5670281/+files/dkms_3.0.10-7ubuntu1.debdiff
2023-05-02 11:23:05 Juerg Haefliger dkms (Ubuntu): importance Undecided High
2023-05-02 12:16:19 Ubuntu Foundations Team Bug Bot tags patch
2023-05-02 14:14:34 Alberto Milone bug added subscriber Alberto Milone
2023-05-02 14:48:58 Juerg Haefliger attachment added debdiff for mantic https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/2018226/+attachment/5670326/+files/dkms_3.0.10-8ubuntu1.debdiff
2023-05-02 14:49:37 Juerg Haefliger attachment added dkms_3.0.10-8ubuntu1.debdiff https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/2018226/+attachment/5670327/+files/dkms_3.0.10-8ubuntu1.debdiff
2023-05-02 15:03:58 Juerg Haefliger description $ sudo /etc/kernel/postinst.d/dkms 6.2.0-20-generic * dkms: running auto installation service for kernel 6.2.0-20-generic Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf) Sign command: /usr/bin/kmodsign Signing key: /var/lib/shim-signed/mok/MOK.priv Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Error! The /var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/6.2.0-20-generic/x86_64/dkms.conf for module oem-ethernet-r8169-aspm-support-bionic includes a BUILD_EXCLUSIVE directive which does not match this kernel/arch/config. This indicates that it should not be built. Error! One or more modules failed to install during autoinstall. Refer to previous errors for more information. [fail] [Impact] Kernel upgrades are prevented if DKMS packages are currently installed that include BUILD_EXCLUSIVE directives that skip the DKMS build. In this case, the dkms tool incorrectly returns a non-zero exit status. $ sudo /etc/kernel/postinst.d/dkms 6.2.0-20-generic  * dkms: running auto installation service for kernel 6.2.0-20-generic Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf) Sign command: /usr/bin/kmodsign Signing key: /var/lib/shim-signed/mok/MOK.priv Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Error! The /var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/6.2.0-20-generic/x86_64/dkms.conf for module oem-ethernet-r8169-aspm-support-bionic includes a BUILD_EXCLUSIVE directive which does not match this kernel/arch/config. This indicates that it should not be built. Error! One or more modules failed to install during autoinstall. Refer to previous errors for more information.                                                                                                                                         [fail] [Test Plan] Install such a DKMS (like [1]), and run: $ sudo /etc/kernel/postinst.d/dkms $(uname -r) This command should return with exit status '0'. [1] http://oem.archive.canonical.com/updates/pool/public/o/oem-ethernet-r8169-aspm-support-bionic-dkms/ [Where problems could occur] This fix changes how DKMS status/results are handled. So problems would only show up if DKMS modules are installed and are being processed. Which happens during kernel install/upgrade and also when the dkms tool is invoked manually.
2023-05-02 15:06:16 Juerg Haefliger description [Impact] Kernel upgrades are prevented if DKMS packages are currently installed that include BUILD_EXCLUSIVE directives that skip the DKMS build. In this case, the dkms tool incorrectly returns a non-zero exit status. $ sudo /etc/kernel/postinst.d/dkms 6.2.0-20-generic  * dkms: running auto installation service for kernel 6.2.0-20-generic Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf) Sign command: /usr/bin/kmodsign Signing key: /var/lib/shim-signed/mok/MOK.priv Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Error! The /var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/6.2.0-20-generic/x86_64/dkms.conf for module oem-ethernet-r8169-aspm-support-bionic includes a BUILD_EXCLUSIVE directive which does not match this kernel/arch/config. This indicates that it should not be built. Error! One or more modules failed to install during autoinstall. Refer to previous errors for more information.                                                                                                                                         [fail] [Test Plan] Install such a DKMS (like [1]), and run: $ sudo /etc/kernel/postinst.d/dkms $(uname -r) This command should return with exit status '0'. [1] http://oem.archive.canonical.com/updates/pool/public/o/oem-ethernet-r8169-aspm-support-bionic-dkms/ [Where problems could occur] This fix changes how DKMS status/results are handled. So problems would only show up if DKMS modules are installed and are being processed. Which happens during kernel install/upgrade and also when the dkms tool is invoked manually. [Impact] Kernel upgrades fail if DKMS packages are currently installed that include BUILD_EXCLUSIVE directives which skip the DKMS build. In this case, the dkms tool incorrectly returns a non-zero exit status. $ sudo /etc/kernel/postinst.d/dkms 6.2.0-20-generic  * dkms: running auto installation service for kernel 6.2.0-20-generic Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf) Sign command: /usr/bin/kmodsign Signing key: /var/lib/shim-signed/mok/MOK.priv Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Error! The /var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/6.2.0-20-generic/x86_64/dkms.conf for module oem-ethernet-r8169-aspm-support-bionic includes a BUILD_EXCLUSIVE directive which does not match this kernel/arch/config. This indicates that it should not be built. Error! One or more modules failed to install during autoinstall. Refer to previous errors for more information. [fail] [Test Plan] Install such a DKMS (like [1]), and run: $ sudo /etc/kernel/postinst.d/dkms $(uname -r) This command should return with exit status '0'. [1] http://oem.archive.canonical.com/updates/pool/public/o/oem-ethernet-r8169-aspm-support-bionic-dkms/ [Where problems could occur] This fix changes how DKMS status/results are handled during autoinstall. So problems would only show up if DKMS modules are installed and are being processed (for example during a kernel upgrade or installation)
2023-05-02 15:06:50 Juerg Haefliger description [Impact] Kernel upgrades fail if DKMS packages are currently installed that include BUILD_EXCLUSIVE directives which skip the DKMS build. In this case, the dkms tool incorrectly returns a non-zero exit status. $ sudo /etc/kernel/postinst.d/dkms 6.2.0-20-generic  * dkms: running auto installation service for kernel 6.2.0-20-generic Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf) Sign command: /usr/bin/kmodsign Signing key: /var/lib/shim-signed/mok/MOK.priv Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Error! The /var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/6.2.0-20-generic/x86_64/dkms.conf for module oem-ethernet-r8169-aspm-support-bionic includes a BUILD_EXCLUSIVE directive which does not match this kernel/arch/config. This indicates that it should not be built. Error! One or more modules failed to install during autoinstall. Refer to previous errors for more information. [fail] [Test Plan] Install such a DKMS (like [1]), and run: $ sudo /etc/kernel/postinst.d/dkms $(uname -r) This command should return with exit status '0'. [1] http://oem.archive.canonical.com/updates/pool/public/o/oem-ethernet-r8169-aspm-support-bionic-dkms/ [Where problems could occur] This fix changes how DKMS status/results are handled during autoinstall. So problems would only show up if DKMS modules are installed and are being processed (for example during a kernel upgrade or installation) [Impact] Kernel upgrades fail if DKMS packages are currently installed that include BUILD_EXCLUSIVE directives which skip the DKMS build. In this case, the dkms tool incorrectly returns a non-zero exit status. $ sudo /etc/kernel/postinst.d/dkms 6.2.0-20-generic  * dkms: running auto installation service for kernel 6.2.0-20-generic Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf) Sign command: /usr/bin/kmodsign Signing key: /var/lib/shim-signed/mok/MOK.priv Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Error! The /var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/6.2.0-20-generic/x86_64/dkms.conf for module oem-ethernet-r8169-aspm-support-bionic includes a BUILD_EXCLUSIVE directive which does not match this kernel/arch/config. This indicates that it should not be built. Error! One or more modules failed to install during autoinstall. Refer to previous errors for more information. [fail] [Test Plan] Install such a DKMS (like [1]), and run: $ sudo /etc/kernel/postinst.d/dkms $(uname -r) This command should return with exit status '0'. [1] http://oem.archive.canonical.com/updates/pool/public/o/oem-ethernet-r8169-aspm-support-bionic-dkms/ [Where problems could occur] This fix changes how DKMS status/results are handled during autoinstall. So problems would only show up if DKMS modules are installed and are being processed (for example during a kernel upgrade or installation). Or if the dkms tool is invoked manually.
2023-05-02 15:08:47 Juerg Haefliger description [Impact] Kernel upgrades fail if DKMS packages are currently installed that include BUILD_EXCLUSIVE directives which skip the DKMS build. In this case, the dkms tool incorrectly returns a non-zero exit status. $ sudo /etc/kernel/postinst.d/dkms 6.2.0-20-generic  * dkms: running auto installation service for kernel 6.2.0-20-generic Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf) Sign command: /usr/bin/kmodsign Signing key: /var/lib/shim-signed/mok/MOK.priv Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Error! The /var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/6.2.0-20-generic/x86_64/dkms.conf for module oem-ethernet-r8169-aspm-support-bionic includes a BUILD_EXCLUSIVE directive which does not match this kernel/arch/config. This indicates that it should not be built. Error! One or more modules failed to install during autoinstall. Refer to previous errors for more information. [fail] [Test Plan] Install such a DKMS (like [1]), and run: $ sudo /etc/kernel/postinst.d/dkms $(uname -r) This command should return with exit status '0'. [1] http://oem.archive.canonical.com/updates/pool/public/o/oem-ethernet-r8169-aspm-support-bionic-dkms/ [Where problems could occur] This fix changes how DKMS status/results are handled during autoinstall. So problems would only show up if DKMS modules are installed and are being processed (for example during a kernel upgrade or installation). Or if the dkms tool is invoked manually. [Impact] Kernel upgrades fail if DKMS packages are currently installed that include BUILD_EXCLUSIVE directives which skip the DKMS build. In this case, the dkms tool incorrectly returns a non-zero exit status. $ sudo /etc/kernel/postinst.d/dkms 6.2.0-20-generic  * dkms: running auto installation service for kernel 6.2.0-20-generic Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf) Sign command: /usr/bin/kmodsign Signing key: /var/lib/shim-signed/mok/MOK.priv Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Error! The /var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/6.2.0-20-generic/x86_64/dkms.conf for module oem-ethernet-r8169-aspm-support-bionic includes a BUILD_EXCLUSIVE directive which does not match this kernel/arch/config. This indicates that it should not be built. Error! One or more modules failed to install during autoinstall. Refer to previous errors for more information. [fail] [Test Plan] Install such a DKMS (like [1]), and run: $ sudo /etc/kernel/postinst.d/dkms $(uname -r) This command should return with exit status '0'. [1] http://oem.archive.canonical.com/updates/pool/public/o/oem-ethernet-r8169-aspm-support-bionic-dkms/ [Where problems could occur] This fix changes how DKMS status/results are handled during autoinstall. So problems would only show up if DKMS modules are installed and are being processed (for example during a kernel upgrade or installation). Or if the dkms tool is invoked manually. [Other info] The bug is fixed in upstream dkms version 3.0.11.
2023-05-02 15:10:46 Juerg Haefliger description [Impact] Kernel upgrades fail if DKMS packages are currently installed that include BUILD_EXCLUSIVE directives which skip the DKMS build. In this case, the dkms tool incorrectly returns a non-zero exit status. $ sudo /etc/kernel/postinst.d/dkms 6.2.0-20-generic  * dkms: running auto installation service for kernel 6.2.0-20-generic Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf) Sign command: /usr/bin/kmodsign Signing key: /var/lib/shim-signed/mok/MOK.priv Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Error! The /var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/6.2.0-20-generic/x86_64/dkms.conf for module oem-ethernet-r8169-aspm-support-bionic includes a BUILD_EXCLUSIVE directive which does not match this kernel/arch/config. This indicates that it should not be built. Error! One or more modules failed to install during autoinstall. Refer to previous errors for more information. [fail] [Test Plan] Install such a DKMS (like [1]), and run: $ sudo /etc/kernel/postinst.d/dkms $(uname -r) This command should return with exit status '0'. [1] http://oem.archive.canonical.com/updates/pool/public/o/oem-ethernet-r8169-aspm-support-bionic-dkms/ [Where problems could occur] This fix changes how DKMS status/results are handled during autoinstall. So problems would only show up if DKMS modules are installed and are being processed (for example during a kernel upgrade or installation). Or if the dkms tool is invoked manually. [Other info] The bug is fixed in upstream dkms version 3.0.11. [Impact] Kernel upgrades fail if DKMS packages are currently installed that include BUILD_EXCLUSIVE directives which skip the DKMS build. In this case, the dkms tool incorrectly returns a non-zero exit status. $ sudo /etc/kernel/postinst.d/dkms 6.2.0-20-generic  * dkms: running auto installation service for kernel 6.2.0-20-generic Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf) Sign command: /usr/bin/kmodsign Signing key: /var/lib/shim-signed/mok/MOK.priv Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der Deprecated feature: REMAKE_INITRD (/var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/source/dkms.conf) Error! The /var/lib/dkms/oem-ethernet-r8169-aspm-support-bionic/4/6.2.0-20-generic/x86_64/dkms.conf for module oem-ethernet-r8169-aspm-support-bionic includes a BUILD_EXCLUSIVE directive which does not match this kernel/arch/config. This indicates that it should not be built. Error! One or more modules failed to install during autoinstall. Refer to previous errors for more information. [fail] [Test Plan] Install such a DKMS (like [1]), and run: $ sudo /etc/kernel/postinst.d/dkms $(uname -r) This command should return with exit status '0'. [1] http://oem.archive.canonical.com/updates/pool/public/o/oem-ethernet-r8169-aspm-support-bionic-dkms/ [Where problems could occur] This fix changes how DKMS status/results are handled during autoinstall. So problems would only show up if DKMS modules are installed and are being processed (for example during a kernel upgrade or installation). Or if the dkms tool is invoked manually. [Other info] The bug was introduced in upstream dkms version 3.0.9 and fixed in 3.0.11.
2023-05-02 19:37:33 Launchpad Janitor dkms (Ubuntu): status New Confirmed
2023-05-04 14:26:39 Alberto Milone bug added subscriber Ubuntu Stable Release Updates Team
2023-05-04 14:26:58 Alberto Milone dkms (Ubuntu): assignee Juerg Haefliger (juergh)
2023-05-04 14:56:35 Alberto Milone nominated for series Ubuntu Lunar
2023-05-04 14:56:35 Alberto Milone bug task added dkms (Ubuntu Lunar)
2023-05-04 14:56:41 Alberto Milone dkms (Ubuntu Lunar): status New Confirmed
2023-05-04 14:56:44 Alberto Milone dkms (Ubuntu Lunar): importance Undecided High
2023-05-04 14:57:00 Alberto Milone dkms (Ubuntu Lunar): assignee Juerg Haefliger (juergh)
2023-05-05 15:00:46 Timo Aaltonen dkms (Ubuntu Lunar): status Confirmed Fix Committed
2023-05-05 15:00:47 Timo Aaltonen bug added subscriber SRU Verification
2023-05-05 15:00:49 Timo Aaltonen tags patch patch verification-needed verification-needed-lunar
2023-05-08 14:20:45 Juerg Haefliger attachment added dkms_3.0.10-7ubuntu2.debdiff https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/2018226/+attachment/5671673/+files/dkms_3.0.10-7ubuntu2.debdiff
2023-05-09 08:42:56 Juerg Haefliger nominated for series Ubuntu Mantic
2023-05-09 08:42:56 Juerg Haefliger bug task added dkms (Ubuntu Mantic)
2023-05-09 08:46:46 Juerg Haefliger attachment added dkms_3.0.11-1ubuntu0.debdiff https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/2018226/+attachment/5671837/+files/dkms_3.0.11-1ubuntu0.debdiff
2023-05-26 17:30:57 Launchpad Janitor dkms (Ubuntu Mantic): status Confirmed Fix Released
2023-06-15 09:48:24 Launchpad Janitor dkms (Ubuntu Lunar): status Fix Committed Fix Released