Opened 15 years ago
Closed 6 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 )
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 , 15 years ago
comment:2 by , 15 years ago
Summary: | vboxsf attempt to use wildcard with non-existent filenames gives Protocol Error → vboxsf 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 , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
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 , 6 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Please increase the priority of this problem. I see this problem with Makefiles in VBox 3.2.8 as well.
Thanks!