Custom Query (16363 matches)
Results (1015 - 1017 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #18621 | fixed | Failure to disable hardening in Linux kernel modules -> fixed in releases after May 8 2019 | ||
| Description |
As of VirtualBox 6, there is a bug in the export of kernel module source code whereby if hardening was disabled with a configure flag, it is not actually disabled in VBoxNetAdp, VBoxNetFlt and VBoxPci (but is disabled in VBoxDrv). This seems to be the result of refactoring of makefiles and forgetting to update sed commands that remove the VBOX_WITH_HARDENING compile flag. I am attaching a patch. |
|||
| #18620 | fixed | Module build fails on linux due to mistake in vboxnetadp/Makefile -> fixed in releases after 7 May 2019 | ||
| Description |
In some circumstances (probably out-of-tree build), the vboxnetadp module fails to build with an error like this: cc1: fatal error: /build/virtualbox-6.0.6-modsrc/include/VBox/SUPDrvMangling.h: No such file or directory This is fixed by changing VBOXMOD_CFLAGS = -include $(KBUILD_EXTMOD)/include/VBox/SUPDrvMangling.h -fno-pie -Wno-declaration-after-statement to VBOXMOD_CFLAGS = -include $(VBOXNETADPT_DIR)include/VBox/SUPDrvMangling.h -fno-pie -Wno-declaration-after-statement in the vboxnetadp Makefile. It appears that this change was missed during refactoring of the makefiles in this commit: https://www.virtualbox.org/changeset/77394/vbox. One can easily see the problem by comparing this line with the equivalent lines in Makefiles of other modules. |
|||
| #18618 | duplicate | VirtualBox 6.0.6 VM guest boot hangs with customized Fedora 30 Remix -> duplicate of #18619 | ||
| Description |
I am creating a customized 64bit Fedora 30 Remix called Untochat. It is a Live Linux that allows you to install to harddisk, too. Live image boots fine with VirtualBox and installation to (virtual) VDI disks succeeds as well. But when booting the newly installed Untochat9 from disk, the boot never reaches graphical login screen. The problem is deterministic, but I am unable to debug this myself. To reproduce the problem, Untochat ISO image (1.4GB) can be downloaded from: My main host is stock Fedora 30, but the same problem occurs on host MacOS Mojave 10.14, too. Using libvirt + qemu + kvm on Fedora 30 host, everything works fine, so I suspect this could be a bug in VirtualBox 6.0.6. |
|||

