vagrant up fails stating that the vm is not found

564 views
Skip to first unread message

kim...@tsbvi.edu

unread,
Nov 2, 2016, 12:10:53 PM11/2/16
to Vagrant
I am having trouble with the initial setup of vagrant 1.8.6 with Virtual box version 5 on a Windows 7 PC

I have tried several setup tutorials but seem to get this same error stating that the machine can not be found.  I see some SSL information in the error message but do not see how this applies when I am using a configuration file downloaded from PuPHPet.

Some direction on how to learn more about this problem and how to proceed would be greatly appreciated.

Here is the error message:

C:\Users\kimbled>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'hashicorp/precise64' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
The box 'hashicorp/precise64' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

Error: SSL certificate problem: unable to get local issuer certificate

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.

kim...@tsbvi.edu

unread,
Nov 2, 2016, 12:20:21 PM11/2/16
to Vagrant
I thought the hashicorp/precise64 might be the problem so I tried the following to test.

Created a new directory called trusty64 and then moved into the directory.

ran the command vagrant init -m hashicorp/trusty64

I was then given the message that I was ready to run vagrant up which I did

The same error came up with the new directory.

C:\Users\kimbled>cd \drupalvm

C:\drupalvm>mkdir trusty64

C:\drupalvm>cd trusty64

C:\drupalvm\trusty64>vagrant init -m hashicorp/trusty64
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.

C:\drupalvm\trusty64>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'hashicorp/trusty64' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
The box 'hashicorp/trusty64' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

Error: SSL certificate problem: unable to get local issuer certificate

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.

Alvaro Miranda Aguilera

unread,
Nov 2, 2016, 4:24:01 PM11/2/16
to vagra...@googlegroups.com
hello

what version of Vagrant do you have there?

can you try the latest one?

For error, can you install C++ redistributable package, 32  bits? (even if OS is 64 bits, 32 bit is required)

if still fails:

set VAGRANT_LOG=debug
vagrant up

 and share a gist of the generated log.

Thanks!
Alvaro.

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/16d091b5-e75a-4252-ad9f-52019e21bb05%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Alvaro

Dennis Kimble

unread,
Nov 2, 2016, 4:52:57 PM11/2/16
to vagra...@googlegroups.com
Hello and thank you for your reply

I am using the latest version of vagrant (1.8.6 ) as stated above, and the C++ x86 (32 bit) is already installed as well (see screenshot below).  where do I set the VAGRANT_LOG variable?  Is there a config file that I edit in a text editor?
Inline image 1

You received this message because you are subscribed to a topic in the Google Groups "Vagrant" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vagrant-up/tiO9etxJZOY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vagrant-up+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0ezSzNXfrptgP0X48PpRTv94G7Rnzt%2B0SPXDOgzAngr5HQ%40mail.gmail.com.

For more options, visit https://groups.google.com/d/optout.



--

Thanks,

 

Dennis Kimble

Webmaster

TSBVI

1100 West 45th Street

Austin, TX 78756

(512) 206-9175

kim...@tsbvi.edu

Alvaro Miranda Aguilera

unread,
Nov 2, 2016, 4:55:38 PM11/2/16
to vagra...@googlegroups.com
hi

in cmd.exe prompt

the following line is a command to type in the prompt.

set VAGRANT_LOG=debug

then:
vagrant up



For more options, visit https://groups.google.com/d/optout.



--
Alvaro

Dennis Kimble

unread,
Nov 2, 2016, 5:10:36 PM11/2/16
to vagra...@googlegroups.com
Ok,  I piped the output to the attached file and I will also copy the last lines on the screen here.

 INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/provisioners/ansible/plugin.rb
 INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/provisioners/cfengine/plugin.rb
 INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/provisioners/chef/plugin.rb
 INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/provisioners/docker/plugin.rb
 INFO manager: Registered plugin: docker
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/provisioners/file/plugin.rb
 INFO manager: Registered plugin: file
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/provisioners/puppet/plugin.rb
 INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/provisioners/salt/plugin.rb
 INFO manager: Registered plugin: salt
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/provisioners/shell/plugin.rb
 INFO manager: Registered plugin: shell
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/pushes/atlas/plugin.rb
 INFO manager: Registered plugin: atlas
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/pushes/ftp/plugin.rb
 INFO manager: Registered plugin: ftp
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/pushes/heroku/plugin.rb
 INFO manager: Registered plugin: heroku
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/pushes/local-exec/plugin.rb
 INFO manager: Registered plugin: local-exec
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/pushes/noop/plugin.rb
 INFO manager: Registered plugin: noop
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/synced_folders/nfs/plugin.rb
 INFO manager: Registered plugin: NFS synced folders
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/synced_folders/rsync/plugin.rb
 INFO manager: Registered plugin: RSync synced folders
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/synced_folders/smb/plugin.rb
 INFO manager: Registered plugin: SMB synced folders
 INFO global: Loading plugins!
 INFO manager: Registered plugin: vagrant-share
 INFO vagrant: `vagrant` invoked: ["up"]
DEBUG vagrant: Creating Vagrant environment
 INFO environment: Environment initialized (#<Vagrant::Environment:0x32a43c8>)
 INFO environment:   - cwd: C:/drupalvm/ubuntu64/FV721M
 INFO environment: Home path: C:/Users/kimbled/.vagrant.d
DEBUG environment: Effective local data path: C:/drupalvm/ubuntu64/FV721M/.vagrant
 INFO environment: Local data path: C:/drupalvm/ubuntu64/FV721M/.vagrant
DEBUG environment: Creating: C:/drupalvm/ubuntu64/FV721M/.vagrant
 INFO environment: Running hook: environment_plugins_loaded
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: environment_plugins_loaded #<Vagrant::Action::Builder:0x3151020>
 INFO environment: Running hook: environment_load
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: environment_load #<Vagrant::Action::Builder:0x2b37be0>
 INFO cli: CLI: [] "up" []
DEBUG cli: Invoking command class: VagrantPlugins::CommandUp::Command []
DEBUG command: 'Up' each target VM...
 INFO loader: Set :root = ["#<Pathname:C:/drupalvm/ubuntu64/FV721M/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:C:/drupalvm/ubuntu64/FV721M/Vagrantfile>
DEBUG loader: Load procs for pathname: C:/drupalvm/ubuntu64/FV721M/Vagrantfile
 INFO root: Version requirements from Vagrantfile: [">= 1.8.1"]
 INFO root:   - Version requirements satisfied!
 INFO loader: Loading configuration in order: [:home, :root]
DEBUG loader: Loading from: root (evaluating)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command:  -- names: ["webdevlocal1"]
DEBUG command:  -- options: nil
DEBUG command: Finding machine that match name: webdevlocal1
 INFO loader: Set "3106320_machine_webdevlocal1" = ["[\"2\", #<Proc:0x31d10f0@(eval):19>]"]
DEBUG loader: Populating proc cache for ["2", #<Proc:0x31d10f0@(eval):19>]
 INFO loader: Loading configuration in order: [:home, :root, "3106320_machine_webdevlocal1"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 3106320_machine_webdevlocal1 (evaluating)
DEBUG provisioner: Provisioner defined:
DEBUG provisioner: Provisioner defined:
DEBUG provisioner: Provisioner defined:
DEBUG provisioner: Provisioner defined:
DEBUG provisioner: Provisioner defined:
DEBUG provisioner: Provisioner defined:
DEBUG provisioner: Provisioner defined:
DEBUG provisioner: Provisioner defined:
DEBUG provisioner: Provisioner defined:
DEBUG provisioner: Provisioner defined:
DEBUG provisioner: Provisioner defined:
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\
 INFO subprocess: Starting process: ["C:\\cygwin64\\bin/cygpath.EXE", "-w", "-l", "-a", "C:/Program Files/Oracle/VirtualBox/VBoxManage.exe"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe
 INFO subprocess: Starting process: ["C:/Program Files/Oracle/VirtualBox/VBoxManage.exe", "--version"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 5.1.8r111374
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 5.1.8
 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\
 INFO subprocess: Starting process: ["C:\\cygwin64\\bin/cygpath.EXE", "-w", "-l", "-a", "C:/Program Files/Oracle/VirtualBox/VBoxManage.exe"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe
 INFO environment: Getting machine: webdevlocal1 (virtualbox)
 INFO environment: Uncached load of machine.
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\
 INFO subprocess: Starting process: ["C:\\cygwin64\\bin/cygpath.EXE", "-w", "-l", "-a", "C:/Program Files/Oracle/VirtualBox/VBoxManage.exe"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe
DEBUG meta: Finding driver for VirtualBox version: 5.1.8
 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\
 INFO subprocess: Starting process: ["C:\\cygwin64\\bin/cygpath.EXE", "-w", "-l", "-a", "C:/Program Files/Oracle/VirtualBox/VBoxManage.exe"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe
 INFO loader: Set "3106320_machine_webdevlocal1" = ["[\"2\", #<Proc:0x31d10f0@(eval):19>]"]
 INFO loader: Loading configuration in order: [:home, :root, "3106320_machine_webdevlocal1"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 3106320_machine_webdevlocal1 (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
 INFO box_collection: Box not found: puphpet/ubuntu1604-x64 (virtualbox)
 INFO machine: Initializing machine: webdevlocal1
 INFO machine:   - Provider: VagrantPlugins::ProviderVirtualBox::Provider
 INFO machine:   - Box:
 INFO machine:   - Data dir: C:/drupalvm/ubuntu64/FV721M/.vagrant/machines/webdevlocal1/virtualbox
DEBUG virtualbox: Instantiating the driver for machine ID: nil
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\
 INFO subprocess: Starting process: ["C:\\cygwin64\\bin/cygpath.EXE", "-w", "-l", "-a", "C:/Program Files/Oracle/VirtualBox/VBoxManage.exe"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe
DEBUG meta: Finding driver for VirtualBox version: 5.1.8
 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\
 INFO subprocess: Starting process: ["C:\\cygwin64\\bin/cygpath.EXE", "-w", "-l", "-a", "C:/Program Files/Oracle/VirtualBox/VBoxManage.exe"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe
 INFO machine: New machine ID: nil
DEBUG virtualbox: Instantiating the driver for machine ID: nil
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\
 INFO subprocess: Starting process: ["C:\\cygwin64\\bin/cygpath.EXE", "-w", "-l", "-a", "C:/Program Files/Oracle/VirtualBox/VBoxManage.exe"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe
DEBUG meta: Finding driver for VirtualBox version: 5.1.8
 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\
 INFO subprocess: Starting process: ["C:\\cygwin64\\bin/cygpath.EXE", "-w", "-l", "-a", "C:/Program Files/Oracle/VirtualBox/VBoxManage.exe"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe
 INFO interface: Machine: metadata ["provider", :virtualbox, {:target=>:webdevlocal1}]
 INFO command: With machine: webdevlocal1 (#<VagrantPlugins::ProviderVirtualBox::Provider:0x4566930 @logger=#<Log4r::Logger:0x4566900 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x32ed5c8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0
x32d0e40 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x32d0df8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x32c71c8 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x32ed520 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @machine=#<Vagr
ant::Machine: webdevlocal1 (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x4783668 @logger=#<Log4r::Logger:0x4678338 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x4566900 @fu
llname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x32ed5c8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x32d0e40 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x32d0df8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x32
c71c8 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x32ed520 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="C:/Program Files/Oracle/VirtualBox/VBoxManage.exe", @uuid=nil, @driver=#<VagrantPlugins::
ProviderVirtualBox::Driver::Version_5_1:0x462f468 @logger=#<Log4r::Logger:0x44aee80 @fullname="vagrant::provider::virtualbox_5_1", @outputters=[], @additive=true, @name="virtualbox_5_1", @path="vagrant::provider", @parent=#<Log4r::Logger:0x32ed5c8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x32d0e40 @mon_owner=nil, @mon_count=0, @mo
n_mutex=#<Mutex:0x32d0df8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x32c71c8 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x32ed520 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="C:/Program Files/Or
acle/VirtualBox/VBoxManage.exe", @uuid=nil>, @version="5.1.8">, @cap_logger=#<Log4r::Logger:0x47673f0 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<Log4r::Logger:0x32ed5c8 @fullname=
"vagrant", @outputters=[#<Log4r::StderrOutputter:0x32d0e40 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x32d0df8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x32c71c8 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x32ed520 @level=0, @outputters=[]>, @level=1, @trac
e=false>, @level=1, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x4767678>:0x478b168>]], @cap_args=[#<Vagrant::Machine: webdevlocal1 (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x47675b8 @items={:public_address=>#<Proc:0x3240c00@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/p
roviders/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x3240ab0@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/providers/docker/plugin.rb:65>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x4767558 @items={:public_address=>#<Proc:0x258b820@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/providers/hyperv/plugin.rb:2
5>, :snapshot_list=>#<Proc:0x258b730@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/providers/hyperv/plugin.rb:30>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x47674f8 @items={:forwarded_ports=>#<Proc:0x31812d8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addre
sses=>#<Proc:0x3181248@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x31487d0@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-share-1.1.5/lib/vagrant-share.rb:39>, :snapshot_list=>#<Proc:0x3181218@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/providers/virt
ualbox/plugin.rb:42>}, @results_cache={}>}>)
 INFO host: Autodetecting host type for [#<Vagrant::Environment: C:/drupalvm/ubuntu64/FV721M>]
DEBUG host: Trying: arch
DEBUG host: Trying: darwin
DEBUG host: Trying: freebsd
DEBUG host: Trying: gentoo
DEBUG host: Trying: redhat
DEBUG host: Trying: slackware
DEBUG host: Trying: suse
DEBUG host: Trying: bsd
DEBUG host: Trying: linux
DEBUG host: Trying: null
DEBUG host: Trying: windows
 INFO host: Detected: windows!
DEBUG host: Searching for cap: provider_install_virtualbox
DEBUG host: Checking in: windows
DEBUG host: Found cap: provider_install_virtualbox in windows
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\
 INFO subprocess: Starting process: ["C:\\cygwin64\\bin/cygpath.EXE", "-w", "-l", "-a", "C:/Program Files/Oracle/VirtualBox/VBoxManage.exe"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe
DEBUG meta: Finding driver for VirtualBox version: 5.1.8
 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\
 INFO subprocess: Starting process: ["C:\\cygwin64\\bin/cygpath.EXE", "-w", "-l", "-a", "C:/Program Files/Oracle/VirtualBox/VBoxManage.exe"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command:  -- names: ["webdevlocal1"]
DEBUG command:  -- options: {:provider=>nil}
DEBUG command: Finding machine that match name: webdevlocal1
 INFO environment: Getting machine: webdevlocal1 (virtualbox)
 INFO environment: Returning cached machine: webdevlocal1 (virtualbox)
 INFO command: With machine: webdevlocal1 (#<VagrantPlugins::ProviderVirtualBox::Provider:0x4566930 @logger=#<Log4r::Logger:0x4566900 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x32ed5c8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0
x32d0e40 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x32d0df8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x32c71c8 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x32ed520 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @machine=#<Vagr
ant::Machine: webdevlocal1 (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x4783668 @logger=#<Log4r::Logger:0x4678338 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x4566900 @fu
llname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x32ed5c8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x32d0e40 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x32d0df8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x32
c71c8 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x32ed520 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="C:/Program Files/Oracle/VirtualBox/VBoxManage.exe", @uuid=nil, @driver=#<VagrantPlugins::
ProviderVirtualBox::Driver::Version_5_1:0x462f468 @logger=#<Log4r::Logger:0x44aee80 @fullname="vagrant::provider::virtualbox_5_1", @outputters=[], @additive=true, @name="virtualbox_5_1", @path="vagrant::provider", @parent=#<Log4r::Logger:0x32ed5c8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x32d0e40 @mon_owner=nil, @mon_count=0, @mo
n_mutex=#<Mutex:0x32d0df8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x32c71c8 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x32ed520 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="C:/Program Files/Or
acle/VirtualBox/VBoxManage.exe", @uuid=nil>, @version="5.1.8">, @cap_logger=#<Log4r::Logger:0x47673f0 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<Log4r::Logger:0x32ed5c8 @fullname=
"vagrant", @outputters=[#<Log4r::StderrOutputter:0x32d0e40 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x32d0df8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x32c71c8 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x32ed520 @level=0, @outputters=[]>, @level=1, @trac
e=false>, @level=1, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x4767678>:0x478b168>]], @cap_args=[#<Vagrant::Machine: webdevlocal1 (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x47675b8 @items={:public_address=>#<Proc:0x3240c00@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/p
roviders/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x3240ab0@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/providers/docker/plugin.rb:65>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x4767558 @items={:public_address=>#<Proc:0x258b820@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/providers/hyperv/plugin.rb:2
5>, :snapshot_list=>#<Proc:0x258b730@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/providers/hyperv/plugin.rb:30>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x47674f8 @items={:forwarded_ports=>#<Proc:0x31812d8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addre
sses=>#<Proc:0x3181248@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x31487d0@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-share-1.1.5/lib/vagrant-share.rb:39>, :snapshot_list=>#<Proc:0x3181218@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/providers/virt
ualbox/plugin.rb:42>}, @results_cache={}>}>)
 INFO interface: info: Bringing machine 'webdevlocal1' up with 'virtualbox' provider...
 INFO batch_action: Enabling parallelization by default.
 INFO batch_action: Disabling parallelization because provider doesn't support it: virtualbox
 INFO batch_action: Batch action will parallelize: false
 INFO batch_action: Starting action: #<Vagrant::Machine:0x44faea0> up {:destroy_on_error=>true, :install_provider=>true, :parallel=>true, :provision_ignore_sentinel=>false, :provision_types=>nil}
 INFO machine: Calling action: up on provider VirtualBox (new VM)
DEBUG environment: Attempting to acquire process-lock: machine-action-94dbe52874ef14a17e2249c5366e5a43
DEBUG environment: Attempting to acquire process-lock: dotlock
 INFO environment: Acquired process lock: dotlock
 INFO environment: Released process lock: dotlock
 INFO environment: Acquired process lock: machine-action-94dbe52874ef14a17e2249c5366e5a43
 INFO interface: Machine: action ["up", "start", {:target=>:webdevlocal1}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x2589990>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x41dbf40>
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\
 INFO subprocess: Starting process: ["C:\\cygwin64\\bin/cygpath.EXE", "-w", "-l", "-a", "C:/Program Files/Oracle/VirtualBox/VBoxManage.exe"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe
DEBUG meta: Finding driver for VirtualBox version: 5.1.8
 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\
 INFO subprocess: Starting process: ["C:\\cygwin64\\bin/cygpath.EXE", "-w", "-l", "-a", "C:/Program Files/Oracle/VirtualBox/VBoxManage.exe"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe
 INFO subprocess: Starting process: ["C:/Program Files/Oracle/VirtualBox/VBoxManage.exe", "list", "hostonlyifs"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name:            VirtualBox Host-Only Ethernet Adapter
GUID:            ded8ef06-f99f-4df8-97df-16da915f6578
DHCP:            Enabled
IPAddress:       169.254.123.141
NetworkMask:     255.255.0.0
IPV6Address:     fe80:0000:0000:0000:e020:e400:cfab:7b8d
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:0d
MediumType:      Ethernet
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x41dbf28>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x4622d90>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x46215a8>
 INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x46215a8>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x4457988>
 INFO warden: Calling IN action: #<Proc:0x429ff30@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::HandleBox:0x4457940>
 INFO interface: output: Box 'puphpet/ubuntu1604-x64' could not be found. Attempting to find and install...
 INFO interface: output: ==> webdevlocal1: Box 'puphpet/ubuntu1604-x64' could not be found. Attempting to find and install...
 INFO interface: detail: Box Provider: virtualbox
 INFO interface: detail:     webdevlocal1: Box Provider: virtualbox
 INFO interface: detail: Box Version: >= 0
 INFO interface: detail:     webdevlocal1: Box Version: >= 0
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x4264c20>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::BoxAdd:0x47e5a20>
 INFO subprocess: Starting process: ["C:\\cygwin64\\bin/cygpath.EXE", "-w", "-l", "-a", "C:/drupalvm/ubuntu64/FV721M/puphpet/ubuntu1604-x64"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: C:\drupalvm\ubuntu64\FV721M\puphpet\ubuntu1604-x64
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO environment: Running hook: authenticate_box_url
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x466d070>
 INFO warden: Calling IN action: #<VagrantPlugins::LoginCommand::AddAuthentication:0x3118788>
DEBUG client: Using authentication token from disk at C:/Users/kimbled/.vagrant.d/data/vagrant_login_token
 INFO warden: Calling OUT action: #<VagrantPlugins::LoginCommand::AddAuthentication:0x3118788>
 INFO box_add: Downloading box: https://atlas.hashicorp.com/puphpet/ubuntu1604-x64?access_token=TpZL27Zo4yObug.atlasv1.yu513y5JVVrbIlPhU2UK7GgmrUvzjo9OeHdjVHMGQCW0RCLvdePTdpSfcBXWwcdpdE8 => C:/Users/kimbled/.vagrant.d/tmp/boxca83ecd777951025c56a26c8b07d80c93fe7137c
 INFO subprocess: Starting process: ["C:\\HashiCorp\\Vagrant\\embedded\\bin/curl.EXE", "-I", "-q", "--fail", "--location", "--max-redirs", "10", "--user-agent", "Vagrant/1.8.6 (+https://www.vagrantup.com; ruby2.2.5)", "--continue-at", "-", "-H", "Accept: application/json", "https://atlas.hashicorp.com/puphpet/ubuntu1604-x64?access_token=TpZL27Zo4yO
bug.atlasv1.yu513y5JVVrbIlPhU2UK7GgmrUvzjo9OeHdjVHMGQCW0RCLvdePTdpSfcBXWwcdpdE8"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr:   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (60) SSL certificate problem: unable to get local issuer certificate

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 60
 WARN downloader: Downloader exit code: 60
ERROR warden: Error occurred: The box '["puphpet/ubuntu1604-x64"]' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

Error: SSL certificate problem: unable to get local issuer certificate

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: The box '["puphpet/ubuntu1604-x64"]' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

Error: SSL certificate problem: unable to get local issuer certificate

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: The box '["puphpet/ubuntu1604-x64"]' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

Error: SSL certificate problem: unable to get local issuer certificate

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: The box '["puphpet/ubuntu1604-x64"]' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

Error: SSL certificate problem: unable to get local issuer certificate

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.
 INFO warden: Beginning recovery process...
 INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x41dbf28>
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO environment: Released process lock: machine-action-94dbe52874ef14a17e2249c5366e5a43
 INFO environment: Running hook: environment_unload
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: environment_unload #<Vagrant::Action::Builder:0x43d0310>
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<Vagrant::Errors::BoxAddShortNotFound: The box '["puphpet/ubuntu1604-x64"]' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

Error: SSL certificate problem: unable to get local issuer certificate

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.>
ERROR vagrant: The box '["puphpet/ubuntu1604-x64"]' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

Error: SSL certificate problem: unable to get local issuer certificate

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.
ERROR vagrant: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/builtin/box_add.rb:93:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/builder.rb:116:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/runner.rb:66:in `block in run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/util/busy.rb:19:in `busy'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/runner.rb:66:in `run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/builtin/handle_box.rb:82:in `handle_box'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/builtin/handle_box.rb:42:in `block in call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/builtin/handle_box.rb:36:in `synchronize'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/builtin/handle_box.rb:36:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/builder.rb:116:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/runner.rb:66:in `block in run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/util/busy.rb:19:in `busy'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/runner.rb:66:in `run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/builtin/call.rb:53:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/builder.rb:116:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/runner.rb:66:in `block in run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/util/busy.rb:19:in `busy'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/action/runner.rb:66:in `run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/machine.rb:225:in `action_raw'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/machine.rb:200:in `block in action'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/environment.rb:567:in `lock'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/machine.rb:186:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/machine.rb:186:in `action'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.6/lib/vagrant/batch_action.rb:82:in `block (2 levels) in run'
 INFO interface: error: The box '["puphpet/ubuntu1604-x64"]' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

Error: SSL certificate problem: unable to get local issuer certificate

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.
The box '["puphpet/ubuntu1604-x64"]' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

Error: SSL certificate problem: unable to get local issuer certificate

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.
 INFO interface: Machine: error-exit ["Vagrant::Errors::BoxAddShortNotFound", "The box '[\"puphpet/ubuntu1604-x64\"]' could not be found or\ncould not be accessed in the remote catalog. If this is a private\nbox on HashiCorp's Atlas, please verify you're logged in via\n`vagrant login`. Also, please double-check the name. The expanded\nURL and error
 message are shown below:\n\nURL: [\"https://atlas.hashicorp.com/puphpet/ubuntu1604-x64\"]\nError: SSL certificate problem: unable to get local issuer certificate\r\nMore details here: http://curl.haxx.se/docs/sslcerts.html\r\n\r\ncurl performs SSL certificate verification by default, using a \"bundle\"\r\n of Certificate Authority (CA) public keys
 (CA certs). If the default\r\n bundle file isn't adequate, you can specify an alternate file\r\n using the --cacert option.\r\nIf this HTTPS server uses a certificate signed by a CA represented in\r\n the bundle, the certificate verification probably failed due to a\r\n problem with the certificate (it might be expired, or the name might\r\n not m
atch the domain name in the URL).\r\nIf you'd like to turn off curl's verification of the certificate, use\r\n the -k (or --insecure) option."]

C:\drupalvm\ubuntu64\FV721M>ls
Vagrantfile  puphpet  screenoutput.txt

C:\drupalvm\ubuntu64\FV721M>


For more options, visit https://groups.google.com/d/optout.
screenoutput.txt

Alvaro Miranda Aguilera

unread,
Nov 3, 2016, 2:55:09 PM11/3/16
to vagra...@googlegroups.com
Hello.

Seems to be complaining about the certificate.

Do you know if you are behind some corporate proxy?
or you have some proxy defined?

Error: SSL certificate problem: unable to get local issuer certificate

Alvaro.


For more options, visit https://groups.google.com/d/optout.



--
Alvaro

kim...@tsbvi.edu

unread,
Nov 3, 2016, 3:28:07 PM11/3/16
to Vagrant
Turns out that it was the antivirus application on my local desktop. Once I turned it off everything seems to be working fine.

The error is a bit deceiving since it says all of this information about ssl certs but after doing some searching I found someone with a similar problem.

Thanks for the help
...

kim...@tsbvi.edu

unread,
Nov 3, 2016, 3:45:59 PM11/3/16
to Vagrant
I spoke to soon.

I couldn't make contact with the VM so I ran a status command which said that the vm was down.

When I ran vagrant up again, the error below was displayed:

There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["modifyvm", "7e1f139c-5fcf-4ea1-ab78-41453adb8f96", "--natpf1", "delete", "ssh", "--natpf1", "delete", "tcp82

Stderr: VBoxManage.exe: error: Code E_FAIL (0x80004005) - Unspecified error (extended info not available)
VBoxManage.exe: error: Context: "LockMachine(a->session, LockType_Write)" at line 493 of file VBoxManageModifyVM.cpp

On Thursday, November 3, 2016 at 1:55:09 PM UTC-5, Alvaro Miranda Aguilera wrote:
...

Alvaro Miranda Aguilera

unread,
Nov 4, 2016, 1:59:48 AM11/4/16
to vagra...@googlegroups.com
If you do a destroy and up you hit the same issue?

If yes, share a gist of a more verbose output

vagrant destroy
set VAGRANT_LOG=debug
vagrant up


--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Alvaro

kim...@tsbvi.edu

unread,
Nov 4, 2016, 12:30:03 PM11/4/16
to Vagrant
OK, it looks like I am making some progress.  According to the error listed below, I am just missing some addition to my VM configuration to make the file system available. 

According to the instructions on the Vagrant setup pages I needed to install smbfs  to make the smb file share work (which is what i did) I am going to list the error and then list my VM setup to see if you can see what I am missing.

    localwebdev1: C:/drupalvm/vagrant/webroot => /var/www
Failed to mount folders in Linux guest. This is usually because
the "vboxsf" file system is not available. Please verify that
the guest additions are properly installed in the guest and
can work properly. The command attempted was:

PASSWORDHIDDENmPASSWORDHIDDENoPASSWORDHIDDENuPASSWORDHIDDENnPASSWORDHIDDENtPASSWORDHIDDEN PASSWORDHIDDEN-PASSWORDHIDDENtPASSWORDHIDDEN PASSWORDHIDDENcPASSWORDHIDDENiPASSWORDHIDDENfPASSWORDHIDDENsPASSWORDHIDDEN
ORDHIDDENdPASSWORDHIDDEN PASSWORDHIDDEN-PASSWORDHIDDENuPASSWORDHIDDEN PASSWORDHIDDENwPASSWORDHIDDENwPASSWORDHIDDENwPASSWORDHIDDEN-PASSWORDHIDDENdPASSWORDHIDDENaPASSWORDHIDDENtPASSWORDHIDDENaPASSWORDHIDDEN`PASSW
DDENePASSWORDHIDDENnPASSWORDHIDDENtPASSWORDHIDDEN PASSWORDHIDDENgPASSWORDHIDDENrPASSWORDHIDDENoPASSWORDHIDDENuPASSWORDHIDDENpPASSWORDHIDDEN PASSWORDHIDDENwPASSWORDHIDDENwPASSWORDHIDDENwPASSWORDHIDDEN-PASSWORDHI
PASSWORDHIDDEN PASSWORDHIDDEN-PASSWORDHIDDENdPASSWORDHIDDEN:PASSWORDHIDDEN PASSWORDHIDDEN-PASSWORDHIDDENfPASSWORDHIDDEN3PASSWORDHIDDEN`PASSWORDHIDDEN,PASSWORDHIDDENdPASSWORDHIDDENiPASSWORDHIDDENrPASSWORDHIDDEN_
ORDHIDDEN,PASSWORDHIDDENfPASSWORDHIDDENiPASSWORDHIDDENlPASSWORDHIDDENePASSWORDHIDDEN_PASSWORDHIDDENmPASSWORDHIDDENoPASSWORDHIDDENdPASSWORDHIDDENePASSWORDHIDDEN=PASSWORDHIDDEN0PASSWORDHIDDEN6PASSWORDHIDDEN6PASSW
DDENmPASSWORDHIDDEN,PASSWORDHIDDENcPASSWORDHIDDENrPASSWORDHIDDENePASSWORDHIDDENdPASSWORDHIDDENePASSWORDHIDDENnPASSWORDHIDDENtPASSWORDHIDDENiPASSWORDHIDDENaPASSWORDHIDDENlPASSWORDHIDDENsPASSWORDHIDDEN=PASSWORDHI
PASSWORDHIDDENrPASSWORDHIDDENePASSWORDHIDDENdPASSWORDHIDDENsPASSWORDHIDDEN_PASSWORDHIDDENfPASSWORDHIDDEN0PASSWORDHIDDENcPASSWORDHIDDENaPASSWORDHIDDENdPASSWORDHIDDENaPASSWORDHIDDENePASSWORDHIDDEN5PASSWORDHIDDEN8
ORDHIDDEN8PASSWORDHIDDEN1PASSWORDHIDDEN8PASSWORDHIDDEN0PASSWORDHIDDENbPASSWORDHIDDEN4PASSWORDHIDDENcPASSWORDHIDDEN9PASSWORDHIDDEN0PASSWORDHIDDEN7PASSWORDHIDDEN8PASSWORDHIDDENaPASSWORDHIDDEN4PASSWORDHIDDEN5PASSW
DDENaPASSWORDHIDDENePASSWORDHIDDEN5PASSWORDHIDDEN8PASSWORDHIDDEN7PASSWORDHIDDEN0PASSWORDHIDDENePASSWORDHIDDEN6PASSWORDHIDDEN9PASSWORDHIDDEN3PASSWORDHIDDENdPASSWORDHIDDEN5PASSWORDHIDDEN7PASSWORDHIDDEN8PASSWORDHI
PASSWORDHIDDENaPASSWORDHIDDEN4PASSWORDHIDDEN5PASSWORDHIDDEN PASSWORDHIDDEN/PASSWORDHIDDENvPASSWORDHIDDENaPASSWORDHIDDENrPASSWORDHIDDEN/PASSWORDHIDDENwPASSWORDHIDDENwPASSWORDHIDDENwPASSWORDHIDDEN
PASSWORDHIDDENmPASSWORDHIDDENoPASSWORDHIDDENuPASSWORDHIDDENnPASSWORDHIDDENtPASSWORDHIDDEN PASSWORDHIDDEN-PASSWORDHIDDENtPASSWORDHIDDEN PASSWORDHIDDENcPASSWORDHIDDENiPASSWORDHIDDENfPASSWORDHIDDENsPASSWORDHIDDEN
ORDHIDDENdPASSWORDHIDDEN PASSWORDHIDDEN-PASSWORDHIDDENuPASSWORDHIDDEN PASSWORDHIDDENwPASSWORDHIDDENwPASSWORDHIDDENwPASSWORDHIDDEN-PASSWORDHIDDENdPASSWORDHIDDENaPASSWORDHIDDENtPASSWORDHIDDENaPASSWORDHIDDEN`PASSW
DDEN-PASSWORDHIDDENgPASSWORDHIDDEN PASSWORDHIDDENwPASSWORDHIDDENwPASSWORDHIDDENwPASSWORDHIDDEN-PASSWORDHIDDENdPASSWORDHIDDENaPASSWORDHIDDENtPASSWORDHIDDENaPASSWORDHIDDEN`PASSWORDHIDDEN,PASSWORDHIDDENdPASSWORDHI
PASSWORDHIDDEN7PASSWORDHIDDEN5PASSWORDHIDDEN,PASSWORDHIDDENfPASSWORDHIDDENiPASSWORDHIDDENlPASSWORDHIDDENePASSWORDHIDDEN_PASSWORDHIDDENmPASSWORDHIDDENoPASSWORDHIDDENdPASSWORDHIDDENePASSWORDHIDDEN=PASSWORDHIDDEN0
ORDHIDDENtPASSWORDHIDDENlPASSWORDHIDDENmPASSWORDHIDDEN,PASSWORDHIDDENcPASSWORDHIDDENrPASSWORDHIDDENePASSWORDHIDDENdPASSWORDHIDDENePASSWORDHIDDENnPASSWORDHIDDENtPASSWORDHIDDENiPASSWORDHIDDENaPASSWORDHIDDENlPASSW
DDENbPASSWORDHIDDEN_PASSWORDHIDDENcPASSWORDHIDDENrPASSWORDHIDDENePASSWORDHIDDENdPASSWORDHIDDENsPASSWORDHIDDEN_PASSWORDHIDDENfPASSWORDHIDDEN0PASSWORDHIDDENcPASSWORDHIDDENaPASSWORDHIDDENdPASSWORDHIDDENaPASSWORDHI
PASSWORDHIDDEN5PASSWORDHIDDEN7PASSWORDHIDDEN8PASSWORDHIDDEN1PASSWORDHIDDEN8PASSWORDHIDDEN0PASSWORDHIDDENbPASSWORDHIDDEN4PASSWORDHIDDENcPASSWORDHIDDEN9PASSWORDHIDDEN0PASSWORDHIDDEN7PASSWORDHIDDEN8PASSWORDHIDDENa
ORDHIDDENaPASSWORDHIDDENdPASSWORDHIDDENaPASSWORDHIDDENePASSWORDHIDDEN5PASSWORDHIDDEN8PASSWORDHIDDEN7PASSWORDHIDDEN0PASSWORDHIDDENePASSWORDHIDDEN6PASSWORDHIDDEN9PASSWORDHIDDEN3PASSWORDHIDDENdPASSWORDHIDDEN5PASSW
DDEN0PASSWORDHIDDEN7PASSWORDHIDDEN8PASSWORDHIDDENaPASSWORDHIDDEN4PASSWORDHIDDEN5PASSWORDHIDDEN PASSWORDHIDDEN/PASSWORDHIDDENvPASSWORDHIDDENaPASSWORDHIDDENrPASSWORDHIDDEN/PASSWORDHIDDENwPASSWORDHIDDENwPASSWORDHI

The error output from the last command was:

stdin: is not a tty
mount.cifs: bad UNC (///f0cadae5870e693d578180b4c9078a45)


c:\drupalvm\ubuntu14>


vagrantfile:
    target: local
    vm:
        provider:
            local:
                box: puphpet/ubuntu1404-x64
                box_url: puphpet/ubuntu1404-x64
                box_version: '0'
                chosen_virtualizer: virtualbox
                virtualizers:
                    virtualbox:
                        modifyvm:
                            natdnshostresolver1: false
                        showgui: 0
                    vmware:
                        numvcpus: 1
                    parallels:
                        linked_clone: 0
                        check_guest_tools: 0
                        update_guest_tools: 0
                machines:
                    vflm_zj3rknmqhg6x:
                        id: localwebdev1
                        hostname: localwebdev1.puphpet
                        network:
                            private_network: 192.168.56.101
                            forwarded_port:
                                vflmnfp_fexjiib0701p:
                                    host: '8282'
                                    guest: '22'
                        memory: '1024'
                        cpus: '1'
        provision:
            puppet:
                manifests_path: puphpet/puppet/manifests
                module_path:
                    - puphpet/puppet/modules
                    - puphpet/puppet/manifests
                options:
                    - '--verbose'
                    - '--hiera_config /vagrant/puphpet/puppet/hiera.yaml'
        synced_folder:
            vflsf_f4lchsp95t9u:
                source: 'c:/drupalvm/vagrant/webroot'
                target: /var/www
                sync_type: smb
                smb:
                    smb_host: ''
                    smb_username: kimblede
                    smb_password: ''
                    mount_options:
                        dir_mode: '0775'
                        file_mode: '0664'
                rsync:
                    args:
                        - '--verbose'
                        - '--archive'
                        - '-z'
                    exclude:
                        - .vagrant/
                        - .git/
                    auto: 'true'
                owner: www-data
                group: www-data
        usable_port_range:
            start: 10200
            stop: 10500
        post_up_message: ''
    ssh:
        host: 'false'
        port: 'false'
        private_key_path: 'false'
        username: vagrant
        guest_port: 'false'
        keep_alive: '1'
        forward_agent: 'false'
        forward_x11: 'false'
        shell: 'bash -l'
        insert_key: 'false'
    vagrant:
        host: detect
    proxy:
        http: ''
        https: ''
        ftp: ''
        no_proxy: ''
server:
    install: '1'
    packages:
        - smbfs
users_groups:
    install: '1'
    groups: {  }
    users: {  }
locale:
    install: '1'
    settings:
        default_locale: en_US.UTF-8
        locales:
            - en_GB.UTF-8
            - en_US.UTF-8
        timezone: America/Chicago
firewall:
    install: '1'
    rules: {  }
cron:
    install: '1'
    jobs: {  }
nginx:
    install: '0'
    settings:
        version: present
        default_vhost: 1
        proxy_buffers: '4 256k'
        proxy_buffer_size: 128k
        proxy_connect_timeout: 600s
        proxy_send_timeout: 600s
        proxy_read_timeout: 600s
        names_hash_bucket_size: 128
    upstreams: {  }
    vhosts:
        nxv_9oen73axn511:
            server_name: awesome.dev
            server_aliases:
                - www.awesome.dev
            www_root: /var/www/awesome
            listen_port: '80'
            client_max_body_size: 1m
            ssl: '0'
            ssl_cert: ''
            ssl_key: ''
            ssl_port: '443'
            ssl_protocols: ''
            ssl_ciphers: ''
            rewrite_to_https: '1'
            spdy: '1'
            locations:
                nxvl_4iywqxjlegsz:
                    www_root: ''
                    location: /
                    index_files:
                        - index.html
                        - index.htm
                        - index.php
                    try_files:
                        - $uri
                        - $uri/
                        - /index.php$is_args$args
                    fastcgi: ''
                    fastcgi_index: ''
                    fastcgi_split_path: ''
                    proxy: ''
                    proxy_redirect: ''
                nxvl_tkjvj0sbmp3i:
                    www_root: ''
                    location: '~ \.php$'
                    try_files:
                        - $uri
                        - $uri/
                        - /index.php$is_args$args
                    fastcgi: '127.0.0.1:9000'
                    fastcgi_index: index.php
                    fastcgi_split_path: '^(.+\.php)(/.*)$'
                    fast_cgi_params_extra:
                        - 'SCRIPT_FILENAME $request_filename'
                        - 'APP_ENV dev'
                    set:
                        - '$path_info $fastcgi_path_info'
                    proxy: ''
                    proxy_redirect: ''
    proxies: {  }
apache:
    install: '1'
    settings:
        version: 2.4
        user: www-data
        group: www-data
        default_vhost: true
        manage_user: false
        manage_group: false
        sendfile: 0
    modules:
        - proxy_fcgi
        - rewrite
    vhosts:
        av_wl8dv46wulnv:
            servername: awesome.dev
            serveraliases:
                - www.awesome.dev
            docroot: /var/www/awesome
            port: '8282'
            setenv:
                - 'APP_ENV dev'
            setenvif:
                - 'Authorization "(.*)" HTTP_AUTHORIZATION=$1'
            custom_fragment: ''
            ssl: '0'
            ssl_cert: ''
            ssl_key: ''
            ssl_chain: ''
            ssl_certs_dir: ''
            ssl_protocol: ''
            ssl_cipher: ''
            directories:
                avd_jnxithpznjl8:
                    path: /var/www/awesome
                    options:
                        - Indexes
                        - FollowSymlinks
                        - MultiViews
                    allow_override:
                        - All
                    require:
                        - 'all granted'
                    custom_fragment: ''
                    files_match:
                        avdfm_iub5m9f9eorh:
                            path: \.php$
                            sethandler: 'proxy:fcgi://127.0.0.1:9000'
                            custom_fragment: ''
                            provider: filesmatch
                    provider: directory
letsencrypt:
    install: '1'
    settings:
        email: ''
    domains: {  }
php:
    install: '1'
    settings:
        version: '5.6'
    modules:
        php:
            - cli
            - intl
            - xml
        pear: {  }
        pecl: {  }
    ini:
        display_errors: 'On'
        error_reporting: '-1'
        session.save_path: /var/lib/php/session
        date.timezone: UTC
    fpm_ini:
        error_log: /var/log/php-fpm.log
    fpm_pools:
        phpfp_rihsft61g4ap:
            ini:
                prefix: www
                listen: '127.0.0.1:9000'
                security.limit_extensions: .php
                user: www-user
                group: www-data
    composer: '1'
    composer_home: ''
xdebug:
    install: '1'
    settings:
        xdebug.default_enable: '1'
        xdebug.remote_autostart: '0'
        xdebug.remote_connect_back: '1'
        xdebug.remote_enable: '1'
        xdebug.remote_handler: dbgp
        xdebug.remote_port: '9000'
blackfire:
    install: '0'
    settings:
        server_id: ''
        server_token: ''
        agent:
            http_proxy: ''
            https_proxy: ''
            log_file: stderr
            log_level: '1'
        php:
            agent_timeout: '0.25'
            log_file: ''
            log_level: '1'
xhprof:
    install: '0'
wpcli:
    install: '0'
    version: v0.24.1
drush:
    install: '1'
    version: 8.0.5
ruby:
    install: '1'
    versions:
        rv_14wsib7pw44r:
            default: '1'
            bundler: '1'
            version: 2.3.1
            gems:
                - deep_...@1.0.1
                - active...@4.2.6
                - vine@0.2
python:
    install: '1'
    packages: {  }
    versions: {  }
nodejs:
    install: '0'
    settings:
        version: '6'
    npm_packages: {  }
hhvm:
    install: '0'
    composer: '1'
    composer_home: ''
    settings: {  }
    server_ini:
        hhvm.server.host: 127.0.0.1
        hhvm.server.port: '9000'
        hhvm.log.use_log_file: '1'
        hhvm.log.file: /var/log/hhvm/error.log
    php_ini:
        display_errors: 'On'
        error_reporting: '-1'
        date.timezone: UTC
mariadb:
    install: '0'
    settings:
        version: '10.1'
        root_password: '123'
        override_options: {  }
    adminer: 0
    users:
        mariadbnu_9qfk9xfz8tnr:
            name: dbuser
            password: '123'
    databases:
        mariadbnd_3ugn8v4j0xo9:
            name: dbname
            sql: ''
    grants:
        mariadbng_sdc54vfu2ge4:
            user: dbuser
            table: '*.*'
            privileges:
                - ALL
mysql:
    install: '1'
    settings:
        version: '5.7'
        root_password: '123'
        override_options: {  }
    adminer: 0
    users:
        mysqlnu_vllvgqfwl1nj:
            name: dbuser
            password: '123'
    databases:
        mysqlnd_3dvnti62xhzr:
            name: dbname
            sql: ''
    grants:
        mysqlng_e3omvjvnsk7d:
            user: dbuser
            table: '*.*'
            privileges:
                - ALL
postgresql:
    install: '0'
    settings:
        global:
            encoding: UTF8
            version: '9.6'
        server:
            postgres_password: '123'
    databases: {  }
    users: {  }
    grants: {  }
    adminer: 0
mongodb:
    install: '0'
    settings:
        bind_ip: 127.0.0.1
        port: '27017'
    globals:
        version: 2.6.0
    databases: {  }
redis:
    install: '0'
    settings:
        port: '6379'
sqlite:
    install: '0'
    adminer: 0
    databases: {  }
mailhog:
    install: '0'
    settings:
        smtp_ip: 0.0.0.0
        smtp_port: 1025
        http_ip: 0.0.0.0
        http_port: '8025'
        path: /usr/local/bin/mailhog
beanstalkd:
    install: '0'
    settings:
        listenaddress: 0.0.0.0
        listenport: '11300'
        maxjobsize: '65535'
        maxconnections: '1024'
        binlogdir: /var/lib/beanstalkd/binlog
        binlogfsync: null
        binlogsize: '10485760'
    beanstalk_console: 0
rabbitmq:
    install: '0'
    settings:
        port: '5672'
    users: {  }
    vhosts: {  }
    plugins: {  }
elastic_search:
    install: '0'
    settings:
        version: 2.3.1
        java_install: true
    instances:
        esi_9xua68egtg0e:
            name: es-01
solr:
    install: '1'
    settings:
        version: 5.5.2
        port: '8984'


To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+...@googlegroups.com.



--
Alvaro

Reply all
Reply to author
Forward
0 new messages