Your message dated Sun, 12 Dec 2010 02:32:16 +0000
with message-id <[email protected]>
and subject line Bug#580455: fixed in yaboot 1.3.16-2
has caused the Debian Bug report #580455,
regarding initramfs-tools: malformed yaboot.conf created when alternate 
partitions use UUID= in fstab
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.)


-- 
580455: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580455
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: initramfs-tools
Version: 0.97
Severity: important


The generated /etc/yaboot.conf contains lines
        append="root=UUID ro"
for partitions that have their /etc/fstab root line using "UUID=... " .

This makes it impossible to boot into those partitions:
  the boot progresses to the point of trying to mount the root
  filesystem and dies with
        Begin: Running /scripts/local-premount ... done
        Mount: mounting UUID on /root failed: No such directory
  then a few more errors obviously caused by not having a mounted root
  and eventually dropping into the (initrd) BusyBox shell.

When I went back and changed the offending line to
        append="root=/dev/hda6 ro"
and reran ybin, everything was fine.

See bug # 580455 for another aspect of the switch to UUID naming being
broken on powerPC.



-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 9.8M Jun 26 23:48 /boot/initrd.img-2.6.32-5-powerpc
-rw-r--r-- 1 root root 9.9M Jun 27 00:06 /boot/initrd.img-2.6.32-5-powerpc-smp
-- /proc/cmdline
root=/p...@f2000000/mac...@17/at...@1f000/d...@0:4 root=/dev/hda4 ro 

-- resume
RESUME=UUID=e672ba0d-2c2e-4b03-9e4e-7a71f39c44b9
-- /proc/filesystems
        ext3

-- lsmod
Module                  Size  Used by
uinput                 10475  2 
loop                   16273  0 
firewire_sbp2          16232  0 
snd_aoa_codec_tas      13079  2 
snd_aoa_fabric_layout    12091  0 
snd_aoa                15620  2 snd_aoa_codec_tas,snd_aoa_fabric_layout
snd_aoa_i2sbus         20933  1 
snd_pcm                67233  1 snd_aoa_i2sbus
snd_timer              21510  1 snd_pcm
snd_page_alloc          9053  1 snd_pcm
snd                    53564  6 
snd_aoa_codec_tas,snd_aoa_fabric_layout,snd_aoa,snd_aoa_i2sbus,snd_pcm,snd_timer
soundcore               8335  1 snd
snd_aoa_soundbus        6669  2 snd_aoa_fabric_layout,snd_aoa_i2sbus
evdev                  12021  12 
ext3                  126551  1 
jbd                    46110  1 ext3
mbcache                 8870  1 ext3
usbhid                 40424  0 
hid                    68369  1 usbhid
raid1                  24559  1 
md_mod                 89657  1 raid1
ata_generic             5947  0 
libata                143752  1 ata_generic
scsi_mod              128326  2 firewire_sbp2,libata
ide_pci_generic         5580  0 
ohci_hcd               35644  0 
firewire_ohci          26292  0 
ehci_hcd               43274  0 
ide_cd_mod             28609  0 
sungem                 31621  0 
firewire_core          44766  2 firewire_sbp2,firewire_ohci
cdrom                  36707  1 ide_cd_mod
sungem_phy             12982  1 sungem
crc_itu_t               4495  1 firewire_core
usbcore               133556  4 usbhid,ohci_hcd,ehci_hcd
i2c_powermac            6651  0 
nls_base                8937  1 usbcore
siimage                 9538  2 

-- /etc/kernel-img.conf
# Kernel image management overrides
# See kernel-img.conf(5) for details
do_symlinks = yes
do_bootloader = no
do_initrd = yes
link_in_boot = yes

-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=n
COMPRESS=gzip
BOOT=local
DEVICE=
NFSROOT=auto

-- /etc/initramfs-tools/update-initramfs.conf
update_initramfs=yes
backup_initramfs=no

-- /proc/mdstat
Personalities : [raid1] 
md127 : active (auto-read-only) raid1 hdg2[0] hdi2[1]
      244198464 blocks [2/2] [UU]
      
unused devices: <none>


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.32-5-powerpc-smp (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages initramfs-tools depends on:
ii  cpio                         2.11-4      GNU cpio -- a program to manage ar
ii  findutils                    4.4.2-1     utilities for finding files--find,
ii  klibc-utils                  1.5.18-1    small utilities built with klibc f
ii  module-init-tools            3.12~pre2-3 tools for managing Linux kernel mo
ii  udev                         157-1       /dev/ and hotplug management daemo

Versions of packages initramfs-tools recommends:
ii  busybox                       1:1.15.3-1 Tiny utilities for small and embed

Versions of packages initramfs-tools suggests:
ii  bash-completion               1:1.2-2    programmable completion for the ba

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: yaboot
Source-Version: 1.3.16-2

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

yaboot_1.3.16-2.diff.gz
  to main/y/yaboot/yaboot_1.3.16-2.diff.gz
yaboot_1.3.16-2.dsc
  to main/y/yaboot/yaboot_1.3.16-2.dsc
yaboot_1.3.16-2_powerpc.deb
  to main/y/yaboot/yaboot_1.3.16-2_powerpc.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.
Aurélien GÉRÔME <[email protected]> (supplier of updated yaboot 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: Sun, 12 Dec 2010 00:00:00 +0100
Source: yaboot
Binary: yaboot
Architecture: source powerpc
Version: 1.3.16-2
Distribution: unstable
Urgency: low
Maintainer: Debootloaders Yaboot Maintainers Team 
<[email protected]>
Changed-By: Aurélien GÉRÔME <[email protected]>
Description: 
 yaboot     - Yet Another Bootloader
Closes: 289201 342833 377097 473725 572869 580455
Changes: 
 yaboot (1.3.16-2) unstable; urgency=low
 .
   * New upstream release closes: #473725.
   * Add some Ubuntu changes as Debian quilt patches.
     + Build with -fno-stack-protector.
     + Distro branding in first-stage bootstrap.
   * Add Milan Kupcevic's patches from 1.3.13a-1squeeze1.
     + Support sysfs in ofpath
       (Closes: #572869, #377097, #342833, #289201).
     + Support persistent device naming symlinks, UUID, and LABEL tags
       (Closes: #580455).
     + Update debian/copyright with copyright notice from ofpath.
   * Refresh all Debian quilt patches.
Checksums-Sha1: 
 6d0c3455464e7b5607ff4b46f6f936bf1fec649d 1152 yaboot_1.3.16-2.dsc
 6c87bb041e8dc569b624d99ec5a5d53c8911319f 220360 yaboot_1.3.16.orig.tar.gz
 b5978669db9867c230198e6184f846b1edc2d9d3 15499 yaboot_1.3.16-2.diff.gz
 bc900d9ba806bf80bb7efe7d096a9c94c06c4860 195280 yaboot_1.3.16-2_powerpc.deb
Checksums-Sha256: 
 53af29257be565e11270efaabaef363712958c0d0c2909192be1b2765b7086f7 1152 
yaboot_1.3.16-2.dsc
 16635d5ed0298d46e26e1da8f7a793e185ddb796e3e567554869676650a44650 220360 
yaboot_1.3.16.orig.tar.gz
 238a95810b2d0913ee0589f25cce4f1ad7b475d9e400402c30760d05723fe76f 15499 
yaboot_1.3.16-2.diff.gz
 4049768eb6beed416f4d1203db311968e8016f2bf6575e59092515a1bf9849dc 195280 
yaboot_1.3.16-2_powerpc.deb
Files: 
 2d909f791310f66c481011042c780b90 1152 admin important yaboot_1.3.16-2.dsc
 dd8f436cf23d562c8a9f6ff513e1f435 220360 admin important 
yaboot_1.3.16.orig.tar.gz
 f6fd6981db5c66169f3ec6bd5284858d 15499 admin important yaboot_1.3.16-2.diff.gz
 765b7f0b7352d69ade61cdf35ae936e4 195280 admin important 
yaboot_1.3.16-2_powerpc.deb

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

iEYEARECAAYFAk0EMRoACgkQI2xgxmW0sWK/5ACcDspJemSncIncRg79oR53TwTP
2sMAn0EGmvJybOKS/X6Sg1VSzp5WLGeX
=JB/a
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to