Custom Query (16363 matches)
Results (493 - 495 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #18949 | duplicate | 5.2.32 Gues Modules Fail To Build on Linux 5.3 | ||
| Description |
Attempting to update to Linux-5.3 on Archlinux causes failure to build modules: gcc --version gcc (GCC) 9.1.0 There are two primary areas of error: CC [M] /var/lib/dkms/vboxhost/5.2.32/build/vboxpci/SUPR0IdcClient.o
/var/lib/dkms/vboxhost/5.2.32/build/vboxnetflt/linux/VBoxNetFlt-linux.c: In function ‘vboxNetFltLinuxEnumeratorCallback’:
/var/lib/dkms/vboxhost/5.2.32/build/vboxnetflt/linux/VBoxNetFlt-linux.c:2148:9: error: implicit declaration of function ‘for_ifa’ [-Werror=implicit-function-declaration]
2148 | for_ifa(in_dev) {
| ^~~~~~~
/var/lib/dkms/vboxhost/5.2.32/build/vboxnetflt/linux/VBoxNetFlt-linux.c:2148:24: error: expected ‘;’ before ‘{’ token
2148 | for_ifa(in_dev) {
| ^~
| ;
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:280: /var/lib/dkms/vboxhost/5.2.32/build/vboxnetflt/linux/VBoxNetFlt-linux.o] Error 1
make[1]: *** [scripts/Makefile.build:497: /var/lib/dkms/vboxhost/5.2.32/build/vboxnetflt] Error 2
CC [M] /var/lib/dkms/vboxhost/5.2.32/build/vboxdrv/r0drv/memobj-r0drv.o
/var/lib/dkms/vboxhost/5.2.32/build/vboxdrv/SUPDrvTracer.o: warning: objtool: .text+0x7: indirect jump found in RETPOLINE build
/var/lib/dkms/vboxhost/5.2.32/build/vboxdrv/SUPDrvTracer.o: warning: objtool: supdrvTracerProbeFireStub() is missing an ELF size annotation
and CC [M] /var/lib/dkms/vboxhost/5.2.32/build/vboxdrv/r0drv/linux/semeventmulti-r0drv-linux.o
/var/lib/dkms/vboxhost/5.2.32/build/vboxdrv/r0drv/linux/mp-r0drv-linux.c: In function ‘VBoxHost_RTMpOnAll’:
/var/lib/dkms/vboxhost/5.2.32/build/vboxdrv/r0drv/linux/mp-r0drv-linux.c:287:18: error: void value not ignored as it ought to be
287 | int rc = smp_call_function(rtmpLinuxAllWrapper, &Args, 0 /* wait */);
| ^~~~~~~~~~~~~~~~~
/var/lib/dkms/vboxhost/5.2.32/build/vboxdrv/r0drv/linux/mp-r0drv-linux.c: In function ‘VBoxHost_RTMpOnOthers’:
/var/lib/dkms/vboxhost/5.2.32/build/vboxdrv/r0drv/linux/mp-r0drv-linux.c:341:8: error: void value not ignored as it ought to be
341 | rc = smp_call_function(rtmpLinuxWrapper, &Args, 1 /* wait */);
| ^
make[2]: *** [scripts/Makefile.build:281: /var/lib/dkms/vboxhost/5.2.32/build/vboxdrv/r0drv/linux/mp-r0drv-linux.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/var/lib/dkms/vboxhost/5.2.32/build/vboxdrv/r0drv/linux/memuserkernel-r0drv-linux.o: warning: objtool: rtR0MemKernelCopyLnxWorker()+0x15: redundant CLD
make[1]: *** [scripts/Makefile.build:497: /var/lib/dkms/vboxhost/5.2.32/build/vboxdrv] Error 2
make: *** [Makefile:1624: _module_/var/lib/dkms/vboxhost/5.2.32/build] Error 2
make: Leaving directory '/usr/lib/modules/5.3.0-arch1-1-ARCH/build'
full make.log attached. |
|||
| #17498 | duplicate | 5.2.6 Seamless issue Debian Host (Windows 7 32bit guest) | ||
| Description |
On my test machine I have Debian 9.3, Kernel 4.9, Virtualbox 5.2.6. The Windows 7 virtual machine is working nicely, BUT when I enter Seamless mode, the video inside the VM window is not updated. I click and type and don't see things happening. When I try to move the VM window, I'm mostly unsuccessful. I thought that this might be the video driver in use on the host so I replaced the open one with the Nvidia driver, but it had no effect. Another user says that they had the same issue and reverted to 5.2.0 which resolved the issue. The thread is here https://forums.virtualbox.org/viewtopic.php?f=7&t=86447 I am working on my test machine and would be happy to use alpha code to test the issue. (i.e. I will not cry if my virtual environment gets borked) |
|||
| #18961 | worksforme | 5.2.X new guest additions don't work with Linux 5.3 kernels | ||
| Description |
The current 5.2.X testbuild guest additions to not quite work with a guest running a Linux 5.3 kernel. testbuilds that contain the fixes for: #18911 (closed defect: fixed) Fixes for Linux kernel 5.3 wanted - part 1 https://www.virtualbox.org/ticket/18911 HOST: Linux lserver 4.18.0-80.11.1.el8_0.x86_64 #1 SMP Thu Sep 12 03:35:29 GMT 2019 x86_64 x86_64 x86_64 GNU/Linux $ cat /etc/os-release NAME="Oracle Linux Server" VERSION="8.0" ID="ol" ID_LIKE="fedora" VARIANT="Server" VARIANT_ID="server" VERSION_ID="8.0" PLATFORM_ID="platform:el8" PRETTY_NAME="Oracle Linux Server 8.0" GUEST: Fedora-Workstation-Live-x86_64-31_Beta-1.1.iso root@localhost ~]# uname -a Linux localhost.localdomain 5.3.0-1.fc31.x86_64 #1 SMP Mon Sep 16 12:34:42 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux [root@localhost ~]# cat /etc/os-release NAME=Fedora VERSION="31 (Workstation Edition)" ID=fedora VERSION_ID=31 VERSION_CODENAME="" PLATFORM_ID="platform:f31" PRETTY_NAME="Fedora 31 (Workstation Edition)" ANSI_COLOR="0;34" LOGO=fedora-logo-icon CPE_NAME="cpe:/o:fedoraproject:fedora:31" Virtualboxversion:
Linux EL8 64-bit 5.2.x revision 133577
Extension Pack 5.2.x revision 133571
https://www.virtualbox.org/download/testcase/VirtualBox-5.2-5.2.33_133577_el8-1.x86_64.rpm whe installing and compiling the guest additions inside the guest we see: touch: cannot touch '/var/lib/VBoxGuestAdditions/skip-5.3.0-1.fc31.x86_64': No such file or directory Copying additional installer modules ... Installing additional modules ... VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules. This may take a while. VirtualBox Guest Additions: To build modules for other installed kernels, run VirtualBox Guest Additions: /sbin/rcvboxadd quicksetup <version> VirtualBox Guest Additions: Building the modules for kernel 5.3.0-1.fc31.x86_64. VirtualBox Guest Additions: Running kernel modules will not be replaced until the system is restarted VirtualBox Guest Additions: Starting. VirtualBox Guest Additions: modprobe vboxsf failed => then reboot the guest. We get the guest to a certain stage at graphcial boot but apparently it does not reach the state where it presents the login screen finally. => removed shared folder from settings and reboot = same problem => removing shared clipboard settings and reboot = same problem NB: This does not happen with the 6.0.X test builds from: https://www.virtualbox.org/wiki/Testbuilds VirtualBox-6.0-6.0.13_133347_el8-1.x86_64.rpm Oracle_VM_VirtualBox_Extension_Pack-6.0.13-133347.vbox-extpack these are also test builds that contain the fixes for: #18911 (closed defect: fixed) Fixes for Linux kernel 5.3 wanted - part 1 https://www.virtualbox.org/ticket/18911 running those on the host and inside the a Fedora 31 kernel 5.3 guest,the shared folders, shared cliboard and everything else just works. So this must be something specific to the 5.2.X virtualbox guest additions. Needs more investigation. |
|||

