VirtualBox crashes on adding hostif to Virtual Machine
Posted: 13. Jan 2009, 19:31
Hi guys!
Don't know if i'm just doing some stuff wrong or if this is a bug. Host is Debian.
I'm running the following commands and getting the failure seen after the last command:
First of all i thought it's a user issue and user 'xyz' just misses some rights, but even with root i get the same failure...
Anyone got any idea what the problem could be?
Don't know if i'm just doing some stuff wrong or if this is a bug. Host is Debian.
I'm running the following commands and getting the failure seen after the last command:
Code: Select all
pc:~$ VBoxManage createvm -name xyz -register
VirtualBox Command Line Management Interface Version 2.1.0
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.
Virtual machine 'xyz' is created and registered.
UUID: b3268812-4d3e-4f18-b0e3-9ca1ab92ccbe
Settings file: '/home/xyz/.VirtualBox/Machines/xyz/xyz.xml'
pc:~$ VBoxManage modifyvm xyz -nic1 hostif
VirtualBox Command Line Management Interface Version 2.1.0
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.
pc:~$ VBoxManage modifyvm xyz -nictype1 Am79C970A
VirtualBox Command Line Management Interface Version 2.1.0
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.
[!] FAILED calling virtualBox->FindMachine(Bstr(argv[0]), machine.asOutParam()) at line 1615!
[!] Primary RC = VBOX_E_FILE_ERROR (0x80BB0004) - File not accessible or erroneous file contents
[!] Full error info present: true , basic error info present: true
[!] Result Code = VBOX_E_FILE_ERROR (0x80BB0004) - File not accessible or erroneous file contents
[!] Text = Could not find a registered machine named 'xyz'
[!] Component = VirtualBox, Interface: IVirtualBox, {339abca2-f47a-4302-87f5-7bc324e6bbde}
[!] Callee = IVirtualBox, {339abca2-f47a-4302-87f5-7bc324e6bbde}
Anyone got any idea what the problem could be?