VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (463 - 465 of 16363)

Ticket Resolution Summary Owner Reporter
#11028 invalid vboxdrv.rules breaks other custom rules Mimmoliquid
Description

I'm an arch linux user and i noticed there's a bad behavior caused by the vboxdrv.rules udev rule file (placed in /usr/lib/udev/rules.d/10-vboxdrv.rules). It basically breaks my other rules, blocking the execution of the scripts/applications inside them; i fixed it by changing the "RUN=" entries to "RUN+=", everything now is working flawlessly. Here's my edited file:

KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="root", MODE="0600" ENV{ACL_MANAGE}="1"
SUBSYSTEM=="usb_device", ACTION=="add", RUN+="/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers"
SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", RUN+="/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers"
SUBSYSTEM=="usb_device", ACTION=="remove", RUN+="/usr/share/virtualbox/VBoxCreateUSBNode.sh --remove $major $minor"
SUBSYSTEM=="usb", ACTION=="remove", ENV{DEVTYPE}=="usb_device", RUN+="/usr/share/virtualbox/VBoxCreateUSBNode.sh --remove $major $minor"

Running Arch Linux, kernel 3.5.4-1-ARCH

#974 fixed vboxdrv, segfault build from svn r6055 Ernad Husremovic
Description
[  209.654313] vboxdrv: Trying to deactivate the NMI watchdog permanently...
[  209.654318] vboxdrv: Successfully done.
[  209.654578] vboxdrv: Successfully loaded version 1.5.51_OSE (interface 0x00060000).
[  229.615093] vboxdrv: Trying to deactivate the NMI watchdog permanently...
[  229.615097] vboxdrv: Successfully done.
[  229.615408] vboxdrv: Successfully loaded version 1.5.51_OSE (interface 0x00060000).
[  245.573077] VirtualBox[6922]: segfault at 0000000100000018 rip 00002ac61c58046f rsp 00007fff9006d7f0 error 4

host: ubuntu gutsy amd64

#1652 fixed vboxdrv will not load into an OpenSolaris 2008.5 Dom0 -> improve the error message Andrew Lentvorski
Description

As the summary says, if you try to run VirtualBox under an OpenSolaris Dom0, the vboxdrv module will refuse to load.

My particular setup is an OpenSolaris 2008.5 system running in 64-bit mode.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy