Custom Query (16363 matches)
Results (772 - 774 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #14317 | worksforme | Serial ports: Port mode: Host device - VM hangs on start | ||
| Description |
See the attached screenshot of the settings. Serial port mode is set to Host device. After starting virtual machine it hangs on "Starting virtual machine" window. Tested on current test build 101778. Maybe the problem is related to this: the http://stackoverflow.com/questions/18821811/serial-port-hangs The port should be opened in O_NONBLOCK mode. |
|||
| #5820 | obsolete | Guest crashes when application that requires 3D acceleration starts | ||
| Description |
When application Unigraphics NX6 starts on WindowsXP guest and 3D acceleration is enabled in the display settings, then the guest crashes (turns off). The same happens in Ubuntu guest when Kompiz starts. |
|||
| #9382 | obsolete | Windows guest overwrites symbolic links in shared folders (not always) | ||
| Description |
Host: Ubuntu 10.10 When i write some files into the guest machine, and the files are symbolic links in the host machine, in some cases the symbolic links are not maintained and are replaced by a copy of the original file. This not always happens, only with certain programs. Example:
/home/user/shared : Shared folder between host and guest Before: /home/user/shared$ ls -l file* lrwxrwxrwx 1 user user 25 2010-12-22 10:31 file1.txt -> /home/user/real/file1.txt lrwxrwxrwx 1 user user 25 2010-12-22 10:31 file2.xls -> /home/user/real/file2.txt Then, i open file1.txt in the windows guest machine with notepad, edit it and save before closing. And open file2.xls with Microsoft Excel, and do the same, edit, save and close. Then, that is what i get: /home/user/shared$ ls -l file* lrwxrwxrwx 1 user user 25 2010-12-22 10:39 file1.txt -> /home/user/real/file1.txt lrwxrwxrwx 1 user user 192512 2010-12-22 10:39 file2.xls The txt file remains as a link and the real file it's correctly updated. But the excel file link its replaced by an updated copy of the file, and the original file in /home/user/real isn't updated. This bug also occurs in previous versions of Virtualbox. |
|||

