[15:31] I'm having trouble with vagrant detecting something as ssh before openssh is responding properly... could upstart have something to do with this? [20:34] can someone here point me to an easy way (maybe in the cookbook) to have OpenSSHd come up after everything else in the system is up and running? [23:20] linux_dr: ssh start up in parallel with pretty much majority of everything (runlevel 2) [23:20] linux_dr: and it's typically not the right solution. [23:20] linux_dr: if you want to wait until an instance has reliably booted, look into cloud-init, which installs a few upstart jobs to coordinate an instance initialisation and gives reliable state information once everything is booted. [23:21] linux_dr: the order in which jobs come up is never guaranteed, and shouldn't be relied upon.