Open malnick opened 11 years ago
Also:
sh-3.2# vagrant plugin list vagrant-serial (1.0.3) vagrant-vbguest (0.8.0) sh-3.2#
sh-3.2# cat vagrantlog.txt | grep serial
INFO environment: Loading plugin from JSON: vagrant-serial
ERROR root: Failed to load plugin: vagrant-serial
ERROR root: /var/root/.vagrant.d/gems/gems/vagrant-serial-1.0.3/lib/vagrant-serial/config.rb:3:in <module:Serial>' /var/root/.vagrant.d/gems/gems/vagrant-serial-1.0.3/lib/vagrant-serial/config.rb:2:in
module:Vagrant'
/var/root/.vagrant.d/gems/gems/vagrant-serial-1.0.3/lib/vagrant-serial/config.rb:1:in <top (required)>' /var/root/.vagrant.d/gems/gems/vagrant-serial-1.0.3/lib/vagrant-serial.rb:2:in
<top (required)>'
INFO interface: error: Failed to load the "vagrant-serial" plugin. View logs for more details.
Failed to load the "vagrant-serial" plugin. View logs for more details.
Console Output:
sh-3.2# vagrant up Failed to load the "vagrant-serial" plugin. View logs for more details.
Bringing machine 'precisehost' up with 'virtualbox' provider... There are errors in the configuration of this machine. Please fix the following errors and try again:
Vagrant:
sh-3.2#
Vagrantfile:
Vagrant.configure("2") do |config|
config.vm.define :precisehost do |precise_config|
end