doneill@milla:~/meego/meego-handset-armv7hl-qemu-1.2.80.0.20110503.2-raw$ sudo mad-admin create -f meego-netbook-ia32-qemu-1.1.2-runtime
[sudo] password for doneill:
Extracting QEMU runtime meego-netbook-ia32-qemu-1.1.2-runtime
.....9....8....7....6....5....4....3....2....1....0
Creating missing links... done.
Starting QEMU for ssh setup ...
This may take some time ...
QEMU startup failed
edit /usr/lib/madde/linux-x86_64/cache/madde.conf.d/meego-netbook-ia32-1.1.2.conf and remove -enable-kvm
doneill@milla:/tmp$ sudo mad-admin create -f meego-netbook-ia32-qemu-1.1.2-runtime
Extracting QEMU runtime meego-netbook-ia32-qemu-1.1.2-runtime
.....9....8....7....6....5....4....3....2....1....0
Creating missing links... done.
Starting QEMU for ssh setup ...
This may take some time ...
Generating ssh keys, this may take some time ...
Generating public/private rsa key pair.
Your identification has been saved in /root/.ssh/id_rsa.
Your public key has been saved in /root/.ssh/id_rsa.pub.
The key fingerprint is:
ce:d1:9d:8c:63:21:b5:ea:6f:2b:0d:88:71:6c:14:ca root@milla
The key's randomart image is:
+--[ RSA 2048]----+
| |
| o |
| . = . |
| E +++ . + o |
| = . S o = |
| . .-.o + o |
| oo * |
| . .+ . |
| .o.o |
+-----------------+
Keys generated successfully
a black window pops up and disappears, which at this stage i assume is qemu, and then keys are generated. Then it sits there...
...ad infinitum:
/usr/lib/madde/linux-x86_64/madlib/ma-create-runtime.sh : 223
# takes a while to start up qemu
# this is is an infinite loop if ssh fails
while sleep 5; do
ssh -p $qemusshport $sshopts developer@$qemuip \
'/bin/mkdir -p .ssh; /bin/cat >.ssh/authorized_keys2' 2>/dev/null < "$IDFILEPUB" && break
done
... okay, why did the qemu window disappear so soon:
$ /opt/meego/qemu-gl/bin/qemugl -hda /usr/lib/madde/linux-x86_64/runtimes/meego-netbook-ia32-qemu-1.1.2-runtime/meego-netbook-ia32-qemu-1.1.20110110.1049-sda.raw -name MeeGo -m 1024 -boot c -vga std -enable-gl -device virtio-gl-pci -soundhw ac97 -net nic -net user,hostfwd=tcp:127.0.0.1:6666-:22,hostfwd=tcp:127.0.0.1:13219-:13219,hostfwd=tcp:127.0.0.1:14168-:14168
Segmentation fault
... this is where I am now?