[Bug 2071468] Re: ELF package metadata failure: environment variable ‘DEB_HOST_ARCH’ not defined

2024-07-13 Thread Benjamin Drung
I started developing a fix for this bug: Add an --encoded-package-metadata parameter to ld and change dpkg to specify -Wl,--encoded-package-metadata= instead of spec file. PPA build for it: https://launchpad.net/~bdrung/+archive/ubuntu/elf-package-metadata Next step: Add this flag to the gold

[Bug 2071468] Re: ELF package metadata failure: environment variable ‘DEB_HOST_ARCH’ not defined

2024-07-13 Thread Benjamin Drung
Regarding speech-dispatcher: There is a shorter workaround by just evaluating all build flags: ``` eval "$(dpkg-buildflags --export=sh)" ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2071468

[Bug 665785] Re: Support for zram (Linux >2.6.36) and ramzswap(<2.6.35) is missing

2024-07-12 Thread Benjamin Drung
Thank you for taking the time to report this bug and contributing to Ubuntu. hooks/compcache is not part of initramfs-tools any more since Ubuntu 22.04 (jammy). I am closing this bug. Feel free to refresh your patch and open the bug again in case it is still relevant. ** Changed in:

[Bug 983805] Re: Resume boot script fix makes /bin/resume unnecessary (kernel's internal swsusp)

2024-07-12 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make Ubuntu better. There has been done some work related to resume (see bug #1769297). The current resume script writes to /sys/power/resume and does not use /bin/resume. So I assume that your changes are included in some way or

[Bug 2059976] Re: unmkinitramfs is very slow on initrd from ubuntu 23.10+, solution proposed

2024-07-12 Thread Benjamin Drung
** Changed in: initramfs-tools (Ubuntu) Importance: Undecided => Medium ** Changed in: initramfs-tools (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059976

[Bug 2065180] Re: performance regression in dracut-install 060

2024-07-12 Thread Benjamin Drung
Regarding cloud-initrafms-tools (comment #51): initramfs-tools calls /usr/lib/dracut/dracut-install with the parameter -o. This ignores missing kernel modules. So combining the manual_add_modules calls in cloud-initrafms-tools are okay. -- You received this bug notification because you are a

[Bug 2071807] Re: blkid --match-types has no effect

2024-07-12 Thread Benjamin Drung
This bug was fixed in the package initramfs-tools - 0.142ubuntu30 --- initramfs-tools (0.142ubuntu30) oracular; urgency=medium [ Jeffery To ] * hooks/resume: Fix resume device type check -- Benjamin Drung Fri, 05 Jul 2024 09:56:37 +0200 ** Changed in: initramfs-tools

[Bug 2044104] Re: [UBUNTU 20.04] chzdev -e is rebuilding initramfs even with zdev:early=0 set

2024-07-11 Thread Benjamin Drung
See comment #4 and #5: /usr/share/initramfs-tools/hooks/udev is shipped by the udev package (not by initramfs-tools) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2044104 Title: [UBUNTU 20.04]

[Bug 2065180] Re: performance regression in dracut-install 060

2024-07-11 Thread Benjamin Drung
** Tags removed: verification-needed-noble ** Tags added: verification-done-noble -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065180 Title: performance regression in dracut-install 060 To

[Bug 2065180] Re: performance regression in dracut-install 060

2024-07-11 Thread Benjamin Drung
I successfully verified the SRU on my Raspberry Pi Zero 2W: ``` bdrung@zero2w:~$ sudo cp /boot/initrd.img-6.8.0-1007-raspi /boot/initrd.img-6.8.0-1007-raspi.current-noble bdrung@zero2w:~$ sudo sh -c '3cpio -t /boot/initrd.img-6.8.0-1007-raspi.current-noble >

[Bug 2065180] Re: performance regression in dracut-install 060

2024-07-10 Thread Benjamin Drung
The proposal in comment #2065180-44 is interesting. That would address user hooks. But what about hooks shipped by packages outside the Ubuntu archive? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2067621] Re: procdump 2.2-1ubuntu1 FTBFS on armhf

2024-07-10 Thread Benjamin Drung
It still fails: https://launchpadlibrarian.net/732723704/buildlog_ubuntu-oracular- armhf.procdump_2.2-1ubuntu2~ppa3_BUILDING.txt.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067621 Title:

[Bug 2066995] Re: apport-gtk keeps prompting to report crashes in a loop

2024-07-09 Thread Benjamin Drung
** Description changed: + [ Impact ] + + On affected systems, Python crashes will be owned by the crashing group + instead of whoopsie. This causes whoopsie to fail reading and uploading + the crash report. So a lot of Python crashes were not reporting and + keeping us blind. + + [ Test Plan ]

[Bug 2067120] Re: apport-retrace crashed with subprocess.CalledProcessError in check_call(): Command '['dpkg', '-x', '/srv/vms/apport-retrace/Ubuntu 24.04/apt/var/cache/apt/archives//base-files_13ubun

2024-07-09 Thread Benjamin Drung
** Description changed: + [ Impact ] + I'm finding it impossible to retrace any crashes with the version of apport packaged in noble or with upstream commit id adfe3698731b69b0f19ca36ecca90d8e96001250. The retracing process ends with the following lines: Extracting downloaded

[Bug 2069360] Re: apport-autoreport.service fails if autoreporting is disabled

2024-07-09 Thread Benjamin Drung
The fix for this bug is staged for the next oracular upload. ** Description changed: + [ Impact ] + apport-autoreport.service fails if auto-reporting is disabled: ``` - $ systemctl status apport-autoreport.service + $ systemctl status apport-autoreport.service ×

[Bug 2041831] Re: /usr/bin/update-manager:11:g_type_check_instance_is_fundamentally_a:g_object_ref:gdk_event_copy:pygi_boxed_copy_in_place:arg_boxed_to_py_cleanup

2024-07-08 Thread Benjamin Drung
_usr_share_apport_whoopsie-upload-all.0.crash contains a stack trace: ``` Traceback (most recent call last): File "/usr/share/apport/whoopsie-upload-all", line 29, in from problem_report import MalformedProblemReport ImportError: cannot import name 'MalformedProblemReport' from

[Bug 2065180] Re: performance regression in dracut-install 060

2024-07-08 Thread Benjamin Drung
Resetting dracut since there are more performance fixes for dracut- install ** Changed in: dracut (Ubuntu) Status: Fix Released => Fix Committed ** Changed in: dracut (Ubuntu Noble) Status: Fix Released => New -- You received this bug notification because you are a member of

[Bug 2069290] Re: TEST-13-ENC-RAID-LVM fails with 256~rc3-5ubuntu1

2024-07-08 Thread Benjamin Drung
** Changed in: dracut (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2069290 Title: TEST-13-ENC-RAID-LVM fails with 256~rc3-5ubuntu1 To manage

[Bug 2065180] Re: performance regression in dracut-install 060

2024-07-08 Thread Benjamin Drung
Another dracut-install commit that we can pick: https://github.com/dracut-ng/dracut-ng/pull/479 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065180 Title: performance regression in dracut-install

[Bug 2072484] [NEW] iscsiuio ships iscsiuio.service but not iscsiuio.socket

2024-07-08 Thread Benjamin Drung
Public bug reported: Imported from Debian bug http://bugs.debian.org/1056733: /lib/systemd/system/iscsiuio.socket seems to be missing from the iscsiuio package. The open-iscsi packages ships iscsid.socket and iscsid.service on the other hand. This blocks running some upstream dracut test

[Bug 2041831] Re: /usr/bin/update-manager:11:g_type_check_instance_is_fundamentally_a:g_object_ref:gdk_event_copy:pygi_boxed_copy_in_place:arg_boxed_to_py_cleanup

2024-07-08 Thread Benjamin Drung
Nathan, can you share /var/crash/_usr_share_apport_whoopsie-upload- all.0.crash with us? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2041831 Title: /usr/bin/update-

[Bug 2072400] Re: package linux-image-6.5.0-42-generic 6.5.0-42.42 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2024-07-08 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make Ubuntu better. The relevant dpkg terminal log says: sync: error syncing '/boot/initrd.img-6.5.0-42-generic': Error de entrada/salida This indicates that there is a problem with your hard disk. You can retry the update by

[Bug 2065180] Re: performance regression in dracut-install 060

2024-07-05 Thread Benjamin Drung
** Changed in: initramfs-tools (Ubuntu Noble) Status: Incomplete => New ** Tags removed: foundations-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065180 Title: performance regression

[Bug 2055718] Re: timezone changed unexpectedly from EST to America/Adak or America/Indiana/Indianapolis

2024-07-04 Thread Benjamin Drung
I tested bionic and that one is affected. I assume that the other ESM releases are affected as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055718 Title: timezone changed unexpectedly from

[Bug 2071885] Re: System takes 5 Minutes (300 Seconds) to Boot - Regression of previous BUG ?

2024-07-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make Ubuntu better. I see following in the logs: ``` clevis: Warning: multiple network interfaces available but no ip= parameter provided. Begin: Waiting up to 180 secs for any network device to become available ... done.

[Bug 2071468] Re: ELF package metadata failure: environment variable ‘DEB_HOST_ARCH’ not defined

2024-07-04 Thread Benjamin Drung
The failing mwrap did not set the LDFLAGS on its own. `strings /usr/bin/mkoctfile` shows that mkoctfile includes `-specs=/usr/share/dpkg/elf-package-metadata.specs`. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2071468] Re: ELF package metadata failure: environment variable ‘DEB_HOST_ARCH’ not defined

2024-07-04 Thread Benjamin Drung
** Description changed: The ELF package note metadata introduced in dpkg 1.22.6ubuntu11 (refined in 1.22.6ubuntu14) can cause this failure: ``` gcc fatal error: environment variable ‘DEB_HOST_ARCH’ not defined ``` This happens when the `-specs=/usr/share/dpkg/elf-package-

[Bug 2071711] Re: Missing backward comp. links

2024-07-03 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make Ubuntu better. As mentioned in the "tzdata package split" section on the Ubuntu 24.04 release notes [1], the tzdata package was split into tzdata, tzdata-icu, and tzdata-legacy. Please install tzdata-legacy if you want the

[Bug 2071823] Re: dracut/060+5-1ubuntu3 ADT test failure with linux/6.8.0-38.38

2024-07-03 Thread Benjamin Drung
Yes, the relevant failure is: dracut[E]: Module 'network-legacy' cannot be installed. Looking at https://autopkgtest.ubuntu.com/packages/dracut/noble/amd64 all recent runs failed. So this is a bug in dracut (in noble) and not a regression in linux. -- You received this bug notification because

[Bug 2071807] Re: blkid --match-types has no effect

2024-07-03 Thread Benjamin Drung
** Merge proposal linked: https://code.launchpad.net/~jefferyto/ubuntu/+source/initramfs-tools/+git/initramfs-tools/+merge/468643 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2071807 Title:

[Bug 1769297] Re: resume from hibernation broken when resume image is autodetected (UUID= syntax used)

2024-07-03 Thread Benjamin Drung
** Description changed: + [ Impact ] + I found a reason of non-functioning resume from hibernation when resume partition/file is autodetected by intiramfs hook /usr/share/initramfs- tools/hooks/resume. Here is the scenario: 1) hook /usr/share/initramfs-tools/hooks/resume creates

[Bug 2071807] Re: blkid --match-types has no effect

2024-07-03 Thread Benjamin Drung
It is correct behavior according to https://github.com/util-linux/util- linux/issues/3111 So initramfs-tools need to be changed. ** Package changed: util-linux (Ubuntu) => initramfs-tools (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1769297] Re: resume from hibernation broken when resume image is autodetected (UUID= syntax used)

2024-07-03 Thread Benjamin Drung
** Changed in: initramfs-tools (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769297 Title: resume from hibernation broken when resume image is

[Bug 2071807] Re: blkid --match-types has no effect

2024-07-03 Thread Benjamin Drung
** Bug watch added: github.com/util-linux/util-linux/issues #3111 https://github.com/util-linux/util-linux/issues/3111 ** Also affects: util-linux-ng via https://github.com/util-linux/util-linux/issues/3111 Importance: Unknown Status: Unknown -- You received this bug

[Bug 2071807] Re: blkid --match-types has no effect

2024-07-03 Thread Benjamin Drung
** Description changed: --match-types seems to have no effect: ``` $ blkid /dev/vda2: UUID="a89f4e16-bf48-4c85-8555-04f2fa8a6eb7" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="62d912c9-c2f0-4b8d-b1f2-bf0dba2787f5" - $ sudo blkid -p /dev/vda2 + $ sudo blkid -p /dev/vda2 /dev/vda2:

[Bug 2071807] [NEW] blkid --match-types has no effect

2024-07-03 Thread Benjamin Drung
Public bug reported: --match-types seems to have no effect: ``` $ blkid /dev/vda2: UUID="a89f4e16-bf48-4c85-8555-04f2fa8a6eb7" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="62d912c9-c2f0-4b8d-b1f2-bf0dba2787f5" $ sudo blkid -p /dev/vda2 /dev/vda2: UUID="a89f4e16-bf48-4c85-8555-04f2fa8a6eb7"

[Bug 2065180] Re: performance regression in dracut-install 060

2024-07-03 Thread Benjamin Drung
The problem is that a custom hook might rely on the behavior that all kernel modules were copied to $DESTDIR. For the SRU I am playing the safe card now as documented in the "Reduce manual_add_modules calls" section of the bug description. -- You received this bug notification because you are a

[Bug 2065180] Re: performance regression in dracut-install 060

2024-07-02 Thread Benjamin Drung
The second iteration of the noble SRU: Reduce the number of dracut- install calls from 51 down to 26. This involves adjusting six packages: cryptsetup (2 -> 1), lvm2 (8 -> 1), thin-provisioning-tools (3 -> 1), open-iscsi (9 -> 1), cloud-initramfs-tools (5 -> 1), and initramfs-tools itself (8 ->

[Bug 1769297] Re: resume from hibernation broken when resume image is autodetected (UUID= syntax used)

2024-07-02 Thread Benjamin Drung
This bug will be fixed in the next initramfs-tools upload. ** Changed in: initramfs-tools (Ubuntu) Status: Confirmed => In Progress ** Changed in: initramfs-tools (Ubuntu) Assignee: Dimitri John Ledkov (xnox) => Benjamin Drung (bdrung) ** Also affects: initramfs-tools (Ubuntu

[Bug 1957194] Re: resume from hibernation broken when resume image is autodetected another case

2024-07-02 Thread Benjamin Drung
*** This bug is a duplicate of bug 1769297 *** https://bugs.launchpad.net/bugs/1769297 Thank you for taking the time to report this bug and helping to make Ubuntu better. The issue is the same as bug #1769297 and therefore I am marking it as duplicate. ** This bug has been marked a duplicate

[Bug 1853982] Re: Resume fails when UUID= syntax used in conf.d/resume

2024-07-02 Thread Benjamin Drung
*** This bug is a duplicate of bug 1769297 *** https://bugs.launchpad.net/bugs/1769297 This particular bug has already been reported and is a duplicate of bug #1769297, so it is being marked as such. Please look at the other bug report to see if there is any missing information that you can

[Bug 1769297] Re: resume from hibernation broken when resume image is autodetected (UUID= syntax used)

2024-07-02 Thread Benjamin Drung
** Summary changed: - resume from hibernation broken when resume image is autodetected + resume from hibernation broken when resume image is autodetected (UUID= syntax used) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2065180] Re: performance regression in dracut-install 060

2024-07-02 Thread Benjamin Drung
** Description changed: [ Impact ] When compared to Ubuntu 23.10, creating intramfs files with update- initramfs takes 2 to 5 times more time on ARM devices. IIUC, dracut-install usage was added to initramfs-tools to speed up the process. But now its way slower. Even running

[Bug 2065180] Re: performance regression in dracut-install 060

2024-07-02 Thread Benjamin Drung
** Merge proposal unlinked: https://code.launchpad.net/~bdrung/ubuntu/+source/initramfs-tools/+git/initramfs-tools/+merge/468583 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065180 Title:

[Bug 2057687] Re: systemctl hibernate error: "Call to Hibernate failed: Invalid argument"

2024-07-02 Thread Benjamin Drung
** Merge proposal linked: https://code.launchpad.net/~bdrung/ubuntu/+source/initramfs-tools/+git/initramfs-tools/+merge/468584 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2057687 Title:

[Bug 2065180] Re: performance regression in dracut-install 060

2024-07-02 Thread Benjamin Drung
** Also affects: cloud-initramfs-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065180 Title: performance regression in dracut-install 060

[Bug 2065180] Re: performance regression in dracut-install 060

2024-07-01 Thread Benjamin Drung
** Also affects: open-iscsi (Ubuntu) Importance: Undecided Status: New ** Changed in: open-iscsi (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065180

[Bug 2065180] Re: performance regression in dracut-install 060

2024-07-01 Thread Benjamin Drung
There is another performance improvement upstream: https://github.com/dracut-ng/dracut-ng/pull/408 I tested this change a Raspberry Pi Zero 2W, but it had no measurable performance improvement: ``` $ sudo hyperfine --warmup 1 -r 10 "update-initramfs -u" Benchmark 1: update-initramfs -u Time

[Bug 2065180] Re: performance regression in dracut-install 060

2024-07-01 Thread Benjamin Drung
There are 51 dracut-install calls on my Raspberry Pi Zero 2W on Ubuntu 24.04: ``` dracut-install -m -P

[Bug 2065180] Re: performance regression in dracut-install 060

2024-07-01 Thread Benjamin Drung
** Description changed: [ Impact ] When compared to Ubuntu 23.10, creating intramfs files with update- initramfs takes 2 to 5 times more time on ARM devices. IIUC, dracut-install usage was added to initramfs-tools to speed up the process. But now its way slower. Even running

[Bug 2065180] Re: performance regression in dracut-install 060

2024-07-01 Thread Benjamin Drung
** Description changed: [ Impact ] When compared to Ubuntu 23.10, creating intramfs files with update- initramfs takes 2 to 5 times more time on ARM devices. IIUC, dracut-install usage was added to initramfs-tools to speed up the process. But now its way slower. Even running

[Bug 2065180] Re: performance regression in dracut-install 060

2024-07-01 Thread Benjamin Drung
** Tags added: fountations-todo ** Changed in: initramfs-tools (Ubuntu Noble) Assignee: (unassigned) => Benjamin Drung (bdrung) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065180 Ti

[Bug 2071587] Re: DKMS build log is not collected

2024-07-01 Thread Benjamin Drung
Yes, that should probably be a DKMS hook. ** Changed in: apport (Ubuntu) Status: New => Triaged ** Changed in: apport (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2071468] Re: ELF package metadata failure: environment variable ‘DEB_HOST_ARCH’ not defined

2024-07-01 Thread Benjamin Drung
** Description changed: The ELF package note metadata introduced in dpkg 1.22.6ubuntu11 (refined in 1.22.6ubuntu14) can cause this failure: ``` gcc fatal error: environment variable ‘DEB_HOST_ARCH’ not defined ``` This happens when the `-specs=/usr/share/dpkg/elf-package-

[Bug 2069763] Re: Ubuntu 24.04 Openshot 3.1.1 fails to export video content

2024-06-30 Thread Benjamin Drung
This upstream bug seem related: https://github.com/OpenShot/libopenshot/issues/948 ** Bug watch added: github.com/OpenShot/libopenshot/issues #948 https://github.com/OpenShot/libopenshot/issues/948 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 2069763] Re: Ubuntu 24.04 Openshot 3.1.1 fails to export video content

2024-06-30 Thread Benjamin Drung
I get the same error messages after upgrading libopenshot to 0.3.3. ** Changed in: libopenshot (Ubuntu) Status: New => Confirmed ** Changed in: libopenshot (Ubuntu) Importance: Undecided => High ** Changed in: openshot-qt (Ubuntu) Importance: Undecided => High ** Description

[Bug 2069763] Re: Ubuntu 24.04 Openshot 3.1.1 fails to export video content

2024-06-30 Thread Benjamin Drung
** Also affects: libopenshot (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2069763 Title: Ubuntu 24.04 Openshot 3.1.1 fails to export video

[Bug 2069763] Re: Ubuntu 24.04 Openshot 3.1.1 fails to export video content

2024-06-30 Thread Benjamin Drung
I am running into the same problem. Running openshot-qt in the terminal shows following error messages in the terminal: ``` Frame AVERROR_EOF [swscaler @ 0x28783880] deprecated pixel format used, make sure you did set range correctly ``` -- You received this bug notification because you are a

[Bug 2070285] Re: package tzdata 2024a-3ubuntu1.1 failed to install/upgrade: installed tzdata package post-installation script subprocess returned error exit status 10

2024-06-29 Thread Benjamin Drung
So the debconf call fails. Can you run debconf with debug mode? ``` sudo DEBCONF_DEBUG=developer debconf /var/lib/dpkg/info/tzdata.postinst configure 2024a-0ubuntu0.22.04.1 ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2069290] Re: TEST-13-ENC-RAID-LVM fails with 256~rc3-5ubuntu1

2024-06-28 Thread Benjamin Drung
Reported test 14 failure upstream: https://github.com/dracut-ng/dracut- ng/issues/423 ** Bug watch added: github.com/dracut-ng/dracut-ng/issues #423 https://github.com/dracut-ng/dracut-ng/issues/423 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 2070285] Re: package tzdata 2024a-3ubuntu1.1 failed to install/upgrade: installed tzdata package post-installation script subprocess returned error exit status 10

2024-06-28 Thread Benjamin Drung
There is no error message in the logs that would explain the failure. Are you willing to help debugging the failure to find (and then resolve) the root cause? Can you edit /var/lib/dpkg/info/tzdata.postinst and add `set -x` in line two and then run ``` sudo apt install -f ``` -- You received

[Bug 2069290] Re: TEST-13-ENC-RAID-LVM fails with 256~rc3-5ubuntu1

2024-06-28 Thread Benjamin Drung
Disabling test 14 lets the upstream-dracut-core test pass. So only test 14 is broken. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2069290 Title: TEST-13-ENC-RAID-LVM fails with 256~rc3-5ubuntu1

[Bug 2071468] Re: ELF package metadata failure: environment variable ‘DEB_HOST_ARCH’ not defined

2024-06-28 Thread Benjamin Drung
** Description changed: The ELF package note metadata introduced in dpkg 1.22.6ubuntu11 (refined in 1.22.6ubuntu14) can cause this failure: ``` gcc fatal error: environment variable ‘DEB_HOST_ARCH’ not defined ``` This happens when the `-specs=/usr/share/dpkg/elf-package-

[Bug 2069290] Re: TEST-13-ENC-RAID-LVM fails with 256~rc3-5ubuntu1

2024-06-28 Thread Benjamin Drung
With that upstream patch, test 13 succeeds but test 14 fails (that failure was hidden by test 13 failing): ``` CLIENT TEST START: rd.md.uuid=f6e54874:e2661c8f:57ae19ca:b0225339 rd.dm=0 rd.md.imsm rd.md.conf=0 run-qemu: /usr/bin/qemu-system-amd64 '-cpu' 'IvyBridge-v2' '-M' 'q35' '-smp' '2' '-m'

[Bug 2069290] Re: TEST-13-ENC-RAID-LVM fails with 256~rc3-5ubuntu1

2024-06-28 Thread Benjamin Drung
The upstream commit https://github.com/dracut-ng/dracut-ng/pull/381 fixes the test failure with systemd 256. ** Changed in: dracut (Ubuntu) Status: Fix Released => In Progress ** Changed in: dracut (Ubuntu) Importance: Undecided => High ** Changed in: systemd (Ubuntu) Status:

[Bug 2071468] [NEW] ELF package metadata failure: environment variable ‘DEB_HOST_ARCH’ not defined

2024-06-28 Thread Benjamin Drung
Public bug reported: The ELF package note metadata introduced in dpkg 1.22.6ubuntu11 (refined in 1.22.6ubuntu14) can cause this failure: ``` gcc fatal error: environment variable ‘DEB_HOST_ARCH’ not defined ``` This happens when the `-specs=/usr/share/dpkg/elf-package- metadata.specs` parameter

[Bug 2070090] Re: dvbstreamer ftbfs with cdbs & dpkg

2024-06-28 Thread Benjamin Drung
*** This bug is a duplicate of bug 2070015 *** https://bugs.launchpad.net/bugs/2070015 This is fixed in cdbs 0.4.166ubuntu1. See bug #2070015 ** This bug has been marked a duplicate of bug 2070015 DEB_* environment variables not set when using /usr/share/dpkg/buildflags.mk -- You

[Bug 2067775] Re: subiquity package-hook is outdated

2024-06-28 Thread Benjamin Drung
We should combine this SRU with the fixes for: * bug #2067120 (apport-retrace fix retracing crashes on Ubuntu) * bug #2066995 (apport: create /var/crash with setgid permission) * bug #2069360 (apport-autoreport.service fails if autoreporting is disabled) I'll plan to work on it next week. --

[Bug 2060848] Re: [SRU] minifycss fails to run

2024-06-27 Thread Benjamin Drung
Unsubscribing ~ubuntu-sponsors since Sudip is a MOTU now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060848 Title: [SRU] minifycss fails to run To manage notifications about this bug go to:

[Bug 2069390] Re: Please update clj-http-clojure to 3.12.3-2 on noble

2024-06-27 Thread Benjamin Drung
As discussed in bug #2069384 puppetdb should be fixed by patches instead of backporting puppetdb 8.4.1-1. Will updating clj-http-clojure needed in this case? Unsubscribing ~ubuntu-sponsors for now. Please resubscribe in case there is a patch needed and ready. ** Changed in: clj-http-clojure

[Bug 2069384] Re: puppetdb fails to build from source on noble

2024-06-27 Thread Benjamin Drung
Marking as fixed released for oracular since 8.4.1-1 built there. I agree with Nick to cherry-pick the needed patches to make puppetdb build on noble. Have you tried bisecting upstream to see which commit fixes the test failure? I am unsubscribing ~ubuntu-sponsors for now. Please re-subscribe

[Bug 2067785] Re: Improve power consumption of Broadcom CV3 Plus Device

2024-06-27 Thread Benjamin Drung
Unsubscribing ~ubuntu-sponsors since the noble SRU was sponsored. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067785 Title: Improve power consumption of Broadcom CV3 Plus Device To manage

[Bug 2064959] Re: mrcal was deleted from ubuntu 24.04

2024-06-27 Thread Benjamin Drung
mrbuild 1.8-1ubuntu0.24.04.1 is waiting https://launchpad.net/ubuntu/noble/+queue?queue_state=1 @tjaalton, the bug description has the SRU information Unsubscribing ~ubuntu-sponsors for now. Please resubscribe in case you want to get more sponsored. -- You received this bug notification

[Bug 2068739] Re: [SRU] use earlycon=sbi on the kernel command line

2024-06-27 Thread Benjamin Drung
This change landed in livecd-rootfs 24.10.3 in oracular, but the changelog did not reference this bug. livecd-rootfs 24.04.72 is waiting in https://launchpad.net/ubuntu/noble/+queue?queue_state=1 So unsubscribing ~ubuntu-sponsors ** Changed in: livecd-rootfs (Ubuntu) Status: New => Fix

[Bug 2064211] Re: /usr/bin/update-manager:AttributeError::available:start_available:refresh_cache:_get_ua_security_status

2024-06-27 Thread Benjamin Drung
The packages were sponsored and waiting in the queue: * 1:24.04.8 in https://launchpad.net/ubuntu/noble/+queue?queue_state=1 * 1:22.04.21 in https://launchpad.net/ubuntu/jammy/+queue?queue_state=1 * 1:20.04.10.22 in https://launchpad.net/ubuntu/focal/+queue?queue_state=1 * 1:18.04.13 in

[Bug 2070015] Re: DEB_* environment variables not set when using /usr/share/dpkg/buildflags.mk

2024-06-27 Thread Benjamin Drung
dvbstreamer fixed in cdbs 0.4.166ubuntu1 ** Tags removed: block-proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2070015 Title: DEB_* environment variables not set when using

[Bug 2056187] Re: fails to configure BOOTIF when using iscsi

2024-06-27 Thread Benjamin Drung
Related: bug #2065787 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056187 Title: fails to configure BOOTIF when using iscsi To manage notifications about this bug go to:

[Bug 2055718] Re: timezone changed unexpectedly from EST to America/Adak or America/Indiana/Indianapolis

2024-06-27 Thread Benjamin Drung
The tests-in-lxd from systemd/253.5-1ubuntu6.1 fails on mantic with: Timed out waiting for container to boot I have seen timeouts for other triggers. So let's retry the test. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2067775] Re: subiquity package-hook is outdated

2024-06-26 Thread Benjamin Drung
** Changed in: apport (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067775 Title: subiquity package-hook is outdated To manage notifications about

[Bug 2069290] Re: TEST-13-ENC-RAID-LVM fails with 256~rc3-5ubuntu1

2024-06-25 Thread Benjamin Drung
I had to add `console=ttyS0,115200n81` to the `-append` parameter on the `run-qemu` call to get the boot logs. The failure: ``` $ make -C test V=2 check TESTS="13" [...] [FAILED] Failed to mount sysusr-usr.mount - /sysusr/usr. See 'systemctl status sysusr-usr.mount' for details. [DEPEND]

[Bug 2070015] Re: DEB_* environment variables not set when using /usr/share/dpkg/buildflags.mk

2024-06-25 Thread Benjamin Drung
** Also affects: cdbs (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2070015 Title: DEB_* environment variables not set when using

[Bug 2070285] Re: package tzdata 2024a-3ubuntu1.1 failed to install/upgrade: installed tzdata package post-installation script subprocess returned error exit status 10

2024-06-24 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make Ubuntu better. What happens when you retry? ``` sudo apt install -f ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2070285

[Bug 2070151] Re: package linux-image-6.8.0-35-lowlatency 6.8.0-35.35.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2024-06-24 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make Ubuntu better. The relevant dpkg terminal log says: ``` update-initramfs: Generating /boot/initrd.img-6.8.0-35-lowlatency Using DTB: bcm2712-rpi-5-b.dtb Couldn't find DTB bcm2712-rpi-5-b.dtb on the following paths:

[Bug 2049221] Re: LUKS2 volumes are not unlocked without hostonly=yes

2024-06-21 Thread Benjamin Drung
I tested following 1. In a VM install Ubuntu 24.10 with LVM with encryption 2. Install dracut afterwards: sudo apt install dracut 3. Add rd.shell to the boot arguments 4. Reboot It booted successfully. This was using dracut 102-3ubuntu2. ``` $ cat /etc/crypttab dm_crypt-0

[Bug 2070066] [NEW] dracut does not support booting from an encrypted ZFS volume

2024-06-21 Thread Benjamin Drung
Public bug reported: Dracut does not support booting from an encrypted ZFS volume. Steps to reproduce: 1. In a VM install Ubuntu 24.10 with an encrypted ZFS volume 2. Install dracut afterwards: sudo apt install dracut zfs-dracut 3. Add rd.shell to the boot arguments 4. Reboot The boot will

[Bug 2070013] Re: dracut does not support booting from a ZFS volume

2024-06-21 Thread Benjamin Drung
Installing zfs-dracut solved it. The systems booted successfully afterwards. So marking the bug as invalid. ** Changed in: dracut (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2070015] Re: DEB_* environment variables not set when using /usr/share/dpkg/buildflags.mk

2024-06-21 Thread Benjamin Drung
** Changed in: dpkg (Ubuntu) Status: In Progress => Fix Committed ** Tags removed: block-proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2070015 Title: DEB_* environment variables

[Bug 2070013] Re: dracut does not support booting from a ZFS volume

2024-06-21 Thread Benjamin Drung
Comment from https://github.com/dracut-ng/dracut-ng/issues/343: The zfs dracut module is not part of the dracut project, it is part of zfs: https://github.com/openzfs/zfs/tree/master/contrib/dracut/90zfs So for my test case I need to install zfs-dracut. -- You received this bug notification

[Bug 2070013] Re: dracut does not support booting from a ZFS volume

2024-06-21 Thread Benjamin Drung
Upstream bug: https://github.com/dracut-ng/dracut-ng/issues/343 ** Bug watch added: github.com/dracut-ng/dracut-ng/issues #343 https://github.com/dracut-ng/dracut-ng/issues/343 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2070015] Re: DEB_* environment variables not set when using /usr/share/dpkg/buildflags.mk

2024-06-21 Thread Benjamin Drung
Here are the proposed changes: https://code.launchpad.net/~bdrung/ubuntu/+source/dpkg/+git/dpkg/+merge/467994 I successfully tested it with rp-pppoe. Following failures will be fixed with it as well: ``` Use of uninitialized value in string eq at /usr/bin/dpkg-genbuildinfo line 336. ``` -- You

[Bug 2065040] Re: Drop UBUNTU_CODENAME from /etc/os-release. Use VERSION_CODENAME instead

2024-06-21 Thread Benjamin Drung
** Tags added: rls-oo-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065040 Title: Drop UBUNTU_CODENAME from /etc/os-release. Use VERSION_CODENAME instead To manage notifications about

[Bug 2070015] Re: DEB_* environment variables not set when using /usr/share/dpkg/buildflags.mk

2024-06-21 Thread Benjamin Drung
** Summary changed: - dpkg-buildpackage broke rp-pppoe building + DEB_* environment variables not set when using /usr/share/dpkg/buildflags.mk -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2070015

[Bug 2070014] Re: dpkg-buildpackage broke rp-pppoe building

2024-06-21 Thread Benjamin Drung
*** This bug is a duplicate of bug 2070015 *** https://bugs.launchpad.net/bugs/2070015 ** This bug has been marked a duplicate of bug 2070015 dpkg-buildpackage broke rp-pppoe building -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 2069815] Re: tests/system/test_apport_retrace.py fails on non-amd64

2024-06-21 Thread Benjamin Drung
test_retrace_jammy_sandbox and test_retrace_jammy_sandbox_gdb_sandbox operate on a crash file of an amd64 binary. It's expected that they to not work. Apport should check the architecture and complain instead of trying to retrace them. -- You received this bug notification because you are a

[Bug 2069360] Re: apport-autoreport.service fails if autoreporting is disabled

2024-06-21 Thread Benjamin Drung
https://github.com/canonical/apport/pull/355 got merged. ** Changed in: apport Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2069360 Title:

[Bug 2070015] Re: dpkg-buildpackage broke rp-pppoe building

2024-06-21 Thread Benjamin Drung
** Changed in: dpkg (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2070015 Title: dpkg-buildpackage broke rp-pppoe building To manage notifications about

[Bug 2070015] Re: dpkg-buildpackage broke rp-pppoe building

2024-06-21 Thread Benjamin Drung
I found the reason: rp-pppoe does not use dh but includes /usr/share/dpkg/buildflags.mk which calls `dpkg-buildflags --get LDFLAGS`. This command only exports LDFLAGS but does not expose the needed environment variables. So we need to expose them in /usr/share/dpkg/buildflags.mk as well. --

[Bug 2070013] [NEW] dracut does not support booting from a ZFS volume

2024-06-21 Thread Benjamin Drung
Public bug reported: Dracut does not support booting from a ZFS volume. Steps to reproduce: 1. In a VM install Ubuntu 24.10 with ZFS 2. Install dracut afterwards 3. Add rd.shell to the boot arguments 4. Reboot The boot will fail: ``` dracut: FATAL: Don't know how to handle

[Bug 1781143] Re: Additional LKM not added after upgrading to Ubuntu 18.04 (maybe be a bug in "libkmod")

2024-06-20 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make Ubuntu better. Judging from the last comment, it was fixed in v059-4 (shipped in Ubuntu 24.04) or earlier. So I am marking the bug as fixed released. Feel free to continue to report any other bugs you may find. ** Changed in:

[Bug 2069599] Re: ELF package metadata uses osVersion value that might change

2024-06-20 Thread Benjamin Drung
** Changed in: dpkg (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2069599 Title: ELF package metadata uses osVersion value that might change To

  1   2   3   4   5   6   7   8   9   10   >