Your message dated Mon, 12 May 2008 17:17:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#479279: fixed in grub2 1.96+20080512-1
has caused the Debian Bug report #479279,
regarding grub-pc: [EMAIL PROTECTED]
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.)


-- 
479279: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479279
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: grub-pc
Version: 1.96+20080429-1
Severity: grave
Justification: renders package unusable

Trying to switch to grub2 the installation fails with following
error-message :

Récupération des rapports de bogue... Fait  
Analyse des informations Trouvé/Corrigé... Fait  
Préconfiguration des paquets...
dpkg : grub : problème de dépendance, mais suppression comme demandé :
 startupmanager dépend de grub ; cependant :
  Le paquet grub doit être supprimé.
  Le paquet grub-pc qui fournit grub n'est pas installé.
(Lecture de la base de données... 285394 fichiers et répertoires déjà
installés.)
Suppression de grub ...
Processing triggers for man-db ...
Sélection du paquet grub-pc précédemment désélectionné.
(Lecture de la base de données... 285347 fichiers et répertoires déjà
installés.)
Dépaquetage de grub-pc (à partir de
.../grub-pc_1.96+20080429-1_i386.deb) ...
Sélection du paquet grub2 précédemment désélectionné.
Dépaquetage de grub2 (à partir de .../grub2_1.96+20080429-1_i386.deb)
...
Processing triggers for man-db ...
Paramétrage de grub-pc (1.96+20080429-1) ...
sed: -e expression n°1, caractère 40: option inconnue pour `s'
dpkg : erreur de traitement de grub-pc (--configure) :
 le sous-processus post-installation script a retourné une erreur de
sortie d'état 1
dpkg : des problèmes de dépendances empêchent la configuration de
grub2 :
 grub2 dépend de grub-pc ; cependant :
 Le paquet grub-pc n'est pas encore configuré.
dpkg : erreur de traitement de grub2 (--configure) :
 problèmes de dépendances - laissé non configuré
Des erreurs ont été rencontrées pendant l'exécution :
 grub-pc
 grub2
E: Sub-process /usr/bin/dpkg returned an error code (1)
Échec de l'installation d'un paquet. Tentative de réparation : 
Paramétrage de grub-pc (1.96+20080429-1) ...
sed: -e expression n°1, caractère 40: option inconnue pour `s'
dpkg : erreur de traitement de grub-pc (--configure) :
 le sous-processus post-installation script a retourné une erreur de
sortie d'état 1
dpkg : des problèmes de dépendances empêchent la configuration de
grub2 :
 grub2 dépend de grub-pc ; cependant :
 Le paquet grub-pc n'est pas encore configuré.
dpkg : erreur de traitement de grub2 (--configure) :
 problèmes de dépendances - laissé non configuré
Des erreurs ont été rencontrées pendant l'exécution :
 grub-pc
 grub2
 
I had to reinstall grub-legacy to boot the system properly.

mahashakti89
-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/sda5 / reiserfs rw 0 0
/dev/sda5 /dev/.static/dev reiserfs rw 0 0
/dev/sda7 /home reiserfs rw 0 0
/dev/sda8 /opt reiserfs rw 0 0
/dev/sda9 /tmp reiserfs rw 0 0
/dev/sda10 /usr reiserfs rw 0 0
/dev/sda11 /var reiserfs rw 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
*********************** END /boot/grub/device.map

*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=15
set root=(hd0,5)
if font (hd0,10)/share/grub/unicode.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod png
if background_image 
(hd0,10)/share/images/desktop-base/debian-blueish-wallpaper-640x480.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, linux 2.6.24-1-686" {
        linux   (hd0,5)/boot/vmlinuz-2.6.24-1-686 root=/dev/sda5 ro 
        initrd  (hd0,5)/boot/initrd.img-2.6.24-1-686
}
menuentry "Debian GNU/Linux, linux 2.6.24-1-686 (single-user mode)" {
        linux   (hd0,5)/boot/vmlinuz-2.6.24-1-686 root=/dev/sda5 ro single 
        initrd  (hd0,5)/boot/initrd.img-2.6.24-1-686
}
menuentry "Debian GNU/Linux, linux 2.6.24" {
        linux   (hd0,5)/boot/vmlinuz-2.6.24 root=/dev/sda5 ro 
        initrd  (hd0,5)/boot/initrd.img-2.6.24
}
menuentry "Debian GNU/Linux, linux 2.6.24 (single-user mode)" {
        linux   (hd0,5)/boot/vmlinuz-2.6.24 root=/dev/sda5 ro single 
        initrd  (hd0,5)/boot/initrd.img-2.6.24
}
### END /etc/grub.d/10_linux ###
*********************** END /boot/grub/grub.cfg

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (997, 'unstable'), (996, 'experimental')
Architecture: i386 (i686)

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

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]    1.5.21          Debian configuration management sy
ii  grub-common              1.96+20080429-1 GRand Unified Bootloader, version 
ii  libc6                    2.7-10          GNU C Library: Shared libraries
ii  liblzo1                  1.08-3          data compression library (old vers
ii  libncurses5              5.6+20080419-2  Shared libraries for terminal hand

grub-pc recommends no packages.

-- debconf information:
* grub-pc/linux_cmdline: root=/dev/sda5 ro
* grub-pc/chainload_from_menu.lst: true




--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 1.96+20080512-1

We believe that the bug you reported is fixed in the latest version of
grub2, which is due to be installed in the Debian FTP archive:

grub-common_1.96+20080512-1_amd64.deb
  to pool/main/g/grub2/grub-common_1.96+20080512-1_amd64.deb
grub-efi_1.96+20080512-1_amd64.deb
  to pool/main/g/grub2/grub-efi_1.96+20080512-1_amd64.deb
grub-ieee1275_1.96+20080512-1_amd64.deb
  to pool/main/g/grub2/grub-ieee1275_1.96+20080512-1_amd64.deb
grub-linuxbios_1.96+20080512-1_amd64.deb
  to pool/main/g/grub2/grub-linuxbios_1.96+20080512-1_amd64.deb
grub-pc_1.96+20080512-1_amd64.deb
  to pool/main/g/grub2/grub-pc_1.96+20080512-1_amd64.deb
grub-rescue-pc_1.96+20080512-1_amd64.deb
  to pool/main/g/grub2/grub-rescue-pc_1.96+20080512-1_amd64.deb
grub2_1.96+20080512-1.diff.gz
  to pool/main/g/grub2/grub2_1.96+20080512-1.diff.gz
grub2_1.96+20080512-1.dsc
  to pool/main/g/grub2/grub2_1.96+20080512-1.dsc
grub2_1.96+20080512-1_amd64.deb
  to pool/main/g/grub2/grub2_1.96+20080512-1_amd64.deb
grub2_1.96+20080512.orig.tar.gz
  to pool/main/g/grub2/grub2_1.96+20080512.orig.tar.gz



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 grub2 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: Mon, 12 May 2008 17:46:38 +0200
Source: grub2
Binary: grub2 grub-of grub-common grub-pc grub-rescue-pc grub-linuxbios 
grub-efi grub-ieee1275
Architecture: source amd64
Version: 1.96+20080512-1
Distribution: unstable
Urgency: low
Maintainer: GRUB Maintainers <[EMAIL PROTECTED]>
Changed-By: Robert Millan <[EMAIL PROTECTED]>
Description: 
 grub-common - GRand Unified Bootloader, version 2 (common files)
 grub-efi   - GRand Unified Bootloader, version 2 (EFI version)
 grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version)
 grub-linuxbios - GRand Unified Bootloader, version 2 (LinuxBIOS version)
 grub-of    - GRand Unified Bootloader, version 2 [dummy]
 grub-pc    - GRand Unified Bootloader, version 2 (PC/BIOS version)
 grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub2      - GRand Unified Bootloader, version 2 (dummy package)
Closes: 456777 460843 466375 474343 474931 477175 479056 479279 479735 480740
Changes: 
 grub2 (1.96+20080512-1) unstable; urgency=low
 .
   * New CVS snapshot.
     - Adds support for default-only Linux cmdline options.  (Closes: #460843)
     - Supports Xen virtual block devices.  (Closes: #456777)
     - Supports Virtio block devices.  (Closes: #479056)
     - Supports CCISS block devices.  (Closes: #479735)
     - Fixes handling of more LVM abnormal conditions.  (Closes: #474343,
       #474931, #477175)
 .
   * Switch to liblzo2 now that it's GPLv3-compatible.  (Closes: #466375)
   * grub-pc.postinst: Escape \ and / in cmdline sed invokation.
     (Closes: #479279)
 .
   [ Updated translations ]
   * Italian (it.po) by Luca Monducci  (Closes: #480740)
Checksums-Sha1: 
 d0a9254ac54449ebeb6535e413b095b93475aa01 1971 grub2_1.96+20080512-1.dsc
 643c306a93dcd39627ae78f89485e77d3cd58a98 850148 grub2_1.96+20080512.orig.tar.gz
 8b52df9f8520de69731c6d35ac2fa581f177334a 39321 grub2_1.96+20080512-1.diff.gz
 b8b4e496cb4ec26a32aa0e0c8cd4d7578d39be31 107672 grub2_1.96+20080512-1_amd64.deb
 c6b8c9bb38442264232bdfc1c5ce52c199561a52 179852 
grub-common_1.96+20080512-1_amd64.deb
 c6f84aa381a28b703d4a7a0585956a3225441e73 1099538 
grub-pc_1.96+20080512-1_amd64.deb
 3535c451f090dc4f0ef3af7f6d162192c187f8e5 445666 
grub-rescue-pc_1.96+20080512-1_amd64.deb
 3a62d2e39588a50feec5ee1ed23f7423bd88a3bb 966632 
grub-linuxbios_1.96+20080512-1_amd64.deb
 fab9a235f1604dc09c0e9204956173cf8695261b 861418 
grub-efi_1.96+20080512-1_amd64.deb
 cc9e88622d57f05f896d396b872a7d880e587a18 966940 
grub-ieee1275_1.96+20080512-1_amd64.deb
Checksums-Sha256: 
 6ca78082decd359ec6c3bf28ed5bf8ef994427f5e67eb47fb82023026c4f407a 1971 
grub2_1.96+20080512-1.dsc
 3abe38537b57125cdc5ce692ebb2f690459a3f3f0cc7a0732f80e8390451f78b 850148 
grub2_1.96+20080512.orig.tar.gz
 ffe45dc6f1bc3c42465248ad5c0803d19c3aa1307c8c233bde9a47429a54ea2e 39321 
grub2_1.96+20080512-1.diff.gz
 08c67decf58005707765a09aecadd6cc3069d5cf821cb4b0c952c6df3b77e7fe 107672 
grub2_1.96+20080512-1_amd64.deb
 7e77be5aaf9a8d9ce93ff991b1b22f2a8b30e718e9c67a27106220eb1049aef8 179852 
grub-common_1.96+20080512-1_amd64.deb
 61db04183e5d8ef937f85bb332c051453c3461f6739f652498abb880d0040ebd 1099538 
grub-pc_1.96+20080512-1_amd64.deb
 84833f78b45fd37544cf61874ebe1d48f7f61f1c077692a6d1a4bbd419ad18b6 445666 
grub-rescue-pc_1.96+20080512-1_amd64.deb
 980b0235347358222ab579729ac8bada6fd4ab9419b5b854de9ef309b27b89da 966632 
grub-linuxbios_1.96+20080512-1_amd64.deb
 549170d0c5130a8325ed0e7fd217b24f0b77db1daf3d4bed44eabb60453f991f 861418 
grub-efi_1.96+20080512-1_amd64.deb
 c497ebac110f6963ce2aa47eeb48765ef4972ed874d359a7c7b60badcd358e43 966940 
grub-ieee1275_1.96+20080512-1_amd64.deb
Files: 
 6da211e7b80123a42e4c9afe5ada46b9 1971 admin extra grub2_1.96+20080512-1.dsc
 30a232d30638d8ab790a69f8b7623a56 850148 admin extra 
grub2_1.96+20080512.orig.tar.gz
 43fe0b0af022ec588db117dbcefbf4c8 39321 admin extra 
grub2_1.96+20080512-1.diff.gz
 34b71b2632ebe5cd1989a3b1180de4aa 107672 admin extra 
grub2_1.96+20080512-1_amd64.deb
 dd686e3fbcb806cd5b33e4b31872fe99 179852 admin extra 
grub-common_1.96+20080512-1_amd64.deb
 cc18acbde0f8ca91662ce349061e1bd9 1099538 admin extra 
grub-pc_1.96+20080512-1_amd64.deb
 41e2ef22a80c0bc7e5f0325a3318f6b3 445666 admin extra 
grub-rescue-pc_1.96+20080512-1_amd64.deb
 8ef8013306ef8f57d933877f15104d8a 966632 admin extra 
grub-linuxbios_1.96+20080512-1_amd64.deb
 43eea7fd802b3e335f92eec98010d25b 861418 admin extra 
grub-efi_1.96+20080512-1_amd64.deb
 5ef4cf661fe3a3ef13ed47b076c6d5d0 966940 admin extra 
grub-ieee1275_1.96+20080512-1_amd64.deb

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

iD8DBQFIKGubC19io6rUCv8RAke/AJsHjvqWBhz6/39JB/RRgR3bfy4jzQCggruq
lbPhpr4VAzl2jewzHwXiBRI=
=vuIa
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to