Custom Query (16363 matches)
Results (1699 - 1701 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #16910 | fixed | monitor detach causes running vm to abort | ||
| Description |
Resubmission of #16240 as it applies to 5.1.22 as well. External monitors of differing resolutions to the inbuilt display. Detach of those monitors causes a fullscreen *running* vm to abort. Success:
All allow the monitor to be detached & the vm to be moved work around the problem. Also see #16240 - more detail of this issue from previous vbox versions #16195 - same behaviour with a linux host (which I commented on/xref to here) #16059 - similar behaviour on archlinux #15863 - archlinux host problems relating to guest resize when monitors are moving around |
|||
| #16908 | obsolete | Virtualbox Debian repository requests 5.1.24, but it doesn't exist, prevents system update -> obsolete | ||
| Description |
When attempting to update my system (Ubuntu 17.04, 5.1.22), the Virtualbox Debian repository requests VirtualBox 5.1.24. However, it doesn't exist. *This error in the package definition prevents systems that use the repository from receiving ANY updates (without manual intervention) - not just VirtualBox.* E: Failed to fetch http://download.virtualbox.org/virtualbox/debian/pool/contrib/v/virtualbox-5.1/virtualbox-5.1_5.1.24-117012~Ubuntu~zesty_amd64.deb 404 Not Found [IP: 88.221.50.105 80] Note: A workaround that allows the system to be updated manually is to add the --ignore-missing flag to the apt or apt-get command. |
|||
| #16899 | fixed | Wrong usage of isdigit in vboxxpcom.py | ||
| Description |
The file vboxxpcom.py, used for initializing the python bindings, contains a small error which only takes effect when using python 3. It calls "isdigit(sCandidate[-1:])" which should be "sCandidate[-1:].isdigit()" As a result, importing vboxapi fails with python 3. |
|||

