[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2011-10-19 Thread jMCg
I, or rather smb :) was wondering what could still be mounted that would prevent an overmount, so I added another debug output, that of `mount` right after `mount -n -o move /dev ${rootmnt}/dev`: Begin: Running /scripts/init-bottom ... rootfs on / type rootfs (rw) sysfs on /sys type sysfs

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2011-10-19 Thread jMCg
There was a concern that udev is still running at this point, so I added a `ps` right after `udevadm control --timeout=61 --exit` and the result is this: Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... PID USER VSZ STAT COMMAND

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2011-10-19 Thread Stefan Bader
At this point there seem to be /proc, /sys and /run still under /. For /proc and /sys, there is code to move the mount to /root in /usr/share /initramfs-tools/init. This has also the chain call into run-init which seems to do the final move... -- You received this bug notification because you

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2011-10-19 Thread Bernie Innocenti
Someone with the necessary privileges should update the summary: this bug really doesn't have anything to do with the ec2 kernel, nor with system_call_fastpath. run-init: nuking initramfs contents: directory not empty seems more appropriate. -- You received this bug notification because you are

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2011-10-18 Thread jMCg
I upgraded my system from natty yesterday in hope it would fix a hang during boot: [2.108903] md: multipath personality registered for level -4 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ...

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2011-10-18 Thread jMCg
I added udevadm settle before the line udevadm control --timeout=61 --exit. Nothing changes, still crashing: [1.172059] Refined TSC clocksource calibration: 3411.530 MHz. [1.172703] md: multipath personality registered for level -4 done. Begin: Running

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2011-10-15 Thread Bernie Innocenti
On my laptop, it's now reproducible on *every* boot! If I start with break=bottom, manually move all the mountpoints to /root and then call run-init by hand, I get the same error: run-init: nuking initramfs contents: directory not empty The remaining files are: /dev/console, /var/initramfs,

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2011-09-20 Thread Gernot Hillier
We sporadically also see similar symptoms to this bug and #610107. I think they're also connected and both caused by killing udev in the middle of its operation. The huge number of similar bugs makes me think this is not the best idea even when it gives us 2 or 3 seconds less of boot time.

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2011-07-26 Thread Mika Båtsman
@Stefan: this also affects Lucid. Is it going to get the fix also? Bugs 573615, 581566 and 155689 also describe similar symptoms. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/613273 Title: kernel

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2011-06-29 Thread Stefan Bader
This problem seemed to have intensified for me in my test system in Oneiric and we were finally able to track it down to /usr/share /initramfs-tools/scripts/init-bottom/udev. In there the boot process tries to stop udevd and then move all the special filesystems (/dev, /proc, and /sys) over to the

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2011-06-29 Thread Stefan Bader
This has been fixed for Oneiric by udev-171-0ubuntu4. ** Also affects: udev (Ubuntu) Importance: Undecided Status: New ** Also affects: initramfs-tools (Ubuntu Maverick) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Maverick) Importance: Undecided

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2011-06-29 Thread Stefan Bader
Though it is part of /usr/share/initramfs-tools, the scripts/init- bottom/udev is part of the udev package. ** Changed in: initramfs-tools (Ubuntu) Status: Triaged = Invalid ** Changed in: initramfs-tools (Ubuntu Maverick) Status: New = Invalid ** Changed in: initramfs-tools

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2011-02-18 Thread Jeremy Foshee
** Changed in: initramfs-tools (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/613273 Title: kernel panic on ec2 in system_call_fastpath -- ubuntu-bugs

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2011-02-16 Thread Jeremy Foshee
** Changed in: initramfs-tools (Ubuntu) Status: New = Triaged ** Changed in: linux (Ubuntu) Status: Confirmed = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/613273 Title:

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2011-02-15 Thread Jeremy Foshee
removed deprecated regression tag. ~JFo ** Tags removed: regression-potential -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/613273 Title: kernel panic on ec2 in system_call_fastpath --

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2011-02-15 Thread Brian Murray
** Tags added: regression-release -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/613273 Title: kernel panic on ec2 in system_call_fastpath -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2011-01-10 Thread Seth Forshee
** Also affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/613273 Title: kernel panic on ec2 in system_call_fastpath --

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2011-01-10 Thread Seth Forshee
The kernel panic is a result of init exiting, which likely isn't a kernel issue. From the logs it looks like run-init is bailing because it can't delete something in the initramfs when switching to the real root fs. I think this is more likely an initramfs issue than a kernel issue. Adding

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2010-09-21 Thread Thierry Carrez
** Tags added: server-mro -- kernel panic on ec2 in system_call_fastpath https://bugs.launchpad.net/bugs/613273 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

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2010-09-15 Thread Scott Moser
I seem to be seeing this more and more. I've seen similar traces in the t1.micro logs without crash. Moving it to medium. ** Changed in: linux (Ubuntu) Importance: Undecided = Medium -- kernel panic on ec2 in system_call_fastpath https://bugs.launchpad.net/bugs/613273 You received this bug

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2010-09-14 Thread Scott Moser
I saw this again today on ubuntu-maverick-daily-amd64-server-20100914 instance size m1.large with kernel $ dpkg-query --show linux-image-2.6.35-20-virtual linux-image-2.6.35-20-virtual 2.6.35-20.29 ** Changed in: linux (Ubuntu) Status: New = Confirmed -- kernel panic on ec2 in

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2010-08-03 Thread Scott Moser
** Attachment added: console of crash http://launchpadlibrarian.net/53021216/console.i-35022667.txt ** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/53021117/BootDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/53021118/Dependencies.txt **

[Bug 613273] Re: kernel panic on ec2 in system_call_fastpath

2010-08-03 Thread Ubuntu QA Website
** Tags added: iso-testing -- kernel panic on ec2 in system_call_fastpath https://bugs.launchpad.net/bugs/613273 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