Skip to content

Ubuntu VirtualBox: Host USB Proxy Service ERROR

by Beni on November 10th, 2008

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! :-)

Das wird dich vielleicht auch interessieren:

From → Fehlerteufel, Ubuntu

2 Comments
  1. cwxwwwxwwxwx permalink

    well, hi admin adn people nice forum indeed. how’s life? hope it’s introduce branch ;)

  2. Danke für die Tips!

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS