VirtualBox

Opened 14 years ago

Closed 5 years ago

#7004 closed defect (fixed)

vboxsf attempt to use wildcard with non-existent filenames gives Protocol Error => Fixed in SVN

Reported by: John Meissen Owned by:
Component: shared folders Version: VirtualBox 3.2.4
Keywords: vboxfs Cc:
Guest type: Linux Host type: Windows

Description (last modified by Michael Thayer)

I have a Windows XP host system, with an Ubuntu 10.04 guest OS. I can successfully create and mount a shared folder.

If I try to use wildcards that don't match any files in the folder I get a Protocol Error.

For instance, if the folder has no files that start with the letter 'd', and I try

ls -l d*

I will get

ls: cannot access d*: Protocol error

Not using the wildcard works fine. Using the wildcard with matching files also works fine.

This seems innocuous, but unfortunately it kills the usage of a number of Makefiles in projects with which I'm involved.

Change History (5)

comment:1 by Matthijs Melchior, 14 years ago

Please increase the priority of this problem. I see this problem with Makefiles in VBox 3.2.8 as well.

Thanks!

comment:2 by Frank Mehnert, 14 years ago

Summary: vboxsf attempt to use wildcard with non-existent filenames gives Protocol Errorvboxsf attempt to use wildcard with non-existent filenames gives Protocol Error => Fixed in SVN

Thanks for the report. The fix will be in the next maintenance release (actually in the guest additions).

comment:3 by Sander van Leeuwen, 14 years ago

Resolution: fixed
Status: newclosed

comment:4 by dma_k, 12 years ago

Resolution: fixed
Status: closedreopened

I have the same problem. Perhaps this is regression, as I use VirtualBox 4.0.8 r71778:

# ls -l *.o
ls: cannot access *.o: Protocol error
# rm -f *.o
rm: cannot remove `*.o': Protocol error

comment:5 by Michael Thayer, 5 years ago

Description: modified (diff)
Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use