[Bug 1960083] Re: dirname applet missing from initramfs

2022-03-22 Thread geole0
Hello This version is goodjammy-desktop-amd64.iso 2022-03-21 08:38 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960083 Title: dirname applet missing from initramfs To manage notifications ab

[Bug 1960083] Re: dirname applet missing from initramfs

2022-02-21 Thread Launchpad Bug Tracker
This bug was fixed in the package zfs-linux - 2.1.2-1ubuntu3 --- zfs-linux (2.1.2-1ubuntu3) jammy; urgency=medium * Apply pending stable updates with bug fixes and v5.16, v5.17 compat. * Add breaks to ensure that busybox with dirname is required for zfs-initramfs. LP: #1960083

[Bug 1960083] Re: dirname applet missing from initramfs

2022-02-16 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/1960083 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1960083] Re: dirname applet missing from initramfs

2022-02-16 Thread geole0
Hello Oh!!! jammy-desktop-amd64.iso 2022-02-16 08:353.1GDesktop image for 64-bit PC (AMD64) computers (standard download) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960083

[Bug 1960083] Re: dirname applet missing from initramfs

2022-02-15 Thread Dimitri John Ledkov
Downloaded the iso today doesn't mean the iso was built today, or if it contains this update. jammy installer iso are attempted to be built daily, but are only published once they pass automated smoke testing and validation. The last image that passed that was built on 2nd of February. And builds

[Bug 1960083] Re: dirname applet missing from initramfs

2022-02-15 Thread geole0
I just downloaded the iso today, then I redid an installation But it's still the version minus one I don't know how to update the ISO I just downloaded before installing it -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 1960083] Re: dirname applet missing from initramfs

2022-02-15 Thread Dimitri John Ledkov
Fix was released in busybox 1:1.30.1-7ubuntu3 and requires initramfs rebuild your screenshot clearly shows version number 1:1.30.1-7ubuntu2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960083 Title

[Bug 1960083] Re: dirname applet missing from initramfs

2022-02-15 Thread geole0
Hello Are you sure? https://zupimages.net/viewer.php?id=22/07/fxcb.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960083 Title: dirname applet missing from initramfs To manage notifications ab

[Bug 1960083] Re: dirname applet missing from initramfs

2022-02-11 Thread Launchpad Bug Tracker
This bug was fixed in the package busybox - 1:1.30.1-7ubuntu3 --- busybox (1:1.30.1-7ubuntu3) jammy; urgency=medium * Add dirname from coreutils to the initramfs (LP: #1960083) -- William 'jawn-smith' Wilson Fri, 04 Feb 2022 16:10:23 -0600 ** Changed in: busybox (Ubuntu)

[Bug 1960083] Re: dirname applet missing from initramfs

2022-02-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: zfs-linux (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960083 Title:

[Bug 1960083] Re: dirname applet missing from initramfs

2022-02-04 Thread Dimitri John Ledkov
I wonder if zfs-initramfs should actually add a harmless copy-exec dirname => which should either do nothing (in case busybox-initramfs provides dirname) or copy the coreutils implementation. Without breaks. And I think I will take this upstream as well, as it seems to me that the upstream hook ca

[Bug 1960083] Re: dirname applet missing from initramfs

2022-02-04 Thread Steve Langasek
oops correction, you did already upload it just hadn't shown up in britney output yet (so my upload was a rejected duplicate). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960083 Title: dirname ap

[Bug 1960083] Re: dirname applet missing from initramfs

2022-02-04 Thread Steve Langasek
We need to make sure there are some Breaks: added here so that a partial upgrade can't result in a broken initramfs. Probably new zfs-initramfs Breaks: busybox-initramfs (<< 1:1.30.1-7ubuntu3). Also I see that this has not been uploaded to -proposed, pending review. I've copied your package from

[Bug 1960083] Re: dirname applet missing from initramfs

2022-02-04 Thread Dimitri John Ledkov
although it seems to be a regression introduced by zfs-linux => previously it would copy the coreutils dirname into the initramfs as a binary. Which seems to have been dropped in the most recent upload in jammy. I kind of agree that busybox providing dirname applet is better, but it still feels lik

[Bug 1960083] Re: dirname applet missing from initramfs

2022-02-04 Thread Dimitri John Ledkov
$ dput ssh-ubuntu busybox_1.30.1-7ubuntu3_source.changes D: Setting host argument. Checking signature on .changes gpg: /tmp/busybox_1.30.1-7ubuntu3_source.changes: Valid signature from 9B8EC849D5EF70ED Checking signature on .dsc gpg: /tmp/busybox_1.30.1-7ubuntu3.dsc: Valid signature from 9B8EC849D

[Bug 1960083] Re: dirname applet missing from initramfs

2022-02-04 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960083 Title: dirname applet missing from initramfs To manage notifications about this bug go to: https://bugs.launchpad.net/ubun

[Bug 1960083] Re: dirname applet missing from initramfs

2022-02-04 Thread William Wilson
Should anybody run into this issue and need a temporary workaround: from the initramfs run zfs set keylocation=file:///run/keystore/system.key (where pool name is the name of your zpool) then reboot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1960083] Re: dirname applet missing from initramfs

2022-02-04 Thread William Wilson
** Description changed: The initramfs is currently being built without the dirname applet. This is causing issues with zfs encrypted devices, as cryptsetup is attempting to use dirname to determine the location of the system key. This results in the following error: /init: line 971: d

[Bug 1960083] Re: dirname applet missing from initramfs

2022-02-04 Thread William Wilson
This seems to have been as simple as updating the config file for the initramfs to include CONFIG_DIRNAME=y ** Patch added: "lp1960083.debdiff" https://bugs.launchpad.net/ubuntu/+source/busybox/+bug/1960083/+attachment/5559224/+files/lp1960083.debdiff ** Changed in: busybox (Ubuntu) St