Your message dated Thu, 19 Jun 2008 13:26:18 +0200
with message-id <[EMAIL PROTECTED]>
and subject line fixed in 1.0.6-2
has caused the Debian Bug report #486916,
regarding [initramfs-tools] cryptroot hook brings askpass without creating
first a dest directory
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
486916: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486916
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: initramfs-tools
Version: 0.92b
Severity: minor
Tags: patch
>From /usr/share/initramfs-tools/hooks/cryptroot:
# Prepare the initramfs
copy_exec /sbin/cryptsetup /sbin
copy_exec /sbin/dmsetup /sbin
copy_exec /lib/cryptsetup/askpass /lib/cryptsetup
But without care of /lib/cryptsetup directory being
present or not, the askpass is now copied into the
initrd under the name /lib/cryptsetup
An easy fix:
mkdir -p $DESTDIR/lib/cryptsetup
copy_exec /lib/cryptsetup/askpass /lib/cryptsetup
Or even shorter as copy_exec has already some magic:
copy_exec /lib/cryptsetup/askpass
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.25-2-686
Debian Release: lenny/sid
990 testing www.debian-multimedia.org
990 testing security.debian.org
990 testing ftp.kulnet.kuleuven.ac.be
500 unstable www.emdebian.org
500 unstable www.debian-multimedia.org
500 unstable sidux.net
500 unstable ftp.kulnet.kuleuven.ac.be
500 unstable debian.jones.dk
500 stable security.debian.org
1 experimental ftp.kulnet.kuleuven.ac.be
--- Package information. ---
Depends (Version) | Installed
==================================-+-=============
klibc-utils (>= 1.5.9-1) | 1.5.9-2
cpio | 2.9-13
module-init-tools | 3.4-1
udev (>= 0.086-1) | 0.114-2
findutils (>= 4.2.24) | 4.4.0-2
--- End Message ---
--- Begin Message ---
Version: 2:1.0.6-2
This bug has already been fixed by the upload of cryptsetup 2:1.0.6-2.
greetings,
jonas
--- End Message ---