qemu-system-arm can not handle more than 256M in versatile machine mode using the -m option
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qemu-linaro (Ubuntu) |
Confirmed
|
Low
|
Unassigned | ||
rootstock (Ubuntu) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: rootstock
i am trying to build an ubuntu lucid image for a beagleboard. the image boots, but i cant log in. when i inspected the image i found that there was not entry for my username in /etc/passwd.
i used the following script to run rootstock:
PACKAGES=
PACKAGES+
PACKAGES+
PACKAGES+
PACKAGES+
sudo rootstock \
--fqdn beagleboard \
--login sam --password temppwd \
--imagesize 4G \
--seed $PACKAGES \
--dist lucid \
--serial ttyS2 \
--script fixup.sh \
--components "main universe multiverse" \
--kernel-image http://
i spotted the following error message in the rootstock output:
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
I: Virtual Machine done
I: Creating tarball from rootfs
I: Mounting temporary Image
/usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append "${APPEND}" > $QEMUFIFO 2>&1
I: ARM rootfs created as /data/beagleboa
I: Extracting vmlinuz from *.deb
cp: cannot stat `/tmp/tmp.
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: rootstock 0.1.99.3-0ubuntu1
Uname: Linux 2.6.34-
Architecture: amd64
Date: Tue Apr 27 10:01:18 2010
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
PackageArchitec
ProcEnviron:
SHELL=/bin/bash
PATH=(custom, user)
LANG=en_GB.utf8
SourcePackage: rootstock
Changed in qemu-kvm (Ubuntu): | |
importance: | Undecided → Low |
summary: |
- /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm - $QEMUOPTS -append "${APPEND}" > $QEMUFIFO 2>&1 + qemu-system-arm can not handle more than 256M in versatile machine mode + using the -m option |
Changed in rootstock (Ubuntu): | |
status: | New → Invalid |
Changed in qemu-kvm (Ubuntu): | |
status: | New → Confirmed |
can you also attache "fixup.sh" ?