Custom Query (16363 matches)
Results (1174 - 1176 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #18257 | fixed | VirtualBoxVM not accessible on Linux hosts -> fixed after (not in) 6.0.0 | ||
| Description |
When installing VirtualBox 6.0.0 onto a Linux host, the VirtualBoxVM application is not accessible with the standard Linux paths. To resolve this issue a soft link should be created in /usr/bin: ln -s VBox VirtualBoxVM ...and the following added to the case statement in /usr/bin/VBox... VirtualBoxVM|virtualboxvm)
exec "$INSTALL_DIR/VirtualBoxVM" "$@"
;;
|
|||
| #18250 | duplicate | Screen Refresh only when losing focus | ||
| Description |
Similar to bug #15511, the screen of my Windows 10 1809 guest stops updating after installing the Guest Additions. Host is macOS Mojave 10.14.2. I also noticed that the screen refreshes if I put the guest into scaled mode, and continuously resize the window. (which is how I uninstalled the guest additions) VirtualBox version 6.0.0 r127566 (Qt5.6.3) Fresh install of VirtualBox 6 and Windows 10 October 2018, from ISO downloaded from Microsoft Software Download ( https://www.microsoft.com/en-ca/software-download/windows10ISO ) |
|||
| #18249 | duplicate | Installation of GuestAddition 6 on RHEL6 fails -> duplicate of #18238 | ||
| Description |
Building the vboxsf kernel module fails on RHEL6 guest. /vboxsf/vfsmod.c: In function ‘sf_show_options’: /vboxsf/vfsmod.c:509: error: dereferencing pointer to incomplete type /vboxsf/vfsmod.c:515: error: implicit declaration of function ‘seq_printf’ /vboxsf/vfsmod.c:518: error: implicit declaration of function ‘seq_puts’ /vboxsf/vfsmod.c:519: error: implicit declaration of function ‘seq_escape’ This is due to missing header files: <linux/mount.h> <linux/seq_file.h> It was reported in the following forum post: https://forums.virtualbox.org/viewtopic.php?f=3&t=90978 The attached patch fixes the errors. |
|||

