Your message dated Sat, 26 Apr 2008 18:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#477998: fixed in grub 0.97-37
has caused the Debian Bug report #477998,
regarding /usr/sbin/update-grub: update-grub fails with /dev/md/0
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.)


-- 
477998: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477998
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: grub
Version: 0.97-36
Severity: important
File: /usr/sbin/update-grub
Tags: patch


Hi,

For some reason mount on my system reports / as /dev/md/0, and
update-grub fails to determine the type of RAID device as a result. The
attached patch fixes this.

Regards,

Stephen

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/md0 / ext2 rw,relatime,errors=remount-ro 0 0
/dev/md0 /dev/.static/dev ext2 rw,errors=remount-ro 0 0
/dev/mapper/vg--span-usr /usr ext3 rw,relatime,data=ordered 0 0
/dev/mapper/vg--span-usrvar /usr/var ext3 rw,relatime,data=ordered 0 0
/dev/mapper/vg--span-usrlocal /usr/local ext3 rw,relatime,data=ordered 0 0
/dev/mapper/vg--mirror-home /home ext3 rw,relatime,data=ordered 0 0
/dev/mapper/vg--spare-backup /usr/var/backups/bacula ext3 
rw,relatime,data=ordered 0 0
/dev/mapper/vg--stripe-srv /srv ext3 rw,relatime,data=ordered 0 0
*********************** END /proc/mounts

*********************** BEGIN /proc/mounts
rootfs / rootfs rw 0 0
none /sys sysfs rw,nosuid,nodev,noexec 0 0
none /proc proc rw,nosuid,nodev,noexec 0 0
udev /dev tmpfs rw 0 0
/dev/md0 / ext2 rw,relatime,errors=remount-ro 0 0
/dev/md0 /dev/.static/dev ext2 rw,errors=remount-ro 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec 0 0
tmpfs /tmp tmpfs rw 0 0
/dev/mapper/vg--span-usr /usr ext3 rw,relatime,data=ordered 0 0
/dev/mapper/vg--span-usrvar /usr/var ext3 rw,relatime,data=ordered 0 0
/dev/mapper/vg--span-usrlocal /usr/local ext3 rw,relatime,data=ordered 0 0
/dev/mapper/vg--mirror-home /home ext3 rw,relatime,data=ordered 0 0
/dev/mapper/vg--spare-backup /usr/var/backups/bacula ext3 
rw,relatime,data=ordered 0 0
/dev/mapper/vg--stripe-srv /srv ext3 rw,relatime,data=ordered 0 0
automount(pid6819) /amnt autofs 
rw,fd=4,pgrp=6819,timeout=300,minproto=2,maxproto=4,indirect 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,nosuid,nodev,noexec 0 0
*********************** END /proc/mounts

*********************** BEGIN /proc/mounts

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (300, 'stable'), (200, 
'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub depends on:
ii  grub-common              1.96+20080413-1 GRand Unified Bootloader, version 
ii  libc6                    2.7-10          GNU C Library: Shared libraries
ii  libncurses5              5.6+20080308-1  Shared libraries for terminal hand

grub recommends no packages.

-- no debconf information
diff -ur grub-0.97.orig/debian/update-grub grub-0.97/debian/update-grub
--- grub-0.97.orig/debian/update-grub   2008-04-26 10:57:53.000000000 +0200
+++ grub-0.97/debian/update-grub        2008-04-26 10:58:51.000000000 +0200
@@ -77,7 +77,7 @@
 convert_raid1 ()
 {
     case $1 in
-        /dev/md[0-9])
+        /dev/md[0-9] | /dev/md/[0-9])
             : ;; # Continue
         *)
             return 1 ;;

--- End Message ---
--- Begin Message ---
Source: grub
Source-Version: 0.97-37

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-37_all.deb
  to pool/main/g/grub/grub-disk_0.97-37_all.deb
grub-doc_0.97-37_all.deb
  to pool/main/g/grub/grub-doc_0.97-37_all.deb
grub-legacy-doc_0.97-37_all.deb
  to pool/main/g/grub/grub-legacy-doc_0.97-37_all.deb
grub_0.97-37.diff.gz
  to pool/main/g/grub/grub_0.97-37.diff.gz
grub_0.97-37.dsc
  to pool/main/g/grub/grub_0.97-37.dsc
grub_0.97-37_amd64.deb
  to pool/main/g/grub/grub_0.97-37_amd64.deb
multiboot-doc_0.97-37_all.deb
  to pool/main/g/grub/multiboot-doc_0.97-37_all.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.
Robert Millan <[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.8
Date: Sat, 26 Apr 2008 19:37:58 +0200
Source: grub
Binary: grub grub-disk grub-doc grub-legacy-doc multiboot-doc
Architecture: source amd64 all
Version: 0.97-37
Distribution: unstable
Urgency: high
Maintainer: Grub Maintainers <[EMAIL PROTECTED]>
Changed-By: Robert Millan <[EMAIL PROTECTED]>
Description: 
 grub       - GRand Unified Bootloader (Legacy version)
 grub-disk  - GRUB bootable disk image (dummy package)
 grub-doc   - Documentation for GRand Unified Bootloader (dummy package)
 grub-legacy-doc - Documentation for GRUB Legacy
 multiboot-doc - The Multiboot specification
Closes: 476833 477998 478006
Changes: 
 grub (0.97-37) unstable; urgency=high
 .
   * update-grub: Fix detection of /dev/md/X RAID.  Thanks Stephen Kitt.
     (Closes: #477998)
   * update-grub/grub-install: Pass --device-map to grub-probe.  Thanks
     [EMAIL PROTECTED]  (Closes: #476833)
   * script: Fix use of uninitialised $i.
   * update-grub: Make relative path resolution more robust.  (Closes: #478006)
Checksums-Sha1: 
 ca3fe6d3296cf9db5666d4f9ffa1af23dc41e3ca 1305 grub_0.97-37.dsc
 d3c5cc1316070f18f07c39a97a4951199d1d8aa6 76967 grub_0.97-37.diff.gz
 aca0f4fd76dac859ee0d3349bb2e93346948391c 900852 grub_0.97-37_amd64.deb
 fb498d9c5498eead7d664bb7f5f701fa83fb276d 113162 grub-disk_0.97-37_all.deb
 0c96ef87387b10e663d99a0318d6c97da81ffbb3 113178 grub-doc_0.97-37_all.deb
 4349fef77603e3f3783c113639cd8cd72026871f 234216 grub-legacy-doc_0.97-37_all.deb
 c831e6ac3834fefd1b61b4d63c46480b95e6bd72 158246 multiboot-doc_0.97-37_all.deb
Checksums-Sha256: 
 1583bcc6facc661acb4498e472b91a690c22996cc37e565d3f4a5449d91dd54e 1305 
grub_0.97-37.dsc
 0cbdf0f715185f446ca1044705e85ed95e4671e70f8e16c513bf40bbcf205cf6 76967 
grub_0.97-37.diff.gz
 cadb8baa5697beb76351aa03cb2eda6dde5e8e3e8e3ae94b00fd4a28f080c044 900852 
grub_0.97-37_amd64.deb
 97a375cac72e40cdc4b870a8f88a653b0e37c3981f3140060c13c1c9c6f70ff0 113162 
grub-disk_0.97-37_all.deb
 13b681693a81b219052321bb9b96456ba18b3e5c3c3ab55617fa1fa3f755ad44 113178 
grub-doc_0.97-37_all.deb
 e6f74924f545918170923112a92ddab204e3da0cc90758375d69f48fc8fc1042 234216 
grub-legacy-doc_0.97-37_all.deb
 16508b877dd2bc72e9701632b7bf8a0d5f85355cbdbfc55e24de9c17c50858ae 158246 
multiboot-doc_0.97-37_all.deb
Files: 
 256161af8d7c3a9911ff6685c00622ce 1305 admin optional grub_0.97-37.dsc
 7216e55df609c0e09d5f5860b1cfabaf 76967 admin optional grub_0.97-37.diff.gz
 be29343ea76f6d89b8b601645bdd4f08 900852 admin optional grub_0.97-37_amd64.deb
 b1adf7bcfee9e1fe3f7ae8e6b3ca0d2a 113162 admin optional 
grub-disk_0.97-37_all.deb
 364b815eda0d5fa628de82947e011069 113178 doc optional grub-doc_0.97-37_all.deb
 b2a0deada63b3f2d9987f7e9af4b0748 234216 doc optional 
grub-legacy-doc_0.97-37_all.deb
 7edb45fd466acff78a7cf47f53651deb 158246 doc optional 
multiboot-doc_0.97-37_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIE2qzC19io6rUCv8RAkW4AJ9BofFyH66XNTTUA46pIIdggc+fDQCeJPeu
M/FfFFYvshl7xpdao0CY55U=
=6b1M
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to