Opened 20 months ago
Closed 18 months ago
#21698 closed defect (duplicate)
Virtualbox stopped working on kernel 6.3.4 Fedora 38
Reported by: | pepicheck | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox-7.0.8 |
Keywords: | Cc: | ||
Guest type: | all | Host type: | Linux |
Description
more details in https://forums.virtualbox.org/viewtopic.php?f=7&t=109439
Attachments (2)
Change History (11)
by , 20 months ago
Attachment: | VBoxSVC.log added |
---|
by , 20 months ago
comment:2 by , 20 months ago
Hi pepicheck,
The following line in VBoxSVC.log looks suspicious:
00:02:42.269417 Watcher Reaper: Pid 10527 (0x291f) was signalled: SIGILL (4 / 0x4)
Could you please check in system logs (journalctl) if process was killed due to SE Linux policy?
comment:3 by , 20 months ago
Well, this one I killed by myself because it was hanging.
pidof VirtualBoxVM
10527
kill -4 10527
comment:4 by , 20 months ago
So the issue seems like with module vboxdrv and vboxnetflt, as after this, they cannot be even unloaded.
comment:5 by , 20 months ago
Hello there,
I recently came across this bug on my system when I upgraded from kernel 6.2.x to kernel 6.3.4 in Fedora 38. After some searching, I discovered that the issue was related to changes regarding IBT (Indirect Branch Tracking) in kernel 6.3.4.
Here is the link: (https://bodhi.fedoraproject.org/updates/FEDORA-2023-514965dd8a#comment-3044537)
I also found another bug report on VirtualBox's ticket system that mentions issues regarding IBT: (https://www.virtualbox.org/ticket/21435)
I hope this information is helpful and solves your problem!
comment:6 by , 20 months ago
@pepicheck: Start your host OS with "ibt=off" to work around the issue.
comment:7 by , 20 months ago
Great, that works. Now we just need to wait for Oracle developers to fix this.
comment:9 by , 18 months ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Hi pepicheck,
I do not see the issue you are observing on my end. Could you please try to get a core dump (https://www.virtualbox.org/wiki/Core_dump) and attach it here (specifying exact installation package name)? Please also attach VBox.log here.