Custom Query (16363 matches)
Results (1306 - 1308 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #954 | fixed | modifyvdi cannot find vdi in non-standard location | ||
| Description |
I have a .vdi-file that is stored in a different location than the default. If I try to run VBoxManage modifyvdi, it looks for the .vdi file in the default location, and obviously doesn't find it. The host is Debian Etch. |
|||
| #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 |
|||
| #1691 | obsolete | missing screen resolution mode | ||
| Description |
I had the same problem as ticket #1689 blocked screen resolution. i used the command "VBoxManage setextradata global GUI/MaxGuestResolution any" it works but i didn't found the right mode for my Sony Vaio FZ18M that is 1280x800. In former version 1.6.0 i had no problems with it. Host OS: Vista home premium guest OS: XP SP2 |
|||

