Custom Query (16363 matches)
Results (1060 - 1062 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #6929 | obsolete | Directory Change Notifications do not work | ||
| Description |
Applications that watch directories on shared folders do not seem to receive notifications when files are added to the directory. Noticed a while ago and just retested with 3.2.4, Ubuntu 10.04 64bit host and WinXP guest. Some tests that I have tried are: Does not work
Works (app receives notification and updates view)
|
|||
| #6932 | obsolete | Cannot write data to files on shared folder | ||
| Description |
Shared folder issues with Virtualbox 3.2.0 running in a WinXP SP3 box, with a WinXP SP3 guest, also tested with VBox 3.2.2 WinXP SP3 guest on Debian host. I'm have an application, that writes data to files. My share on guest mapped as network drive Z. When trying to write some data to existing file, located on Z, i got an "access denied" exception. When doing the same thing to files on drive C, all is ok. When changing the contents of the file on Z with notepad.exe, all is ok. I wrote a simple app, demonstrating that problem. It's source code and compiled exe is attached in an archive. Run exe, put a path to the file on share in edit box and press ok. If no such file exist, it's will be created and data will be succesfully written. But if such file exist, you got an "access denied" or "unknown error" message box. The part of code causing the problem is located in VBOX_FALL_TEST1Dlg.cpp: //... skipped CFile file; // create if not exist file.Open(fileName, CFile::modeCreate | CFile::modeNoTruncate ); file.Close(); // open to write file.Open(fileName, CFile::modeWrite ); file.SeekToEnd(); CString s = "adsasd"; // write. Here throws an exception file.Write(s, s.GetLength()); file.Close(); //... skipped Archive and VBox.log attached. |
|||
| #6935 | obsolete | 3.2.2 & 3.2.4 - Forces Gigabit nic into 100 Mbps mode | ||
| Description |
After installing 3.2.2 (and 3.2.4) my Gigabit nic only connects at 100 Mbps even when VirtualBox is not running. Broadcom NetXtreme 57xx Gigabit Controller Windows XP SP3 (Host) |
|||

