Public bug reported:

    ls /vagrant
hangs on a fresh 13.10 box.

    strace ls /vagrant
shows that it calls getdents indefinitely.

Here's my vagrantfile

    VAGRANTFILE_API_VERSION = "2"

    box = "saucy_64"
    url = 
"http://cloud-images.ubuntu.com/vagrant/saucy/current/saucy-server-cloudimg-amd64-vagrant-disk1.box";
    hostname = "localhost"

    Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
        config.vm.box = box
        config.vm.box_url = url
        config.vm.hostname = hostname
    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.

** Affects: ubuntu
     Importance: Undecided
         Status: New

** Package changed: ifupdown (Ubuntu) => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1239417

Title:
  ls /vagrant fails in 13.10 vagrant cloud image

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1239417/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to