Custom Query (16363 matches)
Results (1432 - 1434 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2530 | fixed | Timing sensitivity leads to VBoxManage API errors | ||
| Description |
I have been debugging a build VM script on my dual core AMD 8450e running Ubuntu 8.04-64bit. I am picking up timing errors when I am calling a sequence of VBoxManage commands which first set up a VM then adds guest properties. These errors shouldn't be happening. Here is an extract from the script: VBoxManage -nologo createvm -name $machineName -register
VBoxManage -nologo modifyvm $machineName \
-ostype "linux26" -memory 512 -vram 1 \
-acpi on -ioapic off -pae off -hwvirtex on -monitorcount 1 \
-floppy disabled -sata off -idecontroller PIIX4 \
-hda none -hdb none -hdd none -dvd none \
-nic1 nat -nictype1 Am79C973 -macaddress1 auto -cableconnected1 on -natnet1 default \
-nic2 none -nic3 none -nic4 none \
-uart1 off -uart2 off -audio none -clipboard disabled -usb off \
-vrdp on -vrdpport 4000 -vrdpauthtype external
VBoxManage -nologo guestproperty set $machineName /Startup/Command/1Once \
"mount -t vboxsf -o fmode=744,dmode=744,uid=1000,gid=1000 HostCache $cachePath"
The guestproperty set command generates the following errors: [!] FAILED calling machine->SetGuestPropertyValue(Bstr(pszName), Bstr(pszValue)) at line 167!
[!] Primary RC = E_ACCESSDENIED (0x80070005) - Access denied
[!] Full error info present: true , basic error info present: true
[!] Result Code = E_ACCESSDENIED (0x80070005) - Access denied
[!] Text = Virtual machine is not powered up
[!] Component = Console, Interface: IConsole, {e3c6d4a1-a935-47ca-b16d-f9e9c496e53e}
[!] Callee = IMachine, {1e509de4-d96c-4f44-8b94-860194f710ac}
I have a workaround which is to add a sleep 10 between the modifyvm and the guestproperty set and then this "Virtual machine is not powered up" error does not occur. |
|||
| #2534 | fixed | Failed to create the host network interface VirtualBox Host Interface 1 | ||
| Description |
When I try to create new VirtualBox Host Interface, I got the error (see below). In previous versions it worked, but after upgrading to version 2.0.4 it works no more. P.S. - 'Copy' text to clipboard doesn't work from error message box, I had to retype the error message. Failed to set interface name (ret=0x80070002, pCfgGuidString='{84F4BA15-76D1-4C1F-8B4E-5FF05936CDC8}, cbSize=78). Result Code: E_FAIL (0x80004005) Component: Host Interface: IHost {489fb370-c227-4d43-9761-ceb28484fd9f} |
|||
| #2535 | fixed | VirtualBox video cart won't be detected by xserver1.5 | ||
| Description |
Fedora 10 and last updated Fedora 9 can run without xorg.conf. xserver finely detect any hardware and video cards on my notebook but when i rerun my Fedora 9 under VirtualBox i got vesa mode enabled. Probably vboxvideo not in probe list... |
|||

