Custom Query (16363 matches)
Results (2275 - 2277 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #10856 | obsolete | Fullscreen on OSX not correctly displaying Dock | ||
| Description |
When using fullscreen mode on an OSX host, Virtualbox does not correctly hide the system Dock under certain circumstances. Steps to reproduce: Run a Windows VM guest in fullscreen mode (Tested in OSX 10.7 and 10.8) Open another app that uses OSX native fullscreen and put it into fullscreen mode From the other fullscreen app, use the Dock to change focus back to the running VM. The Dock will stay visible and magnified rather than disappearing. The same problem can also be reproduced by starting, and not completing, a 3 finger swipe left or right from within the VM. |
|||
| #10857 | obsolete | Passive FTP connection fails with NAT networking | ||
| Description |
This is something that drove me into a frenzy trying to figure out. I have a Windows 7 host with a Linux (Debian testing) guest. When trying to run FTP commands via command line ftp (in passive mode), ftplib in Python, and using Firefox's FTP capabilities--all of the above in passive mode--all of them hung when trying to do an FTP LIST command. After getting so frustrated at why this wasn't working, I finally viewed the log in Wireshark, as seen from within the guest). This is where the bug gets weird: After the PASV command, the server reply got retransmitted exactly once. The next sequence number is indicated to be 1336. The LIST command then gets sent, and the reply is received... except the reply is at 1337, indicating that the guest networking library thinks it's missing a byte. Then it requests retransmission to find that byte, and it keeps receiving the retransmission information starting at 1337. |
|||
| #10863 | obsolete | Remove compiled kernel modules during uninstallation | ||
| Description |
Whenever a Linux kernel is uninstalled, the Virtualbox modules that were installed for it remain behind. e.g. $ find /lib/modules/3.2.0-27-generic/ /lib/modules/3.2.0-27-generic/ /lib/modules/3.2.0-27-generic/misc /lib/modules/3.2.0-27-generic/misc/vboxnetflt.ko /lib/modules/3.2.0-27-generic/misc/vboxdrv.ko /lib/modules/3.2.0-27-generic/misc/vboxnetadp.ko /lib/modules/3.2.0-27-generic/misc/vboxpci.ko This should be simple to rectify with some kind of hook for the right event with the system's package manager. |
|||

