Bug#510758: klibc-utils: /usr/lib/klibc/bin/fstype reognizes ext4 as ext4, making ext4 root unbootable

2009-01-09 Thread maximilian attems
please stop sending broken html mails.

On Thu, Jan 08, 2009 at 01:44:24PM -0500, Jim Bray wrote:
 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN
 html
 head
   meta content=text/html; charset=ISO-8859-1
  http-equiv=Content-Type
   title/title
 /head
 body bgcolor=#ff text=#00
 nbsp; After I filed it here, I found kinit/klibc are tracked in kernel
 bugzilla, where I was filing other bugs, so I filed this also. It was
 fixed right away: turns out Theodore T'so had fixed it in October and
 the fix had sort of gotten lost.br
 br
 nbsp; The new Debian klibc hasn't made it into unstable yet; send me a
 pointer to it if you'd like me to try it immediately.br

there is a newer version in experimental, but without the ext4 fix yet.
no priority for lenny as 2.6.26 is anyway too old for ext4.
there will be no upload to unstable before lenny release.

-- 
maks



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#510758: klibc-utils: /usr/lib/klibc/bin/fstype reognizes ext4 as ext4, making ext4 root unbootable

2009-01-09 Thread Jim Bray

maximilian attems wrote:

please stop sending broken html mails.

   
  I'm using Seamonkey 2.0-alpha-2 for mail. You can file a bug report 
with them if you want.


there is a newer version in experimental, but without the ext4 fix yet.
no priority for lenny as 2.6.26 is anyway too old for ext4.
there will be no upload to unstable before lenny release.
   


  Every Debian user who tries using an EXT4 root will run into this 
problem until the fix is picked up. The kernel klibc people responded 
immediately to my bug report and put the fix into klibc-1.5.15:


http://bugzilla.kernel.org/show_bug.cgi?id=12354

I hope it gets picked up soon since the ENODEV error that results when 
the mount fails is confusing:


http://bugzilla.kernel.org/show_bug.cgi?id=12368




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#510758: klibc-utils: /usr/lib/klibc/bin/fstype reognizes ext4 as ext4, making ext4 root unbootable

2009-01-08 Thread Colin Watson
On Sun, Jan 04, 2009 at 12:53:34PM -0500, Jim Bray wrote:
 Package: klibc-utils
 Version: 1.5.12-2
 Severity: important
 
 In /usr/share/initramfs-tools/scripts/local, get_fstype() uses
 what is probably /usr/lib/klibc/bin/fstype to determine the fs type.
 This returns 'ext3' for an ext4 fs, unlike /lib/udev/vol_id, which
 returns 'ext4'.
 
   This breaks the initrd, which fails to mount the rootfs and gives
 ENODEV. Can't mount root, system useless unless one uses a
 rootfstype=ext4 kernel parameter.

This is fixed in klibc 1.5.15; upgrading the Debian package to that
should be sufficient.

-- 
Colin Watson   [cjwat...@ubuntu.com]



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#510758: klibc-utils: /usr/lib/klibc/bin/fstype reognizes ext4 as ext4, making ext4 root unbootable

2009-01-08 Thread maximilian attems
On Thu, 08 Jan 2009, Colin Watson wrote:

This breaks the initrd, which fails to mount the rootfs and gives
  ENODEV. Can't mount root, system useless unless one uses a
  rootfstype=ext4 kernel parameter.
 
 This is fixed in klibc 1.5.15; upgrading the Debian package to that
 should be sufficient.

yes expected soonest after release.

kind regards

-- 
maks



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#510758: klibc-utils: /usr/lib/klibc/bin/fstype reognizes ext4 as ext4, making ext4 root unbootable

2009-01-08 Thread maximilian attems
On Thu, 08 Jan 2009, Colin Watson wrote:

 This is fixed in klibc 1.5.15; upgrading the Debian package to that
 should be sufficient.

hmm i see you based ubuntu on experimental, so i'll push it up there
next days.

-- 
maks



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#510758: klibc-utils: /usr/lib/klibc/bin/fstype reognizes ext4 as ext4, making ext4 root unbootable

2009-01-04 Thread Jim Bray
Package: klibc-utils
Version: 1.5.12-2
Severity: important

In /usr/share/initramfs-tools/scripts/local, get_fstype() uses
what is probably /usr/lib/klibc/bin/fstype to determine the fs type.
This returns 'ext3' for an ext4 fs, unlike /lib/udev/vol_id, which
returns 'ext4'.

  This breaks the initrd, which fails to mount the rootfs and gives
ENODEV. Can't mount root, system useless unless one uses a
rootfstype=ext4 kernel parameter.

get_fstype ()
{

get_fstype() { local FS FSTYPE FSSIZE RET FS=${1}
# vol_id has a more complete list of file systems,
  # but fstype is more robust
eval $(fstype ${FS} 2 /dev/null)
 if [ $FSTYPE = unknown ]  [ -x
/lib/udev/vol_id ]; then
FSTYPE=$(/lib/udev/vol_id -t ${FS} 2 /dev/null)
  fi
RET=$?

  if [ -z
${FSTYPE} ]; then
   FSTYPE=unknown
   fi
   
 echo ${FSTYPE}
  return ${RET}
  }

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages klibc-utils depends on:
ii  libklibc  1.5.12-2   minimal libc subset for use with i

klibc-utils recommends no packages.

klibc-utils suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org