Line 1: |
Line 1: |
− | =kvm/qemu on Ubuntu 8.10 64-bit host= | + | {{TOCright}} |
| + | ==Vista32 using Fedora liveusb-creator 3.6.5== |
| + | * liveusb-creator reported successful creation of liveUSB, but image failed to boot (later learned from livecd-iso-to-disk.sh verify in Linux that the iso image was corrupted. |
| + | ==VirtualBox 2.2.0 on Ubuntu 9.04 (64-bit) host== |
| + | * iso image boots to Sugar |
| + | * livecd-iso-to-disk install to VBox disc succeeds |
| + | * bridged networking works |
| + | * VirtualBox Guest Additions install |
| + | <br> |
| + | * Speak fails to complete launch |
| + | * Some Etoys panels fail to update screen on dragging |
| + | |
| + | ==kvm/qemu on Ubuntu 8.10 64-bit host== |
| | | |
| Command: | | Command: |
| | | |
− | $ kvm -M pc -m 512 -cdrom /home/mokurai/dev/ISOs+imgs/Soas2-200904231400.iso -usb -net nic,vlan=0 -net user,vlan=0,hostname=emu -boot d | + | $ kvm -M pc -m 512 -cdrom /home/mokurai/dev/ISOs+imgs/Soas2-200904231400.iso \ |
| + | -usb -net nic,vlan=0 -net user,vlan=0,hostname=emu -boot d |
| | | |
| * Boots into Fedora, runs Sugar. | | * Boots into Fedora, runs Sugar. |
| | | |
− | * TamTamMini crashed Sugar once. | + | * Accesses Internet in Browse, IRC, with no problems. |
| + | |
| + | * In Terminal, yum install works. |
| | | |
| * Copy and paste works between Sugar Activities, but not between Sugar in kvm and Ubuntu apps. This could be a qemu problem. | | * Copy and paste works between Sugar Activities, but not between Sugar in kvm and Ubuntu apps. This could be a qemu problem. |
Line 14: |
Line 29: |
| | | |
| * UI bug: Top bar of frame is displayed squashed, at half height. Icons appear correctly on mouseover. The rest of the bar does not. | | * UI bug: Top bar of frame is displayed squashed, at half height. Icons appear correctly on mouseover. The rest of the bar does not. |
| + | |
| + | * Except for the cases noted below, all Activities start and exit correctly, and appear to display correctly. |
| + | |
| + | * TamTamMini crashed Sugar once. |
| | | |
| * Turtle Art does not start. | | * Turtle Art does not start. |
Line 121: |
Line 140: |
| import numpy.core.numeric as NX | | import numpy.core.numeric as NX |
| AttributeError: 'module' object has no attribute 'core' | | AttributeError: 'module' object has no attribute 'core' |
| + | |
| + | ==kvm/qemu on Ubuntu 9.04 64-bit host== |
| + | |
| + | Same command as for Ubuntu 8.10 |
| + | |
| + | Same things work, same things fail in the same way. |