Re: [Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-10-08 Thread Stefan Bader
Thanks for the full log. Unfortunately won't be able to look at it today. But updated the kernel at least. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-10-08 Thread Martin-Éric Racine
** Attachment added: "dmesg_geode_37bug396286v2.txt" http://launchpadlibrarian.net/33298580/dmesg_geode_37bug396286v2.txt -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-10-07 Thread Martin-Éric Racine
Occurrences spotted with 37v2: <4>[3.180243] sda1 sda2 < sda5 > <5>[3.209382] sd 0:0:0:0: [sda] Attached SCSI disk <6>[3.209462] Freeing unused kernel memory: 540k freed <6>[3.210813] Write protecting the kernel text: 4548k <6>[3.211102] Write protecting the kernel read-only d

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-10-07 Thread Martin-Éric Racine
Stefan, thanks for the updated kernel. I'll test this shortly and report here on the results. Meanwhile, could this please be re-based against kernel 2.6.31-12-generic while we're at it? -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-10-07 Thread Stefan Bader
I might as well assign that to me by now. ** Changed in: linux (Ubuntu) Assignee: Leann Ogasawara (leannogasawara) => Stefan Bader (stefan-bader-canonical) -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification be

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-10-05 Thread Stefan Bader
Hi Martin-Éric, looks like at the time of destroy_inode there is no path information left anymore. So I created a new version which checks on every inode access. Maybe this gives a little more insight. Could you try to run the v2 version of the kernel for me? Thanks -- 2.6.31-generic: kernel pani

Re: [Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-10-01 Thread Stefan Bader
Martin-Éric Racine wrote: > Stefan, adding "apparmor=0" to cmdline did not produce any noticable > change: Alright, it was probably unlikely as this would have affected more people. And the same code seems to run well on other systems. But it was worth a try, just as it happens so close to those

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-10-01 Thread Martin-Éric Racine
Stefan, adding "apparmor=0" to cmdline did not produce any noticable change: [6.627144] EXT3-fs: mounted filesystem with writeback data mode. [8.308111] bad i_default_acl pointer = b4ff [8.308133] on [8.308689] bad i_default_acl pointer = b4ff [8.308705] on [8.317

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-30 Thread Martin-Éric Racine
Akdo, your issue is completely unrelated to this one. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bu

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-30 Thread Akdo
Hi, I've reported the duplicate bug after this one ( although I make some research before ) and I think I have more information on this issue, Bug #406484 We just have the same Wireless device ! Evil device ! Bus 001 Device 002: ID 0ace:1215 ZyDAS WLA-54L 802.11bg -- 2.6.31-generic: kernel pani

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-30 Thread Stefan Bader
Hm, unfortunately my filename printing was not very successful. Though somehow it looks related to apparmor. Could you try to boot with "apparmor=0" and check dmesg for those bad pointer messages? -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-29 Thread Martin-Éric Racine
PS: I just added dmesg.boot and dmesg.current using apport-collect, based on output from 37bug396286v1. I hope this provides useful information. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a me

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-29 Thread Martin-Éric Racine
Linux geode 2.6.31-11-generic #37bug396286v1 SMP Tue Sep 29 13:43:37 UTC 2009 i586 Boots fine. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-29 Thread Stefan Bader
As for the last debug kernel. This unfortunately contained a copy and paste error which failed to check the i_default_acl pointer. Interestingly I would have expected this would be no problem as the previous tests seemed to indicate only the first of the two got corrupted. I am currently uploading

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-29 Thread Stefan Bader
This is the patch used to avoid the crash by moving the new pointers to the end of the inode structure. Though I would think this won't give new reactions from upstream. They pretty much should have guessed this. ** Attachment added: "Patch to move i_acl pointers to the end of the inode structure

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-27 Thread Martin-Éric Racine
Stefan, we're already aware that simply shuffling the structure as you did for 2.6.31-10.32bug396286v2 probably only masks the real issue rather than fixes it, but it would already be a good start to attach this as a patch and to send it upstream for comments. -- 2.6.31-generic: kernel panic near

Re: [Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-21 Thread Stefan Bader
Martin-Éric Racine wrote: > Stefan, could you please attach your 2.6.31-10.32bug396286v2 diff to I am traveling this week and unfortunately seem to have the patch on another box. Getting that crash mean it is not really working as I intended it to do and I have to have another look at it. But I

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-21 Thread Martin-Éric Racine
Stefan, could you please attach your 2.6.31-10.32bug396286v2 diff to this bug? -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bu

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-18 Thread Martin-Éric Racine
Stefan, sorry for not replying to this any sooner. This one crashes in similar ways as before. However, there's one interesting development: fsck of the root filesystem succeeds in launching and it fixes errors. Then, the kernel crashes as follow: BUG: unable to handle kernel paging request at ff

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-16 Thread Stefan Bader
In order to hopefully find out more about this, I created a new kernel that will (if things go as intended) catch the corruption cases without crashes and also tries to gather more info. It replaces the other kernels at http://people.canonical.com/~smb/bug396286/. Can you try that and if it boots p

Re: [Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-15 Thread Stefan Bader
Martin-Éric, I added some info to the upstream bug. I believe the relevant people are subscribed there as well and I don't think that change really is something near a solution as this only prevents the immediate visibility of the corruption. It still might happen but go unnoticed as the private

Re: [Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-15 Thread Martin-Éric Racine
Stefan, could you submit those changes to the LKML, referring to the above kernel.org bug number, but emphasizing that this might only be a partial fix that only masks the real problem? I'm sure that Ingo Molnar and Al Viro would have some constructive feedback. -- 2.6.31-generic: kernel panic ne

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-11 Thread Stefan Bader
Just as memo in order to remember it after the weekend: The second kernel was uploaded and did boot further but seemed to have other problems with apparmor then. Not sure whether this is related or not. The only change was to move the i_acl and i_default_acl to the end of the inode structure, so

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-11 Thread Martin-Éric Racine
With that kernel, the result is: BUG: unable to handle kernel paging request at b4ff IP: [] __destroy_inode+0x72/0x110 *pde = 00817067 *pte = Oops: [#1] SMP last sysfs file: /sys/power/resume -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/b

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-11 Thread Stefan Bader
Thanks Martin-Éric, checking against the code this confirms that the bug occurs in __destroy_inode at the following position: 232 void __destroy_inode(struct inode *inode) 233 { 234 BUG_ON(inode_has_buffers(inode)); 235 ima_inode_free(inode); 236 securi

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-11 Thread Martin-Éric Racine
BUG: unable to handle kernel paging request at b4ff IP: [] __destroy_inode+0x4b/0x80 *pde = 00810067 *pte = Oops: [#1] SMP last sysfs file: /sys/power/resume -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug no

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-11 Thread Martin-Éric Racine
Just to recap, this is on a host where / is an ext3 file system. # /etc/fstab: static file system information. # # proc/proc procdefaults0 0 # /dev/sda1 UUID=97b2628b-28a5-49f2-85f7-495728b3bef8 / ext3 relatime,errors=remoun

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-10 Thread Martin-Éric Racine
Still not fixed as of 2.6.31-10.31 a.k.a. upstream 2.6.31 final. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing lis

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-06 Thread Martin-Éric Racine
Indeed, doesn't boot. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://list

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-06 Thread Leann Ogasawara
Ok, please test this one: http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2009-06-19b/ -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-04 Thread Leann Ogasawara
Bah, seeing you say it booted fine when I was expecting it to fail I looked and realized I had the wrong patch queued, ugh :( So you just tested f19d4a8fa6f9b6ccf54df0971c97ffcaa390b7b0~1 and indeed re- confirmed what we already knew, that it boots fine. I'm sooo sorry I wasted your time on that

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-04 Thread Martin-Éric Racine
Linux geode 2.6.30-999-generic #200909032144 SMP Thu Sep 3 21:35:39 UTC 2009 i586 Boots fine. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-09-03 Thread Leann Ogasawara
Hi, Can you try the following kernel build? http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2009-06-19a/ It's a build of f19d4a8fa6f9b6ccf54df0971c97ffcaa390b7b0 (the first bad commit). I'm expecting it to crash. However it'll confirm http://lkml.org/lkml/2009/8/16/252: f19d4a8fa6f9b6cc

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-31 Thread Martin-Éric Racine
Still not fixed as of 2.6.31-9. Panic output similar to 2.6.31-6. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing li

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-25 Thread Martin-Éric Racine
Still not fixed as of 2.6.31-7. Panic output is the same as in 2.6.31-6. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs ma

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-17 Thread Martin-Éric Racine
New snapshot, showing the current kernel panic on 2.6.31-6. ** Attachment added: "ubuntu_kernel_2.6.31-6.25.jpg" http://launchpadlibrarian.net/30414918/ubuntu_kernel_2.6.31-6.25.jpg -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received t

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-16 Thread Martin-Éric Racine
What if we reverse that specific commit against 2.4.31-rc6, as a test (reverse-apply the change as a patch)? -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-16 Thread Leann Ogasawara
Ok, the bisect has narrowed down the following: f19d4a8fa6f9b6ccf54df0971c97ffcaa390b7b0 is first bad commit commit f19d4a8fa6f9b6ccf54df0971c97ffcaa390b7b0 Author: Al Viro Date: Mon Jun 8 19:50:45 2009 -0400 add caching of ACLs in struct inode No helpers, no conversions yet.

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-16 Thread Martin-Éric Racine
Linux geode 2.6.30-999-generic #200908141609 SMP Fri Aug 14 15:53:21 UTC 2009 i586 Boots successfully. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-14 Thread Leann Ogasawara
http://kernel.ubuntu.com/~ogasawara/mainline/daily/lp396286/bisect3e63cbb /linux-image-2.6.30-999-generic_2.6.30-999.200908141609_i386.deb -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member o

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-14 Thread Martin-Éric Racine
Noted and understood. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://list

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-14 Thread Leann Ogasawara
So I'm told we're using the Jaunty config within our mainline build scripts. Mainly because if we used Karmic's config it would enable KMS if someone happened to install it within Jaunty. So there is definitely some discrepancy. Seeing as we have 1-2 more test builds to go I'd like to finish iso

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-14 Thread Leann Ogasawara
Hrm, that's odd. vesafb should be getting built as a module for the test kernels, but apparently it isn't happening as you've noted. We'll investigate. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-14 Thread Martin-Éric Racine
PS: would it be possible to include vesafb as a module in all test kernels? Thank you! -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-14 Thread Martin-Éric Racine
2.6.30-999.200908132259 does NOT boot. Snapshot attached. ** Attachment added: "2.6.30-999.200908132259.jpg" http://launchpadlibrarian.net/30301657/2.6.30-999.200908132259.jpg -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bu

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-13 Thread Leann Ogasawara
Please test: http://kernel.ubuntu.com/~ogasawara/mainline/daily/lp396286/bisectf19d4a8 /linux-image-2.6.30-999-generic_2.6.30-999.200908132259_i386.deb -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-13 Thread Martin-Éric Racine
Linux geode 2.6.30-999-generic #200908131643 SMP Thu Aug 13 16:25:22 UTC 2009 i586 Boots successfully. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-13 Thread Martin-Éric Racine
Someone else said on the LKML: > > http://launchpadlibrarian.net/30267494/2.6.31-5.24.jpg > > Hmm. This looks like a sysfs oops to my untrained eye. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you a

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-13 Thread Leann Ogasawara
Next image: http://kernel.ubuntu.com/~ogasawara/mainline/daily/lp396286/bisectf21f622 /linux-image-2.6.30-999-generic_2.6.30-999.200908131643_i386.deb I unfortunately don't see the commit Ingo pointed out in the remaining list of commits we're bisecting. -- 2.6.31-generic: kernel panic near the

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-13 Thread Martin-Éric Racine
Here's a larger snapshot of what I get with linux-image-2.6.31-5-generic version 2.6.31-5.24 (based on upstream 2.6.31-rc5), thanks to vesafb and a 1280x1024 framebuffer. The main advantage over the initial snapshot is that it fits more lines of the crash into the visible area. ** Attachment adde

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-13 Thread Martin-Éric Racine
Ingo Molnar pointed out that the only Geode-specific commit he can spot is this one: d6c585a: x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure Could this be our suspect? -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-13 Thread Martin-Éric Racine
2.6.30-999.200908122359 does NOT boot. Snapshot attached. ** Attachment added: "2.6.30-999.200908122359.jpg" http://launchpadlibrarian.net/30266260/2.6.30-999.200908122359.jpg -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bu

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-13 Thread Bug Watch Updater
** Changed in: linux Status: Unknown => Confirmed -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-13 Thread Martin-Éric Racine
** Bug watch added: Linux Kernel Bug Tracker #13941 http://bugzilla.kernel.org/show_bug.cgi?id=13941 ** Also affects: linux via http://bugzilla.kernel.org/show_bug.cgi?id=13941 Importance: Unknown Status: Unknown -- 2.6.31-generic: kernel panic near the end of initramfs https://b

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-12 Thread Leann Ogasawara
Thanks just a few more to go. . . http://kernel.ubuntu.com/~ogasawara/mainline/daily/lp396286/bisect05fc079 /linux-image-2.6.30-999-generic_2.6.30-999.200908122359_i386.deb -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug noti

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-12 Thread Martin-Éric Racine
Linux geode 2.6.30-999-generic #200908121741 SMP Wed Aug 12 17:22:08 UTC 2009 i586 Boots successfully. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-12 Thread Leann Ogasawara
Thanks, here's the next image: http://kernel.ubuntu.com/~ogasawara/mainline/daily/lp396286/bisect09ce42d /linux-image-2.6.30-999-generic_2.6.30-999.200908121741_i386.deb -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notific

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-11 Thread Martin-Éric Racine
Linux geode 2.6.30-999-generic #200908112132 SMP Tue Aug 11 21:12:50 UTC 2009 i586 Boots successfully. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-11 Thread Leann Ogasawara
Please test: http://kernel.ubuntu.com/~ogasawara/mainline/daily/lp396286/bisectb7b700d /linux-image-2.6.30-999-generic_2.6.30-999.200908112132_i386.deb -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-11 Thread Martin-Éric Racine
2.6.30-999.200908110142 does NOT boot. It also seems to fail at an earlier stage than 2.6.31-5 does. See enclosed snapshot. ** Attachment added: "2.6.30-999.200908110142.jpg" http://launchpadlibrarian.net/30151243/2.6.30-999.200908110142.jpg -- 2.6.31-generic: kernel panic near the end of in

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-10 Thread Leann Ogasawara
Sorry for the delay, here's the next image to test. http://kernel.ubuntu.com/~ogasawara/mainline/daily/2009-06-24/linux- image-2.6.30-999-generic_2.6.30-999.200908110142_i386.deb -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bu

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-07 Thread Martin-Éric Racine
Linux geode 2.6.30-999-generic #200908071658 SMP Fri Aug 7 16:40:56 UTC 2009 i586 Boots successfully. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-07 Thread Leann Ogasawara
Please test: http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2009-06-24/linux- image-2.6.30-999-generic_2.6.30-999.200908071658_i386.deb -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a membe

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-07 Thread Martin-Éric Racine
2.6.31-5 has already been tested, as all other 2.6.31 that get pulled by linux-generic. Kernel panic. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-07 Thread Leann Ogasawara
While waiting for the final test build, might not hurt to verify this remains with the latest 2.6.31-5 kernel. Thanks. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-07 Thread Martin-Éric Racine
Linux geode 2.6.30-999-generic #200908071146 SMP Fri Aug 7 11:29:56 UTC 2009 i586 Boots successfully. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-07 Thread Leann Ogasawara
Please test: http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2009-06-23/linux- image-2.6.30-999-generic_2.6.30-999.200908071146_i386.deb -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a membe

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-07 Thread Leann Ogasawara
Thanks for the quick testing and feedback. Queuing next build. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-07 Thread Martin-Éric Racine
Linux geode 2.6.30-999-generic #200908061755 SMP Thu Aug 6 17:39:31 UTC 2009 i586 Boots successfully. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-07 Thread Leann Ogasawara
Sorry for the delay. Please test: http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2009-06-22/linux- image-2.6.30-999-generic_2.6.30-999.200908061755_i386.deb -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification b

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-06 Thread Leann Ogasawara
Thanks, I'll queue up the next one. Will post when we have an image. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailin

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-06 Thread Martin-Éric Racine
Linux geode 2.6.30-999-generic #200908051216 SMP Wed Aug 5 11:59:01 UTC 2009 i586 Boots successfully. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-06 Thread Leann Ogasawara
Thanks, now how about this one? http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2009-06-20/linux- image-2.6.30-999-generic_2.6.30-999.200908051216_i386.deb -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification beca

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-05 Thread Martin-Éric Racine
Linux geode 2.6.30-999-generic #200908041829 SMP Wed Aug 5 08:58:04 UTC 2009 i586 Boots successfully. -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-05 Thread Leann Ogasawara
Can you now test the following and let us know your results? http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2009-06-16/linux- image-2.6.30-999-generic_2.6.30-999.200908041829_i386.deb -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You receiv

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-04 Thread Martin-Éric Racine
FYI, this is the kernel module set that is pulled in by udev. I thought that it might be useful to add it here. ** Attachment added: "lsmod.txt" http://launchpadlibrarian.net/29897573/lsmod.txt -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 Y

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs

2009-08-04 Thread Martin-Éric Racine
Linux geode 2.6.30-999-generic #200908041153 SMP Tue Aug 4 12:48:19 UTC 2009 i586 This one booted successfully. Hurray! I'm curious, what was the change that enabled it? Could someone attach a unified diff? -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bug

[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs execution

2009-08-04 Thread Martin-Éric Racine
** Summary changed: - kernel 2.6.31-generic oops after loading initramfs + 2.6.31-generic: kernel panic near the end of initramfs execution ** Summary changed: - 2.6.31-generic: kernel panic near the end of initramfs execution + 2.6.31-generic: kernel panic near the end of initramfs run ** Summ