Your message dated Sat, 11 Jul 2009 09:18:40 +0000
with message-id <[email protected]>
and subject line Bug#534299: fixed in dmraid 1.0.0.rc15-9
has caused the Debian Bug report #534299,
regarding dmraid: grep only needed in initramfs if BUSYBOX=n
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.)
--
534299: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534299
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dmraid
Version: 1.0.0.rc15-8
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch karmic
grep is only needed in the initramfs (see #528998) if BUSYBOX=n.
Otherwise, it's just 100KB of useless junk in the initramfs, which slows
down boot; since we configure busybox to prefer its own applets when
available, it isn't even used.
(I haven't tested this patch on Debian, only on Ubuntu, I'm afraid, but
it should be very quick to test; just try generating an initramfs with
both BUSYBOX=y and BUSYBOX=n, look at the contents of the initramfs with
'zcat initrd.img | cpio -itv | grep grep' to check whether grep is there
in each case.)
Thanks,
--
Colin Watson [[email protected]]
diff -u dmraid-1.0.0.rc15/debian/initramfs/dmraid.initramfs-hook/dmraid dmraid-1.0.0.rc15/debian/initramfs/dmraid.initramfs-hook/dmraid
--- dmraid-1.0.0.rc15/debian/initramfs/dmraid.initramfs-hook/dmraid
+++ dmraid-1.0.0.rc15/debian/initramfs/dmraid.initramfs-hook/dmraid
@@ -23,7 +23,9 @@
force_load dm-raid45
copy_exec /sbin/dmraid sbin
copy_exec /sbin/dmraid-activate sbin
- copy_exec /bin/grep bin
+ if [ "$BUSYBOX" = n ]; then
+ copy_exec /bin/grep bin
+ fi
if [ -f /etc/udev/rules.d/85_dmraid.rules ]; then
mkdir -p ${DESTDIR}/etc/udev/rules.d
cp -p /etc/udev/rules.d/85_dmraid.rules ${DESTDIR}/etc/udev/rules.d
--- End Message ---
--- Begin Message ---
Source: dmraid
Source-Version: 1.0.0.rc15-9
We believe that the bug you reported is fixed in the latest version of
dmraid, which is due to be installed in the Debian FTP archive:
dmraid-udeb_1.0.0.rc15-9_i386.udeb
to pool/main/d/dmraid/dmraid-udeb_1.0.0.rc15-9_i386.udeb
dmraid_1.0.0.rc15-9.diff.gz
to pool/main/d/dmraid/dmraid_1.0.0.rc15-9.diff.gz
dmraid_1.0.0.rc15-9.dsc
to pool/main/d/dmraid/dmraid_1.0.0.rc15-9.dsc
dmraid_1.0.0.rc15-9_i386.deb
to pool/main/d/dmraid/dmraid_1.0.0.rc15-9_i386.deb
libdmraid-dev_1.0.0.rc15-9_i386.deb
to pool/main/d/dmraid/libdmraid-dev_1.0.0.rc15-9_i386.deb
libdmraid1.0.0.rc15-udeb_1.0.0.rc15-9_i386.udeb
to pool/main/d/dmraid/libdmraid1.0.0.rc15-udeb_1.0.0.rc15-9_i386.udeb
libdmraid1.0.0.rc15_1.0.0.rc15-9_i386.deb
to pool/main/d/dmraid/libdmraid1.0.0.rc15_1.0.0.rc15-9_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Giuseppe Iuculano <[email protected]> (supplier of updated dmraid package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 11 Jul 2009 10:47:47 +0200
Source: dmraid
Binary: dmraid dmraid-udeb libdmraid1.0.0.rc15-udeb libdmraid1.0.0.rc15
libdmraid-dev
Architecture: source i386
Version: 1.0.0.rc15-9
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Iuculano <[email protected]>
Changed-By: Giuseppe Iuculano <[email protected]>
Description:
dmraid - Device-Mapper Software RAID support tool
dmraid-udeb - Device-Mapper Software RAID support tool (udeb) (udeb)
libdmraid-dev - Device-Mapper Software RAID support tool - header files
libdmraid1.0.0.rc15 - Device-Mapper Software RAID support tool - shared library
libdmraid1.0.0.rc15-udeb - Device-Mapper Software RAID support tool - shared
library (udeb) (udeb)
Closes: 533689 534299
Changes:
dmraid (1.0.0.rc15-9) unstable; urgency=low
.
[ Giuseppe Iuculano ]
* [ea0c659] debian/rules: Copy the autotools stuff before copying the
1.0.0.rc15 directory to the build directory. (Closes: #533689)
.
[ Luke Yelavich ]
* [317853a] debian/patches/17_isw-probe-hpa.patch: Probe isw disks
with [some] HPA awareness, thanks to Robert Collins
<[email protected]>. (LP: #372170)
.
[ Giuseppe Iuculano ]
* [89d15f3] debian/initramfs/dmraid.initramfs-hook/dmraid: copy grep
only if if BUSYBOX=n, thanks to Colin Watson (Closes: #534299)
* [a2f0730] Updated to standards version 3.8.2 (No changes needed).
Checksums-Sha1:
19467ab50f7d140b5f4cd621a8bb8357122e54b4 1391 dmraid_1.0.0.rc15-9.dsc
5906ab33156e64aae025a2fcadc548d71d2530a7 29481 dmraid_1.0.0.rc15-9.diff.gz
e253cb39d242b7b90f08362256925a82076d147e 34310 dmraid_1.0.0.rc15-9_i386.deb
35eb3554ffdb20f5925679a608dd45ad88037814 9300
dmraid-udeb_1.0.0.rc15-9_i386.udeb
2b207ca1d5791bc21edb823fa718e4f9c13a5b12 84706
libdmraid1.0.0.rc15-udeb_1.0.0.rc15-9_i386.udeb
a9fe2db75242dc259d5e1f893a6606b0cdb77a7c 101280
libdmraid1.0.0.rc15_1.0.0.rc15-9_i386.deb
1e581f90b2735977e6b2d616a0f70a53d6134752 139368
libdmraid-dev_1.0.0.rc15-9_i386.deb
Checksums-Sha256:
0e293178ae55e104d1057868b022267ed4b192ddab6babbf9b33b6bd14a20d11 1391
dmraid_1.0.0.rc15-9.dsc
007d7a2f4e51bf1b1402527e7dda8f77bb49a86f3e24112e88f3daadce8f9d1d 29481
dmraid_1.0.0.rc15-9.diff.gz
4db57253fb975e12f90328c039f79fcf2f1256a55b51a69a43479cbee77fd20c 34310
dmraid_1.0.0.rc15-9_i386.deb
6deef8d0972da369a649afb3236229f4e3d0cd973c9fd854e9a8ca414c8423ce 9300
dmraid-udeb_1.0.0.rc15-9_i386.udeb
9888fdf171e793df19094e085c25cc6203ffc8be5daaeb1549fcb5f83e6c9f6d 84706
libdmraid1.0.0.rc15-udeb_1.0.0.rc15-9_i386.udeb
392c6b1c30fce7d8be33d803626f13f20b0ce754cdd2eb704cdad1705f73f858 101280
libdmraid1.0.0.rc15_1.0.0.rc15-9_i386.deb
be355faf5fa05856f4188578c58ae4baea212613c772283fc5f4bc3c03ef8915 139368
libdmraid-dev_1.0.0.rc15-9_i386.deb
Files:
74f48dbba027c385430efa2e777d9ae0 1391 admin optional dmraid_1.0.0.rc15-9.dsc
7fc0d93b1336e64e522e061d6ddbb7b5 29481 admin optional
dmraid_1.0.0.rc15-9.diff.gz
7ddb7e05e5e420b53beb308df78f0cd1 34310 admin optional
dmraid_1.0.0.rc15-9_i386.deb
41d6de6cacd89437373cfbfd3c3938d5 9300 debian-installer optional
dmraid-udeb_1.0.0.rc15-9_i386.udeb
8eb685dfe2fd18c4fe3d762356137e1e 84706 debian-installer optional
libdmraid1.0.0.rc15-udeb_1.0.0.rc15-9_i386.udeb
b2290127e96d57229e9b8b20bf1e5a85 101280 libs optional
libdmraid1.0.0.rc15_1.0.0.rc15-9_i386.deb
0b9fc58f6039ed4ef1a4e17f9a96acbf 139368 libdevel optional
libdmraid-dev_1.0.0.rc15-9_i386.deb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkpYU8cACgkQNxpp46476apIHACglpBWWVNCQKj6mDlLudpp4G5E
PnAAnAohhVDoIN9cYBHByZ8+lMljm0oc
=fH47
-----END PGP SIGNATURE-----
--- End Message ---