VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (103 - 105 of 16363)

Ticket Resolution Summary Owner Reporter
#8972 duplicate "VBoxManage modifyvm --name" fails to rename config file Vladimir Marek
Description

Machine exists and has correct config file

$ VBoxManage showvminfo appliance.2010.q3.1.0 | grep Config\ file Config file: /dir/user/test/appliance.2010.q3.1.0.vbox

$ VBoxManage modifyvm appliance.2010.q3.1.0 --name test

... no issue there

$ VBoxManage modifyvm appliance.2010.q3.1.0 --name test VBoxManage: error: Could not find a registered machine named 'appliance.2010.q3.1.0' VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBox, interface IVirtualBox, callee nsISupports Context: "FindMachine(Bstr(a->argv[0]).raw(), machine.asOutParam())" at line 336 of file VBoxManageModifyVM.cpp

... The configuration file is set still to the same path:

$ cat $VBOX_USER_HOME/*xml | grep MachineEntry

<MachineEntry uuid="{84e0c697-7a89-70c1-2dbb-76dd396a90e9}" src="/dir/user/test/appliance.2010.q3.1.0.vbox"/>

... But it was actually renamed:

$ ls /dir/user/test/*.vbox /dir/user/test/test.vbox

Changing the $VBOX_USER_HOME/VirtualBox.xml so that it points to test.vbox fixes things.

It might be releated, I don't have my .VirtualBox in standard path, but I'm rather using

$ echo $VBOX_USER_HOME /dir/user/.VirtualBox

#8973 obsolete "VBoxManage modifyvm --name" fails to rename config file Vladimir Marek
Description

Machine exists and has correct config file

$ VBoxManage showvminfo appliance.2010.q3.1.0 | grep Config\ file
Config file:     /dir/user/test/appliance.2010.q3.1.0.vbox

$ VBoxManage modifyvm appliance.2010.q3.1.0 --name test

... no issue there

$  VBoxManage modifyvm appliance.2010.q3.1.0 --name test
VBoxManage: error: Could not find a registered machine named 'appliance.2010.q3.1.0'
VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBox, interface IVirtualBox, callee nsISupports
Context: "FindMachine(Bstr(a->argv[0]).raw(), machine.asOutParam())" at line 336 of file VBoxManageModifyVM.cpp

... The configuration file is set still to the same path:

$ cat $VBOX_USER_HOME/*xml | grep MachineEntry
      <MachineEntry uuid="{84e0c697-7a89-70c1-2dbb-76dd396a90e9}" src="/dir/user/test/appliance.2010.q3.1.0.vbox"/>

... But it was actually renamed:

$ ls /dir/user/test/*.vbox
/dir/user/test/test.vbox

Changing the $VBOX_USER_HOME/VirtualBox.xml so that it points to test.vbox fixes things.

It might be releated, I don't have my .VirtualBox in standard path, but I'm rather using

$ echo $VBOX_USER_HOME
/dir/user/.VirtualBox

Thank you --

Vlad

#17861 fixed "VBoxManage modifyvm <UUID> --videocap on" doesn't work vboooo
Description

Since 5.2.x video recording doesn't start together with startvm.

VBoxManage modifyvm "%_VM_NAME%" --videocap on

works until VBox 5.1.32

Under VBox 5.2.x the video icon on VBoxGUI is running around, but no *webm file exist. After

VBoxManage controlvm "%_VM_NAME%" videocap on

the *.webm file is created.

  • To reproduce *
    set PATH=%PATH%;C:\Program Files\Oracle\VirtualBox
    
    pushd %~dp0
    
    set _VM_NAME=test-5p1_001
    
    VBoxManage createvm --name "%_VM_NAME%" --register --basefolder "%CD%"
    VBoxManage modifyvm "%_VM_NAME%" --memory 512 --acpi on --boot1 dvd
    VBoxManage modifyvm "%_VM_NAME%" --ostype Debian
    VBoxManage createhd --filename %_VM_NAME%.vdi --size 10000
    VBoxManage storagectl "%_VM_NAME%" --name "IDE Controller" --add ide
    VBoxManage storageattach "%_VM_NAME%" --storagectl "IDE Controller" --port 0 --device 0 --type hdd --medium %_VM_NAME%.vdi
    
    VBoxManage modifyvm "%_VM_NAME%" --videocapfile "%CD%\%_VM_NAME%.webm"
    
    ::VBox 5.1.32: create video, if VM started
    ::VBox 5.2.12: doesn't work, if VM started (but videocap icon on VBox GUI rotate)
    VBoxManage modifyvm "%_VM_NAME%" --videocap on
    
    VBoxManage startvm "%_VM_NAME%" --type gui
    
    ::VBox 5.2.12: additional necessary to create video
    rem VBoxManage controlvm "%_VM_NAME%" videocap on
    
    ping localhost -n 5 >nul 2>nul
    VBoxManage controlvm "%_VM_NAME%" poweroff
    dir *.webm
    
    pause
    
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy