Custom Query (16363 matches)
Results (292 - 294 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3232 | obsolete | Mouse Wheel does not work (Microsoft Laser Mouse 8000) | ||
| Description |
Host: Vista 64bit, Microsoft Laser Mouse 8000, IntelliPoint 6.4, VirtualBox FrontEnd Guest: CentOS 5,2; Vista 32bit The mouse wheel (it is one without "steps") does not work at all when using the VirtualBox frontend - The wheels works when using VBoxHeadless and mstsc (although scrolling is too slow). |
|||
| #3235 | obsolete | Mac OS-X Host kernel panic with Hauppauge filtered WinTV-USB | ||
| Description |
When starting a VM under VirtualBox 2.0.6 with my Hauppauge WinTV-USB (Model 40001 Revision A) plugged in and filtered, the host crashes immediately upon display of the Sun boot screen (kernel panic). If the machine is already running (without the device) and the filter is defined, the host will crash immediately when the device is plugged in. If the filter is not defined, the system does not crash when the device is plugged in. If the filter is defined but the device is not plugged in, the system does not crash. If the filter is not defined, but the device is plugged in, then the filter is enabled or created, the system will immediately crash. WinTV-USB is a USB 1.1 Zoran based video tuner/capture device. This will occur regardless of the guest system, or even if there is no bootable guest system. I will attach a text file detailing the System Profiler info for the device, the VirtualBox filter info and the kernel panic info. I will also update VB to 2.1.2 and see if it is still happening. |
|||
| #3241 | obsolete | discard fails with Accessibility check was not yet performed | ||
| Description |
When I try to delete a snapshot of a VM with an immutable disk, I get the following error: VirtualBox Command Line Management Interface Version 2.1.2 (C) 2005-2009 Sun Microsystems, Inc. All rights reserved. 0%...10%...20%...30%...40%...50%...60%...FAILED Error: failed to discard. Error message: Medium '/engine/native/vmm/virtualbox/dsl-linux/instances/linux01/linux01/Snapshots/{e639aca4-81b9-4986-a475-3304563db1df}.vdi' is not accessible. Accessibility check was not yet performed The following script produces this error: ============= zen:test jim$ cat manual.sh /usr/bin/VBoxManage registerimage disk /engine/native/vmm/virtualbox/dsl-linux/vdi/dsl-linux-master.vdi -type immutable /usr/bin/VBoxManage createvm -name linux01 -register -basefolder /engine/native/vmm/virtualbox/dsl-linux/instances/linux01 /usr/bin/VBoxManage modifyvm linux01 -memory 256 -vrdpport 3390 -hda /engine/native/vmm/virtualbox/dsl-linux/vdi/dsl-linux-master.vdi /usr/bin/VBoxHeadless -s linux01 & sleep 20 /usr/bin/VBoxManage snapshot linux01 take base /usr/bin/VBoxManage controlvm linux01 poweroff sleep 20 VBoxManage snapshot linux01 discardcurrent -all ============= There seems to be a race condition with this error. If I change the final sleep in the script to "sleep 5", the discardcurrent works every time. With it set to 20, it fails every time. ============= Here is the complete output from running the script (with the sleep set to 20): zen:test jim$ ./manual.sh VirtualBox Command Line Management Interface Version 2.1.2 (C) 2005-2009 Sun Microsystems, Inc. All rights reserved. VirtualBox Command Line Management Interface Version 2.1.2 (C) 2005-2009 Sun Microsystems, Inc. All rights reserved. Virtual machine 'linux01' is created and registered. UUID: 56bf98f6-9ed9-4067-b247-90850f4e9996 Settings file: '/engine/native/vmm/virtualbox/dsl-linux/instances/linux01/linux01/linux01.xml' VirtualBox Command Line Management Interface Version 2.1.2 (C) 2005-2009 Sun Microsystems, Inc. All rights reserved. VirtualBox Headless Interface 2.1.2 (C) 2008-2009 Sun Microsystems, Inc. All rights reserved. Listening on port 3390 VirtualBox Command Line Management Interface Version 2.1.2 (C) 2005-2009 Sun Microsystems, Inc. All rights reserved. 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% VirtualBox Command Line Management Interface Version 2.1.2 (C) 2005-2009 Sun Microsystems, Inc. All rights reserved. VirtualBox Command Line Management Interface Version 2.1.2 (C) 2005-2009 Sun Microsystems, Inc. All rights reserved. 0%...10%...20%...30%...40%...50%...60%...FAILED Error: failed to discard. Error message: Medium '/engine/native/vmm/virtualbox/dsl-linux/instances/linux01/linux01/Snapshots/{0496f61c-d92b-4fc8-8a35-9b44a3fd09e1}.vdi' is not accessible. Accessibility check was not yet performed ============= The above error occurs on Windows XP, Centos, and Mac OSX. This is a showstopper for me because it prevents be from deleting my VM (except for manually editing the VirtualBox.xml). BTW, it would be really nice to be able to delete a VM, snapshots and all, with a single command. |
|||

