Custom Query (16363 matches)
Results (16 - 18 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3707 | fixed | Can't create temporary directory => Account name contains special characters | ||
| Description |
http://forums.virtualbox.org/viewtopic.php?f=6&t=16297&p=69042#p69042 |
|||
| #2438 | fixed | bad NAT performance (outgoing/uploading/writing speed drops to 0kb/s) | ||
| Description |
|
|||
| #11571 | worksforme | mkdir() returns EEXISTS, stat() returns ENOENT in vboxsf | ||
| Description |
This occurred on Ubuntu 13.04 with VirtualBox 4.1.22 from the Ubuntu archive. In essence, in certain non-root directory of a vboxsf mounted directory, mkdir() returns EEXIST while stat() returns ENOENT, as shown by this strace snippet below: mkdir("plainbox.egg-info", 0777) = -1 EEXIST (File exists)
stat64("plainbox.egg-info", 0xbfd696fc) = -1 ENOENT (No such file or directory)
write(2, "error: could not create 'plainbo"..., 57error: could not create 'plainbox.egg-info': File exists
I wrote a minimal program that reproduces the issue: https://gist.github.com/zyga/5110513 Feel free to ask for more information |
|||

