Hi all,
I’m a noob regarding linux admin stuff, but I know how to use it (at last company SLES was default desktop OS).
I now have OpenSuse 12.3 on a hp notebook (32 bit by accident, since beta times because 12.2 would not install).
At boot I always see:
[FAILED] Failed to start LSB: VirtualBox Linux Additions kernel modules.
See 'systemctl status vboxadd.service' for details.
But I don’t know if this is a problem, why does it even try to start Linux Additions?
However, last time I wanted to use VirtualBox it worked after doing: modprobe vboxdrv
But now I get:
modprobe vboxdrv
FATAL: Module vboxdrv not found.
For “service vboxdrv setup” I always get and got:
service vboxdrv setup
Recompiling VirtualBox kernel module, NOT. It has been packaged.
But now VirtualBox no longer works, status is:
service vboxdrv status
vboxdrv.service - LSB: VirtualBox Linux module
Loaded: loaded (/etc/init.d/vboxdrv)
Active: active (exited) since Thu, 2013-04-04 06:39:28 CEST; 43min ago
Process: 7503 ExecStop=/etc/init.d/vboxdrv stop (code=exited, status=0/SUCCESS)
Process: 7521 ExecStart=/etc/init.d/vboxdrv start (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/vboxdrv.service
Apr 04 06:39:28 linux-a9jv.site systemd[1]: Starting LSB: VirtualBox Linux module...
Apr 04 06:39:28 linux-a9jv.site vboxdrv[7521]: Starting VirtualBox kernel modules..failed
Apr 04 06:39:28 linux-a9jv.site vboxdrv[7521]: (modprobe vboxdrv failed. Please use 'dmesg' to find out why)
Apr 04 06:39:28 linux-a9jv.site systemd[1]: Started LSB: VirtualBox Linux module.
=============================================================================
I now thought maybe “vboxdrv setup” does not realize that kernel changed or something so I looked at some stuff:
ls -la /usr/src/
total 24
drwxr-xr-x 6 root root 4096 Apr 4 06:18 .
drwxr-xr-x 13 root root 4096 Feb 26 03:11 ..
lrwxrwxrwx 1 root users 16 Apr 4 06:18 linux -> linux-3.7.10-1.1
drwxr-xr-x 23 root root 4096 Apr 4 06:18 linux-3.7.10-1.1
drwxr-xr-x 3 root root 4096 Apr 4 06:18 linux-3.7.10-1.1-obj
drwxr-xr-x 3 root root 4096 Apr 4 06:18 linux-obj
drwxr-xr-x 8 root root 4096 Jan 26 14:24 packages
However:
uname -a
Linux linux-a9jv.site 3.7.9-1.4-default #1 SMP Thu Feb 21 16:15:10 UTC 2013 (8dec968) i686 athlon i386 GNU/Linux
and:
zypper info kernel-devel
Loading repository data...
Reading installed packages...
Information for package kernel-devel:
Repository: openSUSE-12.3-Oss
Name: kernel-devel
Version: 3.7.10-1.1.1
...
So sources are for 3.7.10-1.1.1 but active kernel is 3.7.9-1.4!
a) Anybody has an idea what could be wrong?
b) Do I have to manualy do something if kernel updates from standard updates? Is grub list updated automatically (I use grub2 I think!!!)?
Thanks and regards