Skip to content

Instantly share code, notes, and snippets.

@miketheman
Last active February 6, 2016 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miketheman/e2f93ec193f68bd3892b to your computer and use it in GitHub Desktop.
Save miketheman/e2f93ec193f68bd3892b to your computer and use it in GitHub Desktop.
otto dev failure for vmware_fusion project
$ otto dev
==> Verifying created layer: consul
==> Verifying created layer: python2.7
==> Creating local development environment with Vagrant if it doesn't exist...
Bringing machine 'default' up with 'virtualbox' provider...
The clone environment hasn't been created yet. To clone from
another Vagrantfile, it must already be created with `vagrant up`.
It doesn't need to be running.
Additionally, the created environment must be started with a provider
matching this provider. For example, if you're using VirtualBox,
the clone environment must also be using VirtualBox.
Error building dev environment: Error executing Vagrant: exit status 1
The error messages from Vagrant are usually very informative.
Please read it carefully and fix any issues it mentions. If
the message isn't clear, please report this to the Otto project.
$ OTTO_LOG=true otto dev
2016/02/06 17:25:43 [INFO] Otto version: 0.2.0 d3d825bb135a2fa27a604e82e40f60151a5e2118+CHANGES
2016/02/06 17:25:43 Detected home directory from env var: /Users/miketheman
2016/02/06 17:25:43 [DEBUG] Starting plugin: /usr/local/Cellar/otto/0.2.0/bin/otto []string{"/usr/local/Cellar/otto/0.2.0/bin/otto", "plugin-builtin", "app-python"}
2016/02/06 17:25:43 [DEBUG] Waiting for RPC address for: /usr/local/Cellar/otto/0.2.0/bin/otto
2016/02/06 17:25:43 [DEBUG] otto: 2016/02/06 17:25:43 [INFO] Otto version: 0.2.0 d3d825bb135a2fa27a604e82e40f60151a5e2118+CHANGES
2016/02/06 17:25:43 [DEBUG] otto: 2016/02/06 17:25:43 Detected home directory from env var: /Users/miketheman
2016/02/06 17:25:43 [DEBUG] otto: 2016/02/06 17:25:43 Plugin address: unix /var/folders/78/3jyqdny925n348fpr6wh23bc0000gn/T/otto-plugin072773779
2016/02/06 17:25:43 [DEBUG] reading IP, cache path: /Users/miketheman/git/mypythonproject/.otto/data/dev_ip
2016/02/06 17:25:43 [DEBUG] read ip from cache: 100.102.2.41
2016/02/06 17:25:43 [INFO] Loading app implementation for Tuple: ("python", "aws", "simple")
2016/02/06 17:25:43 [DEBUG] core walking app: mypythonproject
2016/02/06 17:25:43 [DEBUG] reading IP, cache path: /Users/miketheman/git/mypythonproject/.otto/data/dev_ip
2016/02/06 17:25:43 [DEBUG] read ip from cache: 100.102.2.41
2016/02/06 17:25:43 [INFO] Loading app implementation for Tuple: ("python", "aws", "simple")
2016/02/06 17:25:43 [DEBUG] core: calling Dev for root app 'mypythonproject'
2016/02/06 17:25:43 [DEBUG] otto: 2016/02/06 17:25:43 [DEBUG] installIfNeeded: vagrant
2016/02/06 17:25:43 [DEBUG] otto: 2016/02/06 17:25:43 [DEBUG] installIfNeeded: vagrant installed: 1.8.1
2016/02/06 17:25:43 [DEBUG] otto: 2016/02/06 17:25:43 [DEBUG] installIfNeeded: vagrant latest: 1.8.1
2016/02/06 17:25:43 [DEBUG] otto: 2016/02/06 17:25:43 [DEBUG] installIfNeeded: vagrant min: 1.8.1
2016/02/06 17:25:43 [DEBUG] otto: 2016/02/06 17:25:43 [DEBUG] installIfNeeded: vagrant no installation needed
2016/02/06 17:25:43 [DEBUG] otto: 2016/02/06 17:25:43 [DEBUG] vagrant: building layer: consul
2016/02/06 17:25:43 [DEBUG] otto: 2016/02/06 17:25:43 [DEBUG] vagrant: layer already ready, will verify: consul
==> Verifying created layer: consul
2016/02/06 17:25:43 [DEBUG] otto: 2016/02/06 17:25:43 [DEBUG] execDir: /Users/miketheman/.otto.d/global-data/vagrant-layered/layers/consul
2016/02/06 17:25:43 [DEBUG] otto: 2016/02/06 17:25:43 [DEBUG] exec: /usr/local/bin/vagrant --machine-readable status
2016/02/06 17:25:43 [DEBUG] otto: 2016/02/06 17:25:43 [DEBUG] exec runnable: VAGRANT_CWD="/Users/miketheman/.otto.d/global-data/vagrant-layered/layers/consul" VAGRANT_DOTFILE_PATH="/Users/miketheman/.otto.d/global-data/vagrant-layered/layers/consul/.vagrant" /usr/local/bin/vagrant --machine-readable status
2016/02/06 17:25:45 [DEBUG] otto: 2016/02/06 17:25:45 [DEBUG] Vagrant output line: 1454797545,default,metadata,provider,vmware_fusion
2016/02/06 17:25:46 [DEBUG] otto: 2016/02/06 17:25:46 [DEBUG] Vagrant output line: 1454797546,default,provider-name,vmware_fusion
2016/02/06 17:25:46 [DEBUG] otto: 2016/02/06 17:25:46 [DEBUG] Vagrant output line: 1454797546,default,state,not_running
2016/02/06 17:25:46 [DEBUG] otto: 2016/02/06 17:25:46 [DEBUG] Vagrant output line: 1454797546,default,state-human-short,not running
2016/02/06 17:25:46 [DEBUG] otto: 2016/02/06 17:25:46 [DEBUG] Vagrant output line: 1454797546,default,state-human-long,The VM is powered off. To restart the VM%!(VAGRANT_COMMA) run `vagrant up`
2016/02/06 17:25:46 [DEBUG] otto: 2016/02/06 17:25:46 [DEBUG] Vagrant output line: 1454797546,,ui,info,Current machine states:\n\ndefault not running (vmware_fusion)\n\nThe VM is powered off. To restart the VM%!(VAGRANT_COMMA) run `vagrant up`
2016/02/06 17:25:46 [DEBUG] otto: 2016/02/06 17:25:46 [INFO] ui raw: Current machine states:
2016/02/06 17:25:46 [DEBUG] otto:
2016/02/06 17:25:46 [DEBUG] otto: default not running (vmware_fusion)
2016/02/06 17:25:46 [DEBUG] otto:
2016/02/06 17:25:46 [DEBUG] otto: The VM is powered off. To restart the VM, run `vagrant up`
2016/02/06 17:25:46 [DEBUG] otto: 2016/02/06 17:25:46 [DEBUG] vagrant: building layer: python2.7
2016/02/06 17:25:46 [DEBUG] otto: 2016/02/06 17:25:46 [DEBUG] vagrant: layer already ready, will verify: python2.7
==> Verifying created layer: python2.7
2016/02/06 17:25:46 [DEBUG] otto: 2016/02/06 17:25:46 [DEBUG] execDir: /Users/miketheman/.otto.d/global-data/vagrant-layered/layers/python2.7
2016/02/06 17:25:46 [DEBUG] otto: 2016/02/06 17:25:46 [DEBUG] exec: /usr/local/bin/vagrant --machine-readable status
2016/02/06 17:25:46 [DEBUG] otto: 2016/02/06 17:25:46 [DEBUG] exec runnable: VAGRANT_DOTFILE_PATH="/Users/miketheman/.otto.d/global-data/vagrant-layered/layers/python2.7/.vagrant" VAGRANT_CWD="/Users/miketheman/.otto.d/global-data/vagrant-layered/layers/python2.7" OTTO_VAGRANT_LAYER_PATH="/Users/miketheman/.otto.d/global-data/vagrant-layered/layers/consul/Vagrantfile" /usr/local/bin/vagrant --machine-readable status
2016/02/06 17:25:47 [DEBUG] otto: 2016/02/06 17:25:47 [DEBUG] Vagrant output line: 1454797547,default,metadata,provider,vmware_fusion
2016/02/06 17:25:48 [DEBUG] otto: 2016/02/06 17:25:48 [DEBUG] Vagrant output line: 1454797548,default,provider-name,vmware_fusion
2016/02/06 17:25:48 [DEBUG] otto: 2016/02/06 17:25:48 [DEBUG] Vagrant output line: 1454797548,default,state,not_running
2016/02/06 17:25:48 [DEBUG] otto: 2016/02/06 17:25:48 [DEBUG] Vagrant output line: 1454797548,default,state-human-short,not running
2016/02/06 17:25:48 [DEBUG] otto: 2016/02/06 17:25:48 [DEBUG] Vagrant output line: 1454797548,default,state-human-long,The VM is powered off. To restart the VM%!(VAGRANT_COMMA) run `vagrant up`
2016/02/06 17:25:48 [DEBUG] otto: 2016/02/06 17:25:48 [DEBUG] Vagrant output line: 1454797548,,ui,info,Current machine states:\n\ndefault not running (vmware_fusion)\n\nThe VM is powered off. To restart the VM%!(VAGRANT_COMMA) run `vagrant up`
2016/02/06 17:25:48 [DEBUG] otto: 2016/02/06 17:25:48 [INFO] ui raw: Current machine states:
2016/02/06 17:25:48 [DEBUG] otto:
2016/02/06 17:25:48 [DEBUG] otto: default not running (vmware_fusion)
2016/02/06 17:25:48 [DEBUG] otto:
2016/02/06 17:25:48 [DEBUG] otto: The VM is powered off. To restart the VM, run `vagrant up`
==> Creating local development environment with Vagrant if it doesn't exist...
2016/02/06 17:25:48 [DEBUG] otto: 2016/02/06 17:25:48 [DEBUG] execDir: /Users/miketheman/git/mypythonproject/.otto/compiled/app/dev
2016/02/06 17:25:48 [DEBUG] otto: 2016/02/06 17:25:48 [DEBUG] exec: /usr/local/bin/vagrant --machine-readable up
2016/02/06 17:25:48 [DEBUG] otto: 2016/02/06 17:25:48 [DEBUG] exec runnable: OTTO_VAGRANT_LAYER_PATH="/Users/miketheman/.otto.d/global-data/vagrant-layered/layers/python2.7/Vagrantfile" VAGRANT_DOTFILE_PATH="/Users/miketheman/git/mypythonproject/.otto/data/vagrant" VAGRANT_CWD="/Users/miketheman/git/mypythonproject/.otto/compiled/app/dev" OTTO_VAGRANT_LAYER_ID="python2.7" /usr/local/bin/vagrant --machine-readable up
2016/02/06 17:25:50 [DEBUG] otto: 2016/02/06 17:25:50 [DEBUG] Vagrant output line: 1454797550,default,metadata,provider,virtualbox
2016/02/06 17:25:50 [DEBUG] otto: 2016/02/06 17:25:50 [DEBUG] Vagrant output line: 1454797550,,ui,info,Bringing machine 'default' up with 'virtualbox' provider...
Bringing machine 'default' up with 'virtualbox' provider...
2016/02/06 17:25:50 [DEBUG] otto: 2016/02/06 17:25:50 [DEBUG] Vagrant output line: 1454797550,default,action,up,start
2016/02/06 17:25:51 [DEBUG] otto: 2016/02/06 17:25:51 [DEBUG] Vagrant output line: 1454797551,default,metadata,provider,virtualbox
2016/02/06 17:25:51 [DEBUG] otto: 2016/02/06 17:25:51 [DEBUG] Vagrant output line: 1454797551,,ui,error,The clone environment hasn't been created yet. To clone from\nanother Vagrantfile%!(VAGRANT_COMMA) it must already be created with `vagrant up`.\nIt doesn't need to be running.\n\nAdditionally%!(VAGRANT_COMMA) the created environment must be started with a provider\nmatching this provider. For example%!(VAGRANT_COMMA) if you're using VirtualBox%!(VAGRANT_COMMA)\nthe clone environment must also be using VirtualBox.
The clone environment hasn't been created yet. To clone from
another Vagrantfile, it must already be created with `vagrant up`.
2016/02/06 17:25:51 [DEBUG] otto: 2016/02/06 17:25:51 [DEBUG] Vagrant output line: 1454797551,,error-exit,Vagrant::Errors::CloneMachineNotFound,The clone environment hasn't been created yet. To clone from\nanother Vagrantfile%!(VAGRANT_COMMA) it must already be created with `vagrant up`.\nIt doesn't need to be running.\n\nAdditionally%!(VAGRANT_COMMA) the created environment must be started with a provider\nmatching this provider. For example%!(VAGRANT_COMMA) if you're using VirtualBox%!(VAGRANT_COMMA)\nthe clone environment must also be using VirtualBox.
It doesn't need to be running.
Additionally, the created environment must be started with a provider
matching this provider. For example, if you're using VirtualBox,
the clone environment must also be using VirtualBox.
2016/02/06 17:25:51 [DEBUG] waiting for all plugin processes to complete...
Error building dev environment: Error executing Vagrant: exit status 1
The error messages from Vagrant are usually very informative.
Please read it carefully and fix any issues it mentions. If
the message isn't clear, please report this to the Otto project.
2016/02/06 17:25:51 [DEBUG] /usr/local/Cellar/otto/0.2.0/bin/otto: plugin process exited
$ VAGRANT_DEFAULT_PROVIDER=vmware_fusion otto dev
==> Verifying created layer: consul
==> Verifying created layer: python2.7
==> Creating local development environment with Vagrant if it doesn't exist...
Bringing machine 'default' up with 'vmware_fusion' provider...
==> default: Skipping vmnet device verification, verify_vmnet is set to false.
The host only network with the IP '100.102.2.41' would collide with
another device 'vboxnet'. This means that VMware cannot create
a proper networking device to route to your VM. Please choose
another IP or shut down the existing device.
Error building dev environment: Error executing Vagrant: exit status 1
The error messages from Vagrant are usually very informative.
Please read it carefully and fix any issues it mentions. If
the message isn't clear, please report this to the Otto project.
→ OTTO_LOG=true VAGRANT_DEFAULT_PROVIDER=vmware_fusion otto dev
2016/02/06 17:44:32 [INFO] Otto version: 0.2.0 d3d825bb135a2fa27a604e82e40f60151a5e2118+CHANGES
2016/02/06 17:44:32 Detected home directory from env var: /Users/miketheman
2016/02/06 17:44:32 [DEBUG] Starting plugin: /usr/local/Cellar/otto/0.2.0/bin/otto []string{"/usr/local/Cellar/otto/0.2.0/bin/otto", "plugin-builtin", "app-python"}
2016/02/06 17:44:32 [DEBUG] Waiting for RPC address for: /usr/local/Cellar/otto/0.2.0/bin/otto
2016/02/06 17:44:32 [DEBUG] otto: 2016/02/06 17:44:32 [INFO] Otto version: 0.2.0 d3d825bb135a2fa27a604e82e40f60151a5e2118+CHANGES
2016/02/06 17:44:32 [DEBUG] otto: 2016/02/06 17:44:32 Detected home directory from env var: /Users/miketheman
2016/02/06 17:44:32 [DEBUG] otto: 2016/02/06 17:44:32 Plugin address: unix /var/folders/78/3jyqdny925n348fpr6wh23bc0000gn/T/otto-plugin858972099
2016/02/06 17:44:32 [DEBUG] reading IP, cache path: /Users/miketheman/git/mypythonproject/.otto/data/dev_ip
2016/02/06 17:44:32 [DEBUG] read ip from cache: 100.102.2.41
2016/02/06 17:44:32 [INFO] Loading app implementation for Tuple: ("python", "aws", "simple")
2016/02/06 17:44:32 [DEBUG] core walking app: mypythonproject
2016/02/06 17:44:32 [DEBUG] reading IP, cache path: /Users/miketheman/git/mypythonproject/.otto/data/dev_ip
2016/02/06 17:44:32 [DEBUG] read ip from cache: 100.102.2.41
2016/02/06 17:44:32 [INFO] Loading app implementation for Tuple: ("python", "aws", "simple")
2016/02/06 17:44:32 [DEBUG] core: calling Dev for root app 'mypythonproject'
2016/02/06 17:44:32 [DEBUG] otto: 2016/02/06 17:44:32 [DEBUG] installIfNeeded: vagrant
2016/02/06 17:44:32 [DEBUG] otto: 2016/02/06 17:44:32 [DEBUG] installIfNeeded: vagrant installed: 1.8.1
2016/02/06 17:44:33 [DEBUG] otto: 2016/02/06 17:44:33 [DEBUG] installIfNeeded: vagrant latest: 1.8.1
2016/02/06 17:44:33 [DEBUG] otto: 2016/02/06 17:44:33 [DEBUG] installIfNeeded: vagrant min: 1.8.1
2016/02/06 17:44:33 [DEBUG] otto: 2016/02/06 17:44:33 [DEBUG] installIfNeeded: vagrant no installation needed
2016/02/06 17:44:33 [DEBUG] otto: 2016/02/06 17:44:33 [DEBUG] vagrant: building layer: consul
2016/02/06 17:44:33 [DEBUG] otto: 2016/02/06 17:44:33 [DEBUG] vagrant: layer already ready, will verify: consul
==> Verifying created layer: consul
2016/02/06 17:44:33 [DEBUG] otto: 2016/02/06 17:44:33 [DEBUG] execDir: /Users/miketheman/.otto.d/global-data/vagrant-layered/layers/consul
2016/02/06 17:44:33 [DEBUG] otto: 2016/02/06 17:44:33 [DEBUG] exec: /usr/local/bin/vagrant --machine-readable status
2016/02/06 17:44:33 [DEBUG] otto: 2016/02/06 17:44:33 [DEBUG] exec runnable: VAGRANT_CWD="/Users/miketheman/.otto.d/global-data/vagrant-layered/layers/consul" VAGRANT_DOTFILE_PATH="/Users/miketheman/.otto.d/global-data/vagrant-layered/layers/consul/.vagrant" /usr/local/bin/vagrant --machine-readable status
2016/02/06 17:44:36 [DEBUG] otto: 2016/02/06 17:44:36 [DEBUG] Vagrant output line: 1454798676,default,metadata,provider,vmware_fusion
2016/02/06 17:44:36 [DEBUG] otto: 2016/02/06 17:44:36 [DEBUG] Vagrant output line: 1454798676,default,provider-name,vmware_fusion
2016/02/06 17:44:36 [DEBUG] otto: 2016/02/06 17:44:36 [DEBUG] Vagrant output line: 1454798676,default,state,not_running
2016/02/06 17:44:36 [DEBUG] otto: 2016/02/06 17:44:36 [DEBUG] Vagrant output line: 1454798676,default,state-human-short,not running
2016/02/06 17:44:36 [DEBUG] otto: 2016/02/06 17:44:36 [DEBUG] Vagrant output line: 1454798676,default,state-human-long,The VM is powered off. To restart the VM%!(VAGRANT_COMMA) run `vagrant up`
2016/02/06 17:44:36 [DEBUG] otto: 2016/02/06 17:44:36 [DEBUG] Vagrant output line: 1454798676,,ui,info,Current machine states:\n\ndefault not running (vmware_fusion)\n\nThe VM is powered off. To restart the VM%!(VAGRANT_COMMA) run `vagrant up`
2016/02/06 17:44:36 [DEBUG] otto: 2016/02/06 17:44:36 [INFO] ui raw: Current machine states:
2016/02/06 17:44:36 [DEBUG] otto:
2016/02/06 17:44:36 [DEBUG] otto: default not running (vmware_fusion)
2016/02/06 17:44:36 [DEBUG] otto:
2016/02/06 17:44:36 [DEBUG] otto: The VM is powered off. To restart the VM, run `vagrant up`
2016/02/06 17:44:36 [DEBUG] otto: 2016/02/06 17:44:36 [DEBUG] vagrant: building layer: python2.7
2016/02/06 17:44:36 [DEBUG] otto: 2016/02/06 17:44:36 [DEBUG] vagrant: layer already ready, will verify: python2.7
==> Verifying created layer: python2.7
2016/02/06 17:44:36 [DEBUG] otto: 2016/02/06 17:44:36 [DEBUG] execDir: /Users/miketheman/.otto.d/global-data/vagrant-layered/layers/python2.7
2016/02/06 17:44:36 [DEBUG] otto: 2016/02/06 17:44:36 [DEBUG] exec: /usr/local/bin/vagrant --machine-readable status
2016/02/06 17:44:36 [DEBUG] otto: 2016/02/06 17:44:36 [DEBUG] exec runnable: OTTO_VAGRANT_LAYER_PATH="/Users/miketheman/.otto.d/global-data/vagrant-layered/layers/consul/Vagrantfile" VAGRANT_DOTFILE_PATH="/Users/miketheman/.otto.d/global-data/vagrant-layered/layers/python2.7/.vagrant" VAGRANT_CWD="/Users/miketheman/.otto.d/global-data/vagrant-layered/layers/python2.7" /usr/local/bin/vagrant --machine-readable status
2016/02/06 17:44:38 [DEBUG] otto: 2016/02/06 17:44:38 [DEBUG] Vagrant output line: 1454798678,default,metadata,provider,vmware_fusion
2016/02/06 17:44:39 [DEBUG] otto: 2016/02/06 17:44:39 [DEBUG] Vagrant output line: 1454798679,default,provider-name,vmware_fusion
2016/02/06 17:44:39 [DEBUG] otto: 2016/02/06 17:44:39 [DEBUG] Vagrant output line: 1454798679,default,state,not_running
2016/02/06 17:44:39 [DEBUG] otto: 2016/02/06 17:44:39 [DEBUG] Vagrant output line: 1454798679,default,state-human-short,not running
2016/02/06 17:44:39 [DEBUG] otto: 2016/02/06 17:44:39 [DEBUG] Vagrant output line: 1454798679,default,state-human-long,The VM is powered off. To restart the VM%!(VAGRANT_COMMA) run `vagrant up`
2016/02/06 17:44:39 [DEBUG] otto: 2016/02/06 17:44:39 [DEBUG] Vagrant output line: 1454798679,,ui,info,Current machine states:\n\ndefault not running (vmware_fusion)\n\nThe VM is powered off. To restart the VM%!(VAGRANT_COMMA) run `vagrant up`
2016/02/06 17:44:39 [DEBUG] otto: 2016/02/06 17:44:39 [INFO] ui raw: Current machine states:
2016/02/06 17:44:39 [DEBUG] otto:
2016/02/06 17:44:39 [DEBUG] otto: default not running (vmware_fusion)
2016/02/06 17:44:39 [DEBUG] otto:
2016/02/06 17:44:39 [DEBUG] otto: The VM is powered off. To restart the VM, run `vagrant up`
==> Creating local development environment with Vagrant if it doesn't exist...
2016/02/06 17:44:39 [DEBUG] otto: 2016/02/06 17:44:39 [DEBUG] execDir: /Users/miketheman/git/mypythonproject/.otto/compiled/app/dev
2016/02/06 17:44:39 [DEBUG] otto: 2016/02/06 17:44:39 [DEBUG] exec: /usr/local/bin/vagrant --machine-readable up
2016/02/06 17:44:39 [DEBUG] otto: 2016/02/06 17:44:39 [DEBUG] exec runnable: VAGRANT_CWD="/Users/miketheman/git/mypythonproject/.otto/compiled/app/dev" OTTO_VAGRANT_LAYER_ID="python2.7" OTTO_VAGRANT_LAYER_PATH="/Users/miketheman/.otto.d/global-data/vagrant-layered/layers/python2.7/Vagrantfile" VAGRANT_DOTFILE_PATH="/Users/miketheman/git/mypythonproject/.otto/data/vagrant" /usr/local/bin/vagrant --machine-readable up
2016/02/06 17:44:41 [DEBUG] otto: 2016/02/06 17:44:41 [DEBUG] Vagrant output line: 1454798681,default,metadata,provider,vmware_fusion
2016/02/06 17:44:41 [DEBUG] otto: 2016/02/06 17:44:41 [DEBUG] Vagrant output line: 1454798681,,ui,info,Bringing machine 'default' up with 'vmware_fusion' provider...
Bringing machine 'default' up with 'vmware_fusion' provider...
2016/02/06 17:44:42 [DEBUG] otto: 2016/02/06 17:44:42 [DEBUG] Vagrant output line: 1454798682,default,action,up,start
2016/02/06 17:44:44 [DEBUG] otto: 2016/02/06 17:44:44 [DEBUG] Vagrant output line: 1454798684,default,ui,info,==> default: Skipping vmnet device verification%!(VAGRANT_COMMA) verify_vmnet is set to false.
==> default: Skipping vmnet device verification, verify_vmnet is set to false.
2016/02/06 17:44:44 [DEBUG] otto: 2016/02/06 17:44:44 [DEBUG] Vagrant output line: 1454798684,,ui,error,The host only network with the IP '100.102.2.41' would collide with\nanother device 'vboxnet'. This means that VMware cannot create\na proper networking device to route to your VM. Please choose\nanother IP or shut down the existing device.
The host only network with the IP '100.102.2.41' would collide with
2016/02/06 17:44:44 [DEBUG] otto: 2016/02/06 17:44:44 [DEBUG] Vagrant output line: 1454798684,,error-exit,HashiCorp::VagrantVMwarefusion::Errors::NetworkingHostOnlyCollision,The host only network with the IP '100.102.2.41' would collide with\nanother device 'vboxnet'. This means that VMware cannot create\na proper networking device to route to your VM. Please choose\nanother IP or shut down the existing device.
another device 'vboxnet'. This means that VMware cannot create
a proper networking device to route to your VM. Please choose
another IP or shut down the existing device.
2016/02/06 17:44:44 [DEBUG] waiting for all plugin processes to complete...
Error building dev environment: Error executing Vagrant: exit status 1
The error messages from Vagrant are usually very informative.
Please read it carefully and fix any issues it mentions. If
the message isn't clear, please report this to the Otto project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment