Custom Query (16363 matches)
Results (2011 - 2013 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #7057 | fixed | disconnected host network on boot - removing vbox modules fixes the issue | ||
| Description |
I am not sure if this is a duplicate, sorry if it is.
Problem:
Description:
Attached files:
Notes:
Using VirtualBox 3.2.4:
$ apt-cache policy virtualbox-3.2
virtualbox-3.2:
Installed: 3.2.4-62431~Ubuntu~lucid
Candidate: 3.2.4-62431~Ubuntu~lucid
Version table:
*** 3.2.4-62431~Ubuntu~lucid 0
100 /var/lib/dpkg/status
|
|||
| #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. |
|||
| #11023 | fixed | discard and nonrotational errors => fixed in svn | ||
| Description |
Two errors I have found when setting the new storage options for SSD like properties (trim and non-rotational support). 1) When using --discard in a VBoxManage storeageattach it always results in discard="true" being set in the machines .vbox file, the flag on|off is ignored VBoxManage storageattach "Staff Desktop" --storagectl "SATA Controller" --port 0 --device 0 --discard off or even VBoxManage storageattach "Staff Desktop" --storagectl "SATA Controller" --port 0 --device 0 --discard ignorewhateverIsay results in discard being enabled. 2) VBoxManage storageattach --nonrotational flag is not parsed and returns an error $ VBoxManage storageattach "Staff Desktop" --storagectl "SATA Controller" --port 0 --device 0 --nonrotational on VBoxManage: error: Invalid --nonrotational argument 'on' $ VBoxManage storageattach "Staff Desktop" --storagectl "SATA Controller" --port 0 --device 0 --nonrotational off VBoxManage: error: Invalid --nonrotational argument 'off' VBoxSVC.log errors are always the same even the successful enabling of discard shows the same errors. |
|||

