linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bug 12354] New: Advisory: Debian's current initramdisk scripts break with an ext4 root
@ 2009-01-04  7:02 bugme-daemon
  2009-01-04 18:14 ` [Bug 12354] " bugme-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugme-daemon @ 2009-01-04  7:02 UTC (permalink / raw)
  To: linux-ext4

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

           Summary: Advisory: Debian's current initramdisk scripts break
                    with an ext4 root
           Product: File System
           Version: 2.5
     KernelVersion: 2.6.28
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: ext4
        AssignedTo: fs_ext4@kernel-bugs.osdl.org
        ReportedBy: jimsantelmo@gmail.com


This is just a heads-up to hopefully save other people some time. I'm running
2.6.28 with debian/unstable, finally converted the root to ext4, and discovered
that Debian with an initrd can't boot it because the initrd scripts apparently
decide it is an ext3 filesystem with unsupported features. Not that they report
this: instead you get an ENODEV message that had me convinced ext4 wasn't
registering itself or some other such weirdness. Works fine if you use a
"rootfstype=ext4" kernel boot parameter, or no initrd.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 12354] Advisory: Debian's current initramdisk scripts break with an ext4 root
  2009-01-04  7:02 [Bug 12354] New: Advisory: Debian's current initramdisk scripts break with an ext4 root bugme-daemon
@ 2009-01-04 18:14 ` bugme-daemon
  2009-01-04 19:14 ` bugme-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugme-daemon @ 2009-01-04 18:14 UTC (permalink / raw)
  To: linux-ext4

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





------- Comment #1 from jimsantelmo@gmail.com  2009-01-04 10:14 -------
  I traced the problem thru the Debian initrd scripts to klibc/bin/fstype and
have filed a Debian bug on it. If kernel-hackers are the ultimate upstream
klibc source, please let me know and I'll refile it in other/klibc/kinit.

# /usr/lib/klibc/bin/fstype /dev/sda5 //a 100% made-from-scratch ext4 fs
FSTYPE=ext3
FSSIZE=12000649216


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 12354] Advisory: Debian's current initramdisk scripts break with an ext4 root
  2009-01-04  7:02 [Bug 12354] New: Advisory: Debian's current initramdisk scripts break with an ext4 root bugme-daemon
  2009-01-04 18:14 ` [Bug 12354] " bugme-daemon
@ 2009-01-04 19:14 ` bugme-daemon
  2009-01-04 19:16 ` bugme-daemon
  2009-01-04 19:30 ` bugme-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugme-daemon @ 2009-01-04 19:14 UTC (permalink / raw)
  To: linux-ext4

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


tytso@mit.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hpa@zytor.com




------- Comment #2 from tytso@mit.edu  2009-01-04 11:14 -------
I submitted a patch to klibc@zytor.com mailing list on Sat, 11 Oct 2008
10:54:44 -0400.  (Subject line: [PATCH] fstype: Fix ext4/ext4dev probing).

No one ever got back to me.  hpa?   Do you need me to resend?


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 12354] Advisory: Debian's current initramdisk scripts break with an ext4 root
  2009-01-04  7:02 [Bug 12354] New: Advisory: Debian's current initramdisk scripts break with an ext4 root bugme-daemon
  2009-01-04 18:14 ` [Bug 12354] " bugme-daemon
  2009-01-04 19:14 ` bugme-daemon
@ 2009-01-04 19:16 ` bugme-daemon
  2009-01-04 19:30 ` bugme-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugme-daemon @ 2009-01-04 19:16 UTC (permalink / raw)
  To: linux-ext4

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





------- Comment #3 from tytso@mit.edu  2009-01-04 11:16 -------
Created an attachment (id=19648)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=19648&action=view)
Patch to klibc to allow it to properly probe ext4/ext4dev filesystems


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 12354] Advisory: Debian's current initramdisk scripts break with an ext4 root
  2009-01-04  7:02 [Bug 12354] New: Advisory: Debian's current initramdisk scripts break with an ext4 root bugme-daemon
                   ` (2 preceding siblings ...)
  2009-01-04 19:16 ` bugme-daemon
@ 2009-01-04 19:30 ` bugme-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugme-daemon @ 2009-01-04 19:30 UTC (permalink / raw)
  To: linux-ext4

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


hpa@zytor.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CLOSED
         Resolution|                            |CODE_FIX




------- Comment #4 from hpa@zytor.com  2009-01-04 11:30 -------
Applied, and a new klibc (1.5.15) has been pushed out.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-01-04 19:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-04  7:02 [Bug 12354] New: Advisory: Debian's current initramdisk scripts break with an ext4 root bugme-daemon
2009-01-04 18:14 ` [Bug 12354] " bugme-daemon
2009-01-04 19:14 ` bugme-daemon
2009-01-04 19:16 ` bugme-daemon
2009-01-04 19:30 ` bugme-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).