[Bug 570588] Re: /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21

2010-06-03 Thread Arvind Singh
I have a similar issue, I: Virtual Machine done I: Creating tarball from rootfs I: Mounting temporary Image /usr/bin/rootstock: line 195: 29713 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21 I: ARM rootfs created as

[Bug 570588] Re: /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21

2010-06-03 Thread Oliver Grawert
please note that swapsize uses a swapfile while this bug is about changed options for the ram of the VM (not the swap) -- /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21 https://bugs.launchpad.net/bugs/570588 You received this bug

[Bug 570588] Re: /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21

2010-06-03 Thread Arvind Singh
My mistake I did change the RAM size, I can now consistently reproduce this. -- /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21 https://bugs.launchpad.net/bugs/570588 You received this bug notification because you are a member of

[Bug 570588] Re: /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21

2010-05-18 Thread Mathias Gug
** Changed in: qemu-kvm (Ubuntu) Importance: Undecided = Low -- /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21 https://bugs.launchpad.net/bugs/570588 You received this bug notification because you are a member of Ubuntu Server

[Bug 570588] Re: /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21

2010-04-28 Thread sam tygier
apport picked up the crash this time Bug #571432 -- /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21 https://bugs.launchpad.net/bugs/570588 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 570588] Re: /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21

2010-04-28 Thread sam tygier
i think i have found trigger. i had increased the memory option in QEMUOPTS to 512. if i set it back to 256 it completes successfully. i think i crashes before i increases it, so maybe there is more to it that this. -- /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm

[Bug 570588] Re: /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21

2010-04-28 Thread sam tygier
so with the above command it will crash with 256 or 512. but with a minimal build ( rootstock --fqdn beagleboard --login ubuntu --password temppwd --imagesize 2G --dist lucid --script fixup.sh --serial ttyS2 --kernel-image http://rcn- ee.net/deb/kernel/beagle/lucid/v2.6.32.7-l7.1/linux-

[Bug 570588] Re: /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21

2010-04-27 Thread sam tygier
** Also affects: qemu-kvm (Ubuntu) Importance: Undecided Status: New -- /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21 https://bugs.launchpad.net/bugs/570588 You received this bug notification because you are a member

[Bug 570588] Re: /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21

2010-04-27 Thread Oliver Grawert
can you also attache fixup.sh ? -- /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21 https://bugs.launchpad.net/bugs/570588 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 570588] Re: /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21

2010-04-27 Thread sam tygier
based on Robert Nelson's with a few extra lines ** Attachment added: fixup.sh http://launchpadlibrarian.net/45694343/fixup.sh -- /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21 https://bugs.launchpad.net/bugs/570588 You

[Bug 570588] Re: /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21

2010-04-27 Thread Oliver Grawert
hmm, it seems to die in (or at least not proceed to) $KERNEL_IMG_CMD possibly due to bashisms in setup_kernel_image() (i need to fix that) that in turn seems to make the VM not exit properly... can you try to change /bin/sh at the top of rootstock to /bin/bash and see if the segfault still

[Bug 570588] Re: /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21

2010-04-27 Thread sam tygier
i still get the segfault after changing rootstock to use /bin/bash -- /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21 https://bugs.launchpad.net/bugs/570588 You received this bug notification because you are a member of Ubuntu

[Bug 570588] Re: /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21

2010-04-27 Thread sam tygier
i tried putting a 'set -e' in the script that goes to $BUILDDIR/installer to see if that would give any clues. i now get: I: Downloading kernel image (deb) from external site I: linux-image-2.6.32.11-l13_1.0lucid_armel.deb download complete I: Setting up serial tty in image I: Getting Virtual