Custom Query (16363 matches)
Results (502 - 504 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2543 | invalid | vboxadd always loaded even if it's not in rc.d | ||
| Description |
If I delete all the links in rc.d directories in order to avoid vboxadd module starts, in my guest, there is no effect: in fact at every boot vboxadd module is always loaded. VirtualBox 2.0.4 Ubuntu Hardy 8.04 Desktop as host Ubuntu Hardy 8.04 Server as guest |
|||
| #18869 | fixed | vbox_ttm.c - header file nit in include directive | ||
| Description |
From: "Gianfranco Costamagna" <> To: "VirtualBox Developer's List" <> Subject: [vbox-dev] kernel 5.2 build fix [PATCH] Date: Mon, 26 Aug 2019 12:02:26 +0200 Hello, for some reasons, see [1] virtualbox doesn't build its kernel modules correctly on some configurations...The following patch fixes the issue +--- virtualbox-6.0.10-dfsg.orig/src/VBox/Additions/linux/drm/vbox_ttm.c ++++ virtualbox-6.0.10-dfsg/src/VBox/Additions/linux/drm/vbox_ttm.c +@@ -33,7 +33,7 @@ + * Michael Thayer <> + */ + #include "vbox_drv.h" +-#include <ttm/ttm_page_alloc.h> ++#include <drm/ttm/ttm_page_alloc.h> + + #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 18, 0) && !defined(RHEL_72) + #define PLACEMENT_FLAGS(placement) (placement) please apply(you are not supposed to think that kernel is exporting -Iinclude/drm directory, and in all the other places it is not included that way) see for comparison:src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_bo_api.h> src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_bo_driver.h> src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_placement.h> src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_memory.h> src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_module.h> MIT licensed, as usual G. [1] https://bugs.debian.org/934483 https://www.virtualbox.org/pipermail/vbox-dev/2019-August/015323.html |
|||
| #6997 | fixed | vboxNetFltOsInitInstance(): page allocation failure. order:5, mode:0x20 | ||
| Description |
Greetings, a recent Gentoo bug report [1], showed that network code that leads to vboxNetFltOsInitInstance() spits various "page allocation failure. order:5, mode:0x20" errors in the kernel log [2]. Any ideas on what may be causing this? If you need any further information, don't be shy to post on the Gentoo bugtracker or just comment here and I'll relay to the original bug reporter :) Thank you :) [1]: http://bugs.gentoo.org/show_bug.cgi?id=320677 [2]: http://gsxm.net/ct |
|||

