id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host 8972,"""VBoxManage modifyvm --name"" fails to rename config file",Vladimir Marek,,"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 ... 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 ",defect,closed,other,VirtualBox 4.0.8,duplicate,,,other,other