Christos Posted January 6, 2017 Posted January 6, 2017 The new vagrant method looks like it is broken.. In order to login with ssh it asks for password and we do not know it, it does not work as vagrant/vagrant, ubuntu/vagrant, ubuntu/reverse and everything else tried. Can the vagrant armbian instructions be more specific to this? ( although it looks like a serious vagrant bug -> https://bugs.launchpad.net/cloud-images/+bug/1569237 ) /edit followed this guide to setup, executing exactly what is referenced -> https://github.com/igorpecovnik/lib/blob/master/README-Vagrant.md and managed to have a vagrant box up and running, but no means to login to it /edit2 Host system: Win7/64, VirtualBox 5.0.30, Vagrant 1.9.1 (PC used currently as 'normal' VirtualBox for the current Armbian build with Ubuntu16.04.1LTS)
grg Posted January 15, 2017 Posted January 15, 2017 I just updated it a bit ago. It's basically the same, but more inline with the directory layout the build tool wants. I would freshen it up and try again: $ vagrant destroy $ vagrant box update $ vagrant up BTW, have a look at the README and see what we can do to improve it. https://github.com/igorpecovnik/lib/blob/master/README-Vagrant.md Let us know what if that doesn't work. Best, Gabe
grg Posted January 15, 2017 Posted January 15, 2017 Sorry, I didn't really speak to your problem. What I meant to say is that, I haven't been hitting that issue and I've done a TON of building. Here's what I've got running: Vagrant == 1.8.7 Virtualbox == 5.0.30 r112061 Running on a Mac. I can ssh-in every time. What I am having issues with is IO issues under heavy load. Still need to figure that out. But, I'll save that for another post. Best, Gabe
Recommended Posts