I may have missed the related discussion… if so, please apologize and point me there.
It seems I cannot install VirtualBox from the opensuse Leap 16.1 repos (currently running kernel is 6.12.0-160099.47) since the related virtualbox-kmp-default is only offered with version 7.2.6_k6.12.0_160099.43-lp161.1.6 and trying to install results in
" Problem: 1: nichts stellt ‘ksym(default:__cpuhp_remove_state) = b86748d1’ bereit, das vom zu installierenden virtualbox-kmp-default-7.2.6_k6.12.0_160099.4
3-lp161.1.6.x86_64 benötigt wird"
@THN Hi, Since Leap 16.1 is still a beta product you would need to file a bug report on the issue. It may also just be a matter of waiting a few days and see if the issue resolves. It’s the weekend as well, so probably wait until next week.
Interesting… could you show me your output of sudo zypper info virtualbox-kmp-default
Mine is
Repository : openSUSE-Leap-16.1
Name : virtualbox-kmp-default
Version : 7.2.6_k6.12.0_160099.43-lp161.1.6
Arch : x86_64
Anbieter : openSUSE
Installierte Größe : 2,4 MiB
Installiert : Nein
Status : nicht installiert
Quellpaket : virtualbox-kmp-7.2.6-lp161.1.6.src
Upstream-URL : https://www.virtualbox.org/
Zusammenfassung : Kernel modules for VirtualBox
which results in
Problem: 1: nichts stellt 'ksym(default:__cpuhp_remove_state) = b86748d1' bereit, das vom zu installierenden virtualbox-kmp-default-7.2.6_k6.12.0_160099.4
3-lp161.1.6.x86_64 benötigt wird
From which repo did you install virtualbox-kmp-default?
BTW … you did not show the complete output, beginning with the initial (command executed) prompt and ending with the empty prompt (and be sure to include prefix for English output).
myswtest@mach :~> sudo zypper info virtualbox-kmp-default
Refreshing service 'openSUSE'.
Loading repository data...
Reading installed packages...
Information for package virtualbox-kmp-default:
-----------------------------------------------
Repository : repo-oss (16.1)
Name : virtualbox-kmp-default
Version : 7.2.6_k6.12.0_160099.43-lp161.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.4 MiB
Installed : Yes (automatically)
Status : up-to-date
Source package : virtualbox-kmp-7.2.6-lp161.1.6.src
Upstream URL : https://www.virtualbox.org/
Summary : Kernel modules for VirtualBox
Description :
myswtest@mach :~>
The virtualbox-kmp-default is build against Kernel 6.12.0_160099.43, but this kernel is not anymore in the Repo.
If you now install it, you get this error.
I think @myswtest has installed it when using the old kernel 6.12.0_160099.43 and now it is copied on newer kernel installation to the /weak-updates/updates/ directory, which is only a link.
I remember having had kernel 43 at some point in time, together with VirtualBox 7.2.6, but since it had other issues I removed VirtualBox and then went on with kernel 45 and 47.
Is there anything I can do other than wait for virtualbox-kmp-default being updated to kernel 47?
Before you deleted it, i saw that you have some troubles to find the right bugzilla category. We have a good article in the wiki which has direct links to the bug reporting templates.
Haven’t had an issue here (?)
( or correct me if I’m rwong }
#
# more /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-6.12.0-160099.47-default root=UUID=xxxxx... mitigations=auto security=apparmor
#
# zypper info virtualbox
Refreshing service 'openSUSE'.
Loading repository data...
Reading installed packages...
Information for package virtualbox:
-----------------------------------
Repository : repo-oss (16.1)
Name : virtualbox
Version : 7.2.6-lp161.1.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 111.5 MiB
Installed : Yes
Status : up-to-date
Source package : virtualbox-7.2.6-lp161.1.14.src
Upstream URL : https://www.virtualbox.org/
Summary : VirtualBox is an Emulator
Description :
VirtualBox is a hosted hypervisor ...
#
.
I just did a “zypper up” and kernel has a minor update,
which I did and rebooted … after reboot, VB works fine.
[...]
The following 4 NEW packages are going to be installed:
kernel-default 6.12.0-160099.47.3
kernel-default-extra 6.12.0-160099.47.3
kernel-default-optional 6.12.0-160099.47.3
libbd_smart3 3.5.0-160099.1.1
The following 3 packages are going to be REMOVED:
kernel-default 6.12.0-160099.47.1
kernel-default-extra 6.12.0-160099.47.1
kernel-default-optional 6.12.0-160099.47.1
The following package requires a system reboot:
kernel-default 6.12.0-160099.47.3
[...]