Skip to content

virtualbox error message on start #65

Description

@imrepentek

Describe the bug
virtualbox displays an error message on startup

Failed to acquire the VirtualBox COM object.
The application will now terminate.
The reason for this error are most likely wrong permissions of the IPC daemon socket due to an installation problem. Please check the permissions of '/tmp' and '/tmp/.vbox-*-ipc/'

To Reproduce
Steps to reproduce the behavior:

  1. start virtualbox

Expected behavior
no error messages are displayed

Screenshots
Image

Environment:

  • Desktop Environment: manjaro xfce up-to-date
  • Kernel Version: Linux af0 6.18.32-1-MANJARO #1 SMP PREEMPT_DYNAMIC Sun, 17 May 2026 20:29:55 +0000 x86_64 GNU/Linux
  • Manjaro Version: n/a ManjaroLinux "Manjaro Linux" 26.1.0-pre Bian-May
  • Graphics Driver: i915
  • Device: laptop

Additional context
claude suggests this is the solution:

--- /usr/lib/udev/rules.d/60-vboxdrv.rules	2026-04-24 15:40:10.000000000 +0200
+++ /tmp/60-vboxdrv.rules	2026-05-25 15:31:36.247339009 +0200
@@ -1,6 +1,6 @@
-KERNEL=="vboxdrv", OWNER="root", GROUP="root", MODE="0600"
+KERNEL=="vboxdrv", OWNER="root", GROUP="vboxusers", MODE="0660"
 KERNEL=="vboxdrvu", OWNER="root", GROUP="root", MODE="0666"
-KERNEL=="vboxnetctl", OWNER="root", GROUP="root", MODE="0600"
+KERNEL=="vboxnetctl", OWNER="root", GROUP="vboxusers", MODE="0660"
 
 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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions