[Bug 1239417] [NEW] ls /vagrant fails in 13.10 vagrant cloud image
loci von Myrmidons
launchpad at jensnistler.de
Sun Oct 13 19:02:53 UTC 2013
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
Foundations Bugs, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/1239417
Title:
ls /vagrant fails in 13.10 vagrant cloud image
Status in Ubuntu:
New
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_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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1239417/+subscriptions
More information about the foundations-bugs
mailing list