Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 356217 - app-emulation/virtualbox-bin-4.0.4 new script not executable
Summary: app-emulation/virtualbox-bin-4.0.4 new script not executable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 356215
  Show dependency tree
 
Reported: 2011-02-23 14:11 UTC by Mao PU
Modified: 2011-05-08 17:29 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
changes mode for script (virtualbox-bin-4.0.4-r1-7759.patch,572 bytes, patch)
2011-02-23 14:14 UTC, Mao PU
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mao PU 2011-02-23 14:11:31 UTC
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
Comment 1 Mao PU 2011-02-23 14:14:46 UTC
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
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2011-05-08 17:29:20 UTC
+  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.
+