Has anyone (besides me) seen issues with the VirtualBox installer not reading and setting the permissions correctly? I just updated to the latest TumbleWeed release (openSUSE Tumbleweed (20160126) (x86_64) 64-bit) and also applied VirtualBox 5.0.14-1.2, but after zypper updated I got the following errors:
setting /usr/lib/virtualbox/VBoxNetDHCP to root:vboxusers 0750. (wrong permissions 0711)
setting /usr/lib/virtualbox/VBoxNetAdpCtl to root:vboxusers 0750. (wrong permissions 0711)
setting /usr/lib/virtualbox/VBoxHeadless to root:vboxusers 0750. (wrong permissions 0711)
setting /usr/lib/virtualbox/VBoxSDL to root:vboxusers 0750. (wrong permissions 0711)
I’d seen this several weeks ago during a previous TumbleWeed update and after some general searching I’d added the following statements to my permissions.local file to resolve the issue:
/usr/lib/virtualbox/VBoxNetDHCP root:vboxusers 0750
/usr/lib/virtualbox/VBoxNetAdpCtl root:vboxusers 0750
/usr/lib/virtualbox/VBoxHeadless root:vboxusers 0750
/usr/lib/virtualbox/VBoxSDL root:vboxusers 0750
/usr/lib/virtualbox/VirtualBox root:vboxusers 0750
Unfortunately, what seemed to make this work before is not doing the trick now. Anyone else seen this issue and have a solution?
Thanks!
Bill