Ubuntu VirtualBox: Host USB Proxy Service ERROR
Gerade wieder mal eine neues Virtualbox von Sun installiert, und prompt ein altbekannter fehler:
Could not load the Host USB Proxy Service (VERR_FILE_NOT_FOUND). The service might be not installed on the host computer.
Die Erklärung für dieses Problem liegt in einem Bugreport bei Virtualbox:
The usbfs support has been disable in the gutsy version by default. It works well after turning it on in the /etc/init.d/mountdevsubfs.sh file.
auf gut Deutsch: Man kommentiere in der Datei /etc/init.d/mountdevsubfs.sh einige Zeilen aus. Also einfach per
sudo nano /etc/init.d/mountdevsubfs
mit dem Editor auf die Datei zugreifen und die vier Zeilen nach
#
# Magic to make /proc/bus/usb work
#
auskommentieren, also die Raute (#) am Anfang entfernen.
Nun sollte mit Ubuntu und Virtualbox wieder alles funktionieren! ![]()






well, hi admin adn people nice forum indeed. how’s life? hope it’s introduce branch
Danke für die Tips!