The newly included VBoxCreateUSBNode.sh script is not executable, but needs to be called by udev-rules as stated in http://bugs.gentoo.org/show_bug.cgi?id=356215 Reproducible: Always Steps to Reproduce: 1. install app-emulation/virtualbox-modules-4.0.4 (with changes from http://bugs.gentoo.org/show_bug.cgi?id=356215) and app-emulation/virtualbox-bin-4.0.4 2. uncomment udev rules in /etc/udev/rules.d/10-virtualbox.rules and reload udev (reboot host or udevadm control --reload-rules) Actual Results: udev can not execute /opt/VirtualBox/VBoxCreateUSBNode.sh Expected Results: /dev/vboxusb/ -tree should be created through the script Fix for USB handling that introduced the new script can be found at http://www.virtualbox.org/ticket/7759#comment:5
Created attachment 263627 [details, diff] changes mode for script changes the mode for the script. It should help fix the problem at http://bugs.gentoo.org/show_bug.cgi?id=356215 and follows the upstream solution descibed at http://www.virtualbox.org/ticket/7759#comment:5
+ 08 May 2011; Lars Wendler <polynomial-c@gentoo.org> + virtualbox-bin-4.0.6-r1.ebuild: + Fix permissions on VBoxCreateUSBNode.sh. Thanks to Mao PU for reporting this + in bug #356217. +