Opened 8 years ago
Closed 8 years ago
#16462 closed defect (fixed)
Cannot use frontends with unreachable USBIP host on VBoxSVC cold start => fixed in SVN/next maintenance
Reported by: | Max D | Owned by: | |
---|---|---|---|
Component: | USB | Version: | VirtualBox 5.1.14 |
Keywords: | Cc: | ||
Guest type: | all | Host type: | all |
Description
If we try to use one of the frontends after having configured a USBIP host that is not reachable later and VBoxSVC is not yet running, we are greated with the following error:
error: Failed to create the VirtualBox object! error: Creating the USB device source "" using backend "USBIP" failed with VERR_NET_HOST_UNREACHABLE error: Details: code NS_ERROR_FAILURE (0x80004005), component USBProxyService, interface IHost
This happens in user frontends (tested with VirtualBox and VBoxManage) which prevents any re-configuration to remove the unreachable host.
This error also prevent ANY usage of VirtualBox (start/stop VMs included) which is a big showstopper.
Expected behaviour: don't stop the front-end from running, especially vboxmanage which is the only way to reconfigure.
Change History (2)
comment:1 by , 8 years ago
Summary: | Cannot use frontends with unreachable USBIP host on VBoxSVC cold start → Cannot use frontends with unreachable USBIP host on VBoxSVC cold start => fixed in SVN/next maintenance |
---|
Thanks for the report, this will be fixed in the next maintenance release. The server must be reachable when the USB/IP source is added to prevent any typos in the address from the user. Connection errors are silently ignored when VBoxSVC loads the source from the config and a reconnect is attempted every 3 seconds either until the server becomes reachable or the user removes the USB device source again.
The next release also contains a fix to prevent writing the same USB/IP device source multiple times under into the config certain circumstances which prevents VBoxSVC from starting afterwards.