Custom Query (16363 matches)
Results (2170 - 2172 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #15899 | fixed | Linux 4.7.2 guest has serious problems | ||
| Description |
Host: Fedora 24, VB 5.0.26 Guest: Fedora 24 with guest extensions Kernel upgraded from 4.6.7-300 (working) to 4.7.2-201. Won't boot to X, locks up, needs restart. Will boot to runlevel 3 but seems unstable. Reinstalled guest additions, rebooted. Same problems. Also, startx won't work in runlevel 3. There are other issues while the system is running. Won't shutdown cleanly. |
|||
| #15896 | fixed | linux kernel-4.8-rc4 fail to build guest additions vboxvideo/vbox_ttm.c error: too few arguments to function ‘ttm_bo_move_memcpy’ -> fixed in releases higher than 5.1.4 | ||
| Description |
/tmp/akmodsbuild.rAatyUU4/BUILD/VirtualBox-kmod-5.1.4/_kmod_build_4.8.0-0.rc4.git3.2.fc26.x86_64/vboxvideo/vbox_ttm.c: In function ‘vbox_bo_move’:
/tmp/akmodsbuild.rAatyUU4/BUILD/VirtualBox-kmod-5.1.4/_kmod_build_4.8.0-0.rc4.git3.2.fc26.x86_64/vboxvideo/vbox_ttm.c:224:9: error: too few arguments to function ‘ttm_bo_move_memcpy’
r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem);
^
In file included from /tmp/akmodsbuild.rAatyUU4/BUILD/VirtualBox-kmod-5.1.4/_kmod_build_4.8.0-0.rc4.git3.2.fc26.x86_64/vboxvideo/vbox_drv.h:62:0,
from /tmp/akmodsbuild.rAatyUU4/BUILD/VirtualBox-kmod-5.1.4/_kmod_build_4.8.0-0.rc4.git3.2.fc26.x86_64/vboxvideo/vbox_ttm.c:48:
./include/drm/ttm/ttm_bo_driver.h:1002:12: note: declared here
extern int ttm_bo_move_memcpy(struct ttm_buffer_object *bo,
^
scripts/Makefile.build:289: recipe for target '/tmp/akmodsbuild.rAatyUU4/BUILD/VirtualBox-kmod-5.1.4/_kmod_build_4.8.0-0.rc4.git3.2.fc26.x86_64/vboxvideo/vbox_ttm.o' failed
I began to dig and it is https://patchwork.kernel.org/patch/9157413/ it easy to fix just for kernel-4.8-rc4 - r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); + r = ttm_bo_move_memcpy(bo, evict, interruptible, no_wait_gpu, new_mem); for all kernels leave up to you. Thanks |
|||
| #15894 | duplicate | Host shared-folder stop working and guest hangs | ||
| Description |
Hi, i recently experiencied a problem with a virtual machine running Windows 7 as guest on a Windows 10 Host. An entire drive of the host (DRIVE_D) is shared (permanent, automount) with the guest with full rights. All works fine for some hours then the shared drive stops working and becomes inaccessible from the guest (it works normally on host side). Then the virtual machine hangs and i can only reset and restart it. The machine was working fine until recent versions of Virtual Box. THe problem started surely from when i upgraded to 5.1 family, maybe with last updates of the 4.x family, too. I attach the log where you can see some RESET due to VM locks. Thanks Alessandro |
|||

