Custom Query (16363 matches)
Results (118 - 120 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter | |
|---|---|---|---|---|---|
| #17517 | duplicate | error compiling kernel modules for kernel-4.15 | |||
| Description |
Hi! Host: windows x64 10 ent Build 10240 Guest: Slackware-14.2 x64 kernel-4.15 final from 28.1.2018 unmodified Tried to compile vbox modules (autocompile at machine BOOT with new kernel) - failed with /var/log/vboxadd-setup.log containing: Building the main Guest Additions module. make V=1 CONFIG_MODULE_SIG= -C /lib/modules/4.15.0/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 -j4 modules make[1]: warning: -jN forced in submake: disabling jobserver mode.
echo >&2; \ echo >&2 " ERROR: Kernel configuration is invalid."; \ echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\ echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ echo >&2 ; \ So I repeat a kernel compilation and install with suggestion as above: 'make oldconfig && make prepare' following a compilation & installation of the kernel & modules. But this did not solve the error. Note: on kernel-4.14.14 the vbox modules compile & work. |
||||
| #18515 | fixed | vboxsf-6.0.4 not compiling on kernel-5.0.3 -> fixed after (not in) 6.0.4/5.2.26 and test builds | |||
| Description |
My configuration:
After compile/install a new kernel-5.0.3 and reboot, the boot process complains at the end that vboxsf module can not run. /tmp/vbox.0/vfsmod.c:235:14: error: 'MS_REMOUNT' undeclared (first use in this function); did you mean 'DT_RELCOUNT'? I found the solution for that - source patch: --- /opt/VBoxGuestAdditions-6.0.4/src/vboxguest-6.0.4/vboxsf/vfsmod.c 2019-03-19 16:24:00.759229219 +0100 +++ /opt/VBoxGuestAdditions-6.0.4/src/vboxguest-6.0.4/vboxsf/vfsmod.c 2019-03-19 16:27:29.967294113 +0100 @@ -40,9 +40,13 @@ #include "revision-generated.h" #include "product-generated.h" #include "VBoxGuestR0LibInternal.h" -#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0) + +#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 0, 0) +# include <uapi/linux/mount.h> /* for MS_REMOUNT */ +#elif LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0) # include <linux/mount.h> #endif + #include <linux/seq_file.h> MODULE_DESCRIPTION(VBOX_PRODUCT " VFS Module for Host File System Access"); But after extracting the vbox additions package and patching, there is no .configure file to run as described in a solution, just run make all do not work.
Any exact compile procedure to solve this? |
||||
| #596 | fixed | Kernel bug while VM shuts down - SuSE Linux 10.0 AMD64 (Alsa) | |||
| Description |
Hello, I have a problem with VirtualBox running on the SuSE Linux 10.0 AMD64 host system. I am running the Windows XP as a guest OS. There are following messages loged in the syslog while the vboxdrv is loading:
When I shut down the VM there are following messages in the syslog:
I am using the VirtualBox_1.4.0_Linux_amd64.run. The same problem occured with the new VirtualBox_1.5.0_Linux_amd64.run. As a consequence of the problem reported by the above syslog messages I am not able to shut down the host Linux. It freezes while the "swapoff -a" command is executed. The VM and the guest WinXP runs OK. The only problem occurs when the WM shuts down. The same problem occurs even when I start VM with "empty" disk (without installed guest OS). I have fully patched SuSE Linux Eterprise Desktop 10.0 running on the "AMD Athlon 64 Processor 3000+" with 512MB RAM. Zdenek Cermak |
||||

