Your message dated Sat, 25 Aug 2012 12:03:15 +0000
with message-id <[email protected]>
and subject line Bug#680748: Removed package(s) from unstable
has caused the Debian Bug report #540761,
regarding loop-aes-utils: initramfs script should wait for /dev/tty before
losetup (which calls gpg)
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.)
--
540761: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540761
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: loop-aes-utils
Version: 2.13.1-4
Severity: normal
Tags: patch
In the initramfs script, when /sbin/losetup is called, it typically
will call gpg, which usually needs interaction with the user (to ask
for a passphrase) and hence needs /dev/tty.
This patch makes it wait for /dev/tty before starting losetup.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.29-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_LU.UTF-8, LC_CTYPE=fr_LU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages loop-aes-utils depends on:
ii gnupg 1.4.9-4 GNU privacy guard - a free PGP rep
ii libblkid1 1.41.6-1 block device id library
ii libc6 2.9-16 GNU C Library: Shared libraries
ii libselinux1 2.0.80-1 SELinux shared libraries
ii libuuid1 1.41.6-1 Universally Unique ID library
ii mount 2.15.1~rc1-1 Tools for mounting and manipulatin
Versions of packages loop-aes-utils recommends:
ii sharutils 1:4.6.3-1 shar, unshar, uuencode, uudecode
loop-aes-utils suggests no packages.
-- no debconf information
--- loop-aes-utils-2.15.1~rc1/debian/initramfs/script~ 2009-08-10 10:58:54.000000000 +0200
+++ loop-aes-utils-2.15.1~rc1/debian/initramfs/script 2009-08-10 11:10:29.176373769 +0200
@@ -135,7 +135,7 @@
modprobe -q "$mod"
done
-while ! [ -b "${rootloop}" ]; do
+while ! ( [ -b "${rootloop}" ] && [ -c "/dev/tty" ] ); do
sleep 1
done
--- End Message ---
--- Begin Message ---
Version: 2.16.2-3+rm
Dear submitter,
as the package loop-aes-utils has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/680748
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---