Vbox cannot find newly registered machines
Posted: 18. Sep 2008, 23:24
Virtualbox 2.0.2:
VirtualBox Command Line Management Interface Version 2.0.2
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.
VBoxManage createvm -name vmDNS -register -basefolder /raid/virt/vmDNS
Virtual machine 'vmDNS' is created and registered.
UUID: d042ecd1-6306-49e7-87b0-158b3b62389a
Settings file: '/raid/virt/vmDNS/vmDNS/vmDNS.xml'
VirtualBox Command Line Management Interface Version 2.0.2
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.
VBoxManage modifyvm wmDNS -usb on -vrdp on -memory "348MB" -vram "4MB"
[!] FAILED calling virtualBox->FindMachine(Bstr(argv[0]), machine.asOutParam()) at line 4474!
[!] Primary RC = NS_ERROR_INVALID_ARG (0x80070057) - Invalid argument value
[!] Full error info present: true , basic error info present: true
[!] Result Code = NS_ERROR_INVALID_ARG (0x80070057) - Invalid argument value
[!] Text = Could not find a registered machine named 'wmDNS'
[!] Component = VirtualBox, Interface: IVirtualBox, {557a07bc-e6ae-4520-a361-4a8493199137}
[!] Callee = IVirtualBox, {557a07bc-e6ae-4520-a361-4a8493199137}
These commands are executed after each other. First the registration is sucessful, then the machine isn't found.
Any ideas? Fresh installed debian host which used to serve as VM-host before. Was using 1.5.x and the same commands worked fine then....
VirtualBox Command Line Management Interface Version 2.0.2
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.
VBoxManage createvm -name vmDNS -register -basefolder /raid/virt/vmDNS
Virtual machine 'vmDNS' is created and registered.
UUID: d042ecd1-6306-49e7-87b0-158b3b62389a
Settings file: '/raid/virt/vmDNS/vmDNS/vmDNS.xml'
VirtualBox Command Line Management Interface Version 2.0.2
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.
VBoxManage modifyvm wmDNS -usb on -vrdp on -memory "348MB" -vram "4MB"
[!] FAILED calling virtualBox->FindMachine(Bstr(argv[0]), machine.asOutParam()) at line 4474!
[!] Primary RC = NS_ERROR_INVALID_ARG (0x80070057) - Invalid argument value
[!] Full error info present: true , basic error info present: true
[!] Result Code = NS_ERROR_INVALID_ARG (0x80070057) - Invalid argument value
[!] Text = Could not find a registered machine named 'wmDNS'
[!] Component = VirtualBox, Interface: IVirtualBox, {557a07bc-e6ae-4520-a361-4a8493199137}
[!] Callee = IVirtualBox, {557a07bc-e6ae-4520-a361-4a8493199137}
These commands are executed after each other. First the registration is sucessful, then the machine isn't found.
Any ideas? Fresh installed debian host which used to serve as VM-host before. Was using 1.5.x and the same commands worked fine then....