Vbox had been working a day or two ago, then after an update through yast last night and another this morning, I received a dialog box when starting Vbox stating:
Effective UID is not root (euid=1000 egid=100 uid=1000 gid=100) (rc=-10)
Please try reinstalling VirtualBox.
where: SUPR3HardenedMain what: 2 VERR_PERMISSION_DENIED (-10) - Permission denied.
I tried to run /etc/init.d/vboxdrv setup, but it didn’t exist.
So through zypper I removed virturalbox and installed the latest RPM from vbox’s site. During the yast install I receive this dialog box:
Error: INVALID:VirtualBox-5.0-5.0.20_106931_openSUSE132-1.x86_64 (file-a8f48320): Signature verification failed [4-Signatures public key is not available]
Header V4 DSA/SHA1 Signature, key ID 98ab5139: NOKEY
Header SHA1 digest: OK (18ec161fe6666a57469057eaa98727619a512491)
MD5 digest: OK (6a4dbdeef5c4b5082f7bd9a9b1c62514)
V4 DSA/SHA1 Signature, key ID 98ab5139: NOKEY
When I install through the terminal
$ sudo zypper in virtualbox
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following 2 NEW packages are going to be installed:
virtualbox virtualbox-qt
The following recommended package was automatically selected:
virtualbox-qt
2 new packages to install.
Overall download size: 16.7 MiB. Already cached: 0 B. After the operation,
additional 52.5 MiB will be used.
Continue? [y/n/? shows all options] (y):
Retrieving package virtualbox-5.0.18-16.1.x86_64
(1/2), 10.5 MiB ( 30.0 MiB unpacked)
Retrieving: virtualbox-5.0.18-16.1.x86_64.rpm ................[done (2.3 MiB/s)]
Retrieving package virtualbox-qt-5.0.18-16.1.x86_64
(2/2), 6.2 MiB ( 22.5 MiB unpacked)
Retrieving: virtualbox-qt-5.0.18-16.1.x86_64.rpm .............[done (1.5 MiB/s)]
Checking for file conflicts: .............................................[done]
(1/2) Installing: virtualbox-5.0.18-16.1.x86_64 ..........................[done]
Additional rpm output:
/sbin/ldconfig: /usr/lib/libbrscandec.so.1 is not a symbolic link
/sbin/ldconfig: /usr/lib/libbrcolm.so.1 is not a symbolic link
/usr/lib/virtualbox/VBoxNetDHCP: will not give away s-bits on an insecure path
ERROR: not all operations were successful.
setting /usr/lib/virtualbox/VBoxNetDHCP to root:vboxusers 4750. (wrong permissions 0750)
/usr/lib/virtualbox/VBoxNetAdpCtl: will not give away s-bits on an insecure path
ERROR: not all operations were successful.
setting /usr/lib/virtualbox/VBoxNetAdpCtl to root:vboxusers 4750. (wrong permissions 0750)
/usr/lib/virtualbox/VBoxHeadless: will not give away s-bits on an insecure path
ERROR: not all operations were successful.
setting /usr/lib/virtualbox/VBoxHeadless to root:vboxusers 4750. (wrong permissions 0750)
/usr/lib/virtualbox/VBoxSDL: will not give away s-bits on an insecure path
ERROR: not all operations were successful.
setting /usr/lib/virtualbox/VBoxSDL to root:vboxusers 4750. (wrong permissions 0750)
warning: %post(virtualbox-5.0.18-16.1.x86_64) scriptlet failed, exit status 1
(2/2) Installing: virtualbox-qt-5.0.18-16.1.x86_64 .......................[done]
Additional rpm output:
/usr/lib/virtualbox/VirtualBox: will not give away s-bits on an insecure path
ERROR: not all operations were successful.
setting /usr/lib/virtualbox/VirtualBox to root:vboxusers 4750. (wrong permissions 0750)
warning: %post(virtualbox-qt-5.0.18-16.1.x86_64) scriptlet failed, exit status 1
Any ideas how to proceed?
Thanks