Created
January 26, 2017 05:11
-
-
Save genebean/027d085362d77d1d3aafdea7aae0185b to your computer and use it in GitHub Desktop.
Vagrant bug report: CentOS 7 not starting secondary nic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ vagrant ssh | |
| ____ __ __ __ | |
| / __ \__ ______ ____ ___ / /_ / // / _ __ | |
| / /_/ / / / / __ \/ __ \/ _ \/ __/ / // /_ | |/_/ | |
| / ____/ /_/ / /_/ / /_/ / __/ /_ /__ __/ _> < | |
| /_/ \__,_/ .___/ .___/\___/\__/ /_/ (_)_/|_| | |
| /_/ /_/ | |
| __ ______ ____ | |
| / /_ __ __ / ____/__ ____ ___ / __ )___ ____ _____ | |
| / __ \/ / / / / / __/ _ \/ __ \/ _ \/ __ / _ \/ __ `/ __ \ | |
| / /_/ / /_/ / / /_/ / __/ / / / __/ /_/ / __/ /_/ / / / / | |
| /_.___/\__, / \____/\___/_/ /_/\___/_____/\___/\__,_/_/ /_/ | |
| /____/ | |
| Created on Wed January 25, 2017 | |
| [vagrant@client ~]$ ifconfig | |
| eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 | |
| inet 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255 | |
| ether 08:00:27:41:98:72 txqueuelen 1000 (Ethernet) | |
| RX packets 3491 bytes 309062 (301.8 KiB) | |
| RX errors 0 dropped 0 overruns 0 frame 0 | |
| TX packets 2906 bytes 287905 (281.1 KiB) | |
| TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 | |
| lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 | |
| inet 127.0.0.1 netmask 255.0.0.0 | |
| loop txqueuelen 1 (Local Loopback) | |
| RX packets 76 bytes 6588 (6.4 KiB) | |
| RX errors 0 dropped 0 overruns 0 frame 0 | |
| TX packets 76 bytes 6588 (6.4 KiB) | |
| TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 | |
| [vagrant@client ~]$ sudo systemctl restart network | |
| [vagrant@client ~]$ ifconfig | |
| eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 | |
| inet 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255 | |
| ether 08:00:27:41:98:72 txqueuelen 1000 (Ethernet) | |
| RX packets 3642 bytes 320902 (313.3 KiB) | |
| RX errors 0 dropped 0 overruns 0 frame 0 | |
| TX packets 2987 bytes 295793 (288.8 KiB) | |
| TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 | |
| eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 | |
| inet 172.28.128.23 netmask 255.255.255.0 broadcast 172.28.128.255 | |
| ether 08:00:27:b6:84:4e txqueuelen 1000 (Ethernet) | |
| RX packets 4 bytes 2360 (2.3 KiB) | |
| RX errors 0 dropped 0 overruns 0 frame 0 | |
| TX packets 10 bytes 1728 (1.6 KiB) | |
| TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 | |
| lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 | |
| inet 127.0.0.1 netmask 255.0.0.0 | |
| loop txqueuelen 1 (Local Loopback) | |
| RX packets 84 bytes 7268 (7.0 KiB) | |
| RX errors 0 dropped 0 overruns 0 frame 0 | |
| TX packets 84 bytes 7268 (7.0 KiB) | |
| TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ vagrant up --debug | |
| INFO global: Vagrant version: 1.9.1 | |
| INFO global: Ruby version: 2.2.5 | |
| INFO global: RubyGems version: 2.4.5.1 | |
| INFO global: VAGRANT_OLD_ENV_ITERM_SESSION_ID="w0t2p0:3B34776C-4D83-461A-9D66-975B3BE5DCB8" | |
| INFO global: VAGRANT_OLD_ENV_TERM_PROGRAM_VERSION="3.0.13" | |
| INFO global: VAGRANT_OLD_ENV_TERM_SESSION_ID="w0t2p0:3B34776C-4D83-461A-9D66-975B3BE5DCB8" | |
| INFO global: VAGRANT_OLD_ENV_ITERM_PROFILE="Default" | |
| INFO global: VAGRANT_OLD_ENV___CF_USER_TEXT_ENCODING="0x1F6:0x0:0x0" | |
| INFO global: VAGRANT_OLD_ENV_SHLVL="1" | |
| INFO global: VAGRANT_OLD_ENV_OLDPWD="/Users/gliverma/Downloads" | |
| INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/bin/vagrant" | |
| INFO global: VAGRANT_OLD_ENV_SSH_AUTH_SOCK="/private/tmp/com.apple.launchd.vUbOp2fnrQ/Listeners" | |
| INFO global: VAGRANT_INSTALLER_VERSION="2" | |
| INFO global: VAGRANT_OLD_ENV_LOGNAME="gliverma" | |
| INFO global: VAGRANT_OLD_ENV_HOMEBREW_GITHUB_API_TOKEN="8bb23a09761b3b2b1aa7099612be50db9b5096d4" | |
| INFO global: VAGRANT_OLD_ENV_PS1="\\u: \\W \\$ " | |
| INFO global: VAGRANT_OLD_ENV_XPC_SERVICE_NAME="0" | |
| INFO global: VAGRANT_OLD_ENV_HOME="/Users/gliverma" | |
| INFO global: VAGRANT_OLD_ENV_COLORFGBG="12;8" | |
| INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded" | |
| INFO global: VAGRANT_OLD_ENV_TERM="xterm-256color" | |
| INFO global: VAGRANT_OLD_ENV_Apple_PubSub_Socket_Render="/private/tmp/com.apple.launchd.AeDlJW3BhQ/Render" | |
| INFO global: VAGRANT_OLD_ENV_ATLAS_TOKEN="iAhHhXy09wFhHg.atlasv1.kIWBhyQuoPyzkWc2yzfYuF3Xcp3zx9ijbD32jeSXrRR4qgPVZxFJ5fYsPznMnUH8bYQ" | |
| INFO global: VAGRANT_OLD_ENV__="/usr/local/bin/vagrant" | |
| INFO global: VAGRANT_OLD_ENV_USER="gliverma" | |
| INFO global: VAGRANT_OLD_ENV_PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin" | |
| INFO global: VAGRANT_OLD_ENV_PWD="/Users/gliverma/Downloads/vagrant-bug-report" | |
| INFO global: VAGRANT_INSTALLER_ENV="1" | |
| INFO global: VAGRANT_OLD_ENV_TERM_PROGRAM="iTerm.app" | |
| INFO global: VAGRANT_OLD_ENV_SHELL="/bin/bash" | |
| INFO global: VAGRANT_OLD_ENV_TMPDIR="/var/folders/hl/njtznhnd3b3dqbcg1mp2hz5c0000gp/T/" | |
| INFO global: VAGRANT_OLD_ENV_LANG="en_US.UTF-8" | |
| INFO global: VAGRANT_OLD_ENV_DISPLAY="/private/tmp/com.apple.launchd.rFFGxe8e7V/org.macosforge.xquartz:0" | |
| INFO global: VAGRANT_OLD_ENV_XPC_FLAGS="0x0" | |
| INFO global: VAGRANT_LOG="debug" | |
| INFO global: Plugins: | |
| INFO global: - vagrant-cachier = [installed: 1.2.1 constraint: > 0] | |
| INFO global: - vagrant-share = [installed: undefined constraint: > 0] | |
| DEBUG bundler: Current generated plugin dependency list: [<Gem::Dependency type=:runtime name="vagrant-cachier" requirements="> 0">, <Gem::Dependency type=:runtime name="vagrant-share" requirements="> 0">] | |
| DEBUG bundler: Generating new builtin set instance. | |
| DEBUG bundler: Generating new plugin set instance. Skip gems - [] | |
| DEBUG bundler: Activating solution set: ["vagrant-share-1.1.6", "vagrant-cachier-1.2.1", "rest-client-2.0.0", "netrc-0.11.0", "mime-types-3.1", "http-cookie-1.0.3", "mime-types-data-3.2016.0521", "domain_name-0.5.20161129", "unf-0.1.4", "unf_ext-0.0.7.2"] | |
| DEBUG bundler: Activating gem vagrant-share-1.1.6 | |
| DEBUG bundler: Activating gem vagrant-cachier-1.2.1 | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/box/plugin.rb | |
| INFO manager: Registered plugin: box command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/cap/plugin.rb | |
| INFO manager: Registered plugin: cap command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/destroy/plugin.rb | |
| INFO manager: Registered plugin: destroy command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/global-status/plugin.rb | |
| INFO manager: Registered plugin: global-status command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/halt/plugin.rb | |
| INFO manager: Registered plugin: halt command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/help/plugin.rb | |
| INFO manager: Registered plugin: help command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/init/plugin.rb | |
| INFO manager: Registered plugin: init command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/list-commands/plugin.rb | |
| INFO manager: Registered plugin: list-commands command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/login/plugin.rb | |
| INFO manager: Registered plugin: vagrant-login | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/package/plugin.rb | |
| INFO manager: Registered plugin: package command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/plugin/plugin.rb | |
| INFO manager: Registered plugin: plugin command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/port/plugin.rb | |
| INFO manager: Registered plugin: port command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/powershell/plugin.rb | |
| INFO manager: Registered plugin: powershell command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/provider/plugin.rb | |
| INFO manager: Registered plugin: provider command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/provision/plugin.rb | |
| INFO manager: Registered plugin: provision command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/push/plugin.rb | |
| INFO manager: Registered plugin: push command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/rdp/plugin.rb | |
| INFO manager: Registered plugin: rdp command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/reload/plugin.rb | |
| INFO manager: Registered plugin: reload command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/resume/plugin.rb | |
| INFO manager: Registered plugin: resume command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/snapshot/plugin.rb | |
| INFO manager: Registered plugin: snapshot command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/ssh/plugin.rb | |
| INFO manager: Registered plugin: ssh command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/ssh_config/plugin.rb | |
| INFO manager: Registered plugin: ssh-config command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/status/plugin.rb | |
| INFO manager: Registered plugin: status command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/suspend/plugin.rb | |
| INFO manager: Registered plugin: suspend command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/up/plugin.rb | |
| INFO manager: Registered plugin: up command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/version/plugin.rb | |
| INFO manager: Registered plugin: version command | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/communicators/ssh/plugin.rb | |
| INFO manager: Registered plugin: ssh communicator | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/communicators/winrm/plugin.rb | |
| INFO manager: Registered plugin: winrm communicator | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/amazon/plugin.rb | |
| INFO manager: Registered plugin: Amazon Linux guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/arch/plugin.rb | |
| INFO manager: Registered plugin: Arch guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/atomic/plugin.rb | |
| INFO manager: Registered plugin: Atomic Host guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/bsd/plugin.rb | |
| INFO manager: Registered plugin: BSD-based guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/coreos/plugin.rb | |
| INFO manager: Registered plugin: CoreOS guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/darwin/plugin.rb | |
| INFO manager: Registered plugin: Darwin guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/debian/plugin.rb | |
| INFO manager: Registered plugin: Debian guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/dragonflybsd/plugin.rb | |
| INFO manager: Registered plugin: DragonFly BSD guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/esxi/plugin.rb | |
| INFO manager: Registered plugin: ESXi guest. | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/fedora/plugin.rb | |
| INFO manager: Registered plugin: Fedora guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/freebsd/plugin.rb | |
| INFO manager: Registered plugin: FreeBSD guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/funtoo/plugin.rb | |
| INFO manager: Registered plugin: Funtoo guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/gentoo/plugin.rb | |
| INFO manager: Registered plugin: Gentoo guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/linux/plugin.rb | |
| INFO manager: Registered plugin: Linux guest. | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/mint/plugin.rb | |
| INFO manager: Registered plugin: Mint guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/netbsd/plugin.rb | |
| INFO manager: Registered plugin: NetBSD guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/nixos/plugin.rb | |
| INFO manager: Registered plugin: NixOS guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/omnios/plugin.rb | |
| INFO manager: Registered plugin: OmniOS guest. | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/openbsd/plugin.rb | |
| INFO manager: Registered plugin: OpenBSD guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/photon/plugin.rb | |
| INFO manager: Registered plugin: VMware Photon guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/pld/plugin.rb | |
| INFO manager: Registered plugin: PLD Linux guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/redhat/plugin.rb | |
| INFO manager: Registered plugin: Red Hat Enterprise Linux guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/slackware/plugin.rb | |
| INFO manager: Registered plugin: Slackware guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/smartos/plugin.rb | |
| INFO manager: Registered plugin: SmartOS guest. | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/solaris/plugin.rb | |
| INFO manager: Registered plugin: Solaris guest. | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/solaris11/plugin.rb | |
| INFO manager: Registered plugin: Solaris 11 guest. | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/suse/plugin.rb | |
| INFO manager: Registered plugin: SUSE guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/tinycore/plugin.rb | |
| INFO manager: Registered plugin: TinyCore Linux guest. | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/trisquel/plugin.rb | |
| INFO manager: Registered plugin: Trisquel guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/ubuntu/plugin.rb | |
| INFO manager: Registered plugin: Ubuntu guest | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/windows/plugin.rb | |
| INFO manager: Registered plugin: Windows guest. | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/arch/plugin.rb | |
| INFO manager: Registered plugin: Arch host | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/bsd/plugin.rb | |
| INFO manager: Registered plugin: BSD host | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/darwin/plugin.rb | |
| INFO manager: Registered plugin: Mac OS X host | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/freebsd/plugin.rb | |
| INFO manager: Registered plugin: FreeBSD host | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/gentoo/plugin.rb | |
| INFO manager: Registered plugin: Gentoo host | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/linux/plugin.rb | |
| INFO manager: Registered plugin: Linux host | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/null/plugin.rb | |
| INFO manager: Registered plugin: null host | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/redhat/plugin.rb | |
| INFO manager: Registered plugin: Red Hat Enterprise Linux host | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/slackware/plugin.rb | |
| INFO manager: Registered plugin: Slackware host | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/suse/plugin.rb | |
| INFO manager: Registered plugin: SUSE host | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/windows/plugin.rb | |
| INFO manager: Registered plugin: Windows host | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/kernel_v1/plugin.rb | |
| INFO manager: Registered plugin: kernel | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/kernel_v2/plugin.rb | |
| INFO manager: Registered plugin: kernel | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/docker/plugin.rb | |
| INFO manager: Registered plugin: docker-provider | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/hyperv/plugin.rb | |
| INFO manager: Registered plugin: Hyper-V provider | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/plugin.rb | |
| INFO manager: Registered plugin: VirtualBox provider | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/ansible/plugin.rb | |
| INFO manager: Registered plugin: ansible | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/cfengine/plugin.rb | |
| INFO manager: Registered plugin: CFEngine Provisioner | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/chef/plugin.rb | |
| INFO manager: Registered plugin: chef | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/docker/plugin.rb | |
| INFO manager: Registered plugin: docker | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/file/plugin.rb | |
| INFO manager: Registered plugin: file | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/puppet/plugin.rb | |
| INFO manager: Registered plugin: puppet | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/salt/plugin.rb | |
| INFO manager: Registered plugin: salt | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/shell/plugin.rb | |
| INFO manager: Registered plugin: shell | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/pushes/atlas/plugin.rb | |
| INFO manager: Registered plugin: atlas | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/pushes/ftp/plugin.rb | |
| INFO manager: Registered plugin: ftp | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/pushes/heroku/plugin.rb | |
| INFO manager: Registered plugin: heroku | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/pushes/local-exec/plugin.rb | |
| INFO manager: Registered plugin: local-exec | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/pushes/noop/plugin.rb | |
| INFO manager: Registered plugin: noop | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/synced_folders/nfs/plugin.rb | |
| INFO manager: Registered plugin: NFS synced folders | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/synced_folders/rsync/plugin.rb | |
| INFO manager: Registered plugin: RSync synced folders | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/synced_folders/smb/plugin.rb | |
| INFO manager: Registered plugin: SMB synced folders | |
| INFO global: Loading plugins! | |
| DEBUG global: Loading plugin `vagrant-cachier` with default require: `vagrant-cachier` | |
| INFO manager: Registered plugin: vagrant-cachier | |
| DEBUG global: Successfully loaded plugin `vagrant-cachier`. | |
| DEBUG global: Loading plugin `vagrant-share` with default require: `vagrant-share` | |
| INFO manager: Registered plugin: vagrant-share | |
| DEBUG global: Successfully loaded plugin `vagrant-share`. | |
| INFO vagrant: `vagrant` invoked: ["up", "--debug"] | |
| DEBUG vagrant: Creating Vagrant environment | |
| INFO environment: Environment initialized (#<Vagrant::Environment:0x00000100ae0eb0>) | |
| INFO environment: - cwd: /Users/gliverma/Downloads/vagrant-bug-report | |
| INFO environment: Home path: /Users/gliverma/.vagrant.d | |
| DEBUG environment: Effective local data path: /Users/gliverma/Downloads/vagrant-bug-report/.vagrant | |
| INFO environment: Local data path: /Users/gliverma/Downloads/vagrant-bug-report/.vagrant | |
| DEBUG environment: Creating: /Users/gliverma/Downloads/vagrant-bug-report/.vagrant | |
| INFO environment: Running hook: environment_plugins_loaded | |
| INFO runner: Preparing hooks for middleware sequence... | |
| INFO runner: 3 hooks defined. | |
| INFO runner: Running action: environment_plugins_loaded #<Vagrant::Action::Builder:0x00000100d1b6a8> | |
| INFO environment: Running hook: environment_load | |
| INFO runner: Preparing hooks for middleware sequence... | |
| INFO runner: 3 hooks defined. | |
| INFO runner: Running action: environment_load #<Vagrant::Action::Builder:0x00000100be0770> | |
| INFO cli: CLI: [] "up" [] | |
| DEBUG cli: Invoking command class: VagrantPlugins::CommandUp::Command [] | |
| DEBUG command: 'Up' each target VM... | |
| INFO loader: Set :root = ["#<Pathname:/Users/gliverma/Downloads/vagrant-bug-report/Vagrantfile>"] | |
| DEBUG loader: Populating proc cache for #<Pathname:/Users/gliverma/Downloads/vagrant-bug-report/Vagrantfile> | |
| DEBUG loader: Load procs for pathname: /Users/gliverma/Downloads/vagrant-bug-report/Vagrantfile | |
| 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: ["client"] | |
| DEBUG command: -- options: nil | |
| DEBUG command: Finding machine that match name: client | |
| INFO loader: Set "2152645440_machine_client" = ["[\"2\", #<Proc:0x0000010083c9e8@/Users/gliverma/Downloads/vagrant-bug-report/Vagrantfile:16>]"] | |
| DEBUG loader: Populating proc cache for ["2", #<Proc:0x0000010083c9e8@/Users/gliverma/Downloads/vagrant-bug-report/Vagrantfile:16>] | |
| INFO loader: Loading configuration in order: [:home, :root, "2152645440_machine_client"] | |
| DEBUG loader: Loading from: root (cache) | |
| DEBUG loader: Loading from: 2152645440_machine_client (evaluating) | |
| DEBUG loader: Configuration loaded successfully, finalizing and returning | |
| DEBUG push: finalizing | |
| INFO base: VBoxManage path: VBoxManage | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "--version"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: 5.1.14r112924 | |
| 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.14 | |
| INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1 | |
| INFO base: VBoxManage path: VBoxManage | |
| INFO environment: Getting machine: client (virtualbox) | |
| INFO environment: Uncached load of machine. | |
| INFO base: VBoxManage path: VBoxManage | |
| DEBUG meta: Finding driver for VirtualBox version: 5.1.14 | |
| INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1 | |
| INFO base: VBoxManage path: VBoxManage | |
| INFO loader: Set "2152645440_machine_client" = ["[\"2\", #<Proc:0x0000010083c9e8@/Users/gliverma/Downloads/vagrant-bug-report/Vagrantfile:16>]"] | |
| INFO loader: Loading configuration in order: [:home, :root, "2152645440_machine_client"] | |
| DEBUG loader: Loading from: root (cache) | |
| DEBUG loader: Loading from: 2152645440_machine_client (cache) | |
| DEBUG loader: Configuration loaded successfully, finalizing and returning | |
| DEBUG push: finalizing | |
| INFO box_collection: Box found: centos-7-puppet-agent (virtualbox) | |
| INFO loader: Set :"2164474280_centos-7-puppet-agent_virtualbox" = ["#<Pathname:/Users/gliverma/.vagrant.d/boxes/centos-7-puppet-agent/0/virtualbox/Vagrantfile>"] | |
| DEBUG loader: Populating proc cache for #<Pathname:/Users/gliverma/.vagrant.d/boxes/centos-7-puppet-agent/0/virtualbox/Vagrantfile> | |
| DEBUG loader: Load procs for pathname: /Users/gliverma/.vagrant.d/boxes/centos-7-puppet-agent/0/virtualbox/Vagrantfile | |
| INFO loader: Loading configuration in order: [:"2164474280_centos-7-puppet-agent_virtualbox", :home, :root, "2152645440_machine_client"] | |
| DEBUG loader: Loading from: 2164474280_centos-7-puppet-agent_virtualbox (evaluating) | |
| DEBUG loader: Loading from: root (cache) | |
| DEBUG loader: Loading from: 2152645440_machine_client (cache) | |
| DEBUG loader: Configuration loaded successfully, finalizing and returning | |
| DEBUG push: finalizing | |
| INFO machine: Initializing machine: client | |
| INFO machine: - Provider: VagrantPlugins::ProviderVirtualBox::Provider | |
| INFO machine: - Box: #<Vagrant::Box:0x00000100a09fc8> | |
| INFO machine: - Data dir: /Users/gliverma/Downloads/vagrant-bug-report/.vagrant/machines/client/virtualbox | |
| DEBUG virtualbox: Instantiating the driver for machine ID: nil | |
| INFO base: VBoxManage path: VBoxManage | |
| DEBUG meta: Finding driver for VirtualBox version: 5.1.14 | |
| INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1 | |
| INFO base: VBoxManage path: VBoxManage | |
| INFO machine: New machine ID: nil | |
| DEBUG virtualbox: Instantiating the driver for machine ID: nil | |
| INFO base: VBoxManage path: VBoxManage | |
| DEBUG meta: Finding driver for VirtualBox version: 5.1.14 | |
| INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1 | |
| INFO base: VBoxManage path: VBoxManage | |
| INFO interface: Machine: metadata ["provider", :virtualbox, {:target=>:client}] | |
| INFO command: With machine: client (#<VagrantPlugins::ProviderVirtualBox::Provider:0x00000101837c58 @logger=#<Log4r::Logger:0x00000101837c08 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x00000102023ca0 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000101902548 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000101902480>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000001018f8b88 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000102023a20 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @machine=#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x00000100b61308 @logger=#<Log4r::Logger:0x00000100b21118 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x00000101837c08 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x00000102023ca0 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000101902548 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000101902480>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000001018f8b88 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000102023a20 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1:0x00000100ad0f88 @logger=#<Log4r::Logger:0x00000100a3ab50 @fullname="vagrant::provider::virtualbox_5_1", @outputters=[], @additive=true, @name="virtualbox_5_1", @path="vagrant::provider", @parent=#<Log4r::Logger:0x00000102023ca0 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000101902548 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000101902480>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000001018f8b88 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000102023a20 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil>, @version="5.1.14">, @cap_logger=#<Log4r::Logger:0x00000100cd0f18 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<Log4r::Logger:0x00000102023ca0 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000101902548 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000101902480>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000001018f8b88 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000102023a20 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x00000100cd13f0>:0x000001020ab0d8>]], @cap_args=[#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x00000100cd11e8 @items={:public_address=>#<Proc:0x00000100da08a8@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x00000100da0768@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/docker/plugin.rb:65>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x00000100cd1148 @items={:public_address=>#<Proc:0x00000100b09e78@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/hyperv/plugin.rb:25>, :snapshot_list=>#<Proc:0x00000100b09e00@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/hyperv/plugin.rb:30>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x00000100cd10a8 @items={:forwarded_ports=>#<Proc:0x00000100db91c8@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x00000100db9128@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x00000100db9100@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/plugin.rb:37>, :snapshot_list=>#<Proc:0x00000100db90d8@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/plugin.rb:42>}, @results_cache={}>}>) | |
| INFO loader: Set "2152645440_machine_client" = ["[\"2\", #<Proc:0x0000010083c9e8@/Users/gliverma/Downloads/vagrant-bug-report/Vagrantfile:16>]"] | |
| INFO loader: Loading configuration in order: [:home, :root, "2152645440_machine_client"] | |
| ERROR loader: Unknown config sources: [:"2164474280_centos-7-puppet-agent_virtualbox"] | |
| DEBUG loader: Loading from: root (cache) | |
| DEBUG loader: Loading from: 2152645440_machine_client (cache) | |
| DEBUG loader: Configuration loaded successfully, finalizing and returning | |
| DEBUG push: finalizing | |
| INFO host: Autodetecting host type for [#<Vagrant::Environment: /Users/gliverma/Downloads/vagrant-bug-report>] | |
| DEBUG host: Trying: arch | |
| DEBUG host: Trying: darwin | |
| INFO host: Detected: darwin! | |
| DEBUG host: Searching for cap: provider_install_virtualbox | |
| DEBUG host: Checking in: darwin | |
| DEBUG host: Found cap: provider_install_virtualbox in darwin | |
| INFO base: VBoxManage path: VBoxManage | |
| DEBUG meta: Finding driver for VirtualBox version: 5.1.14 | |
| INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1 | |
| INFO base: VBoxManage path: VBoxManage | |
| DEBUG command: Getting target VMs for command. Arguments: | |
| DEBUG command: -- names: ["client"] | |
| DEBUG command: -- options: {:provider=>nil} | |
| DEBUG command: Finding machine that match name: client | |
| INFO loader: Set "2152645440_machine_client" = ["[\"2\", #<Proc:0x0000010083c9e8@/Users/gliverma/Downloads/vagrant-bug-report/Vagrantfile:16>]"] | |
| INFO loader: Loading configuration in order: [:home, :root, "2152645440_machine_client"] | |
| ERROR loader: Unknown config sources: [:"2164474280_centos-7-puppet-agent_virtualbox"] | |
| DEBUG loader: Loading from: root (cache) | |
| DEBUG loader: Loading from: 2152645440_machine_client (cache) | |
| DEBUG loader: Configuration loaded successfully, finalizing and returning | |
| DEBUG push: finalizing | |
| INFO base: VBoxManage path: VBoxManage | |
| DEBUG meta: Finding driver for VirtualBox version: 5.1.14 | |
| INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1 | |
| INFO base: VBoxManage path: VBoxManage | |
| INFO environment: Getting machine: client (virtualbox) | |
| INFO environment: Returning cached machine: client (virtualbox) | |
| INFO command: With machine: client (#<VagrantPlugins::ProviderVirtualBox::Provider:0x00000101837c58 @logger=#<Log4r::Logger:0x00000101837c08 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x00000102023ca0 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000101902548 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000101902480>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000001018f8b88 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000102023a20 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @machine=#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x00000100b61308 @logger=#<Log4r::Logger:0x00000100b21118 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x00000101837c08 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x00000102023ca0 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000101902548 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000101902480>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000001018f8b88 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000102023a20 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1:0x00000100ad0f88 @logger=#<Log4r::Logger:0x00000100a3ab50 @fullname="vagrant::provider::virtualbox_5_1", @outputters=[], @additive=true, @name="virtualbox_5_1", @path="vagrant::provider", @parent=#<Log4r::Logger:0x00000102023ca0 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000101902548 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000101902480>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000001018f8b88 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000102023a20 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil>, @version="5.1.14">, @cap_logger=#<Log4r::Logger:0x00000100cd0f18 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<Log4r::Logger:0x00000102023ca0 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000101902548 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000101902480>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000001018f8b88 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000102023a20 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x00000100cd13f0>:0x000001020ab0d8>]], @cap_args=[#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x00000100cd11e8 @items={:public_address=>#<Proc:0x00000100da08a8@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x00000100da0768@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/docker/plugin.rb:65>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x00000100cd1148 @items={:public_address=>#<Proc:0x00000100b09e78@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/hyperv/plugin.rb:25>, :snapshot_list=>#<Proc:0x00000100b09e00@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/hyperv/plugin.rb:30>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x00000100cd10a8 @items={:forwarded_ports=>#<Proc:0x00000100db91c8@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x00000100db9128@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x00000100db9100@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/plugin.rb:37>, :snapshot_list=>#<Proc:0x00000100db90d8@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/plugin.rb:42>}, @results_cache={}>}>) | |
| INFO interface: info: Bringing machine 'client' up with 'virtualbox' provider... | |
| Bringing machine 'client' 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:0x000001009429f0> 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-d3da94469192c2f71b923415fe0c4e9e | |
| 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-d3da94469192c2f71b923415fe0c4e9e | |
| INFO interface: Machine: action ["up", "start", {:target=>:client}] | |
| INFO runner: Preparing hooks for middleware sequence... | |
| INFO runner: 3 hooks defined. | |
| INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00000100a40898> | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x00000100949048> | |
| INFO base: VBoxManage path: VBoxManage | |
| DEBUG meta: Finding driver for VirtualBox version: 5.1.14 | |
| INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1 | |
| INFO base: VBoxManage path: VBoxManage | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "hostonlyifs"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: Name: vboxnet0 | |
| GUID: 786f6276-656e-4074-8000-0a0027000000 | |
| DHCP: Disabled | |
| IPAddress: 172.28.128.1 | |
| NetworkMask: 255.255.255.0 | |
| IPV6Address: | |
| IPV6NetworkMaskPrefixLength: 0 | |
| HardwareAddress: 0a:00:27:00:00:00 | |
| MediumType: Ethernet | |
| Status: Up | |
| VBoxNetworkName: HostInterfaceNetworking-vboxnet0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x00000100949020> | |
| INFO runner: Preparing hooks for middleware sequence... | |
| INFO runner: 3 hooks defined. | |
| INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00000100c80270> | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x00000100c71f18> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x00000100c71f18> | |
| INFO runner: Preparing hooks for middleware sequence... | |
| INFO runner: 3 hooks defined. | |
| INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x00000100c08b58> | |
| INFO warden: Calling IN action: #<Proc:0x00000100b2bac8@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling IN action: #<Vagrant::Action::Builtin::HandleBox:0x00000100c08a90> | |
| INFO handle_box: Machine already has box. HandleBox will not run. | |
| INFO warden: Calling IN action: #<Proc:0x00000100b92048@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x00000100948fd0> | |
| INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x00000100948fa8> | |
| INFO runner: Preparing hooks for middleware sequence... | |
| INFO runner: 3 hooks defined. | |
| INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00000100a72848> | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x00000100a62b00> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x00000100a62b00> | |
| INFO runner: Preparing hooks for middleware sequence... | |
| INFO runner: 3 hooks defined. | |
| INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x000001009430d0> | |
| INFO warden: Calling IN action: #<Proc:0x00000100d70b80@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x00000100942fe0> | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x00000100942f90> | |
| INFO warden: Calling IN action: #<Vagrant::Action::Builtin::PrepareClone:0x00000100942f18> | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareCloneSnapshot:0x000001020433e8> | |
| INFO prepare_clone: no clone master, not preparing clone snapshot | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Import:0x00000101846cd0> | |
| INFO interface: info: Importing base box 'centos-7-puppet-agent'... | |
| INFO interface: info: ==> client: Importing base box 'centos-7-puppet-agent'... | |
| ==> client: Importing base box 'centos-7-puppet-agent'... | |
| DEBUG virtualbox_5_1: Doing dry-run import to determine parallel-safe name... | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "import", "-n", "/Users/gliverma/.vagrant.d/boxes/centos-7-puppet-agent/0/virtualbox/box.ovf"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stderr: 0%... | |
| DEBUG subprocess: stderr: 10%...20%...30%...40%...50%...60%...70%...80%...90%... | |
| DEBUG subprocess: stderr: 100% | |
| DEBUG subprocess: stderr: Interpreting /Users/gliverma/.vagrant.d/boxes/centos-7-puppet-agent/0/virtualbox/box.ovf... | |
| DEBUG subprocess: stderr: OK. | |
| DEBUG subprocess: stdout: Disks: | |
| vmdisk1 42488299520 -1 http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk -1 -1 | |
| Virtual system 0: | |
| 0: Suggested OS type: "RedHat_64" | |
| (change with "--vsys 0 --ostype <type>"; use "list ostypes" to list all possible values) | |
| 1: Suggested VM name "packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010" | |
| (change with "--vsys 0 --vmname <name>") | |
| 2: Number of CPUs: 1 | |
| (change with "--vsys 0 --cpus <n>") | |
| 3: Guest memory: 1024 MB | |
| (change with "--vsys 0 --memory <MB>") | |
| 4: Network adapter: orig NAT, config 3, extra slot=0;type=NAT | |
| 5: IDE controller, type PIIX4 | |
| (disable with "--vsys 0 --unit 5 --ignore") | |
| 6: IDE controller, type PIIX4 | |
| (disable with "--vsys 0 --unit 6 --ignore") | |
| 7: Hard disk image: source image=packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk, target path=/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk, controller=5;channel=0 | |
| (change target path with "--vsys 0 --unit 7 --disk path"; | |
| disable with "--vsys 0 --unit 7 --ignore") | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: -- Parallel safe name: packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "import", "/Users/gliverma/.vagrant.d/boxes/centos-7-puppet-agent/0/virtualbox/box.ovf", "--vsys", "0", "--vmname", "packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522", "--vsys", "0", "--unit", "7", "--disk", "/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stderr: 0%... | |
| DEBUG subprocess: stderr: 10%...20%...30%...40%...50%...60%...70%...80%...90%...100% | |
| DEBUG subprocess: stderr: Interpreting /Users/gliverma/.vagrant.d/boxes/centos-7-puppet-agent/0/virtualbox/box.ovf... | |
| DEBUG subprocess: stderr: OK. | |
| DEBUG subprocess: stderr: 0%... | |
| DEBUG subprocess: stderr: 10%...20%... | |
| INFO interface: info: Progress: 20% | |
| Progress: 20%DEBUG subprocess: stderr: 30%... | |
| INFO interface: info: Progress: 30% | |
| Progress: 30%DEBUG subprocess: stderr: 40%...50%... | |
| INFO interface: info: Progress: 50% | |
| Progress: 50%DEBUG subprocess: stderr: 60%...70%... | |
| INFO interface: info: Progress: 70% | |
| Progress: 70%DEBUG subprocess: stderr: 80%...90%... | |
| INFO interface: info: Progress: 90% | |
| Progress: 90%DEBUG subprocess: stderr: 100% | |
| DEBUG subprocess: stdout: Disks: | |
| vmdisk1 42488299520 -1 http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk -1 -1 | |
| Virtual system 0: | |
| 0: Suggested OS type: "RedHat_64" | |
| (change with "--vsys 0 --ostype <type>"; use "list ostypes" to list all possible values) | |
| 1: VM name specified with --vmname: "packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522" | |
| 2: Number of CPUs: 1 | |
| (change with "--vsys 0 --cpus <n>") | |
| 3: Guest memory: 1024 MB | |
| (change with "--vsys 0 --memory <MB>") | |
| 4: Network adapter: orig NAT, config 3, extra slot=0;type=NAT | |
| 5: IDE controller, type PIIX4 | |
| (disable with "--vsys 0 --unit 5 --ignore") | |
| 6: IDE controller, type PIIX4 | |
| (disable with "--vsys 0 --unit 6 --ignore") | |
| 7: Hard disk image: source image=packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk, target path=/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk, controller=5;channel=0 | |
| Successfully imported the appliance. | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31991 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "vms"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: "packer-virtualbox-vagrant-rvm-193-centos-7-1485050746" {3aa6379b-f245-460f-a95e-f7b1ab2c6b01} | |
| "packer-virtualbox-vagrant-rvm-221-centos-7-1485051180" {d4a8792f-ac65-403f-849c-2a24b4542f7b} | |
| "centos-7_default_1485383389645_17340" {db059dd5-bcdd-4be3-8838-9c38eec504cd} | |
| "packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522" {3127abd5-0b87-48b1-9669-45692cbc8783} | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO machine: New machine ID: "3127abd5-0b87-48b1-9669-45692cbc8783" | |
| DEBUG virtualbox: Instantiating the driver for machine ID: "3127abd5-0b87-48b1-9669-45692cbc8783" | |
| INFO base: VBoxManage path: VBoxManage | |
| DEBUG meta: Finding driver for VirtualBox version: 5.1.14 | |
| INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1 | |
| INFO base: VBoxManage path: VBoxManage | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: Name: packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522 | |
| Groups: / | |
| Guest OS: Red Hat (64-bit) | |
| UUID: 3127abd5-0b87-48b1-9669-45692cbc8783 | |
| Config file: /Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522.vbox | |
| Snapshot folder: /Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/Snapshots | |
| Log folder: /Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/Logs | |
| Hardware UUID: 3127abd5-0b87-48b1-9669-45692cbc8783 | |
| Memory size: 1024MB | |
| Page Fusion: off | |
| VRAM size: 8MB | |
| CPU exec cap: 100% | |
| HPET: off | |
| Chipset: piix3 | |
| Firmware: BIOS | |
| Number of CPUs: 1 | |
| PAE: on | |
| Long Mode: on | |
| Triple Fault Reset: off | |
| APIC: on | |
| X2APIC: on | |
| CPUID Portability Level: 0 | |
| CPUID overrides: None | |
| Boot menu mode: message and menu | |
| Boot Device (1): HardDisk | |
| Boot Device (2): DVD | |
| Boot Device (3): Not Assigned | |
| Boot Device (4): Not Assigned | |
| ACPI: on | |
| IOAPIC: on | |
| BIOS APIC mode: APIC | |
| Time offset: 0ms | |
| RTC: local time | |
| Hardw. virt.ext: on | |
| Nested Paging: on | |
| Large Pages: on | |
| VT-x VPID: on | |
| VT-x unr. exec.: on | |
| Paravirt. Provider: Default | |
| Effective Paravirt. Provider: KVM | |
| State: powered off (since 2017-01-26T03:41:54.000000000) | |
| Monitor count: 1 | |
| 3D Acceleration: off | |
| 2D Video Acceleration: off | |
| Teleporter Enabled: off | |
| Teleporter Port: 0 | |
| Teleporter Address: | |
| Teleporter Password: | |
| Tracing Enabled: off | |
| Allow Tracing to Access VM: off | |
| Tracing Configuration: | |
| Autostart Enabled: off | |
| Autostart Delay: 0 | |
| Default Frontend: | |
| Storage Controller Name (0): IDE Controller | |
| Storage Controller Type (0): PIIX4 | |
| Storage Controller Instance Number (0): 0 | |
| Storage Controller Max Port Count (0): 2 | |
| Storage Controller Port Count (0): 2 | |
| Storage Controller Bootable (0): on | |
| IDE Controller (0, 0): /Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk (UUID: 7a64df59-2736-4e89-afa6-8a704cbf4e75) | |
| NIC 1: MAC: 08002770ACB3, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none | |
| NIC 1 Settings: MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64) | |
| NIC 2: disabled | |
| NIC 3: disabled | |
| NIC 4: disabled | |
| NIC 5: disabled | |
| NIC 6: disabled | |
| NIC 7: disabled | |
| NIC 8: disabled | |
| Pointing Device: PS/2 Mouse | |
| Keyboard Device: PS/2 Keyboard | |
| UART 1: disabled | |
| UART 2: disabled | |
| UART 3: disabled | |
| UART 4: disabled | |
| LPT 1: disabled | |
| LPT 2: disabled | |
| Audio: disabled | |
| Clipboard Mode: disabled | |
| Drag and drop Mode: disabled | |
| VRDE: enabled (Address 127.0.0.1, Ports 5937, MultiConn: off, ReuseSingleConn: off, Authentication type: null) | |
| Video redirection: disabled | |
| VRDE property: TCP/Ports = "5937" | |
| VRDE property: TCP/Address = "127.0.0.1" | |
| VRDE property: VideoChannel/Enabled = <not set> | |
| VRDE property: VideoChannel/Quality = <not set> | |
| VRDE property: VideoChannel/DownscaleProtection = <not set> | |
| VRDE property: Client/DisableDisplay = <not set> | |
| VRDE property: Client/DisableInput = <not set> | |
| VRDE property: Client/DisableAudio = <not set> | |
| VRDE property: Client/DisableUSB = <not set> | |
| VRDE property: Client/DisableClipboard = <not set> | |
| VRDE property: Client/DisableUpstreamAudio = <not set> | |
| VRDE property: Client/DisableRDPDR = <not set> | |
| VRDE property: H3DRedirect/Enabled = <not set> | |
| VRDE property: Security/Method = <not set> | |
| VRDE property: Security/ServerCertificate = <not set> | |
| VRDE property: Security/ServerPrivateKey = <not set> | |
| VRDE property: Security/CACertificate = <not set> | |
| VRDE property: Audio/RateCorrectionMode = <not set> | |
| VRDE property: Audio/LogPath = <not set> | |
| USB: disabled | |
| EHCI: disabled | |
| XHCI: disabled | |
| USB Device Filters: | |
| <none> | |
| Bandwidth groups: <none> | |
| Shared folders: <none> | |
| Video capturing: not active | |
| Capture screens: 0 | |
| Capture file: /Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522.webm | |
| Capture dimensions: 1024x768 | |
| Capture rate: 512 kbps | |
| Capture FPS: 25 | |
| Guest: | |
| Configured memory balloon size: 0 MB | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::DiscardState:0x00000101846c80> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="off" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="poweroff" | |
| VMStateChangeTime="2017-01-26T03:41:54.000000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="08002770ACB3" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| nic2="none" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| vrde="on" | |
| vrdeport=-1 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::MatchMACAddress:0x00000101846c08> | |
| INFO interface: info: Matching MAC address for NAT networking... | |
| INFO interface: info: ==> client: Matching MAC address for NAT networking... | |
| ==> client: Matching MAC address for NAT networking... | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "3127abd5-0b87-48b1-9669-45692cbc8783", "--macaddress1", "080027419872"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<Proc:0x000001018469d8@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x00000100948f58> | |
| INFO base: VBoxManage path: VBoxManage | |
| DEBUG meta: Finding driver for VirtualBox version: 5.1.14 | |
| INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1 | |
| INFO base: VBoxManage path: VBoxManage | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "hostonlyifs"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: Name: vboxnet0 | |
| GUID: 786f6276-656e-4074-8000-0a0027000000 | |
| DHCP: Disabled | |
| IPAddress: 172.28.128.1 | |
| NetworkMask: 255.255.255.0 | |
| IPV6Address: | |
| IPV6NetworkMaskPrefixLength: 0 | |
| HardwareAddress: 0a:00:27:00:00:00 | |
| MediumType: Ethernet | |
| Status: Up | |
| VBoxNetworkName: HostInterfaceNetworking-vboxnet0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x00000100948f30> | |
| INFO warden: Calling IN action: #<Vagrant::Action::Builtin::BoxCheckOutdated:0x00000100948ee0> | |
| INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000010205b380> | |
| INFO runner: Preparing hooks for middleware sequence... | |
| INFO runner: 3 hooks defined. | |
| INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00000100c282a0> | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::IsRunning:0x00000100c1aec0> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="off" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="poweroff" | |
| VMStateChangeTime="2017-01-26T03:41:54.000000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| nic2="none" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| vrde="on" | |
| vrdeport=-1 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::IsRunning:0x00000100c1aec0> | |
| INFO runner: Preparing hooks for middleware sequence... | |
| INFO runner: 3 hooks defined. | |
| INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x00000100b09ab8> | |
| INFO warden: Calling IN action: #<Proc:0x00000100a9a348@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x00000100b09a40> | |
| INFO runner: Preparing hooks for middleware sequence... | |
| INFO runner: 3 hooks defined. | |
| INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x000001009915f0> | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::IsSaved:0x000001009809a8> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="off" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="poweroff" | |
| VMStateChangeTime="2017-01-26T03:41:54.000000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| nic2="none" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| vrde="on" | |
| vrdeport=-1 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::IsSaved:0x000001009809a8> | |
| INFO runner: Preparing hooks for middleware sequence... | |
| INFO runner: 3 hooks defined. | |
| INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000010088d488> | |
| INFO warden: Calling IN action: #<Proc:0x00000100ad8dc8@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000010088d398> | |
| INFO runner: Preparing hooks for middleware sequence... | |
| INFO runner: 3 hooks defined. | |
| INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00000100d21a80> | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::IsPaused:0x00000100d12a30> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="off" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="poweroff" | |
| VMStateChangeTime="2017-01-26T03:41:54.000000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| nic2="none" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| vrde="on" | |
| vrdeport=-1 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::IsPaused:0x00000100d12a30> | |
| INFO runner: Preparing hooks for middleware sequence... | |
| INFO runner: 3 hooks defined. | |
| INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x00000100a12510> | |
| INFO warden: Calling IN action: #<Proc:0x000001009b19b8@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x00000100a11f20> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="off" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="poweroff" | |
| VMStateChangeTime="2017-01-26T03:41:54.000000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| nic2="none" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| vrde="on" | |
| vrdeport=-1 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CleanMachineFolder:0x00000100a11e08> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "systemproperties"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: API version: 5_1 | |
| Minimum guest RAM size: 4 Megabytes | |
| Maximum guest RAM size: 2097152 Megabytes | |
| Minimum video RAM size: 0 Megabytes | |
| Maximum video RAM size: 256 Megabytes | |
| Maximum guest monitor count: 64 | |
| Minimum guest CPU count: 1 | |
| Maximum guest CPU count: 32 | |
| Virtual disk limit (info): 2199022206976 Bytes | |
| Maximum Serial Port count: 4 | |
| Maximum Parallel Port count: 2 | |
| Maximum Boot Position: 4 | |
| Maximum PIIX3 Network Adapter count: 8 | |
| Maximum ICH9 Network Adapter count: 36 | |
| Maximum PIIX3 IDE Controllers: 1 | |
| Maximum ICH9 IDE Controllers: 1 | |
| Maximum IDE Port count: 2 | |
| Maximum Devices per IDE Port: 2 | |
| Maximum PIIX3 SATA Controllers: 1 | |
| Maximum ICH9 SATA Controllers: 8 | |
| Maximum SATA Port count: 30 | |
| Maximum Devices per SATA Port: 1 | |
| Maximum PIIX3 SCSI Controllers: 1 | |
| Maximum ICH9 SCSI Controllers: 8 | |
| Maximum SCSI Port count: 16 | |
| Maximum Devices per SCSI Port: 1 | |
| Maximum SAS PIIX3 Controllers: 1 | |
| Maximum SAS ICH9 Controllers: 8 | |
| Maximum SAS Port count: 255 | |
| Maximum Devices per SAS Port: 1 | |
| Maximum NVMe PIIX3 Controllers: 1 | |
| Maximum NVMe ICH9 Controllers: 8 | |
| Maximum NVMe Port count: 255 | |
| Maximum Devices per NVMe Port: 1 | |
| Maximum PIIX3 Floppy Controllers:1 | |
| Maximum ICH9 Floppy Controllers: 1 | |
| Maximum Floppy Port count: 1 | |
| Maximum Devices per Floppy Port: 2 | |
| Default machine folder: /Users/gliverma/VirtualBox VMs | |
| Raw-mode Supported: no | |
| Exclusive HW virtualization use: off | |
| Default hard disk format: VDI | |
| VRDE auth library: VBoxAuth | |
| Webservice auth. library: VBoxAuth | |
| Remote desktop ExtPack: Oracle VM VirtualBox Extension Pack | |
| Log history count: 3 | |
| Default frontend: | |
| Default audio driver: CoreAudio | |
| Autostart database path: | |
| Default Guest Additions ISO: /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso | |
| Logging Level: all | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::SetName:0x00000100a11ac0> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "vms"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: "packer-virtualbox-vagrant-rvm-193-centos-7-1485050746" {3aa6379b-f245-460f-a95e-f7b1ab2c6b01} | |
| "packer-virtualbox-vagrant-rvm-221-centos-7-1485051180" {d4a8792f-ac65-403f-849c-2a24b4542f7b} | |
| "centos-7_default_1485383389645_17340" {db059dd5-bcdd-4be3-8838-9c38eec504cd} | |
| "packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010_1485407124466_65522" {3127abd5-0b87-48b1-9669-45692cbc8783} | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO interface: info: Setting the name of the VM: vagrant-bug-report_client_1485407134040_72061 | |
| INFO interface: info: ==> client: Setting the name of the VM: vagrant-bug-report_client_1485407134040_72061 | |
| ==> client: Setting the name of the VM: vagrant-bug-report_client_1485407134040_72061 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "3127abd5-0b87-48b1-9669-45692cbc8783", "--name", "vagrant-bug-report_client_1485407134040_72061"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::ClearForwardedPorts:0x000001009aaeb0> | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="off" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="poweroff" | |
| VMStateChangeTime="2017-01-26T03:41:54.000000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| nic2="none" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| vrde="on" | |
| vrdeport=-1 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<VagrantPlugins::Cachier::Action::ConfigureBucketRoot:0x000001009aae88> | |
| INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Provision:0x00000100919cf8> | |
| INFO provision: Checking provisioner sentinel file... | |
| INFO warden: Calling IN action: #<VagrantPlugins::Cachier::Action::InstallBuckets:0x000001018e1848> | |
| INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x0000010086d520> | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareForwardedPortCollisionParams:0x0000010086d4d0> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "vms"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: "packer-virtualbox-vagrant-rvm-193-centos-7-1485050746" {3aa6379b-f245-460f-a95e-f7b1ab2c6b01} | |
| "packer-virtualbox-vagrant-rvm-221-centos-7-1485051180" {d4a8792f-ac65-403f-849c-2a24b4542f7b} | |
| "centos-7_default_1485383389645_17340" {db059dd5-bcdd-4be3-8838-9c38eec504cd} | |
| "vagrant-bug-report_client_1485407134040_72061" {3127abd5-0b87-48b1-9669-45692cbc8783} | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3aa6379b-f245-460f-a95e-f7b1ab2c6b01 active_only=true | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3aa6379b-f245-460f-a95e-f7b1ab2c6b01", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="packer-virtualbox-vagrant-rvm-193-centos-7-1485050746" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3aa6379b-f245-460f-a95e-f7b1ab2c6b01" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-rvm-193-centos-7-1485050746/packer-virtualbox-vagrant-rvm-193-centos-7-1485050746.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-rvm-193-centos-7-1485050746/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-rvm-193-centos-7-1485050746/Logs" | |
| hardwareuuid="3aa6379b-f245-460f-a95e-f7b1ab2c6b01" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="off" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="poweroff" | |
| VMStateChangeTime="2017-01-22T02:06:27.000000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/packer-virtualbox-base-centos-7/packer-virtualbox-base-centos-7-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="da12d44a-3030-470d-9c27-39a204146126" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027C78926" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="packercomm,tcp,127.0.0.1,4439,,22" | |
| nic2="none" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| vrde="on" | |
| vrdeport=-1 | |
| vrdeports="5919" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5919" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-rvm-193-centos-7-1485050746/packer-virtualbox-vagrant-rvm-193-centos-7-1485050746.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=d4a8792f-ac65-403f-849c-2a24b4542f7b active_only=true | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "d4a8792f-ac65-403f-849c-2a24b4542f7b", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="packer-virtualbox-vagrant-rvm-221-centos-7-1485051180" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="d4a8792f-ac65-403f-849c-2a24b4542f7b" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-rvm-221-centos-7-1485051180/packer-virtualbox-vagrant-rvm-221-centos-7-1485051180.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-rvm-221-centos-7-1485051180/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-rvm-221-centos-7-1485051180/Logs" | |
| hardwareuuid="d4a8792f-ac65-403f-849c-2a24b4542f7b" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="off" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="poweroff" | |
| VMStateChangeTime="2017-01-22T02:13:38.000000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/packer-virtualbox-base-centos-7/packer-virtualbox-base-centos-7-disk1_1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="73f86d76-ea99-4d22-8d60-d1c3553e1e9b" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027B6F300" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="packercomm,tcp,127.0.0.1,2873,,22" | |
| nic2="none" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| vrde="on" | |
| vrdeport=-1 | |
| vrdeports="5919" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5919" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/packer-virtualbox-vagrant-rvm-221-centos-7-1485051180/packer-virtualbox-vagrant-rvm-221-centos-7-1485051180.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=db059dd5-bcdd-4be3-8838-9c38eec504cd active_only=true | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "db059dd5-bcdd-4be3-8838-9c38eec504cd", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="centos-7_default_1485383389645_17340" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="db059dd5-bcdd-4be3-8838-9c38eec504cd" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/centos-7_default_1485383389645_17340/centos-7_default_1485383389645_17340.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/centos-7_default_1485383389645_17340/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/centos-7_default_1485383389645_17340/Logs" | |
| hardwareuuid="db059dd5-bcdd-4be3-8838-9c38eec504cd" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="aborted" | |
| VMStateChangeTime="2017-01-26T02:55:07.000000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/centos-7_default_1485383389645_17340/packer-virtualbox-vagrant-rvm-193-centos-7-1485383040-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="8122dba8-1cce-42a4-aa7f-1ddfe36e050a" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="08002768D286" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| nic2="none" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| vrde="on" | |
| vrdeport=-1 | |
| vrdeports="5978" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5978" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/repos/packer-templates/centos-7" | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/centos-7_default_1485383389645_17340/centos-7_default_1485383389645_17340.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="off" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="poweroff" | |
| VMStateChangeTime="2017-01-26T03:41:54.000000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| nic2="none" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| vrde="on" | |
| vrdeport=-1 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<Vagrant::Action::Builtin::HandleForwardedPortCollisions:0x0000010086d480> | |
| DEBUG environment: Attempting to acquire process-lock: fpcollision | |
| 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: fpcollision | |
| INFO handle_port_collisions: Detecting any forwarded port collisions... | |
| DEBUG handle_port_collisions: Extra in use: [] | |
| DEBUG handle_port_collisions: Remap: {} | |
| DEBUG handle_port_collisions: Repair: true | |
| INFO environment: Released process lock: fpcollision | |
| DEBUG environment: Attempting to acquire process-lock: dotlock | |
| INFO environment: Acquired process lock: dotlock | |
| INFO environment: Released process lock: dotlock | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareNFSValidIds:0x00000100dc3b00> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "vms"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: "packer-virtualbox-vagrant-rvm-193-centos-7-1485050746" {3aa6379b-f245-460f-a95e-f7b1ab2c6b01} | |
| "packer-virtualbox-vagrant-rvm-221-centos-7-1485051180" {d4a8792f-ac65-403f-849c-2a24b4542f7b} | |
| "centos-7_default_1485383389645_17340" {db059dd5-bcdd-4be3-8838-9c38eec504cd} | |
| "vagrant-bug-report_client_1485407134040_72061" {3127abd5-0b87-48b1-9669-45692cbc8783} | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<VagrantPlugins::SyncedFolderNFS::ActionCleanup:0x00000100d63f70> | |
| DEBUG host: Searching for cap: nfs_prune | |
| DEBUG host: Checking in: darwin | |
| DEBUG host: Checking in: bsd | |
| DEBUG host: Found cap: nfs_prune in bsd | |
| INFO nfs: NFS pruning. Valid IDs: ["3aa6379b-f245-460f-a95e-f7b1ab2c6b01", "d4a8792f-ac65-403f-849c-2a24b4542f7b", "db059dd5-bcdd-4be3-8838-9c38eec504cd", "3127abd5-0b87-48b1-9669-45692cbc8783"] | |
| DEBUG host: Searching for cap: nfs_prune | |
| DEBUG host: Checking in: darwin | |
| DEBUG host: Checking in: bsd | |
| DEBUG host: Found cap: nfs_prune in bsd | |
| INFO host: Execute capability: nfs_prune [#<Vagrant::Environment: /Users/gliverma/Downloads/vagrant-bug-report>, #<Vagrant::UI::Prefixed:0x0000010192b628 @logger=#<Log4r::Logger:0x0000010192b588 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x00000102023ca0 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000101902548 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000101902480>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000001018f8b88 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000102023a20 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @prefix=:client, @ui=#<Vagrant::UI::Colored:0x00000100ae0c80 @logger=#<Log4r::Logger:0x00000100ae0c30 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x00000102023ca0 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000101902548 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000101902480>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000001018f8b88 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000102023a20 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={:color=>:default}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @lock=#<Mutex:0x00000100d72250>>>, ["3aa6379b-f245-460f-a95e-f7b1ab2c6b01", "d4a8792f-ac65-403f-849c-2a24b4542f7b", "db059dd5-bcdd-4be3-8838-9c38eec504cd", "3127abd5-0b87-48b1-9669-45692cbc8783"]] (darwin) | |
| INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolderCleanup:0x00000100d13ac0> | |
| INFO synced_folder_cleanup: Invoking synced folder cleanup for: virtualbox | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="off" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="poweroff" | |
| VMStateChangeTime="2017-01-26T03:41:54.000000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| nic2="none" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| vrde="on" | |
| vrdeport=-1 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolders:0x00000100cb93b8> | |
| INFO synced_folders: SyncedFolders loading from cache: false | |
| INFO synced_folders: Synced Folder Implementation: virtualbox | |
| INFO synced_folders: - /vagrant: . => /vagrant | |
| INFO synced_folders: - vagrant-cache: /Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent => /tmp/vagrant-cache | |
| INFO synced_folders: Invoking synced folder prepare for: virtualbox | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "setextradata", "3127abd5-0b87-48b1-9669-45692cbc8783", "VBoxInternal2/SharedFoldersEnableSymlinksCreate/vagrant", "1"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "sharedfolder", "add", "3127abd5-0b87-48b1-9669-45692cbc8783", "--name", "vagrant", "--hostpath", "/Users/gliverma/Downloads/vagrant-bug-report"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "setextradata", "3127abd5-0b87-48b1-9669-45692cbc8783", "VBoxInternal2/SharedFoldersEnableSymlinksCreate/vagrant-cache", "1"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "sharedfolder", "add", "3127abd5-0b87-48b1-9669-45692cbc8783", "--name", "vagrant-cache", "--hostpath", "/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareNFSSettings:0x00000100c8ba80> | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::ClearNetworkInterfaces:0x00000100c317d8> | |
| INFO interface: info: Clearing any previously set network interfaces... | |
| INFO interface: info: ==> client: Clearing any previously set network interfaces... | |
| ==> client: Clearing any previously set network interfaces... | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "3127abd5-0b87-48b1-9669-45692cbc8783", "--nic2", "none", "--nic3", "none", "--nic4", "none", "--nic5", "none", "--nic6", "none", "--nic7", "none", "--nic8", "none"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Network:0x00000100c31788> | |
| DEBUG network: Available slots for high-level adapters: #<Set: {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36}> | |
| INFO network: Determining network adapters required for high-level configuration... | |
| INFO network: -- Slot 2: hostonly | |
| INFO network: Determining adapters and compiling network configuration... | |
| INFO network: Network slot 1. Type: nat. | |
| DEBUG network: Normalized configuration: {:auto_config=>false, :adapter=>1} | |
| DEBUG network: Adapter configuration: {:adapter=>1, :type=>:nat} | |
| INFO network: Network slot 2. Type: hostonly. | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "bridgedifs"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: Name: en0: Wi-Fi (AirPort) | |
| GUID: 00306e65-0000-4000-8000-34363bcc9838 | |
| DHCP: Disabled | |
| IPAddress: 192.168.15.199 | |
| NetworkMask: 255.255.255.0 | |
| IPV6Address: | |
| IPV6NetworkMaskPrefixLength: 0 | |
| HardwareAddress: 34:36:3b:cc:98:38 | |
| MediumType: Ethernet | |
| Status: Up | |
| VBoxNetworkName: HostInterfaceNetworking-en0 | |
| Name: en1: Thunderbolt 1 | |
| GUID: 00316e65-0000-4000-8000-720008770780 | |
| DHCP: Disabled | |
| IPAddress: 0.0.0.0 | |
| NetworkMask: 0.0.0.0 | |
| IPV6Address: | |
| IPV6NetworkMaskPrefixLength: 0 | |
| HardwareAddress: 72:00:08:77:07:80 | |
| MediumType: Ethernet | |
| Status: Up | |
| VBoxNetworkName: HostInterfaceNetworking-en1 | |
| Name: en2: Thunderbolt 2 | |
| GUID: 00326e65-0000-4000-8000-720008770781 | |
| DHCP: Disabled | |
| IPAddress: 0.0.0.0 | |
| NetworkMask: 0.0.0.0 | |
| IPV6Address: | |
| IPV6NetworkMaskPrefixLength: 0 | |
| HardwareAddress: 72:00:08:77:07:81 | |
| MediumType: Ethernet | |
| Status: Up | |
| VBoxNetworkName: HostInterfaceNetworking-en2 | |
| Name: bridge0 | |
| GUID: 64697262-6567-4030-8000-720008770780 | |
| DHCP: Disabled | |
| IPAddress: 0.0.0.0 | |
| NetworkMask: 0.0.0.0 | |
| IPV6Address: | |
| IPV6NetworkMaskPrefixLength: 0 | |
| HardwareAddress: 72:00:08:77:07:80 | |
| MediumType: Ethernet | |
| Status: Up | |
| VBoxNetworkName: HostInterfaceNetworking-bridge0 | |
| Name: p2p0 | |
| GUID: 30703270-0000-4000-8000-06363bcc9838 | |
| DHCP: Disabled | |
| IPAddress: 0.0.0.0 | |
| NetworkMask: 0.0.0.0 | |
| IPV6Address: | |
| IPV6NetworkMaskPrefixLength: 0 | |
| HardwareAddress: 06:36:3b:cc:98:38 | |
| MediumType: Ethernet | |
| Status: Up | |
| VBoxNetworkName: HostInterfaceNetworking-p2p0 | |
| Name: awdl0 | |
| GUID: 6c647761-0030-4000-8000-9a0dc141becb | |
| DHCP: Disabled | |
| IPAddress: 0.0.0.0 | |
| NetworkMask: 0.0.0.0 | |
| IPV6Address: | |
| IPV6NetworkMaskPrefixLength: 0 | |
| HardwareAddress: 9a:0d:c1:41:be:cb | |
| MediumType: Ethernet | |
| Status: Up | |
| VBoxNetworkName: HostInterfaceNetworking-awdl0 | |
| Name: gpd0 | |
| GUID: 30647067-0000-4000-8000-025041000101 | |
| DHCP: Disabled | |
| IPAddress: 160.10.255.193 | |
| NetworkMask: 255.255.255.255 | |
| IPV6Address: | |
| IPV6NetworkMaskPrefixLength: 0 | |
| HardwareAddress: 02:50:41:00:01:01 | |
| MediumType: Ethernet | |
| Status: Down | |
| VBoxNetworkName: HostInterfaceNetworking-gpd0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG network: Normalized configuration: {:adapter_ip=>"172.28.128.1", :auto_config=>true, :ip=>"172.28.128.23", :mac=>nil, :name=>nil, :netmask=>"255.255.255.0", :nic_type=>nil, :type=>:static, :adapter=>2} | |
| INFO network: Searching for matching hostonly network: 172.28.128.23 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "hostonlyifs"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: Name: vboxnet0 | |
| GUID: 786f6276-656e-4074-8000-0a0027000000 | |
| DHCP: Disabled | |
| IPAddress: 172.28.128.1 | |
| NetworkMask: 255.255.255.0 | |
| IPV6Address: | |
| IPV6NetworkMaskPrefixLength: 0 | |
| HardwareAddress: 0a:00:27:00:00:00 | |
| MediumType: Ethernet | |
| Status: Up | |
| VBoxNetworkName: HostInterfaceNetworking-vboxnet0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG network: Adapter configuration: {:adapter=>2, :hostonly=>"vboxnet0", :mac_address=>nil, :nic_type=>nil, :type=>:hostonly} | |
| INFO network: Enabling adapters... | |
| INFO interface: output: Preparing network interfaces based on configuration... | |
| INFO interface: output: ==> client: Preparing network interfaces based on configuration... | |
| ==> client: Preparing network interfaces based on configuration... | |
| INFO interface: detail: Adapter 1: nat | |
| INFO interface: detail: client: Adapter 1: nat | |
| client: Adapter 1: nat | |
| INFO interface: detail: Adapter 2: hostonly | |
| INFO interface: detail: client: Adapter 2: hostonly | |
| client: Adapter 2: hostonly | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "3127abd5-0b87-48b1-9669-45692cbc8783", "--nic1", "nat", "--nic2", "hostonly", "--hostonlyadapter2", "vboxnet0", "--cableconnected2", "on"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::NetworkFixIPv6:0x00000100bb0520> | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::ForwardPorts:0x00000100b41350> | |
| INFO interface: output: Forwarding ports... | |
| INFO interface: output: ==> client: Forwarding ports... | |
| ==> client: Forwarding ports... | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="off" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="poweroff" | |
| VMStateChangeTime="2017-01-26T03:41:54.000000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| vrde="on" | |
| vrdeport=-1 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO interface: detail: 22 (guest) => 2222 (host) (adapter 1) | |
| INFO interface: detail: client: 22 (guest) => 2222 (host) (adapter 1) | |
| client: 22 (guest) => 2222 (host) (adapter 1) | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "3127abd5-0b87-48b1-9669-45692cbc8783", "--natpf1", "ssh,tcp,127.0.0.1,2222,,22"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SetHostname:0x00000100b41328> | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::SaneDefaults:0x00000100b41300> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "3127abd5-0b87-48b1-9669-45692cbc8783", "--rtcuseutc", "on"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO sanedefaults: Automatically figuring out whether to enable/disable NAT DNS proxy... | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "3127abd5-0b87-48b1-9669-45692cbc8783", "--natdnsproxy1", "on"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x00000100aeaf50> | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Boot:0x00000100aeaf00> | |
| INFO interface: info: Booting VM... | |
| INFO interface: info: ==> client: Booting VM... | |
| ==> client: Booting VM... | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "startvm", "3127abd5-0b87-48b1-9669-45692cbc8783", "--type", "headless"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: Waiting for VM "3127abd5-0b87-48b1-9669-45692cbc8783" to power on... | |
| VM "3127abd5-0b87-48b1-9669-45692cbc8783" has been successfully started. | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x00000100aeaed8> | |
| INFO warden: Calling IN action: #<Vagrant::Action::Builtin::WaitForCommunicator:0x00000100aeaeb0> | |
| INFO interface: output: Waiting for machine to boot. This may take a few minutes... | |
| INFO interface: output: ==> client: Waiting for machine to boot. This may take a few minutes... | |
| ==> client: Waiting for machine to boot. This may take a few minutes... | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="640,480,32"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="RedHat_64" | |
| GuestAdditionsRunLevel=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="640,480,32"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="RedHat_64" | |
| GuestAdditionsRunLevel=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="640,480,32"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="RedHat_64" | |
| GuestAdditionsRunLevel=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/.vagrant.d/insecure_private_key | |
| INFO interface: detail: SSH address: 127.0.0.1:2222 | |
| INFO interface: detail: client: SSH address: 127.0.0.1:2222 | |
| client: SSH address: 127.0.0.1:2222 | |
| INFO interface: detail: SSH username: vagrant | |
| INFO interface: detail: client: SSH username: vagrant | |
| client: SSH username: vagrant | |
| INFO interface: detail: SSH auth method: private key | |
| INFO interface: detail: client: SSH auth method: private key | |
| client: SSH auth method: private key | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="640,480,32"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="RedHat_64" | |
| GuestAdditionsRunLevel=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="640,480,32"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="RedHat_64" | |
| GuestAdditionsRunLevel=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/.vagrant.d/insecure_private_key | |
| INFO ssh: Attempting SSH connection... | |
| INFO ssh: Attempting to connect to SSH... | |
| INFO ssh: - Host: 127.0.0.1 | |
| INFO ssh: - Port: 2222 | |
| INFO ssh: - Username: vagrant | |
| INFO ssh: - Password? false | |
| INFO ssh: - Key Path: ["/Users/gliverma/.vagrant.d/insecure_private_key"] | |
| DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :paranoid=>false, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x00000101962240 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x00000101962218 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000001019621c8 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x00000101962290>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x000001019621a0 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000101962150>>>>, :keys=>["/Users/gliverma/.vagrant.d/insecure_private_key"]} | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="640,480,32"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="RedHat_64" | |
| GuestAdditionsRunLevel=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="640,480,32"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="RedHat_64" | |
| GuestAdditionsRunLevel=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="720,400,0"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="RedHat_64" | |
| GuestAdditionsRunLevel=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="720,400,0"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="RedHat_64" | |
| GuestAdditionsRunLevel=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="720,400,0"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="RedHat_64" | |
| GuestAdditionsRunLevel=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="720,400,0"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="RedHat_64" | |
| GuestAdditionsRunLevel=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="720,400,0"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="RedHat_64" | |
| GuestAdditionsRunLevel=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="RedHat_64" | |
| GuestAdditionsRunLevel=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="RedHat_64" | |
| GuestAdditionsRunLevel=0 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=1 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=1 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG ssh: == Net-SSH connection debug-level log START == | |
| DEBUG ssh: D, [2017-01-26T00:05:35.966577 #5941] DEBUG -- net.ssh.transport.session[80cb05b8]: establishing connection to 127.0.0.1:2222 | |
| D, [2017-01-26T00:05:35.967711 #5941] DEBUG -- net.ssh.transport.session[80cb05b8]: connection established | |
| I, [2017-01-26T00:05:35.967821 #5941] INFO -- net.ssh.transport.server_version[805f0f70]: negotiating protocol version | |
| DEBUG ssh: == Net-SSH connection debug-level log END == | |
| INFO ssh: SSH not ready: #<Vagrant::Errors::NetSSHException: An error occurred in the underlying SSH library that Vagrant uses. | |
| The error message is shown below. In many cases, errors from this | |
| library are caused by ssh-agent issues. Try disabling your SSH | |
| agent or removing some keys and try again. | |
| If the problem persists, please report a bug to the net-ssh project. | |
| timeout during server version negotiating> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/.vagrant.d/insecure_private_key | |
| INFO ssh: Attempting SSH connection... | |
| INFO ssh: Attempting to connect to SSH... | |
| INFO ssh: - Host: 127.0.0.1 | |
| INFO ssh: - Port: 2222 | |
| INFO ssh: - Username: vagrant | |
| INFO ssh: - Password? false | |
| INFO ssh: - Key Path: ["/Users/gliverma/.vagrant.d/insecure_private_key"] | |
| DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :paranoid=>false, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x000001022a76e8 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x000001022a76c0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000001022a7670 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x000001022a7738>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x000001022a7648 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x000001022a75f8>>>>, :keys=>["/Users/gliverma/.vagrant.d/insecure_private_key"]} | |
| DEBUG ssh: == Net-SSH connection debug-level log START == | |
| DEBUG ssh: D, [2017-01-26T00:05:51.138674 #5941] DEBUG -- net.ssh.transport.session[81152df0]: establishing connection to 127.0.0.1:2222 | |
| D, [2017-01-26T00:05:51.139207 #5941] DEBUG -- net.ssh.transport.session[81152df0]: connection established | |
| I, [2017-01-26T00:05:51.139343 #5941] INFO -- net.ssh.transport.server_version[81152468]: negotiating protocol version | |
| DEBUG ssh: == Net-SSH connection debug-level log END == | |
| INFO ssh: SSH not ready: #<Vagrant::Errors::SSHDisconnected: The SSH connection was unexpectedly closed by the remote end. This | |
| usually indicates that SSH within the guest machine was unable to | |
| properly start up. Please boot the VM in GUI mode to check whether | |
| it is booting properly.> | |
| INFO interface: detail: Warning: Remote connection disconnect. Retrying... | |
| INFO interface: detail: client: Warning: Remote connection disconnect. Retrying... | |
| client: Warning: Remote connection disconnect. Retrying... | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/.vagrant.d/insecure_private_key | |
| INFO ssh: Attempting SSH connection... | |
| INFO ssh: Attempting to connect to SSH... | |
| INFO ssh: - Host: 127.0.0.1 | |
| INFO ssh: - Port: 2222 | |
| INFO ssh: - Username: vagrant | |
| INFO ssh: - Password? false | |
| INFO ssh: - Key Path: ["/Users/gliverma/.vagrant.d/insecure_private_key"] | |
| DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :paranoid=>false, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x00000103aaac40 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x00000103aaac18 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00000103aaabc8 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x00000103aaac90>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x00000103aaaba0 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000103aaab50>>>>, :keys=>["/Users/gliverma/.vagrant.d/insecure_private_key"]} | |
| DEBUG ssh: == Net-SSH connection debug-level log START == | |
| DEBUG ssh: D, [2017-01-26T00:05:51.310013 #5941] DEBUG -- net.ssh.transport.session[81d54ab8]: establishing connection to 127.0.0.1:2222 | |
| D, [2017-01-26T00:05:51.310409 #5941] DEBUG -- net.ssh.transport.session[81d54ab8]: connection established | |
| I, [2017-01-26T00:05:51.310505 #5941] INFO -- net.ssh.transport.server_version[81d542ac]: negotiating protocol version | |
| DEBUG ssh: == Net-SSH connection debug-level log END == | |
| INFO ssh: SSH not ready: #<Vagrant::Errors::SSHDisconnected: The SSH connection was unexpectedly closed by the remote end. This | |
| usually indicates that SSH within the guest machine was unable to | |
| properly start up. Please boot the VM in GUI mode to check whether | |
| it is booting properly.> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/.vagrant.d/insecure_private_key | |
| INFO ssh: Attempting SSH connection... | |
| INFO ssh: Attempting to connect to SSH... | |
| INFO ssh: - Host: 127.0.0.1 | |
| INFO ssh: - Port: 2222 | |
| INFO ssh: - Username: vagrant | |
| INFO ssh: - Password? false | |
| INFO ssh: - Key Path: ["/Users/gliverma/.vagrant.d/insecure_private_key"] | |
| DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :paranoid=>false, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x00000100dd9298 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x00000100dd9270 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00000100dd9220 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x00000100dd92e8>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x00000100dd91f8 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000100dd91a8>>>>, :keys=>["/Users/gliverma/.vagrant.d/insecure_private_key"]} | |
| DEBUG ssh: == Net-SSH connection debug-level log START == | |
| DEBUG ssh: D, [2017-01-26T00:05:51.481704 #5941] DEBUG -- net.ssh.transport.session[81ce9dbc]: establishing connection to 127.0.0.1:2222 | |
| D, [2017-01-26T00:05:51.482155 #5941] DEBUG -- net.ssh.transport.session[81ce9dbc]: connection established | |
| I, [2017-01-26T00:05:51.482273 #5941] INFO -- net.ssh.transport.server_version[81ce95b0]: negotiating protocol version | |
| DEBUG ssh: == Net-SSH connection debug-level log END == | |
| INFO ssh: SSH not ready: #<Vagrant::Errors::SSHDisconnected: The SSH connection was unexpectedly closed by the remote end. This | |
| usually indicates that SSH within the guest machine was unable to | |
| properly start up. Please boot the VM in GUI mode to check whether | |
| it is booting properly.> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/.vagrant.d/insecure_private_key | |
| INFO ssh: Attempting SSH connection... | |
| INFO ssh: Attempting to connect to SSH... | |
| INFO ssh: - Host: 127.0.0.1 | |
| INFO ssh: - Port: 2222 | |
| INFO ssh: - Username: vagrant | |
| INFO ssh: - Password? false | |
| INFO ssh: - Key Path: ["/Users/gliverma/.vagrant.d/insecure_private_key"] | |
| DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :paranoid=>false, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x0000010398a590 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x0000010398a568 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000010398a518 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x0000010398a5e0>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x0000010398a4f0 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x0000010398a4a0>>>>, :keys=>["/Users/gliverma/.vagrant.d/insecure_private_key"]} | |
| DEBUG ssh: == Net-SSH connection debug-level log START == | |
| DEBUG ssh: D, [2017-01-26T00:05:51.658769 #5941] DEBUG -- net.ssh.transport.session[81cc46fc]: establishing connection to 127.0.0.1:2222 | |
| D, [2017-01-26T00:05:51.659143 #5941] DEBUG -- net.ssh.transport.session[81cc46fc]: connection established | |
| I, [2017-01-26T00:05:51.659318 #5941] INFO -- net.ssh.transport.server_version[81cc1f88]: negotiating protocol version | |
| DEBUG ssh: == Net-SSH connection debug-level log END == | |
| INFO ssh: SSH not ready: #<Vagrant::Errors::SSHDisconnected: The SSH connection was unexpectedly closed by the remote end. This | |
| usually indicates that SSH within the guest machine was unable to | |
| properly start up. Please boot the VM in GUI mode to check whether | |
| it is booting properly.> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/.vagrant.d/insecure_private_key | |
| INFO ssh: Attempting SSH connection... | |
| INFO ssh: Attempting to connect to SSH... | |
| INFO ssh: - Host: 127.0.0.1 | |
| INFO ssh: - Port: 2222 | |
| INFO ssh: - Username: vagrant | |
| INFO ssh: - Password? false | |
| INFO ssh: - Key Path: ["/Users/gliverma/.vagrant.d/insecure_private_key"] | |
| DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :paranoid=>false, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x000001038da398 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x000001038da348 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000001038da2f8 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x000001038da3e8>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x000001038da2d0 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x000001038da280>>>>, :keys=>["/Users/gliverma/.vagrant.d/insecure_private_key"]} | |
| DEBUG ssh: == Net-SSH connection debug-level log START == | |
| DEBUG ssh: D, [2017-01-26T00:05:51.820126 #5941] DEBUG -- net.ssh.transport.session[81c6c538]: establishing connection to 127.0.0.1:2222 | |
| D, [2017-01-26T00:05:51.820683 #5941] DEBUG -- net.ssh.transport.session[81c6c538]: connection established | |
| I, [2017-01-26T00:05:51.820787 #5941] INFO -- net.ssh.transport.server_version[81c61da4]: negotiating protocol version | |
| DEBUG ssh: == Net-SSH connection debug-level log END == | |
| INFO ssh: SSH not ready: #<Vagrant::Errors::SSHDisconnected: The SSH connection was unexpectedly closed by the remote end. This | |
| usually indicates that SSH within the guest machine was unable to | |
| properly start up. Please boot the VM in GUI mode to check whether | |
| it is booting properly.> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/.vagrant.d/insecure_private_key | |
| INFO ssh: Attempting SSH connection... | |
| INFO ssh: Attempting to connect to SSH... | |
| INFO ssh: - Host: 127.0.0.1 | |
| INFO ssh: - Port: 2222 | |
| INFO ssh: - Username: vagrant | |
| INFO ssh: - Password? false | |
| INFO ssh: - Key Path: ["/Users/gliverma/.vagrant.d/insecure_private_key"] | |
| DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :paranoid=>false, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x00000100c32b88 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x00000100c32b60 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00000100c32a70 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x00000100c32bd8>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x00000100c32a48 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000100c329a8>>>>, :keys=>["/Users/gliverma/.vagrant.d/insecure_private_key"]} | |
| DEBUG ssh: == Net-SSH connection debug-level log START == | |
| DEBUG ssh: D, [2017-01-26T00:05:52.001562 #5941] DEBUG -- net.ssh.transport.session[80615f28]: establishing connection to 127.0.0.1:2222 | |
| D, [2017-01-26T00:05:52.001986 #5941] DEBUG -- net.ssh.transport.session[80615f28]: connection established | |
| I, [2017-01-26T00:05:52.002086 #5941] INFO -- net.ssh.transport.server_version[80615028]: negotiating protocol version | |
| DEBUG ssh: == Net-SSH connection debug-level log END == | |
| INFO ssh: SSH not ready: #<Vagrant::Errors::SSHDisconnected: The SSH connection was unexpectedly closed by the remote end. This | |
| usually indicates that SSH within the guest machine was unable to | |
| properly start up. Please boot the VM in GUI mode to check whether | |
| it is booting properly.> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/.vagrant.d/insecure_private_key | |
| INFO ssh: Attempting SSH connection... | |
| INFO ssh: Attempting to connect to SSH... | |
| INFO ssh: - Host: 127.0.0.1 | |
| INFO ssh: - Port: 2222 | |
| INFO ssh: - Username: vagrant | |
| INFO ssh: - Password? false | |
| INFO ssh: - Key Path: ["/Users/gliverma/.vagrant.d/insecure_private_key"] | |
| DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :paranoid=>false, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x00000100ab29e8 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x00000100ab29c0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00000100ab28f8 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x00000100ab2a38>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x00000100ab28a8 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000100ab27e0>>>>, :keys=>["/Users/gliverma/.vagrant.d/insecure_private_key"]} | |
| DEBUG ssh: == Net-SSH connection debug-level log START == | |
| DEBUG ssh: D, [2017-01-26T00:05:52.164697 #5941] DEBUG -- net.ssh.transport.session[80554cb0]: establishing connection to 127.0.0.1:2222 | |
| D, [2017-01-26T00:05:52.165262 #5941] DEBUG -- net.ssh.transport.session[80554cb0]: connection established | |
| I, [2017-01-26T00:05:52.165382 #5941] INFO -- net.ssh.transport.server_version[80551de4]: negotiating protocol version | |
| DEBUG ssh: == Net-SSH connection debug-level log END == | |
| INFO ssh: SSH not ready: #<Vagrant::Errors::SSHDisconnected: The SSH connection was unexpectedly closed by the remote end. This | |
| usually indicates that SSH within the guest machine was unable to | |
| properly start up. Please boot the VM in GUI mode to check whether | |
| it is booting properly.> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/.vagrant.d/insecure_private_key | |
| INFO ssh: Attempting SSH connection... | |
| INFO ssh: Attempting to connect to SSH... | |
| INFO ssh: - Host: 127.0.0.1 | |
| INFO ssh: - Port: 2222 | |
| INFO ssh: - Username: vagrant | |
| INFO ssh: - Password? false | |
| INFO ssh: - Key Path: ["/Users/gliverma/.vagrant.d/insecure_private_key"] | |
| DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :paranoid=>false, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x000001018e0088 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x000001018e0038 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000001018dbee8 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x000001018e0218>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x000001018dbda8 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x000001018dbab0>>>>, :keys=>["/Users/gliverma/.vagrant.d/insecure_private_key"]} | |
| DEBUG ssh: == Net-SSH connection debug-level log START == | |
| DEBUG ssh: D, [2017-01-26T00:05:52.331564 #5941] DEBUG -- net.ssh.transport.session[80c64ca8]: establishing connection to 127.0.0.1:2222 | |
| D, [2017-01-26T00:05:52.332105 #5941] DEBUG -- net.ssh.transport.session[80c64ca8]: connection established | |
| I, [2017-01-26T00:05:52.332241 #5941] INFO -- net.ssh.transport.server_version[80c4b834]: negotiating protocol version | |
| DEBUG ssh: == Net-SSH connection debug-level log END == | |
| INFO ssh: SSH not ready: #<Vagrant::Errors::SSHDisconnected: The SSH connection was unexpectedly closed by the remote end. This | |
| usually indicates that SSH within the guest machine was unable to | |
| properly start up. Please boot the VM in GUI mode to check whether | |
| it is booting properly.> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/.vagrant.d/insecure_private_key | |
| INFO ssh: Attempting SSH connection... | |
| INFO ssh: Attempting to connect to SSH... | |
| INFO ssh: - Host: 127.0.0.1 | |
| INFO ssh: - Port: 2222 | |
| INFO ssh: - Username: vagrant | |
| INFO ssh: - Password? false | |
| INFO ssh: - Key Path: ["/Users/gliverma/.vagrant.d/insecure_private_key"] | |
| DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :paranoid=>false, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x000001021e66f0 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x000001021e66c8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000001021e6678 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x000001021e6740>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x000001021e6650 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x000001021e6600>>>>, :keys=>["/Users/gliverma/.vagrant.d/insecure_private_key"]} | |
| DEBUG ssh: == Net-SSH connection debug-level log START == | |
| DEBUG ssh: D, [2017-01-26T00:05:52.516973 #5941] DEBUG -- net.ssh.transport.session[810f27c0]: establishing connection to 127.0.0.1:2222 | |
| D, [2017-01-26T00:05:52.517459 #5941] DEBUG -- net.ssh.transport.session[810f27c0]: connection established | |
| I, [2017-01-26T00:05:52.517575 #5941] INFO -- net.ssh.transport.server_version[810f7f90]: negotiating protocol version | |
| DEBUG ssh: == Net-SSH connection debug-level log END == | |
| INFO ssh: SSH not ready: #<Vagrant::Errors::SSHDisconnected: The SSH connection was unexpectedly closed by the remote end. This | |
| usually indicates that SSH within the guest machine was unable to | |
| properly start up. Please boot the VM in GUI mode to check whether | |
| it is booting properly.> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/.vagrant.d/insecure_private_key | |
| INFO ssh: Attempting SSH connection... | |
| INFO ssh: Attempting to connect to SSH... | |
| INFO ssh: - Host: 127.0.0.1 | |
| INFO ssh: - Port: 2222 | |
| INFO ssh: - Username: vagrant | |
| INFO ssh: - Password? false | |
| INFO ssh: - Key Path: ["/Users/gliverma/.vagrant.d/insecure_private_key"] | |
| DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :paranoid=>false, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x000001019b1318 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x000001019b12f0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000001019b12a0 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x000001019b1368>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x000001019b1278 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x000001019b1228>>>>, :keys=>["/Users/gliverma/.vagrant.d/insecure_private_key"]} | |
| DEBUG ssh: == Net-SSH connection debug-level log START == | |
| DEBUG ssh: D, [2017-01-26T00:05:52.686919 #5941] DEBUG -- net.ssh.transport.session[81d19db4]: establishing connection to 127.0.0.1:2222 | |
| D, [2017-01-26T00:05:52.687336 #5941] DEBUG -- net.ssh.transport.session[81d19db4]: connection established | |
| I, [2017-01-26T00:05:52.687431 #5941] INFO -- net.ssh.transport.server_version[81d195a8]: negotiating protocol version | |
| DEBUG ssh: == Net-SSH connection debug-level log END == | |
| INFO ssh: SSH not ready: #<Vagrant::Errors::SSHDisconnected: The SSH connection was unexpectedly closed by the remote end. This | |
| usually indicates that SSH within the guest machine was unable to | |
| properly start up. Please boot the VM in GUI mode to check whether | |
| it is booting properly.> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/.vagrant.d/insecure_private_key | |
| INFO ssh: Attempting SSH connection... | |
| INFO ssh: Attempting to connect to SSH... | |
| INFO ssh: - Host: 127.0.0.1 | |
| INFO ssh: - Port: 2222 | |
| INFO ssh: - Username: vagrant | |
| INFO ssh: - Password? false | |
| INFO ssh: - Key Path: ["/Users/gliverma/.vagrant.d/insecure_private_key"] | |
| DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :paranoid=>false, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x000001019e3ea8 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x000001019e3e80 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000001019e3e30 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x000001019e3ef8>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x000001019e3e08 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x000001019e3db8>>>>, :keys=>["/Users/gliverma/.vagrant.d/insecure_private_key"]} | |
| DEBUG ssh: == Net-SSH connection debug-level log START == | |
| DEBUG ssh: D, [2017-01-26T00:05:52.854109 #5941] DEBUG -- net.ssh.transport.session[80cf13ec]: establishing connection to 127.0.0.1:2222 | |
| D, [2017-01-26T00:05:52.854525 #5941] DEBUG -- net.ssh.transport.session[80cf13ec]: connection established | |
| I, [2017-01-26T00:05:52.854641 #5941] INFO -- net.ssh.transport.server_version[80cf0be0]: negotiating protocol version | |
| DEBUG ssh: == Net-SSH connection debug-level log END == | |
| INFO ssh: SSH not ready: #<Vagrant::Errors::SSHDisconnected: The SSH connection was unexpectedly closed by the remote end. This | |
| usually indicates that SSH within the guest machine was unable to | |
| properly start up. Please boot the VM in GUI mode to check whether | |
| it is booting properly.> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/.vagrant.d/insecure_private_key | |
| INFO ssh: Attempting SSH connection... | |
| INFO ssh: Attempting to connect to SSH... | |
| INFO ssh: - Host: 127.0.0.1 | |
| INFO ssh: - Port: 2222 | |
| INFO ssh: - Username: vagrant | |
| INFO ssh: - Password? false | |
| INFO ssh: - Key Path: ["/Users/gliverma/.vagrant.d/insecure_private_key"] | |
| DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :paranoid=>false, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x00000103b00e38 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x00000103b00e10 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00000103b00dc0 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x00000103b00e88>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x00000103b00d98 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000103b00d48>>>>, :keys=>["/Users/gliverma/.vagrant.d/insecure_private_key"]} | |
| DEBUG ssh: == Net-SSH connection debug-level log START == | |
| DEBUG ssh: D, [2017-01-26T00:05:53.044641 #5941] DEBUG -- net.ssh.transport.session[81d85c44]: establishing connection to 127.0.0.1:2222 | |
| D, [2017-01-26T00:05:53.045054 #5941] DEBUG -- net.ssh.transport.session[81d85c44]: connection established | |
| I, [2017-01-26T00:05:53.045148 #5941] INFO -- net.ssh.transport.server_version[81d853e8]: negotiating protocol version | |
| DEBUG ssh: == Net-SSH connection debug-level log END == | |
| INFO ssh: SSH not ready: #<Vagrant::Errors::SSHDisconnected: The SSH connection was unexpectedly closed by the remote end. This | |
| usually indicates that SSH within the guest machine was unable to | |
| properly start up. Please boot the VM in GUI mode to check whether | |
| it is booting properly.> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/.vagrant.d/insecure_private_key | |
| INFO ssh: Attempting SSH connection... | |
| INFO ssh: Attempting to connect to SSH... | |
| INFO ssh: - Host: 127.0.0.1 | |
| INFO ssh: - Port: 2222 | |
| INFO ssh: - Username: vagrant | |
| INFO ssh: - Password? false | |
| INFO ssh: - Key Path: ["/Users/gliverma/.vagrant.d/insecure_private_key"] | |
| DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :paranoid=>false, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x000001022976a8 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x00000102297680 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00000102297630 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x000001022976f8>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x00000102297608 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x000001022975b8>>>>, :keys=>["/Users/gliverma/.vagrant.d/insecure_private_key"]} | |
| DEBUG ssh: == Net-SSH connection debug-level log START == | |
| DEBUG ssh: D, [2017-01-26T00:05:53.216495 #5941] DEBUG -- net.ssh.transport.session[8114afec]: establishing connection to 127.0.0.1:2222 | |
| D, [2017-01-26T00:05:53.216933 #5941] DEBUG -- net.ssh.transport.session[8114afec]: connection established | |
| I, [2017-01-26T00:05:53.217046 #5941] INFO -- net.ssh.transport.server_version[8114a7e0]: negotiating protocol version | |
| D, [2017-01-26T00:05:53.292912 #5941] DEBUG -- net.ssh.transport.server_version[8114a7e0]: remote is `SSH-2.0-OpenSSH_6.6.1' | |
| D, [2017-01-26T00:05:53.298118 #5941] DEBUG -- net.ssh.transport.server_version[8114a7e0]: local is `SSH-2.0-Ruby/Net::SSH_3.0.2 x86_64-darwin13' | |
| D, [2017-01-26T00:05:53.302389 #5941] DEBUG -- socket[8114ad30]: read 1640 bytes | |
| D, [2017-01-26T00:05:53.302520 #5941] DEBUG -- socket[8114ad30]: received packet nr 0 type 20 len 1636 | |
| I, [2017-01-26T00:05:53.302604 #5941] INFO -- net.ssh.transport.algorithms[8114beb0]: got KEXINIT from server | |
| I, [2017-01-26T00:05:53.303042 #5941] INFO -- net.ssh.transport.algorithms[8114beb0]: sending KEXINIT | |
| D, [2017-01-26T00:05:53.303231 #5941] DEBUG -- socket[8114ad30]: queueing packet nr 0 type 20 len 1684 | |
| D, [2017-01-26T00:05:53.303304 #5941] DEBUG -- socket[8114ad30]: sent 1688 bytes | |
| I, [2017-01-26T00:05:53.303330 #5941] INFO -- net.ssh.transport.algorithms[8114beb0]: negotiating algorithms | |
| D, [2017-01-26T00:05:53.303457 #5941] DEBUG -- net.ssh.transport.algorithms[8114beb0]: negotiated: | |
| * kex: diffie-hellman-group-exchange-sha1 | |
| * host_key: ssh-rsa | |
| * encryption_server: aes128-cbc | |
| * encryption_client: aes128-cbc | |
| * hmac_client: hmac-sha1 | |
| * hmac_server: hmac-sha1 | |
| * compression_client: none | |
| * compression_server: none | |
| * language_client: | |
| * language_server: | |
| D, [2017-01-26T00:05:53.303481 #5941] DEBUG -- net.ssh.transport.algorithms[8114beb0]: exchanging keys | |
| D, [2017-01-26T00:05:53.303696 #5941] DEBUG -- socket[8114ad30]: queueing packet nr 1 type 34 len 20 | |
| D, [2017-01-26T00:05:53.303750 #5941] DEBUG -- socket[8114ad30]: sent 24 bytes | |
| D, [2017-01-26T00:05:53.323436 #5941] DEBUG -- socket[8114ad30]: read 152 bytes | |
| D, [2017-01-26T00:05:53.323560 #5941] DEBUG -- socket[8114ad30]: received packet nr 1 type 31 len 148 | |
| D, [2017-01-26T00:05:53.326541 #5941] DEBUG -- socket[8114ad30]: queueing packet nr 2 type 32 len 140 | |
| D, [2017-01-26T00:05:53.326622 #5941] DEBUG -- socket[8114ad30]: sent 144 bytes | |
| D, [2017-01-26T00:05:53.328371 #5941] DEBUG -- socket[8114ad30]: read 720 bytes | |
| D, [2017-01-26T00:05:53.328449 #5941] DEBUG -- socket[8114ad30]: received packet nr 2 type 33 len 700 | |
| D, [2017-01-26T00:05:53.329233 #5941] DEBUG -- socket[8114ad30]: queueing packet nr 3 type 21 len 20 | |
| D, [2017-01-26T00:05:53.329296 #5941] DEBUG -- socket[8114ad30]: sent 24 bytes | |
| D, [2017-01-26T00:05:53.329358 #5941] DEBUG -- socket[8114ad30]: received packet nr 3 type 21 len 12 | |
| D, [2017-01-26T00:05:53.329757 #5941] DEBUG -- net.ssh.authentication.session[81d7586c]: beginning authentication of `vagrant' | |
| D, [2017-01-26T00:05:53.330431 #5941] DEBUG -- socket[8114ad30]: queueing packet nr 4 type 5 len 28 | |
| D, [2017-01-26T00:05:53.330501 #5941] DEBUG -- socket[8114ad30]: sent 52 bytes | |
| D, [2017-01-26T00:05:53.331096 #5941] DEBUG -- socket[8114ad30]: read 52 bytes | |
| D, [2017-01-26T00:05:53.331185 #5941] DEBUG -- socket[8114ad30]: received packet nr 4 type 6 len 28 | |
| D, [2017-01-26T00:05:53.331291 #5941] DEBUG -- net.ssh.authentication.session[81d7586c]: trying none | |
| D, [2017-01-26T00:05:53.331447 #5941] DEBUG -- socket[8114ad30]: queueing packet nr 5 type 50 len 44 | |
| D, [2017-01-26T00:05:53.331507 #5941] DEBUG -- socket[8114ad30]: sent 68 bytes | |
| D, [2017-01-26T00:05:53.475589 #5941] DEBUG -- socket[8114ad30]: read 84 bytes | |
| D, [2017-01-26T00:05:53.476028 #5941] DEBUG -- socket[8114ad30]: received packet nr 5 type 51 len 60 | |
| D, [2017-01-26T00:05:53.476128 #5941] DEBUG -- net.ssh.authentication.session[81d7586c]: allowed methods: publickey,gssapi-keyex,gssapi-with-mic,password | |
| D, [2017-01-26T00:05:53.476189 #5941] DEBUG -- net.ssh.authentication.methods.none[81d7496c]: none failed | |
| D, [2017-01-26T00:05:53.476249 #5941] DEBUG -- net.ssh.authentication.session[81d7586c]: trying publickey | |
| D, [2017-01-26T00:05:53.477255 #5941] DEBUG -- net.ssh.authentication.agent[807653c4]: connecting to ssh-agent | |
| D, [2017-01-26T00:05:53.477398 #5941] DEBUG -- net.ssh.authentication.agent[807653c4]: sending agent request 1 len 47 | |
| D, [2017-01-26T00:05:53.477522 #5941] DEBUG -- net.ssh.authentication.agent[807653c4]: received agent packet 5 len 1 | |
| D, [2017-01-26T00:05:53.477570 #5941] DEBUG -- net.ssh.authentication.agent[807653c4]: sending agent request 11 len 0 | |
| D, [2017-01-26T00:05:53.477671 #5941] DEBUG -- net.ssh.authentication.agent[807653c4]: received agent packet 12 len 5 | |
| D, [2017-01-26T00:05:53.477828 #5941] DEBUG -- net.ssh.authentication.methods.publickey[80765608]: trying publickey (dd:3b:b8:2e:85:04:06:e9:ab:ff:a8:0a:c0:04:6e:d6) | |
| D, [2017-01-26T00:05:53.478287 #5941] DEBUG -- socket[8114ad30]: queueing packet nr 6 type 50 len 348 | |
| D, [2017-01-26T00:05:53.478356 #5941] DEBUG -- socket[8114ad30]: sent 372 bytes | |
| D, [2017-01-26T00:05:53.508853 #5941] DEBUG -- socket[8114ad30]: read 324 bytes | |
| D, [2017-01-26T00:05:53.509011 #5941] DEBUG -- socket[8114ad30]: received packet nr 6 type 60 len 300 | |
| D, [2017-01-26T00:05:53.510414 #5941] DEBUG -- socket[8114ad30]: queueing packet nr 7 type 50 len 620 | |
| D, [2017-01-26T00:05:53.510481 #5941] DEBUG -- socket[8114ad30]: sent 644 bytes | |
| D, [2017-01-26T00:05:53.531928 #5941] DEBUG -- socket[8114ad30]: read 36 bytes | |
| D, [2017-01-26T00:05:53.532068 #5941] DEBUG -- socket[8114ad30]: received packet nr 7 type 52 len 12 | |
| D, [2017-01-26T00:05:53.532134 #5941] DEBUG -- net.ssh.authentication.methods.publickey[80765608]: publickey succeeded (dd:3b:b8:2e:85:04:06:e9:ab:ff:a8:0a:c0:04:6e:d6) | |
| DEBUG ssh: == Net-SSH connection debug-level log END == | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/.vagrant.d/insecure_private_key | |
| INFO interface: detail: | |
| Vagrant insecure key detected. Vagrant will automatically replace | |
| this with a newly generated keypair for better security. | |
| INFO interface: detail: client: | |
| client: Vagrant insecure key detected. Vagrant will automatically replace | |
| client: this with a newly generated keypair for better security. | |
| client: | |
| client: Vagrant insecure key detected. Vagrant will automatically replace | |
| client: this with a newly generated keypair for better security. | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| INFO guest: Autodetecting host type for [#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>] | |
| DEBUG guest: Trying: atomic | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: grep 'ostree=' /proc/cmdline (sudo=false) | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG guest: Trying: mint | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: if test -r /etc/os-release; then | |
| source /etc/os-release && test xLinux Mint = x$ID && exit | |
| fi | |
| if test -x /usr/bin/lsb_release; then | |
| /usr/bin/lsb_release -i 2>/dev/null | grep -qi Linux Mint && exit | |
| fi | |
| if test -r /etc/issue; then | |
| cat /etc/issue | grep -qi Linux Mint && exit | |
| fi | |
| exit 1 | |
| (sudo=false) | |
| DEBUG ssh: stderr: bash: line 4: test: too many arguments | |
| DEBUG ssh: stderr: grep: Mint: No such file or directory | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG guest: Trying: trisquel | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: [ -x /usr/bin/lsb_release ] && /usr/bin/lsb_release -i 2>/dev/null | grep Trisquel (sudo=false) | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG guest: Trying: amazon | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: grep 'Amazon Linux AMI' /etc/os-release (sudo=false) | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG guest: Trying: fedora | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: grep 'Fedora release' /etc/redhat-release (sudo=false) | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG guest: Trying: funtoo | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: grep Funtoo /etc/gentoo-release (sudo=false) | |
| DEBUG ssh: stderr: grep: /etc/gentoo-release: No such file or directory | |
| DEBUG ssh: Exit status: 2 | |
| DEBUG guest: Trying: pld | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: cat /etc/pld-release (sudo=false) | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG ssh: stderr: cat: /etc/pld-release: No such file or directory | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG guest: Trying: ubuntu | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: if test -r /etc/os-release; then | |
| source /etc/os-release && test xubuntu = x$ID && exit | |
| fi | |
| if test -x /usr/bin/lsb_release; then | |
| /usr/bin/lsb_release -i 2>/dev/null | grep -qi ubuntu && exit | |
| fi | |
| if test -r /etc/issue; then | |
| cat /etc/issue | grep -qi ubuntu && exit | |
| fi | |
| exit 1 | |
| (sudo=false) | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG guest: Trying: arch | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: cat /etc/arch-release (sudo=false) | |
| DEBUG ssh: stderr: cat: /etc/arch-release: No such file or directory | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG guest: Trying: coreos | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: cat /etc/os-release | grep ID=coreos (sudo=false) | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG guest: Trying: darwin | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: uname -s | grep 'Darwin' (sudo=false) | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG guest: Trying: debian | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: if test -r /etc/os-release; then | |
| source /etc/os-release && test xdebian = x$ID && exit | |
| fi | |
| if test -x /usr/bin/lsb_release; then | |
| /usr/bin/lsb_release -i 2>/dev/null | grep -qi debian && exit | |
| fi | |
| if test -r /etc/issue; then | |
| cat /etc/issue | grep -qi debian && exit | |
| fi | |
| exit 1 | |
| (sudo=false) | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG guest: Trying: dragonflybsd | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: uname -s | grep -i 'DragonFly' (sudo=false) | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG guest: Trying: freebsd | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: uname -s | grep 'FreeBSD' (sudo=false) | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG guest: Trying: gentoo | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: grep Gentoo /etc/gentoo-release (sudo=false) | |
| DEBUG ssh: stderr: grep: /etc/gentoo-release: No such file or directory | |
| DEBUG ssh: Exit status: 2 | |
| DEBUG guest: Trying: netbsd | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: uname -s | grep NetBSD (sudo=false) | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG guest: Trying: nixos | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: test -f /run/current-system/nixos-version (sudo=false) | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG guest: Trying: omnios | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: cat /etc/release | grep -i OmniOS (sudo=false) | |
| DEBUG ssh: stderr: cat: /etc/release: No such file or directory | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG guest: Trying: openbsd | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: uname -s | grep 'OpenBSD' (sudo=false) | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG guest: Trying: photon | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: cat /etc/photon-release | grep 'VMware Photon Linux' (sudo=false) | |
| DEBUG ssh: stderr: cat: /etc/photon-release: No such file or directory | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG guest: Trying: redhat | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: cat /etc/redhat-release (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| INFO guest: Detected: redhat! | |
| DEBUG guest: Searching for cap: insert_public_key | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: insert_public_key in linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: remove_public_key | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: remove_public_key in linux | |
| INFO ssh: Inserting key to avoid password: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRMB8dI2zpMoLfOAvHSuIhVPx/mc/g/8jdAc7FLcGU1deX2Jb0fcvZLBMDqU+2J30nPlpffmptTOpdA99gFGWBNG3ZRkzfXne9oH/jFMpCL7o4sQijPlgvNIoNpXyzvZYuCy7qZsjAoa1NvUzmH3vuu85SRyXP9BvLIjW2/UbJjsXQF0HAcQKF17bTq+pFcg4Ks2Iwjfmwy0qNgUB+8X7+VT0N0vXVS1KK+4zGyCI2LPnnvJNj2/Fzet896pGDqt0aXFQcT+rIY2m2kJxjDtDoHlvatTCdnE70Olfth89rr3iDLK2ge0hcCgvA0YKArqFe2RvSdtt7IpCajtN38WKp vagrant | |
| INFO interface: detail: | |
| Inserting generated public key within guest... | |
| INFO interface: detail: client: | |
| client: Inserting generated public key within guest... | |
| client: | |
| client: Inserting generated public key within guest... | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: insert_public_key | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: insert_public_key in linux | |
| INFO guest: Execute capability: insert_public_key [#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>, "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRMB8dI2zpMoLfOAvHSuIhVPx/mc/g/8jdAc7FLcGU1deX2Jb0fcvZLBMDqU+2J30nPlpffmptTOpdA99gFGWBNG3ZRkzfXne9oH/jFMpCL7o4sQijPlgvNIoNpXyzvZYuCy7qZsjAoa1NvUzmH3vuu85SRyXP9BvLIjW2/UbJjsXQF0HAcQKF17bTq+pFcg4Ks2Iwjfmwy0qNgUB+8X7+VT0N0vXVS1KK+4zGyCI2LPnnvJNj2/Fzet896pGDqt0aXFQcT+rIY2m2kJxjDtDoHlvatTCdnE70Olfth89rr3iDLK2ge0hcCgvA0YKArqFe2RvSdtt7IpCajtN38WKp vagrant"] (redhat) | |
| DEBUG ssh: Uploading: /var/folders/hl/njtznhnd3b3dqbcg1mp2hz5c0000gp/T/vagrant-linux-insert-public-key20170126-5941-1l5qplz to /tmp/vagrant-insert-pubkey-1485407158 | |
| DEBUG ssh: Re-using SSH connection. | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: mkdir -p ~/.ssh | |
| chmod 0700 ~/.ssh | |
| cat '/tmp/vagrant-insert-pubkey-1485407158' >> ~/.ssh/authorized_keys && chmod 0600 ~/.ssh/authorized_keys | |
| result=$? | |
| rm -f '/tmp/vagrant-insert-pubkey-1485407158' | |
| exit $result | |
| (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| INFO interface: detail: Removing insecure key from the guest if it's present... | |
| INFO interface: detail: client: Removing insecure key from the guest if it's present... | |
| client: Removing insecure key from the guest if it's present... | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: remove_public_key | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: remove_public_key in linux | |
| INFO guest: Execute capability: remove_public_key [#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>, "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key"] (redhat) | |
| DEBUG ssh: Uploading: /var/folders/hl/njtznhnd3b3dqbcg1mp2hz5c0000gp/T/vagrant-linux-remove-public-key20170126-5941-1ydfysi to /tmp/vagrant-remove-pubkey-1485407158 | |
| DEBUG ssh: Re-using SSH connection. | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: if test -f ~/.ssh/authorized_keys; then | |
| grep -v -x -f '/tmp/vagrant-remove-pubkey-1485407158' ~/.ssh/authorized_keys > ~/.ssh/authorized_keys.tmp | |
| mv ~/.ssh/authorized_keys.tmp ~/.ssh/authorized_keys && chmod 0600 ~/.ssh/authorized_keys | |
| result=$? | |
| fi | |
| rm -f '/tmp/vagrant-remove-pubkey-1485407158' | |
| exit $result | |
| (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| INFO interface: detail: Key inserted! Disconnecting and reconnecting using new SSH key... | |
| INFO interface: detail: client: Key inserted! Disconnecting and reconnecting using new SSH key... | |
| client: Key inserted! Disconnecting and reconnecting using new SSH key... | |
| DEBUG ssh: Checking whether SSH is ready... | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| DEBUG subprocess: Exit status: 0 | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/Downloads/vagrant-bug-report/.vagrant/machines/client/virtualbox/private_key | |
| INFO ssh: Attempting to correct key permissions to 0600 | |
| INFO ssh: Attempting SSH connection... | |
| INFO ssh: Attempting to connect to SSH... | |
| INFO ssh: - Host: 127.0.0.1 | |
| INFO ssh: - Port: 2222 | |
| INFO ssh: - Username: vagrant | |
| INFO ssh: - Password? false | |
| INFO ssh: - Key Path: ["/Users/gliverma/Downloads/vagrant-bug-report/.vagrant/machines/client/virtualbox/private_key"] | |
| DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :paranoid=>false, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x00000101a19800 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x00000101a197d8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00000101a19788 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x00000101a19850>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x00000101a19760 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000101a19710>>>>, :keys=>["/Users/gliverma/Downloads/vagrant-bug-report/.vagrant/machines/client/virtualbox/private_key"]} | |
| DEBUG ssh: == Net-SSH connection debug-level log START == | |
| DEBUG ssh: D, [2017-01-26T00:05:58.545943 #5941] DEBUG -- net.ssh.transport.session[80d0c070]: establishing connection to 127.0.0.1:2222 | |
| D, [2017-01-26T00:05:58.546366 #5941] DEBUG -- net.ssh.transport.session[80d0c070]: connection established | |
| I, [2017-01-26T00:05:58.546458 #5941] INFO -- net.ssh.transport.server_version[81d59824]: negotiating protocol version | |
| D, [2017-01-26T00:05:58.554956 #5941] DEBUG -- net.ssh.transport.server_version[81d59824]: remote is `SSH-2.0-OpenSSH_6.6.1' | |
| D, [2017-01-26T00:05:58.555031 #5941] DEBUG -- net.ssh.transport.server_version[81d59824]: local is `SSH-2.0-Ruby/Net::SSH_3.0.2 x86_64-darwin13' | |
| D, [2017-01-26T00:05:58.559254 #5941] DEBUG -- socket[81d59d88]: read 1640 bytes | |
| D, [2017-01-26T00:05:58.559375 #5941] DEBUG -- socket[81d59d88]: received packet nr 0 type 20 len 1636 | |
| I, [2017-01-26T00:05:58.559446 #5941] INFO -- net.ssh.transport.algorithms[81d58f50]: got KEXINIT from server | |
| I, [2017-01-26T00:05:58.559593 #5941] INFO -- net.ssh.transport.algorithms[81d58f50]: sending KEXINIT | |
| D, [2017-01-26T00:05:58.559775 #5941] DEBUG -- socket[81d59d88]: queueing packet nr 0 type 20 len 1684 | |
| D, [2017-01-26T00:05:58.559831 #5941] DEBUG -- socket[81d59d88]: sent 1688 bytes | |
| I, [2017-01-26T00:05:58.559994 #5941] INFO -- net.ssh.transport.algorithms[81d58f50]: negotiating algorithms | |
| D, [2017-01-26T00:05:58.560096 #5941] DEBUG -- net.ssh.transport.algorithms[81d58f50]: negotiated: | |
| * kex: diffie-hellman-group-exchange-sha1 | |
| * host_key: ssh-rsa | |
| * encryption_server: aes128-cbc | |
| * encryption_client: aes128-cbc | |
| * hmac_client: hmac-sha1 | |
| * hmac_server: hmac-sha1 | |
| * compression_client: none | |
| * compression_server: none | |
| * language_client: | |
| * language_server: | |
| D, [2017-01-26T00:05:58.560122 #5941] DEBUG -- net.ssh.transport.algorithms[81d58f50]: exchanging keys | |
| D, [2017-01-26T00:05:58.560302 #5941] DEBUG -- socket[81d59d88]: queueing packet nr 1 type 34 len 20 | |
| D, [2017-01-26T00:05:58.560353 #5941] DEBUG -- socket[81d59d88]: sent 24 bytes | |
| D, [2017-01-26T00:05:58.562230 #5941] DEBUG -- socket[81d59d88]: read 152 bytes | |
| D, [2017-01-26T00:05:58.562322 #5941] DEBUG -- socket[81d59d88]: received packet nr 1 type 31 len 148 | |
| D, [2017-01-26T00:05:58.563795 #5941] DEBUG -- socket[81d59d88]: queueing packet nr 2 type 32 len 140 | |
| D, [2017-01-26T00:05:58.563846 #5941] DEBUG -- socket[81d59d88]: sent 144 bytes | |
| D, [2017-01-26T00:05:58.565685 #5941] DEBUG -- socket[81d59d88]: read 720 bytes | |
| D, [2017-01-26T00:05:58.565759 #5941] DEBUG -- socket[81d59d88]: received packet nr 2 type 33 len 700 | |
| D, [2017-01-26T00:05:58.566592 #5941] DEBUG -- socket[81d59d88]: queueing packet nr 3 type 21 len 20 | |
| D, [2017-01-26T00:05:58.566641 #5941] DEBUG -- socket[81d59d88]: sent 24 bytes | |
| D, [2017-01-26T00:05:58.566698 #5941] DEBUG -- socket[81d59d88]: received packet nr 3 type 21 len 12 | |
| D, [2017-01-26T00:05:58.566942 #5941] DEBUG -- net.ssh.authentication.session[81d8cb48]: beginning authentication of `vagrant' | |
| D, [2017-01-26T00:05:58.567038 #5941] DEBUG -- socket[81d59d88]: queueing packet nr 4 type 5 len 28 | |
| D, [2017-01-26T00:05:58.567088 #5941] DEBUG -- socket[81d59d88]: sent 52 bytes | |
| D, [2017-01-26T00:05:58.567475 #5941] DEBUG -- socket[81d59d88]: read 52 bytes | |
| D, [2017-01-26T00:05:58.567985 #5941] DEBUG -- socket[81d59d88]: received packet nr 4 type 6 len 28 | |
| D, [2017-01-26T00:05:58.568083 #5941] DEBUG -- net.ssh.authentication.session[81d8cb48]: trying none | |
| D, [2017-01-26T00:05:58.568194 #5941] DEBUG -- socket[81d59d88]: queueing packet nr 5 type 50 len 44 | |
| D, [2017-01-26T00:05:58.568243 #5941] DEBUG -- socket[81d59d88]: sent 68 bytes | |
| D, [2017-01-26T00:05:58.574959 #5941] DEBUG -- socket[81d59d88]: read 84 bytes | |
| D, [2017-01-26T00:05:58.575071 #5941] DEBUG -- socket[81d59d88]: received packet nr 5 type 51 len 60 | |
| D, [2017-01-26T00:05:58.575152 #5941] DEBUG -- net.ssh.authentication.session[81d8cb48]: allowed methods: publickey,gssapi-keyex,gssapi-with-mic,password | |
| D, [2017-01-26T00:05:58.575213 #5941] DEBUG -- net.ssh.authentication.methods.none[80ce5c68]: none failed | |
| D, [2017-01-26T00:05:58.575271 #5941] DEBUG -- net.ssh.authentication.session[81d8cb48]: trying publickey | |
| D, [2017-01-26T00:05:58.575550 #5941] DEBUG -- net.ssh.authentication.agent[80ce47f0]: connecting to ssh-agent | |
| D, [2017-01-26T00:05:58.575654 #5941] DEBUG -- net.ssh.authentication.agent[80ce47f0]: sending agent request 1 len 47 | |
| D, [2017-01-26T00:05:58.575752 #5941] DEBUG -- net.ssh.authentication.agent[80ce47f0]: received agent packet 5 len 1 | |
| D, [2017-01-26T00:05:58.575797 #5941] DEBUG -- net.ssh.authentication.agent[80ce47f0]: sending agent request 11 len 0 | |
| D, [2017-01-26T00:05:58.576078 #5941] DEBUG -- net.ssh.authentication.agent[80ce47f0]: received agent packet 12 len 5 | |
| D, [2017-01-26T00:05:58.576227 #5941] DEBUG -- net.ssh.authentication.methods.publickey[80ce4a20]: trying publickey (d0:8e:48:17:a1:c9:21:a3:54:1f:21:55:3e:25:58:b2) | |
| D, [2017-01-26T00:05:58.576355 #5941] DEBUG -- socket[81d59d88]: queueing packet nr 6 type 50 len 348 | |
| D, [2017-01-26T00:05:58.576405 #5941] DEBUG -- socket[81d59d88]: sent 372 bytes | |
| D, [2017-01-26T00:05:58.577766 #5941] DEBUG -- socket[81d59d88]: read 324 bytes | |
| D, [2017-01-26T00:05:58.577879 #5941] DEBUG -- socket[81d59d88]: received packet nr 6 type 60 len 300 | |
| D, [2017-01-26T00:05:58.579222 #5941] DEBUG -- socket[81d59d88]: queueing packet nr 7 type 50 len 620 | |
| D, [2017-01-26T00:05:58.579273 #5941] DEBUG -- socket[81d59d88]: sent 644 bytes | |
| D, [2017-01-26T00:05:58.588649 #5941] DEBUG -- socket[81d59d88]: read 36 bytes | |
| D, [2017-01-26T00:05:58.588792 #5941] DEBUG -- socket[81d59d88]: received packet nr 7 type 52 len 12 | |
| D, [2017-01-26T00:05:58.588857 #5941] DEBUG -- net.ssh.authentication.methods.publickey[80ce4a20]: publickey succeeded (d0:8e:48:17:a1:c9:21:a3:54:1f:21:55:3e:25:58:b2) | |
| DEBUG ssh: == Net-SSH connection debug-level log END == | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| INFO interface: output: Machine booted and ready! | |
| INFO interface: output: ==> client: Machine booted and ready! | |
| ==> client: Machine booted and ready! | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x00000100aeae38> | |
| INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckGuestAdditions:0x00000100aeade8> | |
| INFO interface: output: Checking for guest additions in VM... | |
| INFO interface: output: ==> client: Checking for guest additions in VM... | |
| ==> client: Checking for guest additions in VM... | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "guestproperty", "get", "3127abd5-0b87-48b1-9669-45692cbc8783", "/VirtualBox/GuestAdd/Version"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: Value: 5.1.14 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO warden: Calling IN action: #<Proc:0x00000100a6b188@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling IN action: #<Proc:0x0000010088d140@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling IN action: #<Proc:0x00000100b099c8@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling OUT action: #<Proc:0x00000100b099c8@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling OUT action: #<Proc:0x0000010088d140@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling OUT action: #<Proc:0x00000100a6b188@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckGuestAdditions:0x00000100aeade8> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x00000100aeae38> | |
| INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::WaitForCommunicator:0x00000100aeaeb0> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x00000100aeaed8> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Boot:0x00000100aeaf00> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x00000100aeaf50> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::SaneDefaults:0x00000100b41300> | |
| INFO interface: info: Setting hostname... | |
| INFO interface: info: ==> client: Setting hostname... | |
| ==> client: Setting hostname... | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: change_host_name | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Found cap: change_host_name in redhat | |
| INFO guest: Execute capability: change_host_name [#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>, "client.localdomain"] (redhat) | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: hostname -f | grep '^client.localdomain$' (sudo=false) | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: # Update sysconfig | |
| sed -i 's/\(HOSTNAME=\).*/\1client.localdomain/' /etc/sysconfig/network | |
| # Update DNS | |
| sed -i 's/\(DHCP_HOSTNAME=\).*/\1"client"/' /etc/sysconfig/network-scripts/ifcfg-* | |
| # Set the hostname - use hostnamectl if available | |
| echo 'client.localdomain' > /etc/hostname | |
| if command -v hostnamectl; then | |
| hostnamectl set-hostname --static 'client.localdomain' | |
| hostnamectl set-hostname --transient 'client.localdomain' | |
| else | |
| hostname -F /etc/hostname | |
| fi | |
| # Remove comments and blank lines from /etc/hosts | |
| sed -i'' -e 's/#.*$//' -e '/^$/d' /etc/hosts | |
| # Prepend ourselves to /etc/hosts | |
| grep -w 'client.localdomain' /etc/hosts || { | |
| sed -i'' '1i 127.0.0.1\tclient.localdomain\tclient' /etc/hosts | |
| } | |
| # Restart network (through NetworkManager if running) | |
| if service NetworkManager status 2>&1 | grep -q running; then | |
| service NetworkManager restart | |
| else | |
| service network restart | |
| fi | |
| (sudo=true) | |
| DEBUG ssh: stderr: Redirecting to /bin/systemctl restart NetworkManager.service | |
| DEBUG ssh: Exit status: 0 | |
| INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::SetHostname:0x00000100b41328> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::ForwardPorts:0x00000100b41350> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::NetworkFixIPv6:0x00000100bb0520> | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| INFO interface: info: Configuring and enabling network interfaces... | |
| INFO interface: info: ==> client: Configuring and enabling network interfaces... | |
| ==> client: Configuring and enabling network interfaces... | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: configure_networks | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Found cap: configure_networks in redhat | |
| INFO guest: Execute capability: configure_networks [#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>, [{:type=>:static, :adapter_ip=>"172.28.128.1", :ip=>"172.28.128.23", :netmask=>"255.255.255.0", :auto_config=>true, :interface=>1}]] (redhat) | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: network_scripts_dir | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Found cap: network_scripts_dir in redhat | |
| INFO guest: Execute capability: network_scripts_dir [#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>] (redhat) | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: network_interfaces | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: network_interfaces in linux | |
| INFO guest: Execute capability: network_interfaces [#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>] (redhat) | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: /sbin/ip -o -0 addr | grep -v LOOPBACK | awk '{print $2}' | sed 's/://' (sudo=true) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG network_interfaces: Unsorted list: ["eth0", "eth1"] | |
| DEBUG network_interfaces: Sorted list: ["eth0", "eth1"] | |
| DEBUG network_interfaces: Ethernet preferred sorted list: ["eth0", "eth1"] | |
| DEBUG ssh: Uploading: /var/folders/hl/njtznhnd3b3dqbcg1mp2hz5c0000gp/T/vagrant-redhat-configure-networks20170126-5941-1wqhmlb to /tmp/vagrant-network-entry-eth1-1485407160-0 | |
| DEBUG ssh: Re-using SSH connection. | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: # Down the interface before munging the config file. This might | |
| # fail if the interface is not actually set up yet so ignore | |
| # errors. | |
| /sbin/ifdown 'eth1' | |
| # Move new config into place | |
| mv -f '/tmp/vagrant-network-entry-eth1-1485407160-0' '/etc/sysconfig/network-scripts/ifcfg-eth1' | |
| # attempt to force network manager to reload configurations | |
| nmcli c reload || true | |
| # Restart network (through NetworkManager if running) | |
| if service NetworkManager status 2>&1 | grep -q running; then | |
| service NetworkManager restart | |
| else | |
| service network restart | |
| fi | |
| (sudo=true) | |
| DEBUG ssh: stderr: usage: ifdown <configuration> | |
| DEBUG ssh: stderr: Redirecting to /bin/systemctl restart NetworkManager.service | |
| DEBUG ssh: Exit status: 0 | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Network:0x00000100c31788> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::ClearNetworkInterfaces:0x00000100c317d8> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareNFSSettings:0x00000100c8ba80> | |
| INFO synced_folders: Invoking synced folder enable: virtualbox | |
| INFO interface: output: Mounting shared folders... | |
| INFO interface: output: ==> client: Mounting shared folders... | |
| ==> client: Mounting shared folders... | |
| INFO interface: detail: /vagrant => /Users/gliverma/Downloads/vagrant-bug-report | |
| INFO interface: detail: client: /vagrant => /Users/gliverma/Downloads/vagrant-bug-report | |
| client: /vagrant => /Users/gliverma/Downloads/vagrant-bug-report | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/Downloads/vagrant-bug-report/.vagrant/machines/client/virtualbox/private_key | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: mount_virtualbox_shared_folder | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: mount_virtualbox_shared_folder in linux | |
| INFO guest: Execute capability: mount_virtualbox_shared_folder [#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>, "vagrant", "/vagrant", {:guestpath=>"/vagrant", :hostpath=>"/Users/gliverma/Downloads/vagrant-bug-report", :disabled=>false, :__vagrantfile=>true, :owner=>"vagrant", :group=>"vagrant"}] (redhat) | |
| DEBUG mount_virtualbox_shared_folder: Mounting vagrant (/Users/gliverma/Downloads/vagrant-bug-report to /vagrant) | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: id -u vagrant (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG mount_virtualbox_shared_folder: Owner user ID (lookup): vagrant -> 1000 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: getent group vagrant (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG mount_virtualbox_shared_folder: Owner group ID (lookup): vagrant -> 1000 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: mkdir -p /vagrant (sudo=true) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: mount -t vboxsf -o uid=1000,gid=1000 vagrant /vagrant (sudo=true) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: chown 1000:1000 /vagrant (sudo=true) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: if command -v /sbin/init && /sbin/init 2>/dev/null --version | grep upstart; then | |
| /sbin/initctl emit --no-wait vagrant-mounted MOUNTPOINT=/vagrant | |
| fi | |
| (sudo=true) | |
| DEBUG ssh: Exit status: 0 | |
| INFO interface: detail: /tmp/vagrant-cache => /Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent | |
| INFO interface: detail: client: /tmp/vagrant-cache => /Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent | |
| client: /tmp/vagrant-cache => /Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: Searching for SSH port: 22 | |
| DEBUG virtualbox_5_1: read_forward_ports: uuid=3127abd5-0b87-48b1-9669-45692cbc8783 active_only=false | |
| INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "3127abd5-0b87-48b1-9669-45692cbc8783", "--machinereadable"] | |
| DEBUG subprocess: Command not in installer, not touching env vars. | |
| INFO subprocess: Command not in installer, restoring original environment... | |
| DEBUG subprocess: Selecting on IO | |
| DEBUG subprocess: stdout: name="vagrant-bug-report_client_1485407134040_72061" | |
| groups="/" | |
| ostype="Red Hat (64-bit)" | |
| UUID="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| CfgFile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.vbox" | |
| SnapFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Snapshots" | |
| LogFldr="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/Logs" | |
| hardwareuuid="3127abd5-0b87-48b1-9669-45692cbc8783" | |
| memory=1024 | |
| pagefusion="off" | |
| vram=8 | |
| cpuexecutioncap=100 | |
| hpet="off" | |
| chipset="piix3" | |
| firmware="BIOS" | |
| cpus=1 | |
| pae="on" | |
| longmode="on" | |
| triplefaultreset="off" | |
| apic="on" | |
| x2apic="on" | |
| cpuid-portability-level=0 | |
| bootmenu="messageandmenu" | |
| boot1="disk" | |
| boot2="dvd" | |
| boot3="none" | |
| boot4="none" | |
| acpi="on" | |
| ioapic="on" | |
| biosapic="apic" | |
| biossystemtimeoffset=0 | |
| rtcuseutc="on" | |
| hwvirtex="on" | |
| nestedpaging="on" | |
| largepages="on" | |
| vtxvpid="on" | |
| vtxux="on" | |
| paravirtprovider="default" | |
| effparavirtprovider="kvm" | |
| VMState="running" | |
| VMStateChangeTime="2017-01-26T05:05:35.493000000" | |
| monitorcount=1 | |
| accelerate3d="off" | |
| accelerate2dvideo="off" | |
| teleporterenabled="off" | |
| teleporterport=0 | |
| teleporteraddress="" | |
| teleporterpassword="" | |
| tracing-enabled="off" | |
| tracing-allow-vm-access="off" | |
| tracing-config="" | |
| autostart-enabled="off" | |
| autostart-delay=0 | |
| defaultfrontend="" | |
| storagecontrollername0="IDE Controller" | |
| storagecontrollertype0="PIIX4" | |
| storagecontrollerinstance0="0" | |
| storagecontrollermaxportcount0="2" | |
| storagecontrollerportcount0="2" | |
| storagecontrollerbootable0="on" | |
| "IDE Controller-0-0"="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/packer-virtualbox-vagrant-puppet-agent-centos-7-1485402010-disk1.vmdk" | |
| "IDE Controller-ImageUUID-0-0"="7a64df59-2736-4e89-afa6-8a704cbf4e75" | |
| "IDE Controller-0-1"="none" | |
| "IDE Controller-1-0"="none" | |
| "IDE Controller-1-1"="none" | |
| natnet1="nat" | |
| macaddress1="080027419872" | |
| cableconnected1="on" | |
| nic1="nat" | |
| nictype1="82540EM" | |
| nicspeed1="0" | |
| mtu="0" | |
| sockSnd="64" | |
| sockRcv="64" | |
| tcpWndSnd="64" | |
| tcpWndRcv="64" | |
| Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" | |
| hostonlyadapter2="vboxnet0" | |
| macaddress2="080027B6844E" | |
| cableconnected2="on" | |
| nic2="hostonly" | |
| nictype2="82540EM" | |
| nicspeed2="0" | |
| nic3="none" | |
| nic4="none" | |
| nic5="none" | |
| nic6="none" | |
| nic7="none" | |
| nic8="none" | |
| hidpointing="ps2mouse" | |
| hidkeyboard="ps2kbd" | |
| uart1="off" | |
| uart2="off" | |
| uart3="off" | |
| uart4="off" | |
| lpt1="off" | |
| lpt2="off" | |
| audio="none" | |
| clipboard="disabled" | |
| draganddrop="disabled" | |
| SessionName="headless" | |
| VideoMode="1024,768,16"@0,0 1 | |
| vrde="on" | |
| vrdeport=5937 | |
| vrdeports="5937" | |
| vrdeaddress="127.0.0.1" | |
| vrdeauthtype="null" | |
| vrdemulticon="off" | |
| vrdereusecon="off" | |
| vrdevideochannel="off" | |
| vrdeproperty[TCP/Ports]="5937" | |
| vrdeproperty[TCP/Address]="127.0.0.1" | |
| vrdeproperty[VideoChannel/Enabled]=<not set> | |
| vrdeproperty[VideoChannel/Quality]=<not set> | |
| vrdeproperty[VideoChannel/DownscaleProtection]=<not set> | |
| vrdeproperty[Client/DisableDisplay]=<not set> | |
| vrdeproperty[Client/DisableInput]=<not set> | |
| vrdeproperty[Client/DisableAudio]=<not set> | |
| vrdeproperty[Client/DisableUSB]=<not set> | |
| vrdeproperty[Client/DisableClipboard]=<not set> | |
| vrdeproperty[Client/DisableUpstreamAudio]=<not set> | |
| vrdeproperty[Client/DisableRDPDR]=<not set> | |
| vrdeproperty[H3DRedirect/Enabled]=<not set> | |
| vrdeproperty[Security/Method]=<not set> | |
| vrdeproperty[Security/ServerCertificate]=<not set> | |
| vrdeproperty[Security/ServerPrivateKey]=<not set> | |
| vrdeproperty[Security/CACertificate]=<not set> | |
| vrdeproperty[Audio/RateCorrectionMode]=<not set> | |
| vrdeproperty[Audio/LogPath]=<not set> | |
| usb="off" | |
| ehci="off" | |
| xhci="off" | |
| SharedFolderNameMachineMapping1="vagrant" | |
| SharedFolderPathMachineMapping1="/Users/gliverma/Downloads/vagrant-bug-report" | |
| SharedFolderNameMachineMapping2="vagrant-cache" | |
| SharedFolderPathMachineMapping2="/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent" | |
| VRDEActiveConnection="off" | |
| VRDEClients=0 | |
| vcpenabled="off" | |
| vcpscreens=0 | |
| vcpfile="/Users/gliverma/VirtualBox VMs/vagrant-bug-report_client_1485407134040_72061/vagrant-bug-report_client_1485407134040_72061.webm" | |
| vcpwidth=1024 | |
| vcpheight=768 | |
| vcprate=512 | |
| vcpfps=25 | |
| GuestMemoryBalloon=0 | |
| GuestOSType="Linux26_64" | |
| GuestAdditionsRunLevel=2 | |
| GuestAdditionsVersion="5.1.14 r112924" | |
| GuestAdditionsFacility_VirtualBox Base Driver=50,1485407145823 | |
| GuestAdditionsFacility_VirtualBox System Service=50,1485407147863 | |
| GuestAdditionsFacility_Seamless Mode=0,1485407145823 | |
| GuestAdditionsFacility_Graphics Mode=0,1485407145823 | |
| DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| DEBUG subprocess: Exit status: 0 | |
| DEBUG virtualbox_5_1: - [1, "ssh", 2222, 22] | |
| DEBUG ssh: Checking key permissions: /Users/gliverma/Downloads/vagrant-bug-report/.vagrant/machines/client/virtualbox/private_key | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: mount_virtualbox_shared_folder | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: mount_virtualbox_shared_folder in linux | |
| INFO guest: Execute capability: mount_virtualbox_shared_folder [#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>, "vagrant-cache", "/tmp/vagrant-cache", {:id=>"vagrant-cache", :guestpath=>"/tmp/vagrant-cache", :hostpath=>"/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent", :disabled=>false, :__vagrantfile=>true, :owner=>"vagrant", :group=>"vagrant"}] (redhat) | |
| DEBUG mount_virtualbox_shared_folder: Mounting vagrant-cache (/Users/gliverma/.vagrant.d/cache/centos-7-puppet-agent to /tmp/vagrant-cache) | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: id -u vagrant (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG mount_virtualbox_shared_folder: Owner user ID (lookup): vagrant -> 1000 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: getent group vagrant (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG mount_virtualbox_shared_folder: Owner group ID (lookup): vagrant -> 1000 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: mkdir -p /tmp/vagrant-cache (sudo=true) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: mount -t vboxsf -o uid=1000,gid=1000 vagrant-cache /tmp/vagrant-cache (sudo=true) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: chown 1000:1000 /tmp/vagrant-cache (sudo=true) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: if command -v /sbin/init && /sbin/init 2>/dev/null --version | grep upstart; then | |
| /sbin/initctl emit --no-wait vagrant-mounted MOUNTPOINT=/tmp/vagrant-cache | |
| fi | |
| (sudo=true) | |
| DEBUG ssh: Exit status: 0 | |
| INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::SyncedFolders:0x00000100cb93b8> | |
| INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::SyncedFolderCleanup:0x00000100d13ac0> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::SyncedFolderNFS::ActionCleanup:0x00000100d63f70> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareNFSValidIds:0x00000100dc3b00> | |
| INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::HandleForwardedPortCollisions:0x0000010086d480> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareForwardedPortCollisionParams:0x0000010086d4d0> | |
| INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::EnvSet:0x0000010086d520> | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: mkdir -p /tmp/vagrant-cache (sudo=true) | |
| DEBUG ssh: Exit status: 0 | |
| INFO clean: 'chmod'ing bucket root dir to 777... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: chmod 777 /tmp/vagrant-cache (sudo=true) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: apt_cache_dir | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: chef_file_cache_path | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: chef_file_cache_path in linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: gemdir | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: gemdir in linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: chef_gemdir | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: chef_gemdir in linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: pacman_cache_dir | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: yum_cache_dir | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Found cap: yum_cache_dir in redhat | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: rvm_path | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: rvm_path in linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: apt_cacher_dir | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: apt_lists_dir | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: composer_path | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: composer_path in linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: bower_path | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: bower_path in linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: npm_cache_dir | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: npm_cache_dir in linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: zypper_cache_dir | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| INFO interface: info: Configuring cache buckets... | |
| INFO interface: info: ==> client: Configuring cache buckets... | |
| ==> client: Configuring cache buckets... | |
| INFO clean: Installing chef with configs {} | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: chef_file_cache_path | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: chef_file_cache_path in linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: chef_file_cache_path | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: chef_file_cache_path in linux | |
| INFO guest: Execute capability: chef_file_cache_path [#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>] (redhat) | |
| INFO clean: Installing gem with configs {} | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: gemdir | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: gemdir in linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: gemdir | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: gemdir in linux | |
| INFO guest: Execute capability: gemdir [#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>] (redhat) | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: which gem (sudo=false) | |
| DEBUG ssh: stderr: which: no gem in (/usr/local/bin:/usr/bin:/opt/puppetlabs/bin:/usr/local/sbin:/usr/sbin:/home/vagrant/.local/bin:/home/vagrant/bin) | |
| DEBUG ssh: Exit status: 1 | |
| INFO clean: Installing chef_gem with configs {} | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: chef_gemdir | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: chef_gemdir in linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: chef_gemdir | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: chef_gemdir in linux | |
| INFO guest: Execute capability: chef_gemdir [#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>] (redhat) | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: test -f /opt/chef/embedded/bin/gem (sudo=false) | |
| DEBUG ssh: Exit status: 1 | |
| INFO clean: Installing yum with configs {} | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: yum_cache_dir | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Found cap: yum_cache_dir in redhat | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: yum_cache_dir | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Found cap: yum_cache_dir in redhat | |
| INFO guest: Execute capability: yum_cache_dir [#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>] (redhat) | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: sed -i 's/keepcache=0/keepcache=1/g' /etc/yum.conf (sudo=true) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: mkdir -p /tmp/vagrant-cache/yum (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: test -L /var/cache/yum (sudo=false) | |
| DEBUG ssh: Exit status: 1 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: mkdir -p `dirname /var/cache/yum` (sudo=true) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: test "$(ls -A /tmp/vagrant-cache/yum 2>/dev/null)" (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: rm -rf /var/cache/yum (sudo=true) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: ln -s /tmp/vagrant-cache/yum /var/cache/yum (sudo=true) | |
| DEBUG ssh: Exit status: 0 | |
| INFO clean: Installing rvm with configs {} | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: rvm_path | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: rvm_path in linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: rvm_path | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: rvm_path in linux | |
| INFO guest: Execute capability: rvm_path [#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>] (redhat) | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: rvm info (sudo=false) | |
| DEBUG ssh: stderr: bash: line 3: rvm: command not found | |
| DEBUG ssh: Exit status: 127 | |
| INFO clean: Installing composer with configs {} | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: composer_path | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: composer_path in linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: composer_path | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: composer_path in linux | |
| INFO guest: Execute capability: composer_path [#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>] (redhat) | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: which php (sudo=false) | |
| DEBUG ssh: stderr: which: no php in (/usr/local/bin:/usr/bin:/opt/puppetlabs/bin:/usr/local/sbin:/usr/sbin:/home/vagrant/.local/bin:/home/vagrant/bin) | |
| DEBUG ssh: Exit status: 1 | |
| INFO clean: Installing bower with configs {} | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: bower_path | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: bower_path in linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: bower_path | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: bower_path in linux | |
| INFO guest: Execute capability: bower_path [#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>] (redhat) | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: which bower (sudo=false) | |
| DEBUG ssh: stderr: which: no bower in (/usr/local/bin:/usr/bin:/opt/puppetlabs/bin:/usr/local/sbin:/usr/sbin:/home/vagrant/.local/bin:/home/vagrant/bin) | |
| DEBUG ssh: Exit status: 1 | |
| INFO clean: Installing npm with configs {} | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: npm_cache_dir | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: npm_cache_dir in linux | |
| DEBUG ssh: Checking whether SSH is ready... | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: SSH is ready! | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: (sudo=false) | |
| DEBUG ssh: Exit status: 0 | |
| DEBUG guest: Searching for cap: npm_cache_dir | |
| DEBUG guest: Checking in: redhat | |
| DEBUG guest: Checking in: linux | |
| DEBUG guest: Found cap: npm_cache_dir in linux | |
| INFO guest: Execute capability: npm_cache_dir [#<Vagrant::Machine: client (VagrantPlugins::ProviderVirtualBox::Provider)>] (redhat) | |
| DEBUG ssh: Re-using SSH connection. | |
| INFO ssh: Execute: which npm (sudo=false) | |
| DEBUG ssh: stderr: which: no npm in (/usr/local/bin:/usr/bin:/opt/puppetlabs/bin:/usr/local/sbin:/usr/sbin:/home/vagrant/.local/bin:/home/vagrant/bin) | |
| DEBUG ssh: Exit status: 1 | |
| INFO warden: Calling OUT action: #<VagrantPlugins::Cachier::Action::InstallBuckets:0x000001018e1848> | |
| INFO provision: Writing provisioning sentinel so we don't provision again | |
| INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::Provision:0x00000100919cf8> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::Cachier::Action::ConfigureBucketRoot:0x000001009aae88> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::ClearForwardedPorts:0x000001009aaeb0> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::SetName:0x00000100a11ac0> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::CleanMachineFolder:0x00000100a11e08> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x00000100a11f20> | |
| INFO warden: Calling OUT action: #<Proc:0x000001009b19b8@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::Call:0x0000010088d398> | |
| INFO warden: Calling OUT action: #<Proc:0x00000100ad8dc8@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::Call:0x00000100b09a40> | |
| INFO warden: Calling OUT action: #<Proc:0x00000100a9a348@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::Call:0x0000010205b380> | |
| INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::BoxCheckOutdated:0x00000100948ee0> | |
| INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x00000100948f30> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x00000100948f58> | |
| INFO warden: Calling OUT action: #<Proc:0x000001018469d8@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::MatchMACAddress:0x00000101846c08> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::DiscardState:0x00000101846c80> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Import:0x00000101846cd0> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareCloneSnapshot:0x000001020433e8> | |
| INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::PrepareClone:0x00000100942f18> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x00000100942f90> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x00000100942fe0> | |
| INFO warden: Calling OUT action: #<Proc:0x00000100d70b80@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::Call:0x00000100948fa8> | |
| INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x00000100948fd0> | |
| INFO warden: Calling OUT action: #<Proc:0x00000100b92048@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::HandleBox:0x00000100c08a90> | |
| INFO warden: Calling OUT action: #<Proc:0x00000100b2bac8@/opt/vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:94 (lambda)> | |
| INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::Call:0x00000100949020> | |
| INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x00000100949048> | |
| INFO interface: Machine: action ["up", "end", {:target=>:client}] | |
| INFO environment: Released process lock: machine-action-d3da94469192c2f71b923415fe0c4e9e | |
| DEBUG environment: Attempting to acquire process-lock: dotlock | |
| INFO environment: Acquired process lock: dotlock | |
| INFO environment: Released process lock: dotlock | |
| INFO environment: Running hook: environment_unload | |
| INFO runner: Preparing hooks for middleware sequence... | |
| INFO runner: 3 hooks defined. | |
| INFO runner: Running action: environment_unload #<Vagrant::Action::Builder:0x00000100edb420> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment