ubuntu 14.04 - Vagrant up fails with loading plugin -
the zulip setup requires having vagrant setup. https://github.com/zulip/zulip fails in ubuntu 14.04
$vagrant plugin install vagrant-lxc installing 'vagrant-lxc' plugin. can take few minutes... installed plugin 'vagrant-lxc (1.2.1)'! $vagrant failed load "vagrant-lxc" plugin. view logs more details. bringing machine 'default' 'virtualbox' provider... there errors in configuration of machine. please fix following errors , try again: vm: * box 'ubuntu/trusty64' not found.
any ideas might going wrong?
the problem not seem come plugin box instead.
can download box using vagrant box add ubuntu/trusty64 https://atlas.hashicorp.com/ubuntu/boxes/trusty64
once box installed, should able run vagrant up
also why need vagrant-lxc
plugin if you're running on normal ubuntu box, did mean use box ?
Comments
Post a Comment