By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2254 - smartcardauth breaks update-initramfs
Summary: smartcardauth breaks update-initramfs
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: R14.0.x [Trinity]
Hardware: i386 Debian Wheezy
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2014-12-10 16:37 CST by mgb-trinity
Modified: 2018-05-27 10:49 CDT (History)
1 user (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mgb-trinity 2014-12-10 16:37:57 CST
libgcc_s.so.1 is at /lib/i386-linux-gnu/libgcc_s.so.1 but /usr/share/initramfs-tools/hooks/cryptlukssc in smartcardauth looks for it at /lib/libgcc_s.so.1

This appears to be because `uname -i` returns "unknown" in Debian, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655428

Not sure how to fix this other than by checking each directory listed in /etc/ld.so.conf and /etc/ld.so.conf.d/*.conf