Package: cloud.debian.org Severity: normal Dear Debian Cloud Maintainers,
Version 8.6.0 of debian/jessie64 from Atlas produces a timeout when creating a new box with "vagrant up", and it remains inaccessible to Vagrant since eth0 doesn't receive a DHCP address. This is apparently caused by the first network adapter (eth0) being disconnected in the VirtualBox configuration. This is a regression from 8.5.2 (I didn't test debian/wheezy64 or other Debian images).
Inserting the following line in my own Vagrantfile fixes the problem: v.customize ["modifyvm", :id, "--cableconnected1", "on"] Regards, Laurențiu Păncescu