Your message dated Wed, 26 Aug 2009 19:19:16 +0200
with message-id <[email protected]>
and subject line Re: Bug#543615: dependency between grub2 and grub-pc 
preventing each from installing
has caused the Debian Bug report #543615,
regarding subprocess installed post-installation script returned error exit 
status 10
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.)


-- 
543615: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543615
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-pc
Version: 1.96+20090825-1
Severity: grave

grub-pc fails with the following message:

  lakeview ok % sudo dpkg -i 
/var/cache/apt/archives/grub-{pc,common}_1.96+20090825-1_amd64.deb   
  (Reading database ... 321802 files and directories currently installed.)
  Preparing to replace grub-pc 1.96+20090808-1 (using 
.../grub-pc_1.96+20090825-1_amd64.deb) ...
  Unpacking replacement grub-pc ...
  Preparing to replace grub-common 1.96+20090808-1 (using 
.../grub-common_1.96+20090825-1_amd64.deb) ...
  Unpacking replacement grub-common ...
  Setting up grub-common (1.96+20090825-1) ...
  Installing new version of config file /etc/grub.d/00_header ...
  Installing new version of config file /etc/grub.d/30_os-prober ...
  Processing triggers for man-db ...
  Setting up grub-pc (1.96+20090825-1) ...
  dpkg: error processing grub-pc (--install):
   subprocess installed post-installation script returned error exit status 10
  Errors were encountered while processing:
   grub-pc

Running the postinst by hand produces the following:

  lakeview no % sudo env DEBCONF_DEBUG=developer sh -x 
/var/lib/dpkg/info/grub-pc.postinst configure
  + . /usr/share/debconf/confmodule
  + [ !  ]
  + PERL_DL_NONLAZY=1
  + export PERL_DL_NONLAZY
  + [  ]
  + exec /usr/share/debconf/frontend /var/lib/dpkg/info/grub-pc.postinst 
configure
  debconf (developer): frontend started
  debconf (developer): frontend running, package name is grub-pc
  debconf (developer): starting /var/lib/dpkg/info/grub-pc.config configure 
  debconf (developer): <-- SET grub-pc/cmdline_linux 
  debconf (developer): --> 10 grub-pc/cmdline_linux doesn't exist

Indeed, there is no cmdline_linux template.  I've downgraded to
1.96+20090808-1 so that I can have a usable system; if you need me to
perform any tests or provide any more information, please let me know.

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/lakeview-root / ext3 
rw,relatime,errors=remount-ro,commit=5,data=ordered 0 0
/dev/sda1 /boot ext3 rw,noatime,errors=continue,commit=5,data=ordered 0 0
/dev/mapper/lakeview-home /home ext4 
rw,relatime,user_xattr,barrier=1,data=ordered 0 0
/dev/mapper/lakeview-tmp /tmp ext4 rw,relatime,barrier=1,data=ordered 0 0
/dev/mapper/lakeview-usr /usr ext4 rw,relatime,barrier=1,data=ordered 0 0
/dev/mapper/lakeview-var /var ext4 rw,relatime,barrier=1,data=ordered 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/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
insmod lvm
insmod ext2
set root=(lakeview-usr)
search --no-floppy --fs-uuid --set a736dc6e-fb64-4aa2-a3d8-3b8ba5456c3b
if loadfont /share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set 1617f2ac-92e1-4a87-bade-6a1902e9c344
insmod png
if background_image /grub/moreblue-orbit-grub.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_linux ###
menuentry "Debian GNU/Linux, Linux 2.6.31-rc6-amd64" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 1617f2ac-92e1-4a87-bade-6a1902e9c344
        linux   /vmlinuz-2.6.31-rc6-amd64 root=/dev/mapper/lakeview-root ro  
quiet usbcore.autosuspend=1
        initrd  /initrd.img-2.6.31-rc6-amd64
}
menuentry "Debian GNU/Linux, Linux 2.6.31-rc6-amd64 (recovery mode)" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 1617f2ac-92e1-4a87-bade-6a1902e9c344
        linux   /vmlinuz-2.6.31-rc6-amd64 root=/dev/mapper/lakeview-root ro 
single 
        initrd  /initrd.img-2.6.31-rc6-amd64
}
menuentry "Debian GNU/Linux, Linux 2.6.30-1-amd64" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 1617f2ac-92e1-4a87-bade-6a1902e9c344
        linux   /vmlinuz-2.6.30-1-amd64 root=/dev/mapper/lakeview-root ro  
quiet usbcore.autosuspend=1
        initrd  /initrd.img-2.6.30-1-amd64
}
menuentry "Debian GNU/Linux, Linux 2.6.30-1-amd64 (recovery mode)" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 1617f2ac-92e1-4a87-bade-6a1902e9c344
        linux   /vmlinuz-2.6.30-1-amd64 root=/dev/mapper/lakeview-root ro 
single 
        initrd  /initrd.img-2.6.30-1-amd64
}
menuentry "Debian GNU/Linux, Linux 2.6.29-2-amd64" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 1617f2ac-92e1-4a87-bade-6a1902e9c344
        linux   /vmlinuz-2.6.29-2-amd64 root=/dev/mapper/lakeview-root ro  
quiet usbcore.autosuspend=1
        initrd  /initrd.img-2.6.29-2-amd64
}
menuentry "Debian GNU/Linux, Linux 2.6.29-2-amd64 (recovery mode)" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 1617f2ac-92e1-4a87-bade-6a1902e9c344
        linux   /vmlinuz-2.6.29-2-amd64 root=/dev/mapper/lakeview-root ro 
single 
        initrd  /initrd.img-2.6.29-2-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Ubuntu 9.04 (9.04) (on /dev/mapper/lakeview-ubuntu)" {
        insmod lvm
        insmod ext2
        set root=(lakeview-ubuntu)
        search --no-floppy --fs-uuid --set 3dd0b685-b9f1-4b5a-a399-25ff4a4818cc
        linux /boot/vmlinuz-2.6.28-11-generic root=/dev/mapper/lakeview-ubuntu
        initrd /boot/initrd.img-2.6.28-11-generic
}
menuentry "Ubuntu 9.04 (9.04) (on /dev/mapper/lakeview-ubuntu)" {
        insmod lvm
        insmod ext2
        set root=(lakeview-ubuntu)
        search --no-floppy --fs-uuid --set 3dd0b685-b9f1-4b5a-a399-25ff4a4818cc
        linux /boot/vmlinuz-2.6.28-13-generic root=/dev/mapper/lakeview-ubuntu
        initrd /boot/initrd.img-2.6.28-13-generic
}
menuentry "Ubuntu 9.04 (9.04) (on /dev/mapper/lakeview-ubuntu)" {
        insmod lvm
        insmod ext2
        set root=(lakeview-ubuntu)
        search --no-floppy --fs-uuid --set 3dd0b685-b9f1-4b5a-a399-25ff4a4818cc
        linux /boot/vmlinuz-2.6.28-9-generic root=/dev/mapper/lakeview-ubuntu
        initrd /boot/initrd.img-2.6.28-9-generic
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-rc6-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-pc depends on:
ii  cdebconf [debconf-2.0]   0.145           Debian Configuration Management Sy
ii  debconf [debconf-2.0]    1.5.27          Debian configuration management sy
ii  grub-common              1.96+20090825-1 GRand Unified Bootloader, version 
ii  libc6                    2.9-25          GNU C Library: Shared libraries
ii  ucf                      3.0020          Update Configuration File: preserv

grub-pc recommends no packages.

Versions of packages grub-pc suggests:
ii  desktop-base                  5.0.5      common files for the Debian Deskto
ii  genisoimage                   9:1.1.9-1  Creates ISO-9660 CD-ROM filesystem

-- debconf information:
* grub-pc/linux_cmdline:
  grub2/linux_cmdline:
* grub-pc/chainload_from_menu.lst: false
  grub-pc/kopt_extracted: false
  grub-pc/postrm_purge_boot_grub: false
  grub2/linux_cmdline_default: quiet
* grub-pc/install_devices: /dev/sda

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 1.96+20090826-2

Am Mittwoch, den 26.08.2009, 16:25 +0200 schrieb Felix Zielcke:
> Am Mittwoch, den 26.08.2009, 17:09 +0300 schrieb Hristo Hristov:
> > Package: grub-pc
> > Version: 1.96+20090826-1
> > Severity: normal
> > 
> > This bug seem to be still present in version 1.96+20090826-1:
> 
> Unfortunately yes, but luckly I just uploaded -2 before the dinstall run
> so you're probable the only one who noticed this :)
> 

Is now on the mirrors. Though it has still another problem if you have
multiple kernel parameters.


-- 
Felix Zielcke
Proud Debian Maintainer



--- End Message ---

Reply via email to