[Bug 1851504] Re: encrypted root fails to cryptsetup on disco

2019-12-04 Thread Klaus Rennecke
I can confirm that the soft link /lib -> usr/lib/ fixes this issue. Did a clean re-install of cryptsetup-initramfs and tested the updated initramfs boots okay. Issue is fixed in disco. ** Changed in: initramfs-tools (Ubuntu) Status: Confirmed => Fix Released ** Changed in: cryptsetup

[Bug 1851504] Re: encrypted root fails to cryptsetup on disco

2019-12-04 Thread Chris Baker
It looks like this issue might be resolved in a recent update. At least for me, /lib is now a softlink to /usr/lib and the original cryptroot script will now find libgcc_s.so.1 and add it to the initramfs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1851504] Re: encrypted root fails to cryptsetup on disco

2019-11-16 Thread Chris Baker
This bug is affecting me on Kubuntu 19.04. I rebooted my computer this morning and typed my password into cryptsetup during boot only to get the message "libgcc_s.so.1 must be installed for pthread_cancel to work". There are a few factors that I believe should cause the priority of this issue

[Bug 1851504] Re: encrypted root fails to cryptsetup on disco

2019-11-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: initramfs-tools (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/1851504

[Bug 1851504] Re: encrypted root fails to cryptsetup on disco

2019-11-06 Thread Klaus Rennecke
+source: https://git.launchpad.net/ubuntu/+source/cryptsetup/tree/debian/initramfs/hooks/cryptroot?id=applied/2%252.1.0-6#n414 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1851504 Title: encrypted

[Bug 1851504] Re: encrypted root fails to cryptsetup on disco

2019-11-06 Thread Klaus Rennecke
** Also affects: cryptsetup 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/1851504 Title: encrypted root fails to cryptsetup on disco To manage

[Bug 1851504] Re: encrypted root fails to cryptsetup on disco

2019-11-06 Thread Klaus Rennecke
WORKAROUND: Change line 429 to read: # libargon2 uses pthread_cancel LIBC_DIR="$(ldd /sbin/cryptsetup | sed -nr 's#.* => (/.*)/libc\.so\.[0-9.-]+ \(0x[[:xdigit:]]+\)$#\1#p')" find -L "$LIBC_DIR" -maxdepth 1 -name 'libgcc_s.*' -type f | while read so; do copy_exec "$so"