ls /vagrant fails in 13.10 vagrant cloud image
Bug #1239417 reported by
loci von Myrmidons
This bug report is a duplicate of:
Bug #1252872: saucy vagrant image shared folder 'ls' blocks.
Edit
Remove
This bug affects 8 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
ls /vagrant
hangs on a fresh 13.10 box.
strace ls /vagrant
shows that it calls getdents indefinitely.
Here's my vagrantfile
VAGRANTFILE
box = "saucy_64"
url = "http://
hostname = "localhost"
Vagrant.
end
I'm using vagrant 1.3.4, ruby 1.8.7 and virtualbox 4.2.18 on Mac OS X 10.8.5
Thanks.
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.