VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1012 - 1014 of 16363)

Ticket Resolution Summary Owner Reporter
#10572 obsolete readdir fail on a SharedFolder from linux guest and Win7 host vejmarie
Description

Hi,

I am running VB 4.1.8 on a Windows 7 system (latest available patch running from Microsoft). The linux guest is running ubuntu server with kernel v 3.0.0-19. I am mount a vbox shared folder called Multimedia which contain videos and images. The folder is properly mounted and I can read file through ls and other shell command.

I wanted to use Mediatomb DLNA application on top of this directory, but the application fail to read properly directory content. A simple readdir in the home directory where the mount point is created is not reporting the mount directory as a dirent, and the application did not detect it at all.

The file permission is also strange, as I can't change them.

drwxrwxrwx 1 www-data www-data 8192 2012-05-16 22:55 Multimedia

is the result of a ls on the mount point.

drwxr-xr-x 8 www-data www-data 4096 2012-05-16 22:55 .
drwxrwxrwx 1 www-data www-data 8192 2012-05-16 22:55 Multimedia
drwxr-xr-x 5 www-data www-data 4096 2012-03-23 19:48 .
drwxr-xr-x 2 www-data www-data 4096 2012-03-21 18:17 Videos
drwxrwx--- 4 www-data www-data 4096 2012-03-13 10:42 ..

is the full ls -lta. And the result of the readdir loop following an opendir and closedir is reporting:

.
..
Videos

which are standard linux directories.

The mount command is

mount -t vboxsf -o uid=33,gid=33 $shared_folder /usr/share/wordpress/wp-content/uploads/host_$magic/$shared_folder

from a standard bash script.

When I am running the ls -lt command I got a green backlight into my shell like if bash was reporting the directory as a special one.

root@webhost:/usr/share/wordpress/wp-content/uploads/host_540927936# uname -a
Linux xxxxx.blog.quietty.com 3.0.0-19-generic #33-Ubuntu SMP Thu Apr 19 19:05:57 UTC 2012 i686 athlon i386 GNU/Linux

root@webhost:/usr/share/wordpress/wp-content/uploads/host_540927936# df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/sda1              7739864   5576972   1769728  76% /
udev                    247144         4    247140   1% /dev
tmpfs                   101664       332    101332   1% /run
none                      5120         0      5120   0% /run/lock
none                    254156         0    254156   0% /run/shm
Multimedia           488383484 212423392 275960092  44% /usr/share/wordpress/wp-content/uploads/host_540927936/Multimedia
Photos               488383484 212423392 275960092  44% /media/Photos
/dev/loop0              954824     77908    828412   9% /media/Photos.img
none                    954824     77908    828412   9% /usr/share/wordpress/wp-content/uploads/host_540927936/Photos

From Mediatomb source code

dir = opendir(path.c_str());
    if (! dir)
    {
        throw _Exception(_("could not list directory ") +
                        path + " : " + strerror(errno));
    }

    while ((dent = readdir(dir)) != NULL)
    {
        char *name = dent->d_name;
        log_debug("Looking for directory:%s\n",dent->d_name);

The Looking for directory display call never display the Multimedia directory.

#579 fixed read VDMK file -> fixed in SVN/next release steroid_rambo
Description

I've created some ms virtual pc images. These images were converted to vmware vmdk files by using the vware converter tool. I have used the latest version of vware convertor: 3.0.1 All converted images can not be used in virtual box. The error message appears right before the bootstrap of the os (windows xp & windows 2003)

" A disk read error occured press ctrl-alt-del to restart "

#3847 fixed re-initiate NAT on Network switch -> fixed in svn Kristofer Spinka
Description

This is a new issue that seems to have appeared in 2.2.0. On my MBP (MacBook Pro), if I switch from WiFi to the Gigabit Ethernet port (regardless of whether I put the laptop to sleep or not), the guest is unable to communicate with the network. It requires shutting down the VM and starting it again to recognize that a useable interface is actually available on the host. The guest is set to use NAT.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy