When I try to enable NIC tracing on a VM, it fails to find the configuration. If I then disable tracing, it works. Something definitely looks wrong with enabling tracing:
$ VBoxManage modifyvm 7f10ffca-6262-4de7-ebb3-d90a55c4fc2e -nictrace1 on
VirtualBox Command Line Management Interface Version 1.6.2
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.
brian@brian-laptop:/home/brian-old-laptop/lustre/b1_6$ VBoxManage modifyvm 7f10ffca-6262-4de7-ebb3-d90a55c4fc2e -nictracefile1 ~/lustre/vbox-nic1.log
VirtualBox Command Line Management Interface Version 1.6.2
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.
but when I try to actually start the VM I get an error dialog which pretty much mirrors what's written to the VBox.log:
00:00:06.310 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={d5a1cbda-f5d7-4824-9afe-d640c94c7dcf} aComponent={Console} aText={Configuration error: the above device/driver didn't export the network config interface.
00:00:06.310 VBox status code: -2802 (VERR_PDM_MISSING_INTERFACE_ABOVE)} aWarning=false, preserve=false
00:00:06.320 Power up failed (vrc=VERR_PDM_MISSING_INTERFACE_ABOVE, hrc=NS_ERROR_FAILURE (0X80004005))