Opened 10 years ago
Last modified 10 years ago
#13866 new defect
Provide useful output when host interface for bridge is no longer available
Reported by: | krichter | Owned by: | |
---|---|---|---|
Component: | network | Version: | VirtualBox 4.3.22 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
If a VM has been setup to use eth1 of the host, the host shutdown, the interface exchanged and rebooted, then VBoxManage startvm "[name]" --type headless
results in
Waiting for VM "Ubuntu-12.04.5-i386" to power on... VBoxManage: error: Failed to open/create the internal network 'HostInterfaceNetworking-eth1' (VERR_INTNET_FLT_IF_NOT_FOUND). VBoxManage: error: Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component Console, interface IConsole
which could easily replaced with an understandable and helpful error message.