Custom Query (16363 matches)
Results (1816 - 1818 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #16672 | duplicate | No sound on Linux host (ALSA) for Windows XP guest with new VirtualBox v5.1.20 | ||
| Description |
Sound worked fine with v5.1.18, but now the driver fails to initialize with v5.1.20 on my Linux system, with ALSA as the sound backend, when hosting a Windows XP session. Log attached. |
|||
| #16671 | fixed | Ubuntu 16.04 Cloud Image (OVF) not working | ||
| Description |
The standard OVA provided by the Official Ubuntu Cloud image repository (https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64.ova) doesn't fully boot after being imported into the latest VirtualBox version (5.1.18). I'm preeseding the user-data to cloud-init via a cdrom (iso) but the VM still doesn't show any login prompt. The same image boots successfully on VMWare and KVM. To reproduce the problem simply download and import the image. |
|||
| #16670 | fixed | mount.vboxsf symlink broken | ||
| Description |
This looks like a regression in 5.1.20. Guest system is Linux - reproduced with both Debian 8 and openSUSE 42.2. After upgrading Guest Additions from 5.1.18, the /sbin/mount.vboxsf symlink points to the wrong location: root@host1:~# ls -l /sbin/mount.vboxsf lrwxrwxrwx 1 root root 49 Apr 19 10:33 /sbin/mount.vboxsf -> /opt/VBoxGuestAdditions-5.1.20/other/mount.vboxsf root@host1:~# find /opt/VBoxGuestAdditions-5.1.20/ -name mount\* /opt/VBoxGuestAdditions-5.1.20/lib/VBoxGuestAdditions/mount.vboxsf With previous versions of the Guest Additions (checked 5.1.18 and 5.1.14, that's what I have around currently), /sbin/mount.vboxsf points to /usr/lib{64,/x86_64-linux-gnu}/VBoxGuestAdditions/mount.vboxsf (exact location of the lib64 directory varies per linux distribution, examples taken from CentOS 7 and Debian 8). A quick test for stale symlinks (find -L / -xdev -type l) shows that mount.vboxsf is the only file affected. This allows for the simple workaround of fixing the symlink: root@host1:~# ln -sf /usr/lib/x86_64-linux-gnu/VBoxGuestAdditions/mount.vboxsf /sbin/mount.vboxsf (remember to check the lib64 path for your distribution, e.g. lib64 on Redhat/Centos-based distributions) |
|||

