Your message dated Mon, 24 Jul 2006 07:02:21 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#377005: fixed in grub 0.97-13
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: grub
Version: 0.97-12
Severity: normal
Tags: patch
grub-install fails to install on AoE devices (eg /dev/etherd/e0.0). This
patch allows grub-install to correctly detect the drive and partitions.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-xen
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages grub depends on:
ii libc6 2.3.6-15 GNU C Library: Shared
libraries
ii libncurses5 5.5-1 Shared libraries for
terminal hand
grub recommends no packages.
-- no debconf information
--- grub-install 2006-07-04 09:27:31.000000000 +1000
+++ grub-install.new 2006-07-06 11:57:10.000000000 +1000
@@ -148,13 +148,16 @@
-e 's%\(d[0-9]*\)p[0-9]*$%\1%' \
-e 's%\(fd[0-9]*\)$%\1%' \
-e 's%/part[0-9]*$%/disc%' \
- -e 's%\(c[0-7]d[0-9]*\).*$%\1%'`
+ -e 's%\(c[0-7]d[0-9]*\).*$%\1%' \
+ -e 's%\(e[0-9]\.[0-9]*\).*$%\1%'`
tmp_part=`echo "$1" | sed -e 's%.*/[sh]d[a-z]\([0-9]*\)$%\1%' \
-e 's%.*d[0-9]*p%%' \
-e 's%.*/fd[0-9]*$%%' \
-e 's%.*/floppy/[0-9]*$%%' \
-e 's%.*/\(disc\|part\([0-9]*\)\)$%\2%' \
- -e 's%.*c[0-7]d[0-9]*p%%'`
+ -e 's%.*c[0-7]d[0-9]*p%%' \
+ -e 's%.*e[0-9]\.[0-9]*p%%' \
+ -e 's%.*e[0-9]\.[0-9]*\$%%'`
;;
gnu*)
tmp_disk=`echo "$1" | sed 's%\([sh]d[0-9]*\).*%\1%'`
--- End Message ---
--- Begin Message ---
Source: grub
Source-Version: 0.97-13
We believe that the bug you reported is fixed in the latest version of
grub, which is due to be installed in the Debian FTP archive:
grub-disk_0.97-13_all.deb
to pool/main/g/grub/grub-disk_0.97-13_all.deb
grub-doc_0.97-13_all.deb
to pool/main/g/grub/grub-doc_0.97-13_all.deb
grub_0.97-13.diff.gz
to pool/main/g/grub/grub_0.97-13.diff.gz
grub_0.97-13.dsc
to pool/main/g/grub/grub_0.97-13.dsc
grub_0.97-13_i386.deb
to pool/main/g/grub/grub_0.97-13_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.
Otavio Salvador <[EMAIL PROTECTED]> (supplier of updated grub 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.7
Date: Mon, 24 Jul 2006 10:43:07 -0300
Source: grub
Binary: grub-disk grub grub-doc
Architecture: source i386 all
Version: 0.97-13
Distribution: unstable
Urgency: low
Maintainer: Grub Maintainers <[EMAIL PROTECTED]>
Changed-By: Otavio Salvador <[EMAIL PROTECTED]>
Description:
grub - GRand Unified Bootloader
grub-disk - GRUB bootable disk image
grub-doc - Documentation for GRand Unified Bootloader
Closes: 299751 343076 377005
Changes:
grub (0.97-13) unstable; urgency=low
.
[ Otavio Salvador ]
* Use automake1.9 instead of automake1.8;
* Added build-depends of autotools-dev since it uses autoconf;
* Applied patch to add support to Xen hypervisor kernel handling. Thanks
to Alastair McKinstry <[EMAIL PROTECTED]> and Thomas Schwinge
<[EMAIL PROTECTED]> for the patch. (Closes: #343076)
* Remove all autogenerated files before make the package diff so we
reduce the delta size between us and upstream a lot.
* Applied patch to add support to AoE devices. Thanks to James Harper
<[EMAIL PROTECTED]> for the patch. (Closes: #377005)
* Add mdadm as suggested since it's need to support RAID installations.
(Closes: #299751)
Files:
4c9863d21794a6a991afa7aeb10b3676 950 admin optional grub_0.97-13.dsc
004694ce1b8616518181700028fc44e8 69734 admin optional grub_0.97-13.diff.gz
b2adc4d0f2bdf4afe9479ba8f6be82c9 369246 admin optional grub_0.97-13_i386.deb
6dbcdf3dc7d5efdd84292aea09f80b90 238850 admin optional
grub-disk_0.97-13_all.deb
7c21d7ae38e1f57039783347d2460e0e 269432 doc optional grub-doc_0.97-13_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFExM+yLqiZQEml+FURAk9WAJ4j3Y24NDEm65LncQ8dKI/GCXK0swCeJfg6
mcIZS2NQ57xJ87jGedDfI5c=
=zy+e
-----END PGP SIGNATURE-----
--- End Message ---