Custom Query (16363 matches)
Results (1561 - 1563 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #10487 | obsolete | VirtualBox upgrade should not fail, if the old kernel modules cannot be removed | ||
| Description |
Debian Linux host (Squeeze): If VirtualBox is running, then the postinst script does not allow to complete the upgrade to a newer version. The new user space binaries are all put into place (AFAICS), but the new kernel modules are not built and the upgrade fails. In an enterprise environment this means a lot of additional work for the IT folks, begging the users to stop their VirtualBox sessions before leaving. Highly painful. And the users don't want to be bothered by this, either. It would be much smarter if the postinst script wouldn't fail about this. Since the old vbox* modules are already loaded in the kernel, the module files(!) can be overwritten without affecting the running VirtualBox sessions (similar to the user space binaries). To be on the safe side the VirtualBox startup script could check the vbox* kernel modules on the next reboot and rebuild them, if they don't match the installed VirtualBox version. This check should be trivial. |
|||
| #11818 | duplicate | running Virtualbox guest dies with warn_alloc_failed | ||
| Description |
Starting a guest on a Linux desktop machine failed with the attached kernel error messages. AFAICS this is not documented, so I wonder what it is trying to tell me? The host is a Sandybridge i7 with 16 GByte RAM. There is plenty of RAM available (>8GByte, as reported by free -m). |
|||
| #16286 | fixed | Kernel module does not compile with Linux 4.9 | ||
| Description |
The kernel module is not compiling with Virtual Box 5.1.10 for Debian Jessie and Linux 4.9. I get the following compile error: In file included from ./arch/x86/include/asm/acpi.h:33:0,
from ./arch/x86/include/asm/fixmap.h:19,
from ./arch/x86/include/asm/apic.h:11,
from ./arch/x86/include/asm/smp.h:12,
from ./arch/x86/include/asm/mmzone_64.h:10,
from ./arch/x86/include/asm/mmzone.h:4,
from ./include/linux/mmzone.h:889,
from ./include/linux/gfp.h:5,
from ./include/linux/slab.h:14,
from /tmp/vbox.0/linux/../SUPDrvInternal.h:80,
from /tmp/vbox.0/linux/SUPDrv-linux.c:32:
./arch/x86/include/asm/realmode.h: In function 'real_mode_size_needed':
./arch/x86/include/asm/realmode.h:66:2: error: implicit declaration of function 'ALIGN' [-Werror=implicit-function-declaration]
return ALIGN(real_mode_blob_end - real_mode_blob, PAGE_SIZE);
^
I included my kernel configuration. |
|||

