On Mon, Apr 25, 2011 at 03:22:50AM +0000, James Brown wrote: > Successfully installed "Oracle VM VirtualBox Extension Pack". > Открываю в веб-морде вбокса - файл/найтрокий/плагины - указано, что активен. > Открываю свойства машины - выводится такое: > > Код ошибки: > NS_ERROR_FAILURE (0x00004005) > Компонент: > > Как же все-таки заставить его заработать?
Набираете в Google: NS_ERROR_FAILURE 0x00004005 -ubuntu и получаете ответ: Add the following entry to /etc/fstab: none /proc/bus/usb usbfs auto,busgid=XXX,busmode=0775,devgid=XXX,devmode=0664 0 0 Replace XXX by the group ID of the group vboxusers. You can determine this value by executing grep vboxusers /etc/group Of course, the current user should be member of that group. After the next reboot, there should be a directory /proc/bus/usb/ and the device entries below should be accessible by any user of the vboxusers group. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

