Hello all, i have one small problem, i installed VirtualBox, and every time i start VirtualBox for the second time (just after the install and first run it works) i get Effective UID is not root. Now the funny part, i am in vboxusers group
cat /etc/group | grep vboxusers
vboxusers:!:1000:piotrek
and despite that i can’t run it as a normal user. I read somewhere to chmod it but it always works only one time, if i try to run it for the second time it is back in the same situation. I am using secure file permissions btw.
Anyone help plz
I checked permissions from /etc/permissions.secure, here’s the output for VirtualBox
cat /etc/permissions.secure | grep vboxusers
/usr/lib/virtualbox/VirtualBox root:vboxusers 0755
/usr/lib/virtualbox/VirtualBox3 root:vboxusers 0755
/usr/lib/virtualbox/VBoxBFE root:vboxusers 0755
/usr/lib/virtualbox/VBoxHeadless root:vboxusers 0755
/usr/lib/virtualbox/VBoxSDL root:vboxusers 0755
Should i adjust it somehow different?