Opened 13 years ago
Closed 8 years ago
#9383 closed defect (obsolete)
Could not load the Host USB Proxy service: VERR_NOT_FOUND -> setup issue
Reported by: | Bryan Moffit | Owned by: | |
---|---|---|---|
Component: | USB | Version: | VirtualBox 4.0.12 |
Keywords: | VERR_NOT_FOUND USB Host Proxy | Cc: | |
Guest type: | Linux | Host type: | Linux |
Description (last modified by )
USB not working with my Linux host using VB 4.0.12-72916.
I have the updated extensions pack installed (version matches current VB version). My user is in the vboxusers group (and has logged out and back in again).
USB was working with the same user and settings using VB 4.0.9.
Here's the error box message that appears when I click on "Settings" for the Client machine in the GUI:
Failed to access the USB subsystem. Could not load the Host USB Proxy service: VERR_NOT_FOUND. Result Code: NS_ERROR_FAILURE (0x00004005) Component: Host Interface: IHost {35b004f4-7806-4009-bfa8-d1308adba7e5} Callee: IMachine {662c175e-a69d-40b8-a77a-1d719d0ab062}
My host machine: 64bit SMP RHEL5.7 (kernel 2.6.18-274.el5).
I'm hopeful that this isn't a dup of another ticket... I didn't see any with the same "VERR_NOT_FOUND" and "Host USB Proxy".
Attachments (4)
Change History (15)
comment:1 by , 13 years ago
by , 13 years ago
Attachment: | user_vboxmanage_list_usbhost.txt added |
---|
Output of 'VBoxManage list usbhost' as user running VirtualBox
comment:2 by , 13 years ago
"Appears" to be a permissions problem... but I'm not sure why this popped up on an update.
comment:3 by , 13 years ago
The permissions on the device nodes under /dev/vboxusb look correct to me. Could you try another test? Stop all VirtualBox and VBoxSVC processes, run (as user)
$ strace -o VBoxSVC.out -f /usr/lib/virtualbox/VBoxSVC
then in a different terminal (again as user)
$ VBoxManage list usbhost
and finally stop VBoxSVC and attach the VBoxSVC.out log file to this ticket. Thanks.
by , 13 years ago
Attachment: | VBoxSVC.out.gz added |
---|
gzipped Result of strace on VBoxSVC and running 'VBoxManage list usbhost'
comment:4 by , 13 years ago
Attached requested output. It's been gzipped because of the file size limit in this bug tracker.
comment:5 by , 13 years ago
You don't have any VBOX_USB settings in your environment by any chance do you?
comment:6 by , 13 years ago
Dah... I do.
VBOX_USB=usbfs
This was an apparent "fix" from a previous version. I'll try NOT setting this variable..
comment:7 by , 13 years ago
Unsetting this environment variable (a fix from 4.0.8?), did the trick.
Thanks for your help.
comment:8 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Summary: | Could not load the Host USB Proxy service: VERR_NOT_FOUND. → Could not load the Host USB Proxy service: VERR_NOT_FOUND -> setup issue |
Thanks for the feedback.
comment:9 by , 13 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Hi,
I have this problem on OpenIndiana b151a with VirtualBox 4.1.2
(pasted log file removed)
comment:11 by , 8 years ago
Description: | modified (diff) |
---|---|
Resolution: | → obsolete |
Status: | reopened → closed |
Please reopen if still relevant with a recent VirtualBox release.
Could you please provide the output of
executed as the user running VirtualBox and
executed as root?