ruby on rails - Networking issue using Hashicorp Otto on Ubuntu running on vmware? -


i running following:

  • ubuntu 15.05 ("wily")
  • virtual box 5.0.8
  • vagrant 1.7.4
  • otto 0.1.2

all seems have installed fine after followed how install hashicorp's otto tutorial.

however, each time run otto dev internet connection seems go down (meaning little notify box in right top corner tells me connection has been established , i'm connected vboxnet0 , tells me ethernet connection disconnected) , following error:

pc@pc:~/development/my-rails-app$ otto dev

==> creating local development environment vagrant if doesn't exist... raw vagrant output begin streaming in below. otto not create output. mirrored directly vagrant while development environment being created.

bringing machine 'default' 'virtualbox' provider...

==> default: checking if box 'hashicorp/precise64' date...

==> default: clearing set forwarded ports...

==> default: clearing set network interfaces...

==> default: preparing network interfaces based on configuration... default: adapter 1: nat default: adapter 2: hostonly

==> default: forwarding ports... default: 22 => 2222 (adapter 1)

==> default: booting vm...

==> default: waiting machine boot. may take few minutes... guest machine entered invalid state while waiting boot. valid states 'starting, running'. machine in 'poweroff' state. please verify configured , try again.

if provider you're using has gui comes it, helpful open , watch machine, since gui has more helpful error messages vagrant can retrieve. example, if you're using virtualbox, run vagrant up while virtualbox gui open.

the primary issue error provider you're using not configured. vagrant issue.

error building dev environment: error executing vagrant: exit status 1

the error messages vagrant informative. please read , fix issues mentions. if message isn't clear, please report otto project. pc@pc:~/development/my-rails-app$

any ideas? problem using otto on virtual machine?

i new otto, had similar error. cause of error in case: first attempted set in vagrant, i.e. created vagrantfile, attempted run otto.

my vagrantfile using ubuntu image, different image otto trying use when guessing @ app structure. since otto supposed tool abstract vagrant (and others), figured let work. deleting vagrantfile solved issue me - basically, 2 vagrantfiles conflicting.

you can go in , customize vagrantfile , otto appfile etc., got me , running.


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -