Skip to content

Instantly share code, notes, and snippets.

@dfranciscus
Created December 5, 2017 01:32
Show Gist options
  • Save dfranciscus/8b5ab2ca99d05b1e5e8cc491de59a675 to your computer and use it in GitHub Desktop.
Save dfranciscus/8b5ab2ca99d05b1e5e8cc491de59a675 to your computer and use it in GitHub Desktop.
vagrant CentOS 7 output
Last login: Sat Dec 2 12:54:50 on ttys000
vpn-59:~ dan$ cd CentOS/
vpn-59:CentOS dan$ ls
Vagrantfile
vpn-59:CentOS dan$ ls -la
total 8
drwxr-xr-x 4 dan staff 128 Nov 4 14:02 .
drwxr-xr-x+ 39 dan staff 1248 Nov 18 09:46 ..
drwxr-xr-x 3 dan staff 96 Nov 4 14:02 .vagrant
-rw-r--r-- 1 dan staff 3015 Nov 4 13:56 Vagrantfile
vpn-59:CentOS dan$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'centos/7' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
default: No guest additions were detected on the base box for this VM! Guest
default: additions are required for forwarded ports, shared folders, host only
default: networking, and more. If SSH fails on this machine, please install
default: the guest additions and repackage the box to continue.
default:
default: This is not an error message; everything may continue to work properly,
default: in which case you may ignore this message.
==> default: Rsyncing folder: /Users/dan/CentOS/ => /vagrant
==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> default: flag to force provisioning. Provisioners marked to run always will still run.
vpn-59:CentOS dan$ vagrant ssh
Last login: Wed Nov 29 10:04:55 2017 from 10.0.2.2
[vagrant@puppet ~]$ sudo yum -y install puppetserver^C
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ puppet
See 'puppet help' for help on available puppet subcommands
[vagrant@puppet ~]$ sudo systemctl start puppetserver
^C^C
[vagrant@puppet ~]$
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ ^C
^C
[vagrant@puppet ~]$ ping google.com
PING google.com (172.217.9.238) 56(84) bytes of data.
^C64 bytes from 172.217.9.238: icmp_seq=1 ttl=63 time=11.8 ms
--- google.com ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 11.842/11.842/11.842/0.000 ms
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ exit
logout
Connection to 127.0.0.1 closed.
vpn-59:CentOS dan$ ping google.com
PING google.com (172.217.9.238): 56 data bytes
64 bytes from 172.217.9.238: icmp_seq=0 ttl=54 time=9.888 ms
64 bytes from 172.217.9.238: icmp_seq=1 ttl=54 time=10.945 ms
^C
--- google.com ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 9.888/10.416/10.945/0.529 ms
vpn-59:CentOS dan$
vpn-59:CentOS dan$ vagrant ssh
Last login: Sat Dec 2 12:55:38 2017 from 10.0.2.2
[vagrant@puppet ~]$ sudo systemctl start puppetserver^C
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ sudo systemctl start puppetserver
^C^C
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$
[vagrant@puppet ~]$ systemctl start puppetserver
==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
Authentication is required to manage system services or units.
Authenticating as: root
Password:
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ exit
logout
Connection to 127.0.0.1 closed.
vpn-59:CentOS dan$ vagrant
Usage: vagrant [options] <command> [<args>]
-v, --version Print the version and exit.
-h, --help Print this help.
Common commands:
box manages boxes: installation, removal, etc.
connect connect to a remotely shared Vagrant environment
destroy stops and deletes all traces of the vagrant machine
global-status outputs status Vagrant environments for this user
halt stops the vagrant machine
help shows the help for a subcommand
init initializes a new Vagrant environment by creating a Vagrantfile
login log in to HashiCorp's Vagrant Cloud
package packages a running vagrant environment into a box
plugin manages plugins: install, uninstall, update, etc.
port displays information about guest port mappings
powershell connects to machine via powershell remoting
provision provisions the vagrant machine
push deploys code in this environment to a configured destination
rdp connects to machine via RDP
reload restarts vagrant machine, loads new Vagrantfile configuration
resume resume a suspended vagrant machine
share share your Vagrant environment with anyone in the world
snapshot manages snapshots: saving, restoring, etc.
ssh connects to machine via SSH
ssh-config outputs OpenSSH valid configuration to connect to the machine
status outputs status of the vagrant machine
suspend suspends the machine
up starts and provisions the vagrant environment
validate validates the Vagrantfile
version prints current and latest Vagrant version
For help on any individual command run `vagrant COMMAND -h`
Additional subcommands are available, but are either more advanced
or not commonly used. To see all subcommands, run the command
`vagrant list-commands`.
vpn-59:CentOS dan$ vagrant reload
==> default: Attempting graceful shutdown of VM...
==> default: Checking if box 'centos/7' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
default: No guest additions were detected on the base box for this VM! Guest
default: additions are required for forwarded ports, shared folders, host only
default: networking, and more. If SSH fails on this machine, please install
default: the guest additions and repackage the box to continue.
default:
default: This is not an error message; everything may continue to work properly,
default: in which case you may ignore this message.
==> default: Rsyncing folder: /Users/dan/CentOS/ => /vagrant
==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> default: flag to force provisioning. Provisioners marked to run always will still run.
vpn-59:CentOS dan$ vagrant ssh
Last login: Sat Dec 2 12:58:06 2017 from 10.0.2.2
[vagrant@puppet ~]$ puppet
See 'puppet help' for help on available puppet subcommands
[vagrant@puppet ~]$ puppet help
Usage: puppet <subcommand> [options] <action> [options]
Available subcommands:
agent The puppet agent daemon
apply Apply Puppet manifests locally
ca Local Puppet Certificate Authority management. (Deprecated)
catalog Compile, save, view, and convert catalogs.
cert Manage certificates and requests
certificate Provide access to the CA for certificate management.
certificate_request Manage certificate requests. (Deprecated)
certificate_revocation_list Manage the list of revoked certificates. (Deprecated)
config Interact with Puppet's settings.
describe Display help about resource types
device Manage remote network devices
doc Generate Puppet references
epp Interact directly with the EPP template parser/renderer.
facts Retrieve and store facts.
file Retrieve and store files in a filebucket (Deprecated)
filebucket Store and retrieve files in a filebucket
generate Generates Puppet code from Ruby definitions.
help Display Puppet help.
inspect Send an inspection report
key Create, save, and remove certificate keys. (Deprecated)
lookup Data in modules lookup function
man Display Puppet manual pages.
master The puppet master daemon
module Creates, installs and searches for modules on the Puppet Forge.
node View and manage node definitions.
parser Interact directly with the parser.
plugin Interact with the Puppet plugin system.
report Create, display, and submit reports.
resource The resource abstraction layer shell
resource_type View classes, defined resource types, and nodes from all manifests.
status View puppet server status. (Deprecated)
See 'puppet help <subcommand> <action>' for help on a specific subcommand action.
See 'puppet help <subcommand>' for help on a specific subcommand.
Puppet v4.10.9
[vagrant@puppet ~]$ puppet status
Warning: 'puppet status' is deprecated and will be removed in a future release
(at /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/face_base.rb:249:in `main')
{
"is_alive": true,
"version": "4.10.9"
}
[vagrant@puppet ~]$ sudo systemctl
add-requires hybrid-sleep reload-or-restart
add-wants is-active reload-or-try-restart
cancel is-enabled rescue
cat is-failed reset-failed
condreload isolate restart
condrestart is-system-running set-default
condstop kexec set-environment
daemon-reexec kill set-property
daemon-reload link show
default list-dependencies show-environment
delete list-jobs snapshot
disable list-sockets start
edit list-timers status
emergency list-unit-files stop
enable list-units suspend
exit mask switch-root
force-reload poweroff try-restart
get-default preset unmask
halt reboot unset-environment
help reenable
hibernate reload
[vagrant@puppet ~]$ sudo systemctl
add-requires hybrid-sleep reload-or-restart
add-wants is-active reload-or-try-restart
cancel is-enabled rescue
cat is-failed reset-failed
condreload isolate restart
condrestart is-system-running set-default
condstop kexec set-environment
daemon-reexec kill set-property
daemon-reload link show
default list-dependencies show-environment
delete list-jobs snapshot
disable list-sockets start
edit list-timers status
emergency list-unit-files stop
enable list-units suspend
exit mask switch-root
force-reload poweroff try-restart
get-default preset unmask
halt reboot unset-environment
help reenable
hibernate reload
[vagrant@puppet ~]$ sudo systemctl is-active
Too few arguments.
[vagrant@puppet ~]$ sudo systemctl is-active puppet
unknown
[vagrant@puppet ~]$ sudo systemctl is-active puppet-master
unknown
[vagrant@puppet ~]$ sudo systemctl list-units
UNIT LOAD ACTIVE SUB DESCRIPTION
proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable
sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-s
sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-s
sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-s
sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.d
sys-devices-pci0000:00-0000:00:03.0-net-eth0.device loaded active plugged 82
sys-devices-pci0000:00-0000:00:05.0-sound-card0.device loaded active plugged
sys-devices-platform-serial8250-tty-ttyS0.device loaded active plugged /sys/
sys-devices-platform-serial8250-tty-ttyS1.device loaded active plugged /sys/
sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/
sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/
sys-devices-virtual-block-dm\x2d0.device loaded active plugged /sys/devices/
sys-devices-virtual-block-dm\x2d1.device loaded active plugged /sys/devices/
sys-module-configfs.device loaded active plugged /sys/module/configfs
sys-subsystem-net-devices-eth0.device loaded active plugged 82540EM Gigabit
-.mount loaded active mounted /
boot.mount loaded active mounted /boot
dev-hugepages.mount loaded active mounted Huge Pages File System
dev-mqueue.mount loaded active mounted POSIX Message Queue File Sy
proc-fs-nfsd.mount loaded active mounted NFSD configuration filesyst
run-user-0.mount loaded active mounted /run/user/0
run-user-1000.mount loaded active mounted /run/user/1000
sys-kernel-config.mount loaded active mounted Configuration File System
sys-kernel-debug.mount loaded active mounted Debug File System
var-lib-nfs-rpc_pipefs.mount loaded active mounted RPC Pipe File System
brandbot.path loaded active waiting Flexible branding
systemd-ask-password-plymouth.path loaded active waiting Forward Password Re
systemd-ask-password-wall.path loaded active waiting Forward Password Reques
session-2.scope loaded active running Session 2 of user vagrant
session-3.scope loaded active running Session 3 of user vagrant
session-4.scope loaded active abandoned Session 4 of user root
auditd.service loaded active running Security Auditing Service
chronyd.service loaded active running NTP client/server
crond.service loaded active running Command Scheduler
dbus.service loaded active running D-Bus System Message Bus
getty@tty1.service loaded active running Getty on tty1
gssproxy.service loaded active running GSSAPI Proxy Daemon
kmod-static-nodes.service loaded active exited Create list of required sta
lvm2-lvmetad.service loaded active running LVM2 metadata daemon
lvm2-monitor.service loaded active exited Monitoring of LVM2 mirrors,
lvm2-pvscan@8:3.service loaded active exited LVM2 PV scan on device 8:3
network.service loaded active exited LSB: Bring up/down networki
NetworkManager-wait-online.service loaded active exited Network Manager Wai
NetworkManager.service loaded active running Network Manager
polkit.service loaded active running Authorization Manager
postfix.service loaded active running Postfix Mail Transport Agen
rhel-dmesg.service loaded active exited Dump dmesg to /var/log/dmes
rhel-readonly.service loaded active exited Configure read-only root su
rsyslog.service loaded active running System Logging Service
● selinux-policy-migrate-local-changes@targeted.service loaded failed failed
sshd.service loaded active running OpenSSH server daemon
systemd-journal-flush.service loaded active exited Flush Journal to Persist
systemd-journald.service loaded active running Journal Service
systemd-logind.service loaded active running Login Service
systemd-random-seed.service loaded active exited Load/Save Random Seed
systemd-remount-fs.service loaded active exited Remount Root and Kernel Fil
systemd-sysctl.service loaded active exited Apply Kernel Variables
systemd-tmpfiles-setup-dev.service loaded active exited Create Static Devic
systemd-tmpfiles-setup.service loaded active exited Create Volatile Files a
systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
systemd-udevd.service loaded active running udev Kernel Device Manager
systemd-update-utmp.service loaded active exited Update UTMP about System B
systemd-user-sessions.service loaded active exited Permit User Sessions
systemd-vconsole-setup.service loaded active exited Setup Virtual Console
tuned.service loaded active running Dynamic System Tuning Daemo
-.slice loaded active active Root Slice
system-getty.slice loaded active active system-getty.slice
system-lvm2\x2dpvscan.slice loaded active active system-lvm2\x2dpvscan.slic
system-selinux\x2dpolicy\x2dmigrate\x2dlocal\x2dchanges.slice loaded active ac
system.slice loaded active active System Slice
user-0.slice loaded active active User Slice of root
user-1000.slice loaded active active User Slice of vagrant
user.slice loaded active active User and Session Slice
dbus.socket loaded active running D-Bus System Message Bus So
dm-event.socket loaded active listening Device-mapper event daemon
lvm2-lvmetad.socket loaded active running LVM2 metadata daemon socket
lvm2-lvmpolld.socket loaded active listening LVM2 poll daemon socket
rpcbind.socket loaded active listening RPCbind Server Activation S
systemd-initctl.socket loaded active listening /dev/initctl Compatibility
systemd-journald.socket loaded active running Journal Socket
systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
systemd-udevd-control.socket loaded active running udev Control Socket
systemd-udevd-kernel.socket loaded active running udev Kernel Socket
dev-mapper-VolGroup00\x2dLogVol01.swap loaded active active /dev/mapper/Vol
basic.target loaded active active Basic System
cryptsetup.target loaded active active Encrypted Volumes
getty.target loaded active active Login Prompts
local-fs-pre.target loaded active active Local File Systems (Pre)
local-fs.target loaded active active Local File Systems
multi-user.target loaded active active Multi-User System
network-online.target loaded active active Network is Online
network.target loaded active active Network
nfs-client.target loaded active active NFS client services
paths.target loaded active active Paths
remote-fs-pre.target loaded active active Remote File Systems (Pre)
remote-fs.target loaded active active Remote File Systems
slices.target loaded active active Slices
sockets.target loaded active active Sockets
sound.target loaded active active Sound Card
swap.target loaded active active Swap
sysinit.target loaded active active System Initialization
timers.target loaded active active Timers
systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporar
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
103 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
[vagrant@puppet ~]$
[vagrant@puppet ~]$ sudo systemctl list-units^C
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ sudo systemctl
add-requires hybrid-sleep reload-or-restart
add-wants is-active reload-or-try-restart
cancel is-enabled rescue
cat is-failed reset-failed
condreload isolate restart
condrestart is-system-running set-default
condstop kexec set-environment
daemon-reexec kill set-property
daemon-reload link show
default list-dependencies show-environment
delete list-jobs snapshot
disable list-sockets start
edit list-timers status
emergency list-unit-files stop
enable list-units suspend
exit mask switch-root
force-reload poweroff try-restart
get-default preset unmask
halt reboot unset-environment
help reenable
hibernate reload
[vagrant@puppet ~]$ sudo systemctl status
● puppet
State: degraded
Jobs: 0 queued
Failed: 1 units
Since: Sat 2017-12-02 13:00:30 EST; 2min 34s ago
CGroup: /
├─1 /usr/lib/systemd/systemd --switched-root --system --deserialize 2
├─user.slice
│ ├─user-0.slice
│ │ └─session-4.scope
│ │ └─1542 /usr/sbin/anacron -s
│ └─user-1000.slice
│ ├─session-3.scope
│ │ ├─1498 sshd: vagrant [priv]
│ │ ├─1501 sshd: vagrant@pts/0
│ │ ├─1502 -bash
│ │ ├─1574 sudo systemctl status
│ │ ├─1575 systemctl status
│ │ └─1576 systemctl status
│ └─session-2.scope
│ ├─1353 sshd: vagrant [priv]
│ └─1356 sshd: vagrant@notty
└─system.slice
├─postfix.service
│ ├─905 /usr/libexec/postfix/master -w
│ ├─906 pickup -l -t unix -u
│ └─907 qmgr -l -t unix -u
├─sshd.service
│ └─806 /usr/sbin/sshd -D -u0
├─tuned.service
│ └─805 /usr/bin/python -Es /usr/sbin/tuned -l -P
├─crond.service
│ └─590 /usr/sbin/crond -n
├─systemd-logind.service
│ └─571 /usr/lib/systemd/systemd-logind
├─NetworkManager.service
│ ├─570 /usr/sbin/NetworkManager --no-daemon
│ └─619 /sbin/dhclient -d -q -sf /usr/libexec/nm-dhcp-helper -pf /v
├─dbus.service
│ └─556 /bin/dbus-daemon --system --address=systemd: --nofork --nop
├─gssproxy.service
│ └─565 /usr/sbin/gssproxy -D
├─chronyd.service
│ └─559 /usr/sbin/chronyd
├─polkit.service
│ └─552 /usr/lib/polkit-1/polkitd --no-debug
├─rsyslog.service
│ └─551 /usr/sbin/rsyslogd -n
├─auditd.service
│ └─532 /sbin/auditd
├─systemd-udevd.service
│ └─435 /usr/lib/systemd/systemd-udevd
├─lvm2-lvmetad.service
│ └─428 /usr/sbin/lvmetad -f
├─system-getty.slice
│ └─getty@tty1.service
│ └─594 /sbin/agetty --noclear tty1 linux
└─systemd-journald.service
└─406 /usr/lib/systemd/systemd-journald
[vagrant@puppet ~]$
[vagrant@puppet ~]$ sudo systemctl is-active puppetserver
unknown
[vagrant@puppet ~]$ sudo systemctl is-active puppetserver^C
[vagrant@puppet ~]$ sudo systemctl start puppetserver
c^C
[vagrant@puppet ~]$ sudo systemctl enable puppetserver
Created symlink from /etc/systemd/system/multi-user.target.wants/puppetserver.service to /usr/lib/systemd/system/puppetserver.service.
[vagrant@puppet ~]$ systemctl start puppetserver
==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
Authentication is required to manage system services or units.
Authenticating as: root
Password:
==== AUTHENTICATION COMPLETE ===
Job for puppetserver.service failed because the control process exited with error code. See "systemctl status puppetserver.service" and "journalctl -xe" for details.
[vagrant@puppet ~]$ sudo systemctl status puppetserver.service
● puppetserver.service - puppetserver Service
Loaded: loaded (/usr/lib/systemd/system/puppetserver.service; enabled; vendor preset: disabled)
Active: activating (start) since Sat 2017-12-02 13:07:19 EST; 12s ago
Control: 1982 (bash)
CGroup: /system.slice/puppetserver.service
├─1982 bash /opt/puppetlabs/server/apps/puppetserver/cli/apps/star...
├─1989 /usr/bin/java -Xms2g -Xmx2g -XX:MaxPermSize=256m -Djava.sec...
└─2021 sleep 1
Dec 02 13:07:19 puppet systemd[1]: Starting puppetserver Service...
Dec 02 13:07:20 puppet puppetserver[1982]: OpenJDK 64-Bit Server VM warning:...0
Hint: Some lines were ellipsized, use -l to show in full.
[vagrant@puppet ~]$ sudo systemctl is-active puppetserver
activating
[vagrant@puppet ~]$ sudo systemctl is-active puppetserver
activating
[vagrant@puppet ~]$ sudo systemctl is-active puppetserver
activating
[vagrant@puppet ~]$ sudo systemctl is-active puppetserver
activating
[vagrant@puppet ~]$ shutdown -r now
==== AUTHENTICATING FOR org.freedesktop.login1.reboot ===
Authentication is required for rebooting the system.
Authenticating as: root
Password:
==== AUTHENTICATION COMPLETE ===
[vagrant@puppet ~]$ Connection to 127.0.0.1 closed by remote host.
Connection to 127.0.0.1 closed.
vpn-59:CentOS dan$ vagrant status
Current machine states:
default running (virtualbox)
The VM is running. To stop this VM, you can run `vagrant halt` to
shut it down forcefully, or you can run `vagrant suspend` to simply
suspend the virtual machine. In either case, to restart it again,
simply run `vagrant up`.
vpn-59:CentOS dan$ vagrant status
Current machine states:
default running (virtualbox)
The VM is running. To stop this VM, you can run `vagrant halt` to
shut it down forcefully, or you can run `vagrant suspend` to simply
suspend the virtual machine. In either case, to restart it again,
simply run `vagrant up`.
vpn-59:CentOS dan$ vagrant reload
==> default: Attempting graceful shutdown of VM...
default: Guest communication could not be established! This is usually because
default: SSH is not running, the authentication information was changed,
default: or some other networking issue. Vagrant will force halt, if
default: capable.
==> default: Forcing shutdown of VM...
==> default: Checking if box 'centos/7' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
default: No guest additions were detected on the base box for this VM! Guest
default: additions are required for forwarded ports, shared folders, host only
default: networking, and more. If SSH fails on this machine, please install
default: the guest additions and repackage the box to continue.
default:
default: This is not an error message; everything may continue to work properly,
default: in which case you may ignore this message.
==> default: Rsyncing folder: /Users/dan/CentOS/ => /vagrant
==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> default: flag to force provisioning. Provisioners marked to run always will still run.
vpn-59:CentOS dan$ vagrant ssh
Last login: Sat Dec 2 13:00:50 2017 from 10.0.2.2
[vagrant@puppet ~]$ sudo systemctl status puppetserver.service
● puppetserver.service - puppetserver Service
Loaded: loaded (/usr/lib/systemd/system/puppetserver.service; enabled; vendor preset: disabled)
Active: activating (start) since Sat 2017-12-02 13:12:50 EST; 20s ago
Control: 2761 (bash)
CGroup: /system.slice/puppetserver.service
├─2761 bash /opt/puppetlabs/server/apps/puppetserver/cli/apps/star...
├─2768 /usr/bin/java -Xms2g -Xmx2g -XX:MaxPermSize=256m -Djava.sec...
└─2841 sleep 1
Dec 02 13:12:50 puppet systemd[1]: Starting puppetserver Service...
Dec 02 13:12:50 puppet puppetserver[2761]: OpenJDK 64-Bit Server VM warning:...0
Hint: Some lines were ellipsized, use -l to show in full.
[vagrant@puppet ~]$ sudo systemctl is-active puppetserver
activating
[vagrant@puppet ~]$ puppet status
Warning: 'puppet status' is deprecated and will be removed in a future release
(at /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/face_base.rb:249:in `main')
{
"is_alive": true,
"version": "4.10.9"
}
[vagrant@puppet ~]$ sudo firewall-cmd --list-service
FirewallD is not running
[vagrant@puppet ~]$ sudo systemctl enable FirewallD
Failed to execute operation: No such file or directory
[vagrant@puppet ~]$ sudo systemctl enable FirewallD.service
Failed to execute operation: No such file or directory
[vagrant@puppet ~]$ sudo systemctl enable FirewallD^C
[vagrant@puppet ~]$ systemctl enable firewalld
==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-unit-files ===
Authentication is required to manage system service or unit files.
Authenticating as: root
Password:
==== AUTHENTICATION COMPLETE ===
Created symlink from /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service to /usr/lib/systemd/system/firewalld.service.
Created symlink from /etc/systemd/system/multi-user.target.wants/firewalld.service to /usr/lib/systemd/system/firewalld.service.
==== AUTHENTICATING FOR org.freedesktop.systemd1.reload-daemon ===
Authentication is required to reload the systemd state.
Authenticating as: root
Password:
polkit-agent-helper-1: pam_authenticate failed: Authentication failure
==== AUTHENTICATION FAILED ===
Failed to execute operation: Access denied
[vagrant@puppet ~]$ sudo systemctl enable firewalld
[vagrant@puppet ~]$ sudo systemctl start firewalld
[vagrant@puppet ~]$ sudo systemctl start puppetserver
^C
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ sudo firewall-cmd --list-service
ssh dhcpv6-client ntp
[vagrant@puppet ~]$ sudo firewall-cmd --permanent --zone=public --add-service=puppetserver
Error: INVALID_SERVICE: 'puppetserver' not among existing services
[vagrant@puppet ~]$ sudo firewall-cmd --permanent --zone=public --add-service=puppet.service
Error: INVALID_SERVICE: 'puppet.service' not among existing services
[vagrant@puppet ~]$ sudo firewall-cmd --list-service
ssh dhcpv6-client ntp
[vagrant@puppet ~]$ sudo systemctl start puppetmaster
Failed to start puppetmaster.service: Unit not found.
[vagrant@puppet ~]$ sudo systemctl start puppetmaster.service
Failed to start puppetmaster.service: Unit not found.
[vagrant@puppet ~]$ exit
logout
Connection to 127.0.0.1 closed.
vpn-59:CentOS dan$ vagrant reload
==> default: Attempting graceful shutdown of VM...
==> default: Checking if box 'centos/7' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
default: No guest additions were detected on the base box for this VM! Guest
default: additions are required for forwarded ports, shared folders, host only
default: networking, and more. If SSH fails on this machine, please install
default: the guest additions and repackage the box to continue.
default:
default: This is not an error message; everything may continue to work properly,
default: in which case you may ignore this message.
==> default: Rsyncing folder: /Users/dan/CentOS/ => /vagrant
==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> default: flag to force provisioning. Provisioners marked to run always will still run.
vpn-59:CentOS dan$ vagrant ssh
Last login: Sat Dec 2 13:13:06 2017 from 10.0.2.2
[vagrant@puppet ~]$ sudo systemctl status puppetmaster
Unit puppetmaster.service could not be found.
[vagrant@puppet ~]$ sud^C
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ sudo systemctl status puppetserver
● puppetserver.service - puppetserver Service
Loaded: loaded (/usr/lib/systemd/system/puppetserver.service; enabled; vendor preset: disabled)
Active: activating (start) since Sat 2017-12-02 13:26:08 EST; 1min 58s ago
Control: 2293 (bash)
CGroup: /system.slice/puppetserver.service
├─2293 bash /opt/puppetlabs/server/apps/puppetserver/cli/apps/star...
├─2300 /usr/bin/java -Xms2g -Xmx2g -XX:MaxPermSize=256m -Djava.sec...
└─2579 sleep 1
Dec 02 13:26:08 puppet systemd[1]: Starting puppetserver Service...
Dec 02 13:26:08 puppet puppetserver[2293]: OpenJDK 64-Bit Server VM warning:...0
Hint: Some lines were ellipsized, use -l to show in full.
[vagrant@puppet ~]$ sudo systemctl is-active puppetserver
activating
[vagrant@puppet ~]$ sudo systemctl start puppetmaster.service^C
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ exit
logout
Connection to 127.0.0.1 closed.
vpn-59:CentOS dan$ vagrant ssh
vpn-59:CentOS dan$
vpn-59:CentOS dan$ vagrant snapshot list
afterprereqs
beforepuppet
vpn-59:CentOS dan$ vagrant snapshot
Usage: vagrant snapshot <subcommand> [<args>]
Available subcommands:
delete
list
pop
push
restore
save
For help on any individual subcommand run `vagrant snapshot <subcommand> -h`
vpn-59:CentOS dan$ vagrant restore beforepuppet
Usage: vagrant [options] <command> [<args>]
-v, --version Print the version and exit.
-h, --help Print this help.
Common commands:
box manages boxes: installation, removal, etc.
connect connect to a remotely shared Vagrant environment
destroy stops and deletes all traces of the vagrant machine
global-status outputs status Vagrant environments for this user
halt stops the vagrant machine
help shows the help for a subcommand
init initializes a new Vagrant environment by creating a Vagrantfile
login log in to HashiCorp's Vagrant Cloud
package packages a running vagrant environment into a box
plugin manages plugins: install, uninstall, update, etc.
port displays information about guest port mappings
powershell connects to machine via powershell remoting
provision provisions the vagrant machine
push deploys code in this environment to a configured destination
rdp connects to machine via RDP
reload restarts vagrant machine, loads new Vagrantfile configuration
resume resume a suspended vagrant machine
share share your Vagrant environment with anyone in the world
snapshot manages snapshots: saving, restoring, etc.
ssh connects to machine via SSH
ssh-config outputs OpenSSH valid configuration to connect to the machine
status outputs status of the vagrant machine
suspend suspends the machine
up starts and provisions the vagrant environment
validate validates the Vagrantfile
version prints current and latest Vagrant version
For help on any individual command run `vagrant COMMAND -h`
Additional subcommands are available, but are either more advanced
or not commonly used. To see all subcommands, run the command
`vagrant list-commands`.
vpn-59:CentOS dan$ vagrant snapshot restore beforepuppet
==> default: Forcing shutdown of VM...
==> default: Restoring the snapshot 'beforepuppet'...
==> default: Checking if box 'centos/7' is up to date...
==> default: Resuming suspended VM...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
==> default: Machine booted and ready!
vpn-59:CentOS dan$ vagrant ssh
Last login: Sat Nov 11 12:34:46 2017 from 10.0.2.2
[vagrant@localhost ~]$ [vagrant@puppet ~]$ sudo systemctl enable firewalld
-bash: [vagrant@puppet: command not found
[vagrant@localhost ~]$ sudo systemctl enable firewalld
Created symlink from /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service to /usr/lib/systemd/system/firewalld.service.
Created symlink from /etc/systemd/system/multi-user.target.wants/firewalld.service to /usr/lib/systemd/system/firewalld.service.
[vagrant@localhost ~]$ sudo systemctl status firewalld
● firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:firewalld(1)
[vagrant@localhost ~]$ sudo systemctl start firewalld
[vagrant@localhost ~]$ sudo systemctl status firewalld
● firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2017-11-22 20:34:51 UTC; 3s ago
Docs: man:firewalld(1)
Main PID: 2253 (firewalld)
CGroup: /system.slice/firewalld.service
└─2253 /usr/bin/python -Es /usr/sbin/firewalld --nofork --nopid
Nov 22 20:34:51 localhost.localdomain systemd[1]: Starting firewalld - dynami...
Nov 22 20:34:51 localhost.localdomain systemd[1]: Started firewalld - dynamic...
Nov 22 20:34:51 localhost.localdomain firewalld[2253]: WARNING: ICMP type 'be...
Nov 22 20:34:51 localhost.localdomain firewalld[2253]: WARNING: beyond-scope:...
Nov 22 20:34:51 localhost.localdomain firewalld[2253]: WARNING: ICMP type 'fa...
Nov 22 20:34:51 localhost.localdomain firewalld[2253]: WARNING: failed-policy...
Nov 22 20:34:51 localhost.localdomain firewalld[2253]: WARNING: ICMP type 're...
Nov 22 20:34:51 localhost.localdomain firewalld[2253]: WARNING: reject-route:...
Hint: Some lines were ellipsized, use -l to show in full.
[vagrant@localhost ~]$ sudo firewall-cmd --permanent --zone=public --add-port=8140/tcp
success
[vagrant@localhost ~]$ sudo yum install ntp
Loaded plugins: fastestmirror
base | 3.6 kB 00:00
extras | 3.4 kB 00:00
packages-microsoft-com-prod | 2.9 kB 00:00
updates | 3.4 kB 00:00
(1/3): packages-microsoft-com-prod/primary_db | 43 kB 00:02
(2/3): extras/7/x86_64/primary_db | 130 kB 00:02
(3/3): updates/7/x86_64/primary_db | 3.6 MB 00:04
Determining fastest mirrors
* base: ftp.osuosl.org
* extras: repo.us.bigstepcloud.com
* updates: mirror.es.its.nyu.edu
Resolving Dependencies
--> Running transaction check
---> Package ntp.x86_64 0:4.2.6p5-25.el7.centos.2 will be installed
--> Processing Dependency: ntpdate = 4.2.6p5-25.el7.centos.2 for package: ntp-4.2.6p5-25.el7.centos.2.x86_64
--> Processing Dependency: libopts.so.25()(64bit) for package: ntp-4.2.6p5-25.el7.centos.2.x86_64
--> Running transaction check
---> Package autogen-libopts.x86_64 0:5.18-5.el7 will be installed
---> Package ntpdate.x86_64 0:4.2.6p5-25.el7.centos.2 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository
Size
================================================================================
Installing:
ntp x86_64 4.2.6p5-25.el7.centos.2 base 547 k
Installing for dependencies:
autogen-libopts x86_64 5.18-5.el7 base 66 k
ntpdate x86_64 4.2.6p5-25.el7.centos.2 base 86 k
Transaction Summary
================================================================================
Install 1 Package (+2 Dependent packages)
Total download size: 699 k
Installed size: 1.6 M
Is this ok [y/d/N]: Exiting on user command
Your transaction was saved, rerun it with:
yum load-transaction /tmp/yum_save_tx.2017-11-22.20-35.W00DTE.yumtx
[vagrant@localhost ~]$
[vagrant@localhost ~]$
[vagrant@localhost ~]$ sudo timedatectl set-timezone America/New_York
[vagrant@localhost ~]$ sudo systemctl start ntpd
Failed to start ntpd.service: Unit not found.
[vagrant@localhost ~]$ sudo systemctl start ntpd
Failed to start ntpd.service: Unit not found.
[vagrant@localhost ~]$ sudo yum install ntpd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.osuosl.org
* extras: repo.us.bigstepcloud.com
* updates: mirror.es.its.nyu.edu
No package ntpd available.
Error: Nothing to do
[vagrant@localhost ~]$ sudo systemctl start ntp
Failed to start ntp.service: Unit not found.
[vagrant@localhost ~]$ sudo systemctl start ntpd
Failed to start ntpd.service: Unit not found.
[vagrant@localhost ~]$ sudo systemctl is-active ntpd
inactive
[vagrant@localhost ~]$ sudo systemctl enable ntpd
Failed to execute operation: No such file or directory
[vagrant@localhost ~]$ sudo systemctl enable ntp
Failed to execute operation: No such file or directory
[vagrant@localhost ~]$ sudo systemctl
UNIT LOAD ACTIVE SUB DESCRIPTION
proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable
sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-s
sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-s
sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-s
sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.d
sys-devices-pci0000:00-0000:00:03.0-net-eth0.device loaded active plugged 82
sys-devices-pci0000:00-0000:00:05.0-sound-card0.device loaded active plugged
sys-devices-platform-serial8250-tty-ttyS0.device loaded active plugged /sys/
sys-devices-platform-serial8250-tty-ttyS1.device loaded active plugged /sys/
sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/
sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/
sys-devices-virtual-block-dm\x2d0.device loaded active plugged /sys/devices/
sys-devices-virtual-block-dm\x2d1.device loaded active plugged /sys/devices/
sys-module-configfs.device loaded active plugged /sys/module/configfs
sys-subsystem-net-devices-eth0.device loaded active plugged 82540EM Gigabit
-.mount loaded active mounted /
boot.mount loaded active mounted /boot
dev-hugepages.mount loaded active mounted Huge Pages File System
dev-mqueue.mount loaded active mounted POSIX Message Queue File Sy
proc-fs-nfsd.mount loaded active mounted NFSD configuration filesyst
run-user-1000.mount loaded active mounted /run/user/1000
sys-kernel-config.mount loaded active mounted Configuration File System
sys-kernel-debug.mount loaded active mounted Debug File System
var-lib-nfs-rpc_pipefs.mount loaded active mounted RPC Pipe File System
brandbot.path loaded active waiting Flexible branding
systemd-ask-password-plymouth.path loaded active waiting Forward Password Re
systemd-ask-password-wall.path loaded active waiting Forward Password Reques
session-4.scope loaded active running Session 4 of user vagrant
auditd.service loaded active running Security Auditing Service
chronyd.service loaded active running NTP client/server
crond.service loaded active running Command Scheduler
dbus.service loaded active running D-Bus System Message Bus
firewalld.service loaded active running firewalld - dynamic firewal
getty@tty1.service loaded active running Getty on tty1
gssproxy.service loaded active running GSSAPI Proxy Daemon
kmod-static-nodes.service loaded active exited Create list of required sta
lvm2-lvmetad.service loaded active running LVM2 metadata daemon
lvm2-monitor.service loaded active exited Monitoring of LVM2 mirrors,
lines 17-39
[vagrant@localhost ~]$ ^C
[vagrant@localhost ~]$ sudo systemctl | grep 'ntdp'
[vagrant@localhost ~]$ sudo systemctl | grep 'ntdpd'
[vagrant@localhost ~]$ sudo systemctl | grep 'ntp'
[vagrant@localhost ~]$ sudo firewall-cmd --add-service=ntp --permanent
success
[vagrant@localhost ~]$ sudo systemctl start ntpd
Failed to start ntpd.service: Unit not found.
[vagrant@localhost ~]$ sudo systemctl start ntp
Failed to start ntp.service: Unit not found.
[vagrant@localhost ~]$ sudo systemctl start ntp^C
[vagrant@localhost ~]$ sudo yum install ntpd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.osuosl.org
* extras: repo.us.bigstepcloud.com
* updates: mirror.es.its.nyu.edu
No package ntpd available.
Error: Nothing to do
[vagrant@localhost ~]$ sudo yum install ntp
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.osuosl.org
* extras: repo.us.bigstepcloud.com
* updates: mirror.es.its.nyu.edu
Resolving Dependencies
--> Running transaction check
---> Package ntp.x86_64 0:4.2.6p5-25.el7.centos.2 will be installed
--> Processing Dependency: ntpdate = 4.2.6p5-25.el7.centos.2 for package: ntp-4.2.6p5-25.el7.centos.2.x86_64
--> Processing Dependency: libopts.so.25()(64bit) for package: ntp-4.2.6p5-25.el7.centos.2.x86_64
--> Running transaction check
---> Package autogen-libopts.x86_64 0:5.18-5.el7 will be installed
---> Package ntpdate.x86_64 0:4.2.6p5-25.el7.centos.2 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository
Size
================================================================================
Installing:
ntp x86_64 4.2.6p5-25.el7.centos.2 base 547 k
Installing for dependencies:
autogen-libopts x86_64 5.18-5.el7 base 66 k
ntpdate x86_64 4.2.6p5-25.el7.centos.2 base 86 k
Transaction Summary
================================================================================
Install 1 Package (+2 Dependent packages)
Total download size: 699 k
Installed size: 1.6 M
Is this ok [y/d/N]: y
Downloading packages:
(1/3): ntpdate-4.2.6p5-25.el7.centos.2.x86_64.rpm | 86 kB 00:02
(2/3): ntp-4.2.6p5-25.el7.centos.2.x86_64.rpm | 547 kB 00:02
(3/3): autogen-libopts-5.18-5.el7.x86_64.rpm | 66 kB 00:03
--------------------------------------------------------------------------------
Total 189 kB/s | 699 kB 00:03
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : autogen-libopts-5.18-5.el7.x86_64 1/3
Installing : ntpdate-4.2.6p5-25.el7.centos.2.x86_64 2/3
Installing : ntp-4.2.6p5-25.el7.centos.2.x86_64 3/3
Verifying : ntp-4.2.6p5-25.el7.centos.2.x86_64 1/3
Verifying : ntpdate-4.2.6p5-25.el7.centos.2.x86_64 2/3
Verifying : autogen-libopts-5.18-5.el7.x86_64 3/3
Installed:
ntp.x86_64 0:4.2.6p5-25.el7.centos.2
Dependency Installed:
autogen-libopts.x86_64 0:5.18-5.el7 ntpdate.x86_64 0:4.2.6p5-25.el7.centos.2
Complete!
[vagrant@localhost ~]$ sudo systemctl start ntpd
[vagrant@localhost ~]$ sudo systemctl enable ntpd
Created symlink from /etc/systemd/system/multi-user.target.wants/ntpd.service to /usr/lib/systemd/system/ntpd.service.
[vagrant@localhost ~]$ sudo firewall-cmd --add-service=ntp --permanent
Warning: ALREADY_ENABLED: ntp
success
[vagrant@localhost ~]$ sudo firewall-cmd --permanent --zone=public --add-port=8140/tcp
Warning: ALREADY_ENABLED: 8140:tcp
success
[vagrant@localhost ~]$ sudo rpm -ivh https://yum.puppetlabs.com/puppetlabs-release-pc1-el-7.noarch.rpm
Retrieving https://yum.puppetlabs.com/puppetlabs-release-pc1-el-7.noarch.rpm
warning: /var/tmp/rpm-tmp.cUBQI7: Header V4 RSA/SHA1 Signature, key ID ef8d349f: NOKEY
Preparing... ################################# [100%]
Updating / installing...
1:puppetlabs-release-pc1-1.1.0-5.el################################# [100%]
[vagrant@localhost ~]$ sudo yum -y install puppetserver
Loaded plugins: fastestmirror
base | 3.6 kB 00:00
extras | 3.4 kB 00:00
packages-microsoft-com-prod | 2.9 kB 00:00
puppetlabs-pc1 | 2.5 kB 00:00
updates | 3.4 kB 00:00
puppetlabs-pc1/x86_64/primary_db | 131 kB 00:02
Loading mirror speeds from cached hostfile
* base: ftp.osuosl.org
* extras: repo.us.bigstepcloud.com
* updates: mirror.es.its.nyu.edu
Resolving Dependencies
--> Running transaction check
---> Package puppetserver.noarch 0:2.8.0-1.el7 will be installed
--> Processing Dependency: puppet-agent >= 1.6.0 for package: puppetserver-2.8.0-1.el7.noarch
--> Processing Dependency: java-1.8.0-openjdk-headless for package: puppetserver-2.8.0-1.el7.noarch
--> Processing Dependency: net-tools for package: puppetserver-2.8.0-1.el7.noarch
--> Running transaction check
---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.151-1.b12.el7_4 will be installed
--> Processing Dependency: tzdata-java >= 2015d for package: 1:java-1.8.0-openjdk-headless-1.8.0.151-1.b12.el7_4.x86_64
--> Processing Dependency: copy-jdk-configs >= 2.2 for package: 1:java-1.8.0-openjdk-headless-1.8.0.151-1.b12.el7_4.x86_64
--> Processing Dependency: lksctp-tools(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.151-1.b12.el7_4.x86_64
--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:java-1.8.0-openjdk-headless-1.8.0.151-1.b12.el7_4.x86_64
--> Processing Dependency: jpackage-utils for package: 1:java-1.8.0-openjdk-headless-1.8.0.151-1.b12.el7_4.x86_64
--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.8.0-openjdk-headless-1.8.0.151-1.b12.el7_4.x86_64
---> Package net-tools.x86_64 0:2.0-0.22.20131004git.el7 will be installed
---> Package puppet-agent.x86_64 0:1.10.9-1.el7 will be installed
--> Running transaction check
---> Package copy-jdk-configs.noarch 0:2.2-3.el7 will be installed
---> Package javapackages-tools.noarch 0:3.4.1-11.el7 will be installed
--> Processing Dependency: python-javapackages = 3.4.1-11.el7 for package: javapackages-tools-3.4.1-11.el7.noarch
--> Processing Dependency: libxslt for package: javapackages-tools-3.4.1-11.el7.noarch
---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
---> Package lksctp-tools.x86_64 0:1.0.17-2.el7 will be installed
---> Package tzdata-java.noarch 0:2017c-1.el7 will be installed
--> Running transaction check
---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
---> Package python-javapackages.noarch 0:3.4.1-11.el7 will be installed
--> Processing Dependency: python-lxml for package: python-javapackages-3.4.1-11.el7.noarch
--> Running transaction check
---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
puppetserver noarch 2.8.0-1.el7 puppetlabs-pc1 33 M
Installing for dependencies:
copy-jdk-configs noarch 2.2-3.el7 base 18 k
java-1.8.0-openjdk-headless
x86_64 1:1.8.0.151-1.b12.el7_4 updates 32 M
javapackages-tools noarch 3.4.1-11.el7 base 73 k
libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
libxslt x86_64 1.1.28-5.el7 base 242 k
lksctp-tools x86_64 1.0.17-2.el7 base 88 k
net-tools x86_64 2.0-0.22.20131004git.el7 base 305 k
puppet-agent x86_64 1.10.9-1.el7 puppetlabs-pc1 26 M
python-javapackages noarch 3.4.1-11.el7 base 31 k
python-lxml x86_64 3.2.1-4.el7 base 758 k
tzdata-java noarch 2017c-1.el7 updates 183 k
Transaction Summary
================================================================================
Install 1 Package (+11 Dependent packages)
Total download size: 93 M
Installed size: 168 M
Downloading packages:
(1/12): copy-jdk-configs-2.2-3.el7.noarch.rpm | 18 kB 00:03
(2/12): lksctp-tools-1.0.17-2.el7.x86_64.rpm | 88 kB 00:00
(3/12): net-tools-2.0-0.22.20131004git.el7.x86_64.rpm | 305 kB 00:00
(4/12): javapackages-tools-3.4.1-11.el7.noarch.rpm | 73 kB 00:03
(5/12): libjpeg-turbo-1.2.90-5.el7.x86_64.rpm | 134 kB 00:03
(6/12): python-javapackages-3.4.1-11.el7.noarch.rpm | 31 kB 00:00
(7/12): python-lxml-3.2.1-4.el7.x86_64.rpm | 758 kB 00:00
(8/12): libxslt-1.1.28-5.el7.x86_64.rpm | 242 kB 00:04
(9/12): tzdata-java-2017c-1.el7.noarch.rpm | 183 kB 00:03
warning: /var/cache/yum/x86_64/7/puppetlabs-pc1/packages/puppet-agent-1.10.9-1.el7.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID ef8d349f: NOKEY
Public key for puppet-agent-1.10.9-1.el7.x86_64.rpm is not installed
(10/12): puppet-agent-1.10.9-1.el7.x86_64.rpm | 26 MB 00:04
(11/12): puppetserver-2.8.0-1.el7.noarch.rpm | 33 MB 00:04
(12/12): java-1.8.0-openjdk-headless-1.8.0.151-1.b12.el7_4 | 32 MB 00:19
--------------------------------------------------------------------------------
Total 4.7 MB/s | 93 MB 00:19
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppetlabs-PC1
Importing GPG key 0x4BD6EC30:
Userid : "Puppet Labs Release Key (Puppet Labs Release Key) <info@puppetlabs.com>"
Fingerprint: 47b3 20eb 4c7c 375a a9da e1a0 1054 b7a2 4bd6 ec30
Package : puppetlabs-release-pc1-1.1.0-5.el7.noarch (installed)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-puppetlabs-PC1
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-PC1
Importing GPG key 0xEF8D349F:
Userid : "Puppet, Inc. Release Key (Puppet, Inc. Release Key) <release@puppet.com>"
Fingerprint: 6f6b 1550 9cf8 e59e 6e46 9f32 7f43 8280 ef8d 349f
Package : puppetlabs-release-pc1-1.1.0-5.el7.noarch (installed)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-PC1
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
Installing : libxslt-1.1.28-5.el7.x86_64 1/12
Installing : python-lxml-3.2.1-4.el7.x86_64 2/12
Installing : python-javapackages-3.4.1-11.el7.noarch 3/12
Installing : javapackages-tools-3.4.1-11.el7.noarch 4/12
Installing : lksctp-tools-1.0.17-2.el7.x86_64 5/12
Installing : tzdata-java-2017c-1.el7.noarch 6/12
Installing : copy-jdk-configs-2.2-3.el7.noarch 7/12
Installing : net-tools-2.0-0.22.20131004git.el7.x86_64 8/12
Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 9/12
Installing : 1:java-1.8.0-openjdk-headless-1.8.0.151-1.b12.el7_4.x86_ 10/12
Installing : puppet-agent-1.10.9-1.el7.x86_64 11/12
Installing : puppetserver-2.8.0-1.el7.noarch 12/12
usermod: no changes
Verifying : puppet-agent-1.10.9-1.el7.x86_64 1/12
Verifying : 1:java-1.8.0-openjdk-headless-1.8.0.151-1.b12.el7_4.x86_ 2/12
Verifying : python-javapackages-3.4.1-11.el7.noarch 3/12
Verifying : puppetserver-2.8.0-1.el7.noarch 4/12
Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 5/12
Verifying : net-tools-2.0-0.22.20131004git.el7.x86_64 6/12
Verifying : libxslt-1.1.28-5.el7.x86_64 7/12
Verifying : copy-jdk-configs-2.2-3.el7.noarch 8/12
Verifying : python-lxml-3.2.1-4.el7.x86_64 9/12
Verifying : javapackages-tools-3.4.1-11.el7.noarch 10/12
Verifying : tzdata-java-2017c-1.el7.noarch 11/12
Verifying : lksctp-tools-1.0.17-2.el7.x86_64 12/12
Installed:
puppetserver.noarch 0:2.8.0-1.el7
Dependency Installed:
copy-jdk-configs.noarch 0:2.2-3.el7
java-1.8.0-openjdk-headless.x86_64 1:1.8.0.151-1.b12.el7_4
javapackages-tools.noarch 0:3.4.1-11.el7
libjpeg-turbo.x86_64 0:1.2.90-5.el7
libxslt.x86_64 0:1.1.28-5.el7
lksctp-tools.x86_64 0:1.0.17-2.el7
net-tools.x86_64 0:2.0-0.22.20131004git.el7
puppet-agent.x86_64 0:1.10.9-1.el7
python-javapackages.noarch 0:3.4.1-11.el7
python-lxml.x86_64 0:3.2.1-4.el7
tzdata-java.noarch 0:2017c-1.el7
Complete!
[vagrant@localhost ~]$ sudo yum -y install puppetserver^C
[vagrant@localhost ~]$ ~]$ sudo systemctl start puppetserver
-bash: ~]$: command not found
[vagrant@localhost ~]$ sudo systemctl start puppetserver
Job for puppetserver.service failed because the control process exited with error code. See "systemctl status puppetserver.service" and "journalctl -xe" for details.
[vagrant@localhost ~]$
[vagrant@localhost ~]$ journalctl -xe
No journal files were found.
-- No entries --
[vagrant@localhost ~]$ systemctl status puppetserver.service
● puppetserver.service - puppetserver Service
Loaded: loaded (/usr/lib/systemd/system/puppetserver.service; disabled; vendor preset: disabled)
Active: activating (start) since Sat 2017-12-02 13:51:55 EST; 2min 57s ago
Control: 3860 (bash)
CGroup: /system.slice/puppetserver.service
├─3860 bash /opt/puppetlabs/server/apps/puppetserver/cli/apps/star...
└─3867 /usr/bin/java -Xms2g -Xmx2g -XX:MaxPermSize=256m -Djava.sec...
[vagrant@localhost ~]$ sudo systemctl status puppetserver
● puppetserver.service - puppetserver Service
Loaded: loaded (/usr/lib/systemd/system/puppetserver.service; disabled; vendor preset: disabled)
Active: activating (start) since Sat 2017-12-02 13:54:55 EST; 21s ago
Control: 4234 (bash)
CGroup: /system.slice/puppetserver.service
├─4234 bash /opt/puppetlabs/server/apps/puppetserver/cli/apps/star...
├─4241 /usr/bin/java -Xms2g -Xmx2g -XX:MaxPermSize=256m -Djava.sec...
└─4292 sleep 1
Dec 02 13:54:55 localhost.localdomain systemd[1]: Starting puppetserver Servi...
Dec 02 13:54:55 localhost.localdomain puppetserver[4234]: OpenJDK 64-Bit Serv...
Hint: Some lines were ellipsized, use -l to show in full.
[vagrant@localhost ~]$ sudo vi /etc/sysconfig/puppetserver
[vagrant@localhost ~]$ sudo systemctl start puppetserver
[vagrant@localhost ~]$ sudo systemctl status puppetserver
● puppetserver.service - puppetserver Service
Loaded: loaded (/usr/lib/systemd/system/puppetserver.service; disabled; vendor preset: disabled)
Active: active (running) since Sat 2017-12-02 13:58:59 EST; 12s ago
Process: 4600 ExecStart=/opt/puppetlabs/server/apps/puppetserver/bin/puppetserver start (code=exited, status=0/SUCCESS)
Main PID: 4607 (java)
CGroup: /system.slice/puppetserver.service
└─4607 /usr/bin/java -Xms256m -Xmx256m -XX:MaxPermSize=256m -Djava...
Dec 02 13:57:53 localhost.localdomain systemd[1]: Starting puppetserver Servi...
Dec 02 13:57:53 localhost.localdomain puppetserver[4600]: OpenJDK 64-Bit Serv...
Dec 02 13:58:59 localhost.localdomain systemd[1]: Started puppetserver Service.
Hint: Some lines were ellipsized, use -l to show in full.
[vagrant@localhost ~]$ cd /etc/puppetlabs/
[vagrant@localhost puppetlabs]$ ls
code mcollective puppet puppetserver pxp-agent
[vagrant@localhost puppetlabs]$ ls -la
total 12
drwxr-xr-x. 7 root root 88 Dec 2 13:36 .
drwxr-xr-x. 83 root root 8192 Dec 2 13:36 ..
drwxr-xr-x. 4 root root 41 Dec 2 13:36 code
drwxr-xr-x. 2 root root 152 Dec 2 13:36 mcollective
drwxr-xr-x. 3 root root 71 Dec 2 13:36 puppet
drwxr-x---. 4 puppet puppet 84 Dec 2 13:36 puppetserver
drwxr-xr-x. 3 root root 21 Dec 2 13:36 pxp-agent
[vagrant@localhost puppetlabs]$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 52:54:00:ca:e4:8b brd ff:ff:ff:ff:ff:ff
inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
valid_lft 83748sec preferred_lft 83748sec
inet6 fe80::5054:ff:feca:e48b/64 scope link
valid_lft forever preferred_lft forever
[vagrant@localhost puppetlabs]$
[Restored Dec 2, 2017 at 5:25:05 PM]
Last login: Sat Dec 2 17:25:01 on console
Restored session: Sat Dec 2 14:42:09 EST 2017
Dans-MacBook-Pro:CentOS dan$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'centos/7' is up to date...
==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> default: flag to force provisioning. Provisioners marked to run always will still run.
Dans-MacBook-Pro:CentOS dan$ vagrant ssh
Last login: Wed Nov 22 15:34:22 2017 from 10.0.2.2
[vagrant@localhost ~]$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 52:54:00:ca:e4:8b brd ff:ff:ff:ff:ff:ff
inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
valid_lft 71471sec preferred_lft 71471sec
inet6 fe80::5054:ff:feca:e48b/64 scope link
valid_lft forever preferred_lft forever
[vagrant@localhost ~]$ ping 10.0.2.1
PING 10.0.2.1 (10.0.2.1) 56(84) bytes of data.
From 10.0.2.15 icmp_seq=1 Destination Host Unreachable
From 10.0.2.15 icmp_seq=2 Destination Host Unreachable
From 10.0.2.15 icmp_seq=3 Destination Host Unreachable
From 10.0.2.15 icmp_seq=4 Destination Host Unreachable
^C
--- 10.0.2.1 ping statistics ---
5 packets transmitted, 0 received, +4 errors, 100% packet loss, time 4004ms
pipe 4
[vagrant@localhost ~]$ ^C
[vagrant@localhost ~]$ ping google.com
PING google.com (172.217.9.238) 56(84) bytes of data.
^C64 bytes from 172.217.9.238: icmp_seq=1 ttl=63 time=11.6 ms
--- google.com ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 11.624/11.624/11.624/0.000 ms
[vagrant@localhost ~]$ ^C
[vagrant@localhost ~]$ ping google.com
PING google.com (172.217.10.14) 56(84) bytes of data.
64 bytes from lga34s12-in-f14.1e100.net (172.217.10.14): icmp_seq=1 ttl=63 time=14.3 ms
64 bytes from lga34s12-in-f14.1e100.net (172.217.10.14): icmp_seq=2 ttl=63 time=12.2 ms
64 bytes from lga34s12-in-f14.1e100.net (172.217.10.14): icmp_seq=3 ttl=63 time=12.4 ms
^C
--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 3522ms
rtt min/avg/max/mdev = 12.214/13.021/14.371/0.969 ms
[vagrant@localhost ~]$ ^C
[vagrant@localhost ~]$ 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
inet6 fe80::5054:ff:feca:e48b prefixlen 64 scopeid 0x20<link>
ether 52:54:00:ca:e4:8b txqueuelen 1000 (Ethernet)
RX packets 89837 bytes 106952000 (101.9 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 16246 bytes 1083000 (1.0 MiB)
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
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 69 bytes 6128 (5.9 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 69 bytes 6128 (5.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[vagrant@localhost ~]$ ping 10.0.2.1
PING 10.0.2.1 (10.0.2.1) 56(84) bytes of data.
From 10.0.2.15 icmp_seq=1 Destination Host Unreachable
From 10.0.2.15 icmp_seq=2 Destination Host Unreachable
From 10.0.2.15 icmp_seq=3 Destination Host Unreachable
From 10.0.2.15 icmp_seq=4 Destination Host Unreachable
From 10.0.2.15 icmp_seq=5 Destination Host Unreachable
From 10.0.2.15 icmp_seq=6 Destination Host Unreachable
From 10.0.2.15 icmp_seq=7 Destination Host Unreachable
From 10.0.2.15 icmp_seq=8 Destination Host Unreachable
^C
--- 10.0.2.1 ping statistics ---
9 packets transmitted, 0 received, +8 errors, 100% packet loss, time 8007ms
pipe 4
[vagrant@localhost ~]$ ^C
[vagrant@localhost ~]$ ping 10.0.2.15
PING 10.0.2.15 (10.0.2.15) 56(84) bytes of data.
64 bytes from 10.0.2.15: icmp_seq=1 ttl=64 time=0.049 ms
64 bytes from 10.0.2.15: icmp_seq=2 ttl=64 time=0.053 ms
^C
--- 10.0.2.15 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 0.049/0.051/0.053/0.002 ms
[vagrant@localhost ~]$ ^C
[vagrant@localhost ~]$ ^C
[vagrant@localhost ~]$ ^C
[vagrant@localhost ~]$ cd /etc/hopsts
-bash: cd: /etc/hopsts: No such file or directory
[vagrant@localhost ~]$ cd /etc/hosts
-bash: cd: /etc/hosts: Not a directory
[vagrant@localhost ~]$ cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
[vagrant@localhost ~]$ ^C
[vagrant@localhost ~]$ ^C
[vagrant@localhost ~]$ vi /etc/hosts
[vagrant@localhost ~]$ sudo vi /etc/hosts
[vagrant@localhost ~]$ hostname
localhost.localdomain
[vagrant@localhost ~]$ hostname --help
Usage: hostname [-b] {hostname|-F file} set host name (from file)
hostname [-a|-A|-d|-f|-i|-I|-s|-y] display formatted name
hostname display host name
{yp,nis,}domainname {nisdomain|-F file} set NIS domain name (from file)
{yp,nis,}domainname display NIS domain name
dnsdomainname display dns domain name
hostname -V|--version|-h|--help print info and exit
Program name:
{yp,nis,}domainname=hostname -y
dnsdomainname=hostname -d
Program options:
-a, --alias alias names
-A, --all-fqdns all long host names (FQDNs)
-b, --boot set default hostname if none available
-d, --domain DNS domain name
-f, --fqdn, --long long host name (FQDN)
-F, --file read host name or NIS domain name from given file
-i, --ip-address addresses for the host name
-I, --all-ip-addresses all addresses for the host
-s, --short short host name
-y, --yp, --nis NIS/YP domain name
Description:
This command can get or set the host name or the NIS domain name. You can
also get the DNS domain or the FQDN (fully qualified domain name).
Unless you are using bind or NIS for host lookups you can change the
FQDN (Fully Qualified Domain Name) and the DNS domain name (which is
part of the FQDN) in the /etc/hosts file.
[vagrant@localhost ~]$ hostname -b puppet
hostname: you must be root to change the host name
[vagrant@localhost ~]$ sudo hostname -b puppet
[vagrant@localhost ~]$ hostname
puppet
[vagrant@localhost ~]$ exit
logout
Connection to 127.0.0.1 closed.
Dans-MacBook-Pro:CentOS dan$ vagrant ssh
Last login: Sat Dec 2 17:39:00 2017 from 10.0.2.2
[vagrant@puppet ~]$ exit
logout
Connection to 127.0.0.1 closed.
Dans-MacBook-Pro:CentOS dan$ vagrant halt
==> default: Attempting graceful shutdown of VM...
Dans-MacBook-Pro:CentOS dan$
[Restored Dec 2, 2017 at 7:42:47 PM]
Last login: Sat Dec 2 19:42:46 on ttys000
Dans-MacBook-Pro:CentOS dan$ pwd
/Users/dan/CentOS
Dans-MacBook-Pro:CentOS dan$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'centos/7' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Fixed port collision for 22 => 2222. Now on port 2200.
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2200 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2200
default: SSH username: vagrant
default: SSH auth method: private key
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
default: No guest additions were detected on the base box for this VM! Guest
default: additions are required for forwarded ports, shared folders, host only
default: networking, and more. If SSH fails on this machine, please install
default: the guest additions and repackage the box to continue.
default:
default: This is not an error message; everything may continue to work properly,
default: in which case you may ignore this message.
==> default: Rsyncing folder: /Users/dan/CentOS/ => /vagrant
==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> default: flag to force provisioning. Provisioners marked to run always will still run.
Dans-MacBook-Pro:CentOS dan$ vagrant ssh
Last login: Sat Dec 2 17:55:58 2017 from 10.0.2.2
[vagrant@puppet ~]$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 52:54:00:ca:e4:8b brd ff:ff:ff:ff:ff:ff
inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
valid_lft 86379sec preferred_lft 86379sec
inet6 fe80::5054:ff:feca:e48b/64 scope link
valid_lft forever preferred_lft forever
[vagrant@puppet ~]$ 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
inet6 fe80::5054:ff:feca:e48b prefixlen 64 scopeid 0x20<link>
ether 52:54:00:ca:e4:8b txqueuelen 1000 (Ethernet)
RX packets 697 bytes 78322 (76.4 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 452 bytes 68258 (66.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
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 64 bytes 5568 (5.4 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 64 bytes 5568 (5.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[vagrant@puppet ~]$ ping 10.0.2.16
PING 10.0.2.16 (10.0.2.16) 56(84) bytes of data.
From 10.0.2.15 icmp_seq=1 Destination Host Unreachable
From 10.0.2.15 icmp_seq=2 Destination Host Unreachable
From 10.0.2.15 icmp_seq=3 Destination Host Unreachable
From 10.0.2.15 icmp_seq=4 Destination Host Unreachable
From 10.0.2.15 icmp_seq=5 Destination Host Unreachable
From 10.0.2.15 icmp_seq=6 Destination Host Unreachable
From 10.0.2.15 icmp_seq=7 Destination Host Unreachable
From 10.0.2.15 icmp_seq=8 Destination Host Unreachable
^C
--- 10.0.2.16 ping statistics ---
8 packets transmitted, 0 received, +8 errors, 100% packet loss, time 7007ms
pipe 4
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ ssh vagrang@10.0.2.16
ssh: connect to host 10.0.2.16 port 22: No route to host
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ ssh vagrang@10.0.2.16:2222
^C
[vagrant@puppet ~]$ ssh vagrant@10.0.2.16:2222
ssh: Could not resolve hostname 10.0.2.16:2222: Name or service not known
[vagrant@puppet ~]$ ssh vagrant@10.0.2.16:2222^C
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ sudo su -
[root@puppet ~]# vi /etc/hosts
[root@puppet ~]# vi /etc/hosts
[root@puppet ~]# ping puppet
PING puppet (10.0.2.15) 56(84) bytes of data.
64 bytes from puppet (10.0.2.15): icmp_seq=1 ttl=64 time=0.046 ms
64 bytes from puppet (10.0.2.15): icmp_seq=2 ttl=64 time=0.043 ms
64 bytes from puppet (10.0.2.15): icmp_seq=3 ttl=64 time=0.054 ms
^C
--- puppet ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2000ms
rtt min/avg/max/mdev = 0.043/0.047/0.054/0.009 ms
[root@puppet ~]# ^C
[root@puppet ~]# ping puppet-agent
PING puppet-agent (10.0.2.16) 56(84) bytes of data.
From puppet (10.0.2.15) icmp_seq=1 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=2 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=3 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=4 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=5 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=6 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=7 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=8 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=9 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=10 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=11 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=12 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=13 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=14 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=15 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=16 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=17 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=18 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=19 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=20 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=21 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=22 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=23 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=24 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=25 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=26 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=27 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=28 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=29 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=30 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=31 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=32 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=33 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=34 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=35 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=36 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=37 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=38 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=39 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=40 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=41 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=42 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=43 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=44 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=45 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=46 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=47 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=48 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=49 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=50 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=51 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=52 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=53 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=54 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=55 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=56 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=57 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=58 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=59 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=60 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=61 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=62 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=63 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=64 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=65 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=66 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=67 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=68 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=69 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=70 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=71 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=72 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=73 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=74 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=75 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=76 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=77 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=78 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=79 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=80 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=81 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=82 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=83 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=84 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=85 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=86 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=87 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=88 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=89 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=90 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=91 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=92 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=93 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=94 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=95 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=96 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=97 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=98 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=99 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=100 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=101 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=102 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=103 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=104 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=105 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=106 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=107 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=108 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=109 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=110 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=111 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=112 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=113 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=114 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=115 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=116 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=117 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=118 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=119 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=120 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=121 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=122 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=123 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=124 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=125 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=126 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=127 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=128 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=129 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=130 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=131 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=132 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=133 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=134 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=135 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=136 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=137 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=138 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=139 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=140 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=141 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=142 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=143 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=144 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=145 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=146 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=147 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=148 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=149 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=150 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=151 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=152 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=153 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=154 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=155 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=156 Destination Host Unreachable
^C
--- puppet-agent ping statistics ---
159 packets transmitted, 0 received, +156 errors, 100% packet loss, time 158447ms
pipe 4
[root@puppet ~]# ^C
[root@puppet ~]# exit
logout
[vagrant@puppet ~]$ exit
logout
Connection to 127.0.0.1 closed.
Dans-MacBook-Pro:CentOS dan$ vagrant reload
==> default: Attempting graceful shutdown of VM...
==> default: Checking if box 'centos/7' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Fixed port collision for 22 => 2222. Now on port 2200.
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2200 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2200
default: SSH username: vagrant
default: SSH auth method: private key
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
default: No guest additions were detected on the base box for this VM! Guest
default: additions are required for forwarded ports, shared folders, host only
default: networking, and more. If SSH fails on this machine, please install
default: the guest additions and repackage the box to continue.
default:
default: This is not an error message; everything may continue to work properly,
default: in which case you may ignore this message.
==> default: Rsyncing folder: /Users/dan/CentOS/ => /vagrant
==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> default: flag to force provisioning. Provisioners marked to run always will still run.
Dans-MacBook-Pro:CentOS dan$ vagrant ssh
Last login: Sat Dec 2 19:50:39 2017 from 10.0.2.2
[vagrant@puppet ~]$ ping 10.0.2.16
PING 10.0.2.16 (10.0.2.16) 56(84) bytes of data.
^C
--- 10.0.2.16 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2002ms
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ ping puppet-agent
PING puppet-agent (10.0.2.16) 56(84) bytes of data.
From puppet (10.0.2.15) icmp_seq=1 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=2 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=3 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=4 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=5 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=6 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=7 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=8 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=9 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=10 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=11 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=12 Destination Host Unreachable
^C
--- puppet-agent ping statistics ---
12 packets transmitted, 0 received, +12 errors, 100% packet loss, time 11015ms
pipe 4
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ ssh vagrant@10.0.2.16:2200
ssh: Could not resolve hostname 10.0.2.16:2200: Name or service not known
[vagrant@puppet ~]$ ssh vagrant@puppet-agent:2222
ssh: Could not resolve hostname puppet-agent:2222: Name or service not known
[vagrant@puppet ~]$ ping puppet-agent
PING puppet-agent (10.0.2.16) 56(84) bytes of data.
^C
--- puppet-agent ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 1000ms
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ ssh
usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
[-D [bind_address:]port] [-E log_file] [-e escape_char]
[-F configfile] [-I pkcs11] [-i identity_file]
[-J [user@]host[:port]] [-L address] [-l login_name] [-m mac_spec]
[-O ctl_cmd] [-o option] [-p port] [-Q query_option] [-R address]
[-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]]
[user@]hostname [command]
[vagrant@puppet ~]$ ssh -D vagrant@puppet-agent:2222
usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
[-D [bind_address:]port] [-E log_file] [-e escape_char]
[-F configfile] [-I pkcs11] [-i identity_file]
[-J [user@]host[:port]] [-L address] [-l login_name] [-m mac_spec]
[-O ctl_cmd] [-o option] [-p port] [-Q query_option] [-R address]
[-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]]
[user@]hostname [command]
[vagrant@puppet ~]$ ssh vagrant@puppet-agent -D 2222
ssh: connect to host puppet-agent port 22: No route to host
[vagrant@puppet ~]$ ssh vagrant@puppet-agent -p 2222
ssh: connect to host puppet-agent port 2222: No route to host
[vagrant@puppet ~]$ ssh vagrant@puppet-agent -p 2222^C
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ ping puppet-agent
PING puppet-agent (10.0.2.16) 56(84) bytes of data.
From puppet (10.0.2.15) icmp_seq=1 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=2 Destination Host Unreachable
From puppet (10.0.2.15) icmp_seq=3 Destination Host Unreachable
^C
--- puppet-agent ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3020ms
pipe 4
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ 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
inet6 fe80::5054:ff:feca:e48b prefixlen 64 scopeid 0x20<link>
ether 52:54:00:ca:e4:8b txqueuelen 1000 (Ethernet)
RX packets 905 bytes 82320 (80.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 565 bytes 65208 (63.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
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 88 bytes 8160 (7.9 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 88 bytes 8160 (7.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[vagrant@puppet ~]$ Connection to 127.0.0.1 closed by remote host.
Connection to 127.0.0.1 closed.
Dans-MacBook-Pro:CentOS dan$ vagrant snapshot restore beforepuppet
Dans-MacBook-Pro:CentOS dan$
Dans-MacBook-Pro:CentOS dan$ vagrant reload
==> default: Attempting graceful shutdown of VM...
default: Guest communication could not be established! This is usually because
default: SSH is not running, the authentication information was changed,
default: or some other networking issue. Vagrant will force halt, if
default: capable.
==> default: Forcing shutdown of VM...
==> default: Checking if box 'centos/7' is up to date...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["modifyvm", "16766943-e4ae-4962-a27b-91dff32ded0c", "--natpf1", "ssh,tcp,127.0.0.1,2222,,22"]
Stderr: VBoxManage: error: A NAT rule of this name already exists
VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component NATEngineWrap, interface INATEngine, callee nsISupports
VBoxManage: error: Context: "AddRedirect(Bstr(strName).raw(), proto, Bstr(strHostIp).raw(), RTStrToUInt16(strHostPort), Bstr(strGuestIp).raw(), RTStrToUInt16(strGuestPort))" at line 1833 of file VBoxManageModifyVM.cpp
Dans-MacBook-Pro:CentOS dan$ vagrant reload
==> default: Checking if box 'centos/7' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
default: No guest additions were detected on the base box for this VM! Guest
default: additions are required for forwarded ports, shared folders, host only
default: networking, and more. If SSH fails on this machine, please install
default: the guest additions and repackage the box to continue.
default:
default: This is not an error message; everything may continue to work properly,
default: in which case you may ignore this message.
==> default: Rsyncing folder: /Users/dan/CentOS/ => /vagrant
==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> default: flag to force provisioning. Provisioners marked to run always will still run.
Dans-MacBook-Pro:CentOS dan$ vagrant ssh
Last login: Sat Dec 2 19:56:29 2017 from 10.0.2.2
[vagrant@puppet ~]$ ping 10.0.2.16
PING 10.0.2.16 (10.0.2.16) 56(84) bytes of data.
From 10.0.2.15 icmp_seq=1 Destination Host Unreachable
From 10.0.2.15 icmp_seq=2 Destination Host Unreachable
From 10.0.2.15 icmp_seq=3 Destination Host Unreachable
From 10.0.2.15 icmp_seq=4 Destination Host Unreachable
From 10.0.2.15 icmp_seq=5 Destination Host Unreachable
From 10.0.2.15 icmp_seq=6 Destination Host Unreachable
From 10.0.2.15 icmp_seq=7 Destination Host Unreachable
From 10.0.2.15 icmp_seq=8 Destination Host Unreachable
From 10.0.2.15 icmp_seq=9 Destination Host Unreachable
From 10.0.2.15 icmp_seq=10 Destination Host Unreachable
From 10.0.2.15 icmp_seq=11 Destination Host Unreachable
From 10.0.2.15 icmp_seq=12 Destination Host Unreachable
From 10.0.2.15 icmp_seq=13 Destination Host Unreachable
From 10.0.2.15 icmp_seq=14 Destination Host Unreachable
From 10.0.2.15 icmp_seq=15 Destination Host Unreachable
From 10.0.2.15 icmp_seq=16 Destination Host Unreachable
From 10.0.2.15 icmp_seq=17 Destination Host Unreachable
From 10.0.2.15 icmp_seq=18 Destination Host Unreachable
From 10.0.2.15 icmp_seq=19 Destination Host Unreachable
From 10.0.2.15 icmp_seq=20 Destination Host Unreachable
From 10.0.2.15 icmp_seq=21 Destination Host Unreachable
From 10.0.2.15 icmp_seq=22 Destination Host Unreachable
From 10.0.2.15 icmp_seq=23 Destination Host Unreachable
From 10.0.2.15 icmp_seq=24 Destination Host Unreachable
From 10.0.2.15 icmp_seq=25 Destination Host Unreachable
From 10.0.2.15 icmp_seq=26 Destination Host Unreachable
From 10.0.2.15 icmp_seq=27 Destination Host Unreachable
From 10.0.2.15 icmp_seq=28 Destination Host Unreachable
From 10.0.2.15 icmp_seq=29 Destination Host Unreachable
From 10.0.2.15 icmp_seq=30 Destination Host Unreachable
From 10.0.2.15 icmp_seq=31 Destination Host Unreachable
From 10.0.2.15 icmp_seq=32 Destination Host Unreachable
From 10.0.2.15 icmp_seq=33 Destination Host Unreachable
From 10.0.2.15 icmp_seq=34 Destination Host Unreachable
From 10.0.2.15 icmp_seq=35 Destination Host Unreachable
From 10.0.2.15 icmp_seq=36 Destination Host Unreachable
From 10.0.2.15 icmp_seq=37 Destination Host Unreachable
From 10.0.2.15 icmp_seq=38 Destination Host Unreachable
From 10.0.2.15 icmp_seq=39 Destination Host Unreachable
From 10.0.2.15 icmp_seq=40 Destination Host Unreachable
From 10.0.2.15 icmp_seq=41 Destination Host Unreachable
From 10.0.2.15 icmp_seq=42 Destination Host Unreachable
From 10.0.2.15 icmp_seq=43 Destination Host Unreachable
From 10.0.2.15 icmp_seq=44 Destination Host Unreachable
From 10.0.2.15 icmp_seq=45 Destination Host Unreachable
From 10.0.2.15 icmp_seq=46 Destination Host Unreachable
From 10.0.2.15 icmp_seq=47 Destination Host Unreachable
From 10.0.2.15 icmp_seq=48 Destination Host Unreachable
From 10.0.2.15 icmp_seq=49 Destination Host Unreachable
From 10.0.2.15 icmp_seq=50 Destination Host Unreachable
From 10.0.2.15 icmp_seq=51 Destination Host Unreachable
From 10.0.2.15 icmp_seq=52 Destination Host Unreachable
From 10.0.2.15 icmp_seq=53 Destination Host Unreachable
From 10.0.2.15 icmp_seq=54 Destination Host Unreachable
From 10.0.2.15 icmp_seq=55 Destination Host Unreachable
From 10.0.2.15 icmp_seq=56 Destination Host Unreachable
From 10.0.2.15 icmp_seq=57 Destination Host Unreachable
From 10.0.2.15 icmp_seq=58 Destination Host Unreachable
From 10.0.2.15 icmp_seq=59 Destination Host Unreachable
From 10.0.2.15 icmp_seq=60 Destination Host Unreachable
From 10.0.2.15 icmp_seq=61 Destination Host Unreachable
From 10.0.2.15 icmp_seq=62 Destination Host Unreachable
From 10.0.2.15 icmp_seq=63 Destination Host Unreachable
From 10.0.2.15 icmp_seq=64 Destination Host Unreachable
From 10.0.2.15 icmp_seq=65 Destination Host Unreachable
From 10.0.2.15 icmp_seq=66 Destination Host Unreachable
From 10.0.2.15 icmp_seq=67 Destination Host Unreachable
From 10.0.2.15 icmp_seq=68 Destination Host Unreachable
From 10.0.2.15 icmp_seq=69 Destination Host Unreachable
From 10.0.2.15 icmp_seq=70 Destination Host Unreachable
From 10.0.2.15 icmp_seq=71 Destination Host Unreachable
From 10.0.2.15 icmp_seq=72 Destination Host Unreachable
From 10.0.2.15 icmp_seq=73 Destination Host Unreachable
From 10.0.2.15 icmp_seq=74 Destination Host Unreachable
From 10.0.2.15 icmp_seq=75 Destination Host Unreachable
From 10.0.2.15 icmp_seq=76 Destination Host Unreachable
From 10.0.2.15 icmp_seq=77 Destination Host Unreachable
From 10.0.2.15 icmp_seq=78 Destination Host Unreachable
From 10.0.2.15 icmp_seq=79 Destination Host Unreachable
From 10.0.2.15 icmp_seq=80 Destination Host Unreachable
From 10.0.2.15 icmp_seq=81 Destination Host Unreachable
From 10.0.2.15 icmp_seq=82 Destination Host Unreachable
From 10.0.2.15 icmp_seq=83 Destination Host Unreachable
From 10.0.2.15 icmp_seq=84 Destination Host Unreachable
From 10.0.2.15 icmp_seq=85 Destination Host Unreachable
From 10.0.2.15 icmp_seq=86 Destination Host Unreachable
From 10.0.2.15 icmp_seq=87 Destination Host Unreachable
From 10.0.2.15 icmp_seq=88 Destination Host Unreachable
From 10.0.2.15 icmp_seq=89 Destination Host Unreachable
From 10.0.2.15 icmp_seq=90 Destination Host Unreachable
From 10.0.2.15 icmp_seq=91 Destination Host Unreachable
From 10.0.2.15 icmp_seq=92 Destination Host Unreachable
From 10.0.2.15 icmp_seq=93 Destination Host Unreachable
From 10.0.2.15 icmp_seq=94 Destination Host Unreachable
From 10.0.2.15 icmp_seq=95 Destination Host Unreachable
From 10.0.2.15 icmp_seq=96 Destination Host Unreachable
From 10.0.2.15 icmp_seq=97 Destination Host Unreachable
From 10.0.2.15 icmp_seq=98 Destination Host Unreachable
From 10.0.2.15 icmp_seq=99 Destination Host Unreachable
From 10.0.2.15 icmp_seq=100 Destination Host Unreachable
From 10.0.2.15 icmp_seq=101 Destination Host Unreachable
From 10.0.2.15 icmp_seq=102 Destination Host Unreachable
From 10.0.2.15 icmp_seq=103 Destination Host Unreachable
From 10.0.2.15 icmp_seq=104 Destination Host Unreachable
From 10.0.2.15 icmp_seq=105 Destination Host Unreachable
From 10.0.2.15 icmp_seq=106 Destination Host Unreachable
From 10.0.2.15 icmp_seq=107 Destination Host Unreachable
From 10.0.2.15 icmp_seq=108 Destination Host Unreachable
From 10.0.2.15 icmp_seq=109 Destination Host Unreachable
From 10.0.2.15 icmp_seq=110 Destination Host Unreachable
From 10.0.2.15 icmp_seq=111 Destination Host Unreachable
From 10.0.2.15 icmp_seq=112 Destination Host Unreachable
From 10.0.2.15 icmp_seq=113 Destination Host Unreachable
From 10.0.2.15 icmp_seq=114 Destination Host Unreachable
From 10.0.2.15 icmp_seq=115 Destination Host Unreachable
From 10.0.2.15 icmp_seq=116 Destination Host Unreachable
From 10.0.2.15 icmp_seq=117 Destination Host Unreachable
From 10.0.2.15 icmp_seq=118 Destination Host Unreachable
From 10.0.2.15 icmp_seq=119 Destination Host Unreachable
From 10.0.2.15 icmp_seq=120 Destination Host Unreachable
From 10.0.2.15 icmp_seq=121 Destination Host Unreachable
From 10.0.2.15 icmp_seq=122 Destination Host Unreachable
From 10.0.2.15 icmp_seq=123 Destination Host Unreachable
From 10.0.2.15 icmp_seq=124 Destination Host Unreachable
From 10.0.2.15 icmp_seq=125 Destination Host Unreachable
From 10.0.2.15 icmp_seq=126 Destination Host Unreachable
From 10.0.2.15 icmp_seq=127 Destination Host Unreachable
From 10.0.2.15 icmp_seq=128 Destination Host Unreachable
From 10.0.2.15 icmp_seq=129 Destination Host Unreachable
From 10.0.2.15 icmp_seq=130 Destination Host Unreachable
From 10.0.2.15 icmp_seq=131 Destination Host Unreachable
From 10.0.2.15 icmp_seq=132 Destination Host Unreachable
From 10.0.2.15 icmp_seq=133 Destination Host Unreachable
From 10.0.2.15 icmp_seq=134 Destination Host Unreachable
From 10.0.2.15 icmp_seq=135 Destination Host Unreachable
From 10.0.2.15 icmp_seq=136 Destination Host Unreachable
From 10.0.2.15 icmp_seq=137 Destination Host Unreachable
From 10.0.2.15 icmp_seq=138 Destination Host Unreachable
From 10.0.2.15 icmp_seq=139 Destination Host Unreachable
From 10.0.2.15 icmp_seq=140 Destination Host Unreachable
From 10.0.2.15 icmp_seq=141 Destination Host Unreachable
From 10.0.2.15 icmp_seq=142 Destination Host Unreachable
From 10.0.2.15 icmp_seq=143 Destination Host Unreachable
From 10.0.2.15 icmp_seq=144 Destination Host Unreachable
From 10.0.2.15 icmp_seq=145 Destination Host Unreachable
From 10.0.2.15 icmp_seq=146 Destination Host Unreachable
From 10.0.2.15 icmp_seq=147 Destination Host Unreachable
From 10.0.2.15 icmp_seq=148 Destination Host Unreachable
From 10.0.2.15 icmp_seq=149 Destination Host Unreachable
From 10.0.2.15 icmp_seq=150 Destination Host Unreachable
From 10.0.2.15 icmp_seq=151 Destination Host Unreachable
From 10.0.2.15 icmp_seq=152 Destination Host Unreachable
From 10.0.2.15 icmp_seq=153 Destination Host Unreachable
From 10.0.2.15 icmp_seq=154 Destination Host Unreachable
From 10.0.2.15 icmp_seq=155 Destination Host Unreachable
From 10.0.2.15 icmp_seq=156 Destination Host Unreachable
From 10.0.2.15 icmp_seq=157 Destination Host Unreachable
From 10.0.2.15 icmp_seq=158 Destination Host Unreachable
^C
--- 10.0.2.16 ping statistics ---
161 packets transmitted, 0 received, +158 errors, 100% packet loss, time 160350ms
pipe 4
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ ping 10.0.2.16
PING 10.0.2.16 (10.0.2.16) 56(84) bytes of data.
From 10.0.2.15 icmp_seq=1 Destination Host Unreachable
From 10.0.2.15 icmp_seq=2 Destination Host Unreachable
From 10.0.2.15 icmp_seq=3 Destination Host Unreachable
From 10.0.2.15 icmp_seq=4 Destination Host Unreachable
From 10.0.2.15 icmp_seq=5 Destination Host Unreachable
From 10.0.2.15 icmp_seq=6 Destination Host Unreachable
^C
--- 10.0.2.16 ping statistics ---
8 packets transmitted, 0 received, +6 errors, 100% packet loss, time 7065ms
pipe 4
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ exit
logout
Connection to 127.0.0.1 closed.
Dans-MacBook-Pro:CentOS dan$ ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
options=1203<RXCSUM,TXCSUM,TXSTATUS,SW_TIMESTAMP>
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
nd6 options=201<PERFORMNUD,DAD>
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
XHC1: flags=0<> mtu 0
XHC20: flags=0<> mtu 0
XHC0: flags=0<> mtu 0
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether f4:0f:24:37:45:92
inet6 fe80::44c:9c5:a8e8:312a%en0 prefixlen 64 secured scopeid 0x7
inet6 2601:86:400:a930:189e:b6d8:c24b:875 prefixlen 64 autoconf secured
inet6 2601:86:400:a930:bca2:f363:19eb:289d prefixlen 64 autoconf temporary
inet 192.168.0.16 netmask 0xffffff00 broadcast 192.168.0.255
nd6 options=201<PERFORMNUD,DAD>
media: autoselect
status: active
p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304
ether 06:0f:24:37:45:92
media: autoselect
status: inactive
awdl0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1484
ether e6:a3:be:66:70:ae
inet6 fe80::e4a3:beff:fe66:70ae%awdl0 prefixlen 64 scopeid 0x9
nd6 options=201<PERFORMNUD,DAD>
media: autoselect
status: active
en2: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
options=60<TSO4,TSO6>
ether 4a:00:00:21:59:04
media: autoselect <full-duplex>
status: inactive
en4: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
options=60<TSO4,TSO6>
ether 4a:00:00:21:59:05
media: autoselect <full-duplex>
status: inactive
en3: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
options=60<TSO4,TSO6>
ether 4a:00:00:21:59:01
media: autoselect <full-duplex>
status: inactive
en1: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
options=60<TSO4,TSO6>
ether 4a:00:00:21:59:00
media: autoselect <full-duplex>
status: inactive
bridge0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=63<RXCSUM,TXCSUM,TSO4,TSO6>
ether 4a:00:00:21:59:00
Configuration:
id 0:0:0:0:0:0 priority 0 hellotime 0 fwddelay 0
maxage 0 holdcnt 0 proto stp maxaddr 100 timeout 1200
root id 0:0:0:0:0:0 priority 0 ifcost 0 port 0
ipfilter disabled flags 0x2
member: en1 flags=3<LEARNING,DISCOVER>
ifmaxaddr 0 port 13 priority 0 path cost 0
member: en2 flags=3<LEARNING,DISCOVER>
ifmaxaddr 0 port 10 priority 0 path cost 0
member: en3 flags=3<LEARNING,DISCOVER>
ifmaxaddr 0 port 12 priority 0 path cost 0
member: en4 flags=3<LEARNING,DISCOVER>
ifmaxaddr 0 port 11 priority 0 path cost 0
nd6 options=201<PERFORMNUD,DAD>
media: <unknown type>
status: inactive
ham0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1404
ether 7a:79:19:00:ad:96
inet 25.0.173.150 netmask 0xff000000 broadcast 25.255.255.255
inet6 fe80::7879:19ff:fe00:ad96%ham0 prefixlen 64 scopeid 0xf
inet6 2620:9b::1900:ad96 prefixlen 96
nd6 options=201<PERFORMNUD,DAD>
open (pid 90)
vboxnet0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
ether 0a:00:27:00:00:00
inet 10.0.2.1 netmask 0xffffff00 broadcast 10.0.2.255
en5: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether ac:de:48:00:11:22
inet6 fe80::aede:48ff:fe00:1122%en5 prefixlen 64 scopeid 0x10
nd6 options=201<PERFORMNUD,DAD>
media: autoselect
status: active
utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 2000
options=6403<RXCSUM,TXCSUM,CHANNEL_IO,PARTIAL_CSUM,ZEROINVERT_CSUM>
inet6 fe80::9c26:52ee:43c:3009%utun0 prefixlen 64 scopeid 0x11
nd6 options=201<PERFORMNUD,DAD>
Dans-MacBook-Pro:CentOS dan$ vagrant ssh
Last login: Sat Dec 2 20:03:34 2017 from 10.0.2.2
[vagrant@puppet ~]$ 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
inet6 fe80::5054:ff:feca:e48b prefixlen 64 scopeid 0x20<link>
ether 52:54:00:ca:e4:8b txqueuelen 1000 (Ethernet)
RX packets 864 bytes 92805 (90.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 716 bytes 90579 (88.4 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
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 169 bytes 18928 (18.4 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 169 bytes 18928 (18.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[vagrant@puppet ~]$ cd /etc/sysconfig/network-scripts
[vagrant@puppet network-scripts]$ ls -la
total 232
drwxr-xr-x. 2 root root 4096 Oct 28 07:06 .
drwxr-xr-x. 6 root root 4096 Dec 2 13:57 ..
-rw-r--r--. 1 root root 86 Oct 28 07:06 ifcfg-eth0
-rw-r--r--. 1 root root 254 May 3 2017 ifcfg-lo
lrwxrwxrwx. 1 root root 24 Oct 28 07:04 ifdown -> ../../../usr/sbin/ifdown
-rwxr-xr-x. 1 root root 654 May 3 2017 ifdown-bnep
-rwxr-xr-x. 1 root root 6571 May 3 2017 ifdown-eth
-rwxr-xr-x. 1 root root 781 May 3 2017 ifdown-ippp
-rwxr-xr-x. 1 root root 4540 May 3 2017 ifdown-ipv6
lrwxrwxrwx. 1 root root 11 Oct 28 07:04 ifdown-isdn -> ifdown-ippp
-rwxr-xr-x. 1 root root 1768 May 3 2017 ifdown-post
-rwxr-xr-x. 1 root root 1068 May 3 2017 ifdown-ppp
-rwxr-xr-x. 1 root root 870 May 3 2017 ifdown-routes
-rwxr-xr-x. 1 root root 1456 May 3 2017 ifdown-sit
-rwxr-xr-x. 1 root root 1621 Aug 3 03:12 ifdown-Team
-rwxr-xr-x. 1 root root 1556 Apr 15 2016 ifdown-TeamPort
-rwxr-xr-x. 1 root root 1462 May 3 2017 ifdown-tunnel
lrwxrwxrwx. 1 root root 22 Oct 28 07:04 ifup -> ../../../usr/sbin/ifup
-rwxr-xr-x. 1 root root 12312 May 3 2017 ifup-aliases
-rwxr-xr-x. 1 root root 910 May 3 2017 ifup-bnep
-rwxr-xr-x. 1 root root 12680 May 3 2017 ifup-eth
-rwxr-xr-x. 1 root root 12075 May 3 2017 ifup-ippp
-rwxr-xr-x. 1 root root 11893 May 3 2017 ifup-ipv6
lrwxrwxrwx. 1 root root 9 Oct 28 07:04 ifup-isdn -> ifup-ippp
-rwxr-xr-x. 1 root root 650 May 3 2017 ifup-plip
-rwxr-xr-x. 1 root root 1064 May 3 2017 ifup-plusb
-rwxr-xr-x. 1 root root 3433 May 3 2017 ifup-post
-rwxr-xr-x. 1 root root 4154 May 3 2017 ifup-ppp
-rwxr-xr-x. 1 root root 2001 May 3 2017 ifup-routes
-rwxr-xr-x. 1 root root 3303 May 3 2017 ifup-sit
-rwxr-xr-x. 1 root root 1755 Apr 15 2016 ifup-Team
-rwxr-xr-x. 1 root root 1876 Apr 15 2016 ifup-TeamPort
-rwxr-xr-x. 1 root root 2711 May 3 2017 ifup-tunnel
-rwxr-xr-x. 1 root root 1836 May 3 2017 ifup-wireless
-rwxr-xr-x. 1 root root 5419 May 3 2017 init.ipv6-global
-rw-r--r--. 1 root root 18919 May 3 2017 network-functions
-rw-r--r--. 1 root root 31027 May 3 2017 network-functions-ipv6
[vagrant@puppet network-scripts]$ cat ifcfg-eth0
DEVICE="eth0"
BOOTPROTO="dhcp"
ONBOOT="yes"
TYPE="Ethernet"
PERSISTENT_DHCLIENT="yes"
[vagrant@puppet network-scripts]$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 52:54:00:ca:e4:8b brd ff:ff:ff:ff:ff:ff
inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
valid_lft 85860sec preferred_lft 85860sec
inet6 fe80::5054:ff:feca:e48b/64 scope link
valid_lft forever preferred_lft forever
[vagrant@puppet network-scripts]$ exit
logout
Connection to 127.0.0.1 closed.
Dans-MacBook-Pro:CentOS dan$ ping 10.0.2.15
PING 10.0.2.15 (10.0.2.15): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
cRequest timeout for icmp_seq 2
^C
--- 10.0.2.15 ping statistics ---
4 packets transmitted, 0 packets received, 100.0% packet loss
Dans-MacBook-Pro:CentOS dan$ ping 10.0.2.16
PING 10.0.2.16 (10.0.2.16): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
^C
--- 10.0.2.16 ping statistics ---
3 packets transmitted, 0 packets received, 100.0% packet loss
Dans-MacBook-Pro:CentOS dan$
Dans-MacBook-Pro:CentOS dan$ ping puppet
ping: cannot resolve puppet: Unknown host
Dans-MacBook-Pro:CentOS dan$
Dans-MacBook-Pro:CentOS dan$
Dans-MacBook-Pro:CentOS dan$ vagrant ssh
Last login: Sat Dec 2 20:11:05 2017 from 10.0.2.2
[vagrant@puppet ~]$ ping 10.0.2.16
PING 10.0.2.16 (10.0.2.16) 56(84) bytes of data.
From 10.0.2.15 icmp_seq=1 Destination Host Unreachable
From 10.0.2.15 icmp_seq=2 Destination Host Unreachable
From 10.0.2.15 icmp_seq=3 Destination Host Unreachable
From 10.0.2.15 icmp_seq=4 Destination Host Unreachable
From 10.0.2.15 icmp_seq=5 Destination Host Unreachable
From 10.0.2.15 icmp_seq=6 Destination Host Unreachable
From 10.0.2.15 icmp_seq=7 Destination Host Unreachable
^C
--- 10.0.2.16 ping statistics ---
8 packets transmitted, 0 received, +7 errors, 100% packet loss, time 7031ms
pipe 4
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ nslookup puppet-agent
-bash: nslookup: command not found
[vagrant@puppet ~]$ ping google.com
PING google.com (172.217.9.238) 56(84) bytes of data.
64 bytes from lga34s11-in-f14.1e100.net (172.217.9.238): icmp_seq=1 ttl=63 time=13.0 ms
64 bytes from lga34s11-in-f14.1e100.net (172.217.9.238): icmp_seq=2 ttl=63 time=12.4 ms
64 bytes from lga34s11-in-f14.1e100.net (172.217.9.238): icmp_seq=3 ttl=63 time=12.6 ms
^C64 bytes from lga34s11-in-f14.1e100.net (172.217.9.238): icmp_seq=4 ttl=63 time=11.6 ms
--- google.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 4120ms
rtt min/avg/max/mdev = 11.602/12.434/13.031/0.534 ms
[vagrant@puppet ~]$ ^C
[vagrant@puppet ~]$ exit
logout
Connection to 127.0.0.1 closed.
Dans-MacBook-Pro:CentOS dan$ ls
Vagrantfile
Dans-MacBook-Pro:CentOS dan$ cd ..
Dans-MacBook-Pro:~ dan$ ls
Applications Pictures
CentOS Public
Desktop Vagrant
Documents VirtualBox VMs
Downloads Windows2016
Dropbox powershell-6.0.0-beta.3-osx.10.12-x64.pkg
Dropbox (Old) powershell-6.0.0-beta.4-osx.10.12-x64.pkg
GitHub powershell-6.0.0-beta.5-osx.10.12-x64.pkg
Library powershell-6.0.0-beta.8-osx.10.12-x64.pkg
Movies powershell-6.0.0-beta.9-osx.10.12-x64.pkg
Music powershell-6.0.0-rc-osx.10.12-x64.pkg
Dans-MacBook-Pro:~ dan$ mkdir puppet-env
Dans-MacBook-Pro:~ dan$ cd puppet-env/
Dans-MacBook-Pro:puppet-env dan$ vagrant
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ cd ..
Dans-MacBook-Pro:~ dan$ cd CentOS/
Dans-MacBook-Pro:CentOS dan$ ls
Vagrantfile
Dans-MacBook-Pro:CentOS dan$ cat Vagrantfile
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure("2") do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
# https://docs.vagrantup.com.
# Every Vagrant development environment requires a box. You can search for
# boxes at https://vagrantcloud.com/search.
config.vm.box = "centos/7"
# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs
# `vagrant box outdated`. This is not recommended.
# config.vm.box_check_update = false
# Create a forwarded port mapping which allows access to a specific port
# within the machine from a port on the host machine. In the example below,
# accessing "localhost:8080" will access port 80 on the guest machine.
# NOTE: This will enable public access to the opened port
# config.vm.network "forwarded_port", guest: 80, host: 8080
# Create a forwarded port mapping which allows access to a specific port
# within the machine from a port on the host machine and only allow access
# via 127.0.0.1 to disable public access
# config.vm.network "forwarded_port", guest: 80, host: 8080, host_ip: "127.0.0.1"
# Create a private network, which allows host-only access to the machine
# using a specific IP.
# config.vm.network "private_network", ip: "192.168.33.10"
# Create a public network, which generally matched to bridged network.
# Bridged networks make the machine appear as another physical device on
# your network.
# config.vm.network "public_network"
# Share an additional folder to the guest VM. The first argument is
# the path on the host to the actual folder. The second argument is
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
# config.vm.synced_folder "../data", "/vagrant_data"
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
# Example for VirtualBox:
#
# config.vm.provider "virtualbox" do |vb|
# # Display the VirtualBox GUI when booting the machine
# vb.gui = true
#
# # Customize the amount of memory on the VM:
# vb.memory = "1024"
# end
#
# View the documentation for the provider you are using for more
# information on available options.
# Enable provisioning with a shell script. Additional provisioners such as
# Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
# documentation for more information about their specific syntax and use.
# config.vm.provision "shell", inline: <<-SHELL
# apt-get update
# apt-get install -y apache2
# SHELL
end
Dans-MacBook-Pro:CentOS dan$ cd ..
Dans-MacBook-Pro:~ dan$ cd puppet-env/
Dans-MacBook-Pro:puppet-env dan$ config.vm.box = "centos/7"
Dans-MacBook-Pro:puppet-env dan$ vagrant init centos/7
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ l s-la
-bash: l: command not found
Dans-MacBook-Pro:puppet-env dan$ ls -la
total 8
drwxr-xr-x 3 dan staff 96 Dec 2 20:24 .
drwxr-xr-x+ 40 dan staff 1280 Dec 2 20:24 ..
-rw-r--r-- 1 dan staff 3478 Dec 2 20:24 Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant up
There is a syntax error in the following Vagrantfile. The syntax error
message is reproduced below for convenience:
/Users/dan/puppet-env/Vagrantfile:21: syntax error, unexpected '-', expecting '|'
fine :puppet-agent do |puppet-agent|
^
/Users/dan/puppet-env/Vagrantfile:26: syntax error, unexpected keyword_end, expecting end-of-input
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant up
There is a syntax error in the following Vagrantfile. The syntax error
message is reproduced below for convenience:
/Users/dan/puppet-env/Vagrantfile:88: syntax error, unexpected keyword_end, expecting end-of-input
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant up
/Users/dan/puppet-env/Vagrantfile:16:in `block (2 levels) in <top (required)>': undefined local variable or method `alpha' for main:Object (NameError)
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/config/v2/loader.rb:37:in `load'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/config/loader.rb:125:in `block (2 levels) in load'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/config/loader.rb:119:in `each'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/config/loader.rb:119:in `block in load'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/config/loader.rb:116:in `each'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/config/loader.rb:116:in `load'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/vagrantfile.rb:153:in `machine_config'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/environment.rb:355:in `default_provider'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/plugin/v2/command.rb:177:in `block in with_target_vms'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/plugin/v2/command.rb:204:in `block in with_target_vms'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/plugin/v2/command.rb:186:in `each'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/plugin/v2/command.rb:186:in `with_target_vms'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/up/command.rb:87:in `execute'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/cli.rb:42:in `execute'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/environment.rb:308:in `cli'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/bin/vagrant:138:in `<main>'
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant up
There is a syntax error in the following Vagrantfile. The syntax error
message is reproduced below for convenience:
/Users/dan/puppet-env/Vagrantfile:23: syntax error, unexpected tSYMBEG, expecting keyword_end
puppet-agent.vm.network :private_network, ip: "10.0.2.1
^
/Users/dan/puppet-env/Vagrantfile:25: syntax error, unexpected keyword_end, expecting end-of-input
end
^
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant up
There is a syntax error in the following Vagrantfile. The syntax error
message is reproduced below for convenience:
/Users/dan/puppet-env/Vagrantfile:23: syntax error, unexpected ':', expecting keyword_end
puppet-agent.vm.network: "private_network", ip: "10.0.
^
/Users/dan/puppet-env/Vagrantfile:23: syntax error, unexpected ',', expecting keyword_end
vm.network: "private_network", ip: "10.0.2.16"
^
/Users/dan/puppet-env/Vagrantfile:25: syntax error, unexpected keyword_end, expecting end-of-input
end
^
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant up
There is a syntax error in the following Vagrantfile. The syntax error
message is reproduced below for convenience:
/Users/dan/puppet-env/Vagrantfile:17: syntax error, unexpected ':'
puppet.vm.network: "private_network", ip: "10.0.
^
/Users/dan/puppet-env/Vagrantfile:17: syntax error, unexpected ',', expecting keyword_end
vm.network: "private_network", ip: "10.0.2.15"
^
/Users/dan/puppet-env/Vagrantfile:23: syntax error, unexpected ':', expecting keyword_end
puppet-agent.vm.network: "private_network", ip: "10.0.
^
/Users/dan/puppet-env/Vagrantfile:23: syntax error, unexpected ',', expecting end-of-input
vm.network: "private_network", ip: "10.0.2.16"
^
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant up
There is a syntax error in the following Vagrantfile. The syntax error
message is reproduced below for convenience:
/Users/dan/puppet-env/Vagrantfile:23: syntax error, unexpected tSTRING_BEG, expecting keyword_end
puppet-agent.vm.network "private_network", ip: "10.0.2.
^
/Users/dan/puppet-env/Vagrantfile:23: syntax error, unexpected ',', expecting keyword_end
.vm.network "private_network", ip: "10.0.2.16"
^
/Users/dan/puppet-env/Vagrantfile:25: syntax error, unexpected keyword_end, expecting end-of-input
end
^
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant up
There is a syntax error in the following Vagrantfile. The syntax error
message is reproduced below for convenience:
/Users/dan/puppet-env/Vagrantfile:23: syntax error, unexpected tSTRING_BEG, expecting keyword_end
puppet-agent.vm.network "private_network", ip: "10.0.2.
^
/Users/dan/puppet-env/Vagrantfile:23: syntax error, unexpected ',', expecting keyword_end
.vm.network "private_network", ip: "10.0.2.16"
^
/Users/dan/puppet-env/Vagrantfile:25: syntax error, unexpected keyword_end, expecting end-of-input
end
^
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant up
There is a syntax error in the following Vagrantfile. The syntax error
message is reproduced below for convenience:
/Users/dan/puppet-env/Vagrantfile:23: syntax error, unexpected tSTRING_BEG, expecting keyword_end
puppet-agent.vm.network "private_network", ip: "10.0.2.
^
/Users/dan/puppet-env/Vagrantfile:23: syntax error, unexpected ',', expecting keyword_end
.vm.network "private_network", ip: "10.0.2.16"
^
/Users/dan/puppet-env/Vagrantfile:25: syntax error, unexpected keyword_end, expecting end-of-input
end
^
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant up
There is a syntax error in the following Vagrantfile. The syntax error
message is reproduced below for convenience:
/Users/dan/puppet-env/Vagrantfile:23: syntax error, unexpected tSYMBEG, expecting keyword_end
puppet-agent.vm.network :"private_network", ip: "10.0.2.
^
/Users/dan/puppet-env/Vagrantfile:23: syntax error, unexpected ',', expecting keyword_end
vm.network :"private_network", ip: "10.0.2.16"
^
/Users/dan/puppet-env/Vagrantfile:25: syntax error, unexpected keyword_end, expecting end-of-input
end
^
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant up
There is a syntax error in the following Vagrantfile. The syntax error
message is reproduced below for convenience:
/Users/dan/puppet-env/Vagrantfile:23: syntax error, unexpected tSYMBEG, expecting keyword_end
puppet-agent.vm.network :private_network, ip: "10.0.2.1
^
/Users/dan/puppet-env/Vagrantfile:25: syntax error, unexpected keyword_end, expecting end-of-input
end
^
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant up
Bringing machine 'alpha' up with 'virtualbox' provider...
Bringing machine 'beta' up with 'virtualbox' provider...
==> alpha: Importing base box 'centos/7'...
==> alpha: Matching MAC address for NAT networking...
==> alpha: Checking if box 'centos/7' is up to date...
==> alpha: Setting the name of the VM: puppet-env_alpha_1512265174377_45675
==> alpha: Fixed port collision for 22 => 2222. Now on port 2201.
==> alpha: Clearing any previously set network interfaces...
==> alpha: Preparing network interfaces based on configuration...
alpha: Adapter 1: nat
alpha: Adapter 2: hostonly
==> alpha: Forwarding ports...
alpha: 22 (guest) => 2201 (host) (adapter 1)
==> alpha: Booting VM...
==> alpha: Waiting for machine to boot. This may take a few minutes...
alpha: SSH address: 127.0.0.1:2201
alpha: SSH username: vagrant
alpha: SSH auth method: private key
alpha: Warning: Remote connection disconnect. Retrying...
alpha: Warning: Connection reset. Retrying...
alpha: Warning: Remote connection disconnect. Retrying...
alpha: Warning: Connection reset. Retrying...
alpha: Warning: Remote connection disconnect. Retrying...
alpha: Warning: Connection reset. Retrying...
alpha: Warning: Remote connection disconnect. Retrying...
alpha: Warning: Connection reset. Retrying...
alpha: Warning: Remote connection disconnect. Retrying...
alpha: Warning: Connection reset. Retrying...
alpha: Warning: Remote connection disconnect. Retrying...
alpha: Warning: Connection reset. Retrying...
alpha: Warning: Remote connection disconnect. Retrying...
alpha: Warning: Connection reset. Retrying...
alpha: Warning: Remote connection disconnect. Retrying...
alpha: Warning: Connection reset. Retrying...
alpha: Warning: Remote connection disconnect. Retrying...
alpha: Warning: Connection reset. Retrying...
alpha: Warning: Remote connection disconnect. Retrying...
alpha: Warning: Connection reset. Retrying...
alpha: Warning: Remote connection disconnect. Retrying...
alpha: Warning: Connection reset. Retrying...
alpha: Warning: Remote connection disconnect. Retrying...
alpha:
alpha: Vagrant insecure key detected. Vagrant will automatically replace
alpha: this with a newly generated keypair for better security.
alpha:
alpha: Inserting generated public key within guest...
alpha: Removing insecure key from the guest if it's present...
alpha: Key inserted! Disconnecting and reconnecting using new SSH key...
==> alpha: Machine booted and ready!
==> alpha: Checking for guest additions in VM...
alpha: No guest additions were detected on the base box for this VM! Guest
alpha: additions are required for forwarded ports, shared folders, host only
alpha: networking, and more. If SSH fails on this machine, please install
alpha: the guest additions and repackage the box to continue.
alpha:
alpha: This is not an error message; everything may continue to work properly,
alpha: in which case you may ignore this message.
==> alpha: Setting hostname...
==> alpha: Configuring and enabling network interfaces...
alpha: SSH address: 127.0.0.1:2201
alpha: SSH username: vagrant
alpha: SSH auth method: private key
==> alpha: Rsyncing folder: /Users/dan/puppet-env/ => /vagrant
==> beta: Importing base box 'centos/7'...
==> beta: Matching MAC address for NAT networking...
==> beta: Checking if box 'centos/7' is up to date...
==> beta: Setting the name of the VM: puppet-env_beta_1512265226262_34529
==> beta: Fixed port collision for 22 => 2222. Now on port 2202.
==> beta: Clearing any previously set network interfaces...
==> beta: Preparing network interfaces based on configuration...
beta: Adapter 1: nat
beta: Adapter 2: hostonly
==> beta: Forwarding ports...
beta: 22 (guest) => 2202 (host) (adapter 1)
==> beta: Booting VM...
==> beta: Waiting for machine to boot. This may take a few minutes...
beta: SSH address: 127.0.0.1:2202
beta: SSH username: vagrant
beta: SSH auth method: private key
beta: Warning: Remote connection disconnect. Retrying...
beta: Warning: Connection reset. Retrying...
beta: Warning: Remote connection disconnect. Retrying...
beta: Warning: Connection reset. Retrying...
beta: Warning: Remote connection disconnect. Retrying...
beta: Warning: Connection reset. Retrying...
beta: Warning: Remote connection disconnect. Retrying...
beta: Warning: Connection reset. Retrying...
beta: Warning: Remote connection disconnect. Retrying...
beta: Warning: Connection reset. Retrying...
beta: Warning: Remote connection disconnect. Retrying...
beta: Warning: Connection reset. Retrying...
beta: Warning: Remote connection disconnect. Retrying...
beta: Warning: Connection reset. Retrying...
beta: Warning: Remote connection disconnect. Retrying...
beta: Warning: Connection reset. Retrying...
beta: Warning: Remote connection disconnect. Retrying...
beta: Warning: Connection reset. Retrying...
beta: Warning: Remote connection disconnect. Retrying...
beta: Warning: Connection reset. Retrying...
beta: Warning: Remote connection disconnect. Retrying...
beta: Warning: Connection reset. Retrying...
beta: Warning: Remote connection disconnect. Retrying...
beta: Warning: Connection reset. Retrying...
beta: Warning: Remote connection disconnect. Retrying...
beta: Warning: Connection reset. Retrying...
beta: Warning: Remote connection disconnect. Retrying...
beta: Warning: Connection reset. Retrying...
beta: Warning: Remote connection disconnect. Retrying...
beta: Warning: Connection reset. Retrying...
beta: Warning: Remote connection disconnect. Retrying...
beta: Warning: Connection reset. Retrying...
beta: Warning: Remote connection disconnect. Retrying...
beta: Warning: Connection reset. Retrying...
beta:
beta: Vagrant insecure key detected. Vagrant will automatically replace
beta: this with a newly generated keypair for better security.
beta:
beta: Inserting generated public key within guest...
beta: Removing insecure key from the guest if it's present...
beta: Key inserted! Disconnecting and reconnecting using new SSH key...
==> beta: Machine booted and ready!
==> beta: Checking for guest additions in VM...
beta: No guest additions were detected on the base box for this VM! Guest
beta: additions are required for forwarded ports, shared folders, host only
beta: networking, and more. If SSH fails on this machine, please install
beta: the guest additions and repackage the box to continue.
beta:
beta: This is not an error message; everything may continue to work properly,
beta: in which case you may ignore this message.
==> beta: Setting hostname...
==> beta: Configuring and enabling network interfaces...
beta: SSH address: 127.0.0.1:2202
beta: SSH username: vagrant
beta: SSH auth method: private key
==> beta: Rsyncing folder: /Users/dan/puppet-env/ => /vagrant
Dans-MacBook-Pro:puppet-env dan$ vagrant ssh alpha
[vagrant@alpha ~]$ ping beta
ping: beta: Name or service not known
[vagrant@alpha ~]$ ping 10.0.0.11
PING 10.0.0.11 (10.0.0.11) 56(84) bytes of data.
64 bytes from 10.0.0.11: icmp_seq=1 ttl=64 time=0.524 ms
64 bytes from 10.0.0.11: icmp_seq=2 ttl=64 time=0.360 ms
^C
--- 10.0.0.11 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 0.360/0.442/0.524/0.082 ms
[vagrant@alpha ~]$ ^C
[vagrant@alpha ~]$ exit
logout
Connection to 127.0.0.1 closed.
Dans-MacBook-Pro:puppet-env dan$ vagrant destroy
beta: Are you sure you want to destroy the 'beta' VM? [y/N] y
==> beta: Forcing shutdown of VM...
==> beta: Destroying VM and associated drives...
alpha: Are you sure you want to destroy the 'alpha' VM? [y/N] y
==> alpha: Forcing shutdown of VM...
==> alpha: Destroying VM and associated drives...
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant up
/Users/dan/puppet-env/Vagrantfile:16:in `block (2 levels) in <top (required)>': undefined local variable or method `puppetagnet' for main:Object (NameError)
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/config/v2/loader.rb:37:in `load'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/config/loader.rb:125:in `block (2 levels) in load'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/config/loader.rb:119:in `each'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/config/loader.rb:119:in `block in load'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/config/loader.rb:116:in `each'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/config/loader.rb:116:in `load'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/vagrantfile.rb:153:in `machine_config'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/environment.rb:355:in `default_provider'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/plugin/v2/command.rb:177:in `block in with_target_vms'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/plugin/v2/command.rb:204:in `block in with_target_vms'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/plugin/v2/command.rb:186:in `each'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/plugin/v2/command.rb:186:in `with_target_vms'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/up/command.rb:87:in `execute'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/cli.rb:42:in `execute'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/environment.rb:308:in `cli'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/bin/vagrant:138:in `<main>'
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant up
/Users/dan/puppet-env/Vagrantfile:16:in `block (2 levels) in <top (required)>': undefined local variable or method `puppetagnet' for main:Object (NameError)
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/config/v2/loader.rb:37:in `load'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/config/loader.rb:125:in `block (2 levels) in load'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/config/loader.rb:119:in `each'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/config/loader.rb:119:in `block in load'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/config/loader.rb:116:in `each'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/config/loader.rb:116:in `load'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/vagrantfile.rb:153:in `machine_config'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/environment.rb:355:in `default_provider'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/plugin/v2/command.rb:177:in `block in with_target_vms'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/plugin/v2/command.rb:204:in `block in with_target_vms'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/plugin/v2/command.rb:186:in `each'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/plugin/v2/command.rb:186:in `with_target_vms'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/up/command.rb:87:in `execute'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/cli.rb:42:in `execute'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/environment.rb:308:in `cli'
from /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/bin/vagrant:138:in `<main>'
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant up
Bringing machine 'puppet' up with 'virtualbox' provider...
Bringing machine 'puppetagent' up with 'virtualbox' provider...
==> puppet: Importing base box 'centos/7'...
==> puppet: Matching MAC address for NAT networking...
==> puppet: Checking if box 'centos/7' is up to date...
==> puppet: Setting the name of the VM: puppet-env_puppet_1512265549740_84684
==> puppet: Fixed port collision for 22 => 2222. Now on port 2201.
==> puppet: Clearing any previously set network interfaces...
==> puppet: Preparing network interfaces based on configuration...
puppet: Adapter 1: nat
puppet: Adapter 2: hostonly
==> puppet: Forwarding ports...
puppet: 22 (guest) => 2201 (host) (adapter 1)
==> puppet: Booting VM...
==> puppet: Waiting for machine to boot. This may take a few minutes...
puppet: SSH address: 127.0.0.1:2201
puppet: SSH username: vagrant
puppet: SSH auth method: private key
puppet:
puppet: Vagrant insecure key detected. Vagrant will automatically replace
puppet: this with a newly generated keypair for better security.
puppet:
puppet: Inserting generated public key within guest...
puppet: Removing insecure key from the guest if it's present...
puppet: Key inserted! Disconnecting and reconnecting using new SSH key...
==> puppet: Machine booted and ready!
==> puppet: Checking for guest additions in VM...
puppet: No guest additions were detected on the base box for this VM! Guest
puppet: additions are required for forwarded ports, shared folders, host only
puppet: networking, and more. If SSH fails on this machine, please install
puppet: the guest additions and repackage the box to continue.
puppet:
puppet: This is not an error message; everything may continue to work properly,
puppet: in which case you may ignore this message.
==> puppet: Setting hostname...
==> puppet: Configuring and enabling network interfaces...
puppet: SSH address: 127.0.0.1:2201
puppet: SSH username: vagrant
puppet: SSH auth method: private key
Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
Dans-MacBook-Pro:puppet-env dan$ vagrant up
Bringing machine 'puppet' up with 'virtualbox' provider...
Bringing machine 'puppetagent' up with 'virtualbox' provider...
==> puppet: Checking if box 'centos/7' is up to date...
==> puppetagent: Importing base box 'centos/7'...
==> puppetagent: Matching MAC address for NAT networking...
==> puppetagent: Checking if box 'centos/7' is up to date...
==> puppetagent: Setting the name of the VM: puppet-env_puppetagent_1512265621889_58404
==> puppetagent: Fixed port collision for 22 => 2222. Now on port 2202.
==> puppetagent: Clearing any previously set network interfaces...
==> puppetagent: Preparing network interfaces based on configuration...
puppetagent: Adapter 1: nat
puppetagent: Adapter 2: hostonly
==> puppetagent: Forwarding ports...
puppetagent: 22 (guest) => 2202 (host) (adapter 1)
==> puppetagent: Booting VM...
==> puppetagent: Waiting for machine to boot. This may take a few minutes...
puppetagent: SSH address: 127.0.0.1:2202
puppetagent: SSH username: vagrant
puppetagent: SSH auth method: private key
puppetagent:
puppetagent: Vagrant insecure key detected. Vagrant will automatically replace
puppetagent: this with a newly generated keypair for better security.
puppetagent:
puppetagent: Inserting generated public key within guest...
puppetagent: Removing insecure key from the guest if it's present...
puppetagent: Key inserted! Disconnecting and reconnecting using new SSH key...
==> puppetagent: Machine booted and ready!
==> puppetagent: Checking for guest additions in VM...
puppetagent: No guest additions were detected on the base box for this VM! Guest
puppetagent: additions are required for forwarded ports, shared folders, host only
puppetagent: networking, and more. If SSH fails on this machine, please install
puppetagent: the guest additions and repackage the box to continue.
puppetagent:
puppetagent: This is not an error message; everything may continue to work properly,
puppetagent: in which case you may ignore this message.
==> puppetagent: Setting hostname...
==> puppetagent: Configuring and enabling network interfaces...
puppetagent: SSH address: 127.0.0.1:2202
puppetagent: SSH username: vagrant
puppetagent: SSH auth method: private key
Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
Dans-MacBook-Pro:puppet-env dan$ vagrant halt
==> puppetagent: Attempting graceful shutdown of VM...
puppetagent: Guest communication could not be established! This is usually because
puppetagent: SSH is not running, the authentication information was changed,
puppetagent: or some other networking issue. Vagrant will force halt, if
puppetagent: capable.
==> puppetagent: Forcing shutdown of VM...
==> puppet: Attempting graceful shutdown of VM...
puppet: Guest communication could not be established! This is usually because
puppet: SSH is not running, the authentication information was changed,
puppet: or some other networking issue. Vagrant will force halt, if
puppet: capable.
==> puppet: Forcing shutdown of VM...
Dans-MacBook-Pro:puppet-env dan$ vagrant up
Bringing machine 'puppet' up with 'virtualbox' provider...
Bringing machine 'puppetagent' up with 'virtualbox' provider...
==> puppet: Checking if box 'centos/7' is up to date...
==> puppet: Clearing any previously set forwarded ports...
==> puppet: Clearing any previously set network interfaces...
==> puppet: Preparing network interfaces based on configuration...
puppet: Adapter 1: nat
puppet: Adapter 2: hostonly
==> puppet: Forwarding ports...
puppet: 22 (guest) => 2222 (host) (adapter 1)
==> puppet: Booting VM...
==> puppet: Waiting for machine to boot. This may take a few minutes...
puppet: SSH address: 127.0.0.1:2222
puppet: SSH username: vagrant
puppet: SSH auth method: private key
The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'paused' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ vagrant up
Bringing machine 'puppet' up with 'virtualbox' provider...
Bringing machine 'puppetagent' up with 'virtualbox' provider...
==> puppet: Checking if box 'centos/7' is up to date...
==> puppet: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> puppet: flag to force provisioning. Provisioners marked to run always will still run.
==> puppetagent: Checking if box 'centos/7' is up to date...
==> puppetagent: Clearing any previously set forwarded ports...
==> puppetagent: Fixed port collision for 22 => 2222. Now on port 2200.
==> puppetagent: Clearing any previously set network interfaces...
==> puppetagent: Preparing network interfaces based on configuration...
puppetagent: Adapter 1: nat
puppetagent: Adapter 2: hostonly
==> puppetagent: Forwarding ports...
puppetagent: 22 (guest) => 2200 (host) (adapter 1)
==> puppetagent: Booting VM...
==> puppetagent: Waiting for machine to boot. This may take a few minutes...
puppetagent: SSH address: 127.0.0.1:2200
puppetagent: SSH username: vagrant
puppetagent: SSH auth method: private key
==> puppetagent: Machine booted and ready!
==> puppetagent: Checking for guest additions in VM...
puppetagent: No guest additions were detected on the base box for this VM! Guest
puppetagent: additions are required for forwarded ports, shared folders, host only
puppetagent: networking, and more. If SSH fails on this machine, please install
puppetagent: the guest additions and repackage the box to continue.
puppetagent:
puppetagent: This is not an error message; everything may continue to work properly,
puppetagent: in which case you may ignore this message.
==> puppetagent: Setting hostname...
==> puppetagent: Configuring and enabling network interfaces...
puppetagent: SSH address: 127.0.0.1:2200
puppetagent: SSH username: vagrant
puppetagent: SSH auth method: private key
Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
Dans-MacBook-Pro:puppet-env dan$ vagrant halt
==> puppetagent: Attempting graceful shutdown of VM...
puppetagent: Guest communication could not be established! This is usually because
puppetagent: SSH is not running, the authentication information was changed,
puppetagent: or some other networking issue. Vagrant will force halt, if
puppetagent: capable.
==> puppetagent: Forcing shutdown of VM...
==> puppet: Attempting graceful shutdown of VM...
puppet: Guest communication could not be established! This is usually because
puppet: SSH is not running, the authentication information was changed,
puppet: or some other networking issue. Vagrant will force halt, if
puppet: capable.
==> puppet: Forcing shutdown of VM...
Dans-MacBook-Pro:puppet-env dan$
[Restored Dec 2, 2017 at 8:53:33 PM]
Last login: Sat Dec 2 20:53:29 on console
Dans-MacBook-Pro:puppet-env dan$ vagrant status
Current machine states:
puppet poweroff (virtualbox)
puppetagent poweroff (virtualbox)
This environment represents multiple VMs. The VMs are all listed
above with their current state. For more information about a specific
VM, run `vagrant status NAME`.
Dans-MacBook-Pro:puppet-env dan$ vagrant up
Bringing machine 'puppet' up with 'virtualbox' provider...
Bringing machine 'puppetagent' up with 'virtualbox' provider...
==> puppet: Checking if box 'centos/7' is up to date...
==> puppet: Clearing any previously set forwarded ports...
==> puppet: Clearing any previously set network interfaces...
==> puppet: Preparing network interfaces based on configuration...
puppet: Adapter 1: nat
puppet: Adapter 2: hostonly
==> puppet: Forwarding ports...
puppet: 22 (guest) => 2222 (host) (adapter 1)
==> puppet: Booting VM...
==> puppet: Waiting for machine to boot. This may take a few minutes...
puppet: SSH address: 127.0.0.1:2222
puppet: SSH username: vagrant
puppet: SSH auth method: private key
The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'paused' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ vagrant up
Bringing machine 'puppet' up with 'virtualbox' provider...
Bringing machine 'puppetagent' up with 'virtualbox' provider...
==> puppet: Checking if box 'centos/7' is up to date...
==> puppet: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> puppet: flag to force provisioning. Provisioners marked to run always will still run.
==> puppetagent: Checking if box 'centos/7' is up to date...
Dans-MacBook-Pro:puppet-env dan$ vagrant ssh puppet
^CDans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ vagrant ssh puppetagent
[vagrant@puppetagent ~]$ exit
logout
Connection to 127.0.0.1 closed.
Dans-MacBook-Pro:puppet-env dan$ vagrant up puppet
Bringing machine 'puppet' up with 'virtualbox' provider...
==> puppet: Checking if box 'centos/7' is up to date...
==> puppet: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> puppet: flag to force provisioning. Provisioners marked to run always will still run.
Dans-MacBook-Pro:puppet-env dan$ vagrant halt puppet
==> puppet: Attempting graceful shutdown of VM...
puppet: Guest communication could not be established! This is usually because
puppet: SSH is not running, the authentication information was changed,
puppet: or some other networking issue. Vagrant will force halt, if
puppet: capable.
==> puppet: Forcing shutdown of VM...
Dans-MacBook-Pro:puppet-env dan$ vagrant
Usage: vagrant [options] <command> [<args>]
-v, --version Print the version and exit.
-h, --help Print this help.
Common commands:
box manages boxes: installation, removal, etc.
connect connect to a remotely shared Vagrant environment
destroy stops and deletes all traces of the vagrant machine
global-status outputs status Vagrant environments for this user
halt stops the vagrant machine
help shows the help for a subcommand
init initializes a new Vagrant environment by creating a Vagrantfile
login log in to HashiCorp's Vagrant Cloud
package packages a running vagrant environment into a box
plugin manages plugins: install, uninstall, update, etc.
port displays information about guest port mappings
powershell connects to machine via powershell remoting
provision provisions the vagrant machine
push deploys code in this environment to a configured destination
rdp connects to machine via RDP
reload restarts vagrant machine, loads new Vagrantfile configuration
resume resume a suspended vagrant machine
share share your Vagrant environment with anyone in the world
snapshot manages snapshots: saving, restoring, etc.
ssh connects to machine via SSH
ssh-config outputs OpenSSH valid configuration to connect to the machine
status outputs status of the vagrant machine
suspend suspends the machine
up starts and provisions the vagrant environment
validate validates the Vagrantfile
version prints current and latest Vagrant version
For help on any individual command run `vagrant COMMAND -h`
Additional subcommands are available, but are either more advanced
or not commonly used. To see all subcommands, run the command
`vagrant list-commands`.
Dans-MacBook-Pro:puppet-env dan$ vagrant validate
Vagrantfile validated successfully.
Dans-MacBook-Pro:puppet-env dan$ vagrant up
Bringing machine 'puppet' up with 'virtualbox' provider...
Bringing machine 'puppetagent' up with 'virtualbox' provider...
==> puppet: Checking if box 'centos/7' is up to date...
==> puppet: Clearing any previously set forwarded ports...
==> puppet: Clearing any previously set network interfaces...
==> puppet: Preparing network interfaces based on configuration...
puppet: Adapter 1: nat
puppet: Adapter 2: hostonly
==> puppet: Forwarding ports...
puppet: 22 (guest) => 2222 (host) (adapter 1)
==> puppet: Booting VM...
==> puppet: Waiting for machine to boot. This may take a few minutes...
puppet: SSH address: 127.0.0.1:2222
puppet: SSH username: vagrant
puppet: SSH auth method: private key
==> puppet: Machine booted and ready!
==> puppet: Checking for guest additions in VM...
puppet: No guest additions were detected on the base box for this VM! Guest
puppet: additions are required for forwarded ports, shared folders, host only
puppet: networking, and more. If SSH fails on this machine, please install
puppet: the guest additions and repackage the box to continue.
puppet:
puppet: This is not an error message; everything may continue to work properly,
puppet: in which case you may ignore this message.
==> puppet: Setting hostname...
==> puppet: Configuring and enabling network interfaces...
puppet: SSH address: 127.0.0.1:2222
puppet: SSH username: vagrant
puppet: SSH auth method: private key
Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ vagrant halt
==> puppetagent: Attempting graceful shutdown of VM...
==> puppet: Attempting graceful shutdown of VM...
puppet: Guest communication could not be established! This is usually because
puppet: SSH is not running, the authentication information was changed,
puppet: or some other networking issue. Vagrant will force halt, if
puppet: capable.
==> puppet: Forcing shutdown of VM...
Dans-MacBook-Pro:puppet-env dan$
[Restored Dec 3, 2017 at 12:56:43 PM]
Last login: Sun Dec 3 12:56:41 on console
Dans-MacBook-Pro:puppet-env dan$ ping google.com
PING google.com (172.217.9.238): 56 data bytes
64 bytes from 172.217.9.238: icmp_seq=0 ttl=54 time=10.361 ms
64 bytes from 172.217.9.238: icmp_seq=1 ttl=54 time=10.693 ms
64 bytes from 172.217.9.238: icmp_seq=2 ttl=54 time=10.094 ms
^C
--- google.com ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 10.094/10.383/10.693/0.245 ms
Dans-MacBook-Pro:puppet-env dan$ ls pla
ls: pla: No such file or directory
Dans-MacBook-Pro:puppet-env dan$ ls -la
total 8
drwxr-xr-x 4 dan staff 128 Dec 2 20:45 .
drwxr-xr-x+ 40 dan staff 1280 Dec 2 20:59 ..
drwxr-xr-x 3 dan staff 96 Dec 2 20:39 .vagrant
-rw-r--r-- 1 dan staff 482 Dec 2 20:45 Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant up
Bringing machine 'puppet' up with 'virtualbox' provider...
Bringing machine 'puppetagent' up with 'virtualbox' provider...
==> puppet: Checking if box 'centos/7' is up to date...
==> puppet: Clearing any previously set forwarded ports...
==> puppet: Clearing any previously set network interfaces...
==> puppet: Preparing network interfaces based on configuration...
puppet: Adapter 1: nat
puppet: Adapter 2: hostonly
==> puppet: Forwarding ports...
puppet: 22 (guest) => 2222 (host) (adapter 1)
==> puppet: Booting VM...
==> puppet: Waiting for machine to boot. This may take a few minutes...
puppet: SSH address: 127.0.0.1:2222
puppet: SSH username: vagrant
puppet: SSH auth method: private key
==> puppet: Machine booted and ready!
==> puppet: Checking for guest additions in VM...
puppet: No guest additions were detected on the base box for this VM! Guest
puppet: additions are required for forwarded ports, shared folders, host only
puppet: networking, and more. If SSH fails on this machine, please install
puppet: the guest additions and repackage the box to continue.
puppet:
puppet: This is not an error message; everything may continue to work properly,
puppet: in which case you may ignore this message.
==> puppet: Setting hostname...
==> puppet: Configuring and enabling network interfaces...
puppet: SSH address: 127.0.0.1:2222
puppet: SSH username: vagrant
puppet: SSH auth method: private key
Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
Dans-MacBook-Pro:puppet-env dan$ vagrant status
Current machine states:
puppet running (virtualbox)
puppetagent poweroff (virtualbox)
This environment represents multiple VMs. The VMs are all listed
above with their current state. For more information about a specific
VM, run `vagrant status NAME`.
Dans-MacBook-Pro:puppet-env dan$ vagrant up
Bringing machine 'puppet' up with 'virtualbox' provider...
Bringing machine 'puppetagent' up with 'virtualbox' provider...
==> puppet: Checking if box 'centos/7' is up to date...
==> puppet: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> puppet: flag to force provisioning. Provisioners marked to run always will still run.
==> puppetagent: Checking if box 'centos/7' is up to date...
==> puppetagent: Clearing any previously set forwarded ports...
==> puppetagent: Fixed port collision for 22 => 2222. Now on port 2200.
==> puppetagent: Clearing any previously set network interfaces...
==> puppetagent: Preparing network interfaces based on configuration...
puppetagent: Adapter 1: nat
puppetagent: Adapter 2: hostonly
==> puppetagent: Forwarding ports...
puppetagent: 22 (guest) => 2200 (host) (adapter 1)
==> puppetagent: Booting VM...
==> puppetagent: Waiting for machine to boot. This may take a few minutes...
puppetagent: SSH address: 127.0.0.1:2200
puppetagent: SSH username: vagrant
puppetagent: SSH auth method: private key
==> puppetagent: Machine booted and ready!
==> puppetagent: Checking for guest additions in VM...
puppetagent: No guest additions were detected on the base box for this VM! Guest
puppetagent: additions are required for forwarded ports, shared folders, host only
puppetagent: networking, and more. If SSH fails on this machine, please install
puppetagent: the guest additions and repackage the box to continue.
puppetagent:
puppetagent: This is not an error message; everything may continue to work properly,
puppetagent: in which case you may ignore this message.
==> puppetagent: Setting hostname...
==> puppetagent: Configuring and enabling network interfaces...
puppetagent: SSH address: 127.0.0.1:2200
puppetagent: SSH username: vagrant
puppetagent: SSH auth method: private key
Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
Dans-MacBook-Pro:puppet-env dan$ vagrant status
Current machine states:
puppet running (virtualbox)
puppetagent running (virtualbox)
This environment represents multiple VMs. The VMs are all listed
above with their current state. For more information about a specific
VM, run `vagrant status NAME`.
Dans-MacBook-Pro:puppet-env dan$ vagrant ssh puppetagent
^CDans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ vagrant ssh puppet
^CDans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ vagrant halt
==> puppetagent: Attempting graceful shutdown of VM...
puppetagent: Guest communication could not be established! This is usually because
puppetagent: SSH is not running, the authentication information was changed,
puppetagent: or some other networking issue. Vagrant will force halt, if
puppetagent: capable.
==> puppetagent: Forcing shutdown of VM...
==> puppet: Attempting graceful shutdown of VM...
puppet: Guest communication could not be established! This is usually because
puppet: SSH is not running, the authentication information was changed,
puppet: or some other networking issue. Vagrant will force halt, if
puppet: capable.
==> puppet: Forcing shutdown of VM...
Dans-MacBook-Pro:puppet-env dan$ vagrant up
Bringing machine 'puppet' up with 'virtualbox' provider...
Bringing machine 'puppetagent' up with 'virtualbox' provider...
==> puppet: Checking if box 'centos/7' is up to date...
==> puppet: Clearing any previously set forwarded ports...
==> puppet: Clearing any previously set network interfaces...
==> puppet: Preparing network interfaces based on configuration...
puppet: Adapter 1: nat
puppet: Adapter 2: hostonly
==> puppet: Forwarding ports...
puppet: 22 (guest) => 2222 (host) (adapter 1)
==> puppet: Booting VM...
==> puppet: Waiting for machine to boot. This may take a few minutes...
puppet: SSH address: 127.0.0.1:2222
puppet: SSH username: vagrant
puppet: SSH auth method: private key
==> puppet: Machine booted and ready!
==> puppet: Checking for guest additions in VM...
puppet: No guest additions were detected on the base box for this VM! Guest
puppet: additions are required for forwarded ports, shared folders, host only
puppet: networking, and more. If SSH fails on this machine, please install
puppet: the guest additions and repackage the box to continue.
puppet:
puppet: This is not an error message; everything may continue to work properly,
puppet: in which case you may ignore this message.
==> puppet: Setting hostname...
==> puppet: Configuring and enabling network interfaces...
puppet: SSH address: 127.0.0.1:2222
puppet: SSH username: vagrant
puppet: SSH auth method: private key
Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
Dans-MacBook-Pro:puppet-env dan$ vagrant ssh puppet
^CDans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ vagrant destroy
puppetagent: Are you sure you want to destroy the 'puppetagent' VM? [y/N] y
==> puppetagent: Destroying VM and associated drives...
puppet: Are you sure you want to destroy the 'puppet' VM? [y/N] y
==> puppet: Forcing shutdown of VM...
==> puppet: Destroying VM and associated drives...
Dans-MacBook-Pro:puppet-env dan$ vagrant up
Bringing machine 'puppet' up with 'virtualbox' provider...
Bringing machine 'puppetagent' up with 'virtualbox' provider...
==> puppet: Importing base box 'centos/7'...
==> puppet: Matching MAC address for NAT networking...
==> puppet: Checking if box 'centos/7' is up to date...
==> puppet: Setting the name of the VM: puppet-env_puppet_1512352100262_58217
==> puppet: Clearing any previously set network interfaces...
==> puppet: Preparing network interfaces based on configuration...
puppet: Adapter 1: nat
puppet: Adapter 2: hostonly
==> puppet: Forwarding ports...
puppet: 22 (guest) => 2222 (host) (adapter 1)
==> puppet: Booting VM...
==> puppet: Waiting for machine to boot. This may take a few minutes...
puppet: SSH address: 127.0.0.1:2222
puppet: SSH username: vagrant
puppet: SSH auth method: private key
puppet:
puppet: Vagrant insecure key detected. Vagrant will automatically replace
puppet: this with a newly generated keypair for better security.
puppet:
puppet: Inserting generated public key within guest...
puppet: Removing insecure key from the guest if it's present...
puppet: Key inserted! Disconnecting and reconnecting using new SSH key...
==> puppet: Machine booted and ready!
==> puppet: Checking for guest additions in VM...
puppet: No guest additions were detected on the base box for this VM! Guest
puppet: additions are required for forwarded ports, shared folders, host only
puppet: networking, and more. If SSH fails on this machine, please install
puppet: the guest additions and repackage the box to continue.
puppet:
puppet: This is not an error message; everything may continue to work properly,
puppet: in which case you may ignore this message.
==> puppet: Setting hostname...
==> puppet: Configuring and enabling network interfaces...
puppet: SSH address: 127.0.0.1:2222
puppet: SSH username: vagrant
puppet: SSH auth method: private key
Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
Dans-MacBook-Pro:puppet-env dan$ vagrant halt
==> puppetagent: VM not created. Moving on...
==> puppet: Attempting graceful shutdown of VM...
puppet: Guest communication could not be established! This is usually because
puppet: SSH is not running, the authentication information was changed,
puppet: or some other networking issue. Vagrant will force halt, if
puppet: capable.
==> puppet: Forcing shutdown of VM...
Dans-MacBook-Pro:puppet-env dan$ vagrant plugin list
vagrant-share (1.1.9, system)
Dans-MacBook-Pro:puppet-env dan$ vagrant
Usage: vagrant [options] <command> [<args>]
-v, --version Print the version and exit.
-h, --help Print this help.
Common commands:
box manages boxes: installation, removal, etc.
connect connect to a remotely shared Vagrant environment
destroy stops and deletes all traces of the vagrant machine
global-status outputs status Vagrant environments for this user
halt stops the vagrant machine
help shows the help for a subcommand
init initializes a new Vagrant environment by creating a Vagrantfile
login log in to HashiCorp's Vagrant Cloud
package packages a running vagrant environment into a box
plugin manages plugins: install, uninstall, update, etc.
port displays information about guest port mappings
powershell connects to machine via powershell remoting
provision provisions the vagrant machine
push deploys code in this environment to a configured destination
rdp connects to machine via RDP
reload restarts vagrant machine, loads new Vagrantfile configuration
resume resume a suspended vagrant machine
share share your Vagrant environment with anyone in the world
snapshot manages snapshots: saving, restoring, etc.
ssh connects to machine via SSH
ssh-config outputs OpenSSH valid configuration to connect to the machine
status outputs status of the vagrant machine
suspend suspends the machine
up starts and provisions the vagrant environment
validate validates the Vagrantfile
version prints current and latest Vagrant version
For help on any individual command run `vagrant COMMAND -h`
Additional subcommands are available, but are either more advanced
or not commonly used. To see all subcommands, run the command
`vagrant list-commands`.
Dans-MacBook-Pro:puppet-env dan$ vagrant plugins
Usage: vagrant [options] <command> [<args>]
-v, --version Print the version and exit.
-h, --help Print this help.
Common commands:
box manages boxes: installation, removal, etc.
connect connect to a remotely shared Vagrant environment
destroy stops and deletes all traces of the vagrant machine
global-status outputs status Vagrant environments for this user
halt stops the vagrant machine
help shows the help for a subcommand
init initializes a new Vagrant environment by creating a Vagrantfile
login log in to HashiCorp's Vagrant Cloud
package packages a running vagrant environment into a box
plugin manages plugins: install, uninstall, update, etc.
port displays information about guest port mappings
powershell connects to machine via powershell remoting
provision provisions the vagrant machine
push deploys code in this environment to a configured destination
rdp connects to machine via RDP
reload restarts vagrant machine, loads new Vagrantfile configuration
resume resume a suspended vagrant machine
share share your Vagrant environment with anyone in the world
snapshot manages snapshots: saving, restoring, etc.
ssh connects to machine via SSH
ssh-config outputs OpenSSH valid configuration to connect to the machine
status outputs status of the vagrant machine
suspend suspends the machine
up starts and provisions the vagrant environment
validate validates the Vagrantfile
version prints current and latest Vagrant version
For help on any individual command run `vagrant COMMAND -h`
Additional subcommands are available, but are either more advanced
or not commonly used. To see all subcommands, run the command
`vagrant list-commands`.
Dans-MacBook-Pro:puppet-env dan$ vagrant plugin install vagrant-vbguest
Dans-MacBook-Pro:puppet-env dan$ vagrant plugin install vagrant-vbguest
Installing the 'vagrant-vbguest' plugin. This can take a few minutes...
Fetching: vagrant-share-1.1.9.gem (100%)
Fetching: micromachine-2.0.0.gem (100%)
Fetching: vagrant-vbguest-0.15.0.gem (100%)
Installed the plugin 'vagrant-vbguest (0.15.0)'!
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ vagrant up
Bringing machine 'puppet' up with 'virtualbox' provider...
Bringing machine 'puppetagent' up with 'virtualbox' provider...
==> puppet: Checking if box 'centos/7' is up to date...
==> puppet: Clearing any previously set forwarded ports...
==> puppet: Clearing any previously set network interfaces...
==> puppet: Preparing network interfaces based on configuration...
puppet: Adapter 1: nat
puppet: Adapter 2: hostonly
==> puppet: Forwarding ports...
puppet: 22 (guest) => 2222 (host) (adapter 1)
==> puppet: Booting VM...
==> puppet: Waiting for machine to boot. This may take a few minutes...
puppet: SSH address: 127.0.0.1:2222
puppet: SSH username: vagrant
puppet: SSH auth method: private key
==> puppet: Machine booted and ready!
[puppet] No installation found.
Loaded plugins: fastestmirror
Determining fastest mirrors
* base: mirror.rackspace.com
* extras: repo.us.bigstepcloud.com
* updates: mirror.es.its.nyu.edu
Package binutils-2.25.1-32.base.el7_4.1.x86_64 already installed and latest version
Package 1:make-3.82-23.el7.x86_64 already installed and latest version
Package bzip2-1.0.6-13.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package gcc.x86_64 0:4.8.5-16.el7 will be installed
--> Processing Dependency: cpp = 4.8.5-16.el7 for package: gcc-4.8.5-16.el7.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-16.el7.x86_64
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-16.el7.x86_64
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-16.el7.x86_64
---> Package kernel-devel.x86_64 0:3.10.0-693.5.2.el7 will be installed
---> Package perl.x86_64 4:5.16.3-292.el7 will be installed
--> Processing Dependency: perl-libs = 4:5.16.3-292.el7 for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl-libs for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Getopt::Long) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-292.el7.x86_64
--> Running transaction check
---> Package cpp.x86_64 0:4.8.5-16.el7 will be installed
---> Package glibc-devel.x86_64 0:2.17-196.el7 will be installed
--> Processing Dependency: glibc-headers = 2.17-196.el7 for package: glibc-devel-2.17-196.el7.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-196.el7.x86_64
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch
--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch
---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed
---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
---> Package perl-libs.x86_64 4:5.16.3-292.el7 will be installed
---> Package perl-macros.x86_64 4:5.16.3-292.el7 will be installed
---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
--> Running transaction check
---> Package glibc-headers.x86_64 0:2.17-196.el7 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-196.el7.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-196.el7.x86_64
---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
---> Package perl-Pod-Escapes.noarch 1:1.04-292.el7 will be installed
---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
--> Running transaction check
---> Package kernel-headers.x86_64 0:3.10.0-693.5.2.el7 will be installed
---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
--> Running transaction check
---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
gcc x86_64 4.8.5-16.el7 base 16 M
kernel-devel x86_64 3.10.0-693.5.2.el7 updates 14 M
perl x86_64 4:5.16.3-292.el7 base 8.0 M
Installing for dependencies:
cpp x86_64 4.8.5-16.el7 base 5.9 M
glibc-devel x86_64 2.17-196.el7 base 1.1 M
glibc-headers x86_64 2.17-196.el7 base 675 k
kernel-headers x86_64 3.10.0-693.5.2.el7 updates 6.0 M
libmpc x86_64 1.0.1-3.el7 base 51 k
mpfr x86_64 3.1.1-4.el7 base 203 k
perl-Carp noarch 1.26-244.el7 base 19 k
perl-Encode x86_64 2.51-7.el7 base 1.5 M
perl-Exporter noarch 5.68-3.el7 base 28 k
perl-File-Path noarch 2.09-2.el7 base 26 k
perl-File-Temp noarch 0.23.01-3.el7 base 56 k
perl-Filter x86_64 1.49-3.el7 base 76 k
perl-Getopt-Long noarch 2.40-2.el7 base 56 k
perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
perl-PathTools x86_64 3.40-5.el7 base 82 k
perl-Pod-Escapes noarch 1:1.04-292.el7 base 51 k
perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
perl-Pod-Usage noarch 1.63-3.el7 base 27 k
perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
perl-Socket x86_64 2.010-4.el7 base 49 k
perl-Storable x86_64 2.45-3.el7 base 77 k
perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
perl-Time-Local noarch 1.2300-2.el7 base 24 k
perl-constant noarch 1.27-2.el7 base 19 k
perl-libs x86_64 4:5.16.3-292.el7 base 688 k
perl-macros x86_64 4:5.16.3-292.el7 base 43 k
perl-parent noarch 1:0.225-244.el7 base 12 k
perl-podlators noarch 2.5.1-3.el7 base 112 k
perl-threads x86_64 1.87-4.el7 base 49 k
perl-threads-shared x86_64 1.43-6.el7 base 39 k
Transaction Summary
================================================================================
Install 3 Packages (+32 Dependent packages)
Total download size: 56 M
Installed size: 131 M
Downloading packages:
Public key for glibc-devel-2.17-196.el7.x86_64.rpm is not installed
warning: /var/cache/yum/x86_64/7/base/packages/glibc-devel-2.17-196.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
Public key for kernel-headers-3.10.0-693.5.2.el7.x86_64.rpm is not installed
--------------------------------------------------------------------------------
Total 295 kB/s | 56 MB 03:13
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
Importing GPG key 0xF4A80EB5:
Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
Package : centos-release-7-4.1708.el7.centos.x86_64 (@anaconda)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : mpfr-3.1.1-4.el7.x86_64 1/35
Installing : libmpc-1.0.1-3.el7.x86_64 2/35
Installing : cpp-4.8.5-16.el7.x86_64 3/35
Installing : 1:perl-parent-0.225-244.el7.noarch 4/35
Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 5/35
Installing : perl-podlators-2.5.1-3.el7.noarch 6/35
Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 7/35
Installing : perl-Text-ParseWords-3.29-4.el7.noarch 8/35
Installing : 1:perl-Pod-Escapes-1.04-292.el7.noarch 9/35
Installing : perl-Encode-2.51-7.el7.x86_64 10/35
Installing : perl-Pod-Usage-1.63-3.el7.noarch 11/35
Installing : 4:perl-macros-5.16.3-292.el7.x86_64 12/35
Installing : 4:perl-libs-5.16.3-292.el7.x86_64 13/35
Installing : perl-threads-1.87-4.el7.x86_64 14/35
Installing : perl-Storable-2.45-3.el7.x86_64 15/35
Installing : perl-Exporter-5.68-3.el7.noarch 16/35
Installing : perl-constant-1.27-2.el7.noarch 17/35
Installing : perl-Time-Local-1.2300-2.el7.noarch 18/35
Installing : perl-Socket-2.010-4.el7.x86_64 19/35
Installing : perl-Carp-1.26-244.el7.noarch 20/35
Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 21/35
Installing : perl-threads-shared-1.43-6.el7.x86_64 22/35
Installing : perl-PathTools-3.40-5.el7.x86_64 23/35
Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 24/35
Installing : perl-File-Temp-0.23.01-3.el7.noarch 25/35
Installing : perl-File-Path-2.09-2.el7.noarch 26/35
Installing : perl-Filter-1.49-3.el7.x86_64 27/35
Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 28/35
Installing : perl-Getopt-Long-2.40-2.el7.noarch 29/35
Installing : 4:perl-5.16.3-292.el7.x86_64 30/35
Installing : kernel-headers-3.10.0-693.5.2.el7.x86_64 31/35
Installing : glibc-headers-2.17-196.el7.x86_64 32/35
Installing : glibc-devel-2.17-196.el7.x86_64 33/35
Installing : gcc-4.8.5-16.el7.x86_64 34/35
Installing : kernel-devel-3.10.0-693.5.2.el7.x86_64 35/35
Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/35
Verifying : perl-threads-shared-1.43-6.el7.x86_64 2/35
Verifying : perl-Storable-2.45-3.el7.x86_64 3/35
Verifying : perl-threads-1.87-4.el7.x86_64 4/35
Verifying : perl-Exporter-5.68-3.el7.noarch 5/35
Verifying : perl-constant-1.27-2.el7.noarch 6/35
Verifying : perl-PathTools-3.40-5.el7.x86_64 7/35
Verifying : 4:perl-macros-5.16.3-292.el7.x86_64 8/35
Verifying : gcc-4.8.5-16.el7.x86_64 9/35
Verifying : 1:perl-parent-0.225-244.el7.noarch 10/35
Verifying : 4:perl-5.16.3-292.el7.x86_64 11/35
Verifying : perl-File-Temp-0.23.01-3.el7.noarch 12/35
Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 13/35
Verifying : perl-Time-Local-1.2300-2.el7.noarch 14/35
Verifying : glibc-headers-2.17-196.el7.x86_64 15/35
Verifying : 4:perl-libs-5.16.3-292.el7.x86_64 16/35
Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 17/35
Verifying : glibc-devel-2.17-196.el7.x86_64 18/35
Verifying : perl-Socket-2.010-4.el7.x86_64 19/35
Verifying : kernel-devel-3.10.0-693.5.2.el7.x86_64 20/35
Verifying : perl-Carp-1.26-244.el7.noarch 21/35
Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 22/35
Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 23/35
Verifying : libmpc-1.0.1-3.el7.x86_64 24/35
Verifying : cpp-4.8.5-16.el7.x86_64 25/35
Verifying : kernel-headers-3.10.0-693.5.2.el7.x86_64 26/35
Verifying : perl-Pod-Usage-1.63-3.el7.noarch 27/35
Verifying : perl-Encode-2.51-7.el7.x86_64 28/35
Verifying : perl-podlators-2.5.1-3.el7.noarch 29/35
Verifying : perl-Getopt-Long-2.40-2.el7.noarch 30/35
Verifying : perl-File-Path-2.09-2.el7.noarch 31/35
Verifying : mpfr-3.1.1-4.el7.x86_64 32/35
Verifying : perl-Filter-1.49-3.el7.x86_64 33/35
Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 34/35
Verifying : 1:perl-Pod-Escapes-1.04-292.el7.noarch 35/35
Installed:
gcc.x86_64 0:4.8.5-16.el7 kernel-devel.x86_64 0:3.10.0-693.5.2.el7
perl.x86_64 4:5.16.3-292.el7
Dependency Installed:
cpp.x86_64 0:4.8.5-16.el7
glibc-devel.x86_64 0:2.17-196.el7
glibc-headers.x86_64 0:2.17-196.el7
kernel-headers.x86_64 0:3.10.0-693.5.2.el7
libmpc.x86_64 0:1.0.1-3.el7
mpfr.x86_64 0:3.1.1-4.el7
perl-Carp.noarch 0:1.26-244.el7
perl-Encode.x86_64 0:2.51-7.el7
perl-Exporter.noarch 0:5.68-3.el7
perl-File-Path.noarch 0:2.09-2.el7
perl-File-Temp.noarch 0:0.23.01-3.el7
perl-Filter.x86_64 0:1.49-3.el7
perl-Getopt-Long.noarch 0:2.40-2.el7
perl-HTTP-Tiny.noarch 0:0.033-3.el7
perl-PathTools.x86_64 0:3.40-5.el7
perl-Pod-Escapes.noarch 1:1.04-292.el7
perl-Pod-Perldoc.noarch 0:3.20-4.el7
perl-Pod-Simple.noarch 1:3.28-4.el7
perl-Pod-Usage.noarch 0:1.63-3.el7
perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
perl-Socket.x86_64 0:2.010-4.el7
perl-Storable.x86_64 0:2.45-3.el7
perl-Text-ParseWords.noarch 0:3.29-4.el7
perl-Time-HiRes.x86_64 4:1.9725-3.el7
perl-Time-Local.noarch 0:1.2300-2.el7
perl-constant.noarch 0:1.27-2.el7
perl-libs.x86_64 4:5.16.3-292.el7
perl-macros.x86_64 4:5.16.3-292.el7
perl-parent.noarch 1:0.225-244.el7
perl-podlators.noarch 0:2.5.1-3.el7
perl-threads.x86_64 0:1.87-4.el7
perl-threads-shared.x86_64 0:1.43-6.el7
Complete!
Copy iso file /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso
Mounting Virtualbox Guest Additions ISO to: /mnt
mount: /dev/loop0 is write-protected, mounting read-only
Installing Virtualbox Guest Additions 5.2.2 - guest version is unknown
Verifying archive integrity... All good.
Uncompressing VirtualBox 5.2.2 Guest Additions for Linux........
VirtualBox Guest Additions installer
Copying additional installer modules ...
Installing additional modules ...
VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules.
VirtualBox Guest Additions: Starting.
Redirecting to /bin/systemctl start vboxadd.service
Redirecting to /bin/systemctl start vboxadd-service.service
Unmounting Virtualbox Guest Additions ISO from: /mnt
==> puppet: Checking for guest additions in VM...
==> puppet: Setting hostname...
==> puppet: Configuring and enabling network interfaces...
puppet: SSH address: 127.0.0.1:2222
puppet: SSH username: vagrant
puppet: SSH auth method: private key
Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ ping oasis
ping: cannot resolve oasis: Unknown host
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ ping oasis.itg.ias.edu
PING oasis.itg.ias.edu (172.16.52.134): 56 data bytes
64 bytes from 172.16.52.134: icmp_seq=0 ttl=122 time=709.967 ms
64 bytes from 172.16.52.134: icmp_seq=1 ttl=122 time=507.356 ms
64 bytes from 172.16.52.134: icmp_seq=2 ttl=122 time=59.493 ms
^C
--- oasis.itg.ias.edu ping statistics ---
4 packets transmitted, 3 packets received, 25.0% packet loss
round-trip min/avg/max/stddev = 59.493/425.605/709.967/271.774 ms
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ ping google.com
PING google.com (172.217.12.206): 56 data bytes
64 bytes from 172.217.12.206: icmp_seq=0 ttl=51 time=497.722 ms
64 bytes from 172.217.12.206: icmp_seq=1 ttl=51 time=50.783 ms
64 bytes from 172.217.12.206: icmp_seq=2 ttl=51 time=68.345 ms
64 bytes from 172.217.12.206: icmp_seq=3 ttl=51 time=847.495 ms
64 bytes from 172.217.12.206: icmp_seq=4 ttl=51 time=149.831 ms
Request timeout for icmp_seq 5
64 bytes from 172.217.12.206: icmp_seq=5 ttl=51 time=1265.753 ms
64 bytes from 172.217.12.206: icmp_seq=6 ttl=51 time=401.920 ms
64 bytes from 172.217.12.206: icmp_seq=7 ttl=51 time=425.952 ms
64 bytes from 172.217.12.206: icmp_seq=8 ttl=51 time=789.726 ms
^C
--- google.com ping statistics ---
9 packets transmitted, 9 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 50.783/499.725/1265.753/382.524 ms
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ ping google.com
PING google.com (172.217.12.206): 56 data bytes
64 bytes from 172.217.12.206: icmp_seq=0 ttl=51 time=493.554 ms
64 bytes from 172.217.12.206: icmp_seq=1 ttl=51 time=152.101 ms
Request timeout for icmp_seq 2
^C
--- google.com ping statistics ---
4 packets transmitted, 2 packets received, 50.0% packet loss
round-trip min/avg/max/stddev = 152.101/322.827/493.554/170.726 ms
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ ping google.com
PING google.com (172.217.12.206): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
64 bytes from 172.217.12.206: icmp_seq=0 ttl=51 time=4159.087 ms
64 bytes from 172.217.12.206: icmp_seq=1 ttl=51 time=3186.819 ms
64 bytes from 172.217.12.206: icmp_seq=2 ttl=51 time=2199.756 ms
64 bytes from 172.217.12.206: icmp_seq=3 ttl=51 time=1233.299 ms
64 bytes from 172.217.12.206: icmp_seq=4 ttl=51 time=263.090 ms
64 bytes from 172.217.12.206: icmp_seq=5 ttl=51 time=31.553 ms
64 bytes from 172.217.12.206: icmp_seq=6 ttl=51 time=30.006 ms
64 bytes from 172.217.12.206: icmp_seq=7 ttl=51 time=29.850 ms
64 bytes from 172.217.12.206: icmp_seq=8 ttl=51 time=30.935 ms
64 bytes from 172.217.12.206: icmp_seq=9 ttl=51 time=28.117 ms
64 bytes from 172.217.12.206: icmp_seq=10 ttl=51 time=26.941 ms
64 bytes from 172.217.12.206: icmp_seq=11 ttl=51 time=577.709 ms
64 bytes from 172.217.12.206: icmp_seq=12 ttl=51 time=28.349 ms
64 bytes from 172.217.12.206: icmp_seq=13 ttl=51 time=30.911 ms
64 bytes from 172.217.12.206: icmp_seq=14 ttl=51 time=27.824 ms
64 bytes from 172.217.12.206: icmp_seq=15 ttl=51 time=28.535 ms
64 bytes from 172.217.12.206: icmp_seq=16 ttl=51 time=29.696 ms
64 bytes from 172.217.12.206: icmp_seq=17 ttl=51 time=29.541 ms
64 bytes from 172.217.12.206: icmp_seq=18 ttl=51 time=38.473 ms
64 bytes from 172.217.12.206: icmp_seq=19 ttl=51 time=28.780 ms
64 bytes from 172.217.12.206: icmp_seq=20 ttl=51 time=29.666 ms
64 bytes from 172.217.12.206: icmp_seq=21 ttl=51 time=29.671 ms
64 bytes from 172.217.12.206: icmp_seq=22 ttl=51 time=33.266 ms
64 bytes from 172.217.12.206: icmp_seq=23 ttl=51 time=30.562 ms
64 bytes from 172.217.12.206: icmp_seq=24 ttl=51 time=29.604 ms
64 bytes from 172.217.12.206: icmp_seq=25 ttl=51 time=29.029 ms
64 bytes from 172.217.12.206: icmp_seq=26 ttl=51 time=36.956 ms
64 bytes from 172.217.12.206: icmp_seq=27 ttl=51 time=26.502 ms
64 bytes from 172.217.12.206: icmp_seq=28 ttl=51 time=28.625 ms
64 bytes from 172.217.12.206: icmp_seq=29 ttl=51 time=29.000 ms
64 bytes from 172.217.12.206: icmp_seq=30 ttl=51 time=27.454 ms
64 bytes from 172.217.12.206: icmp_seq=31 ttl=51 time=29.539 ms
64 bytes from 172.217.12.206: icmp_seq=32 ttl=51 time=30.445 ms
64 bytes from 172.217.12.206: icmp_seq=33 ttl=51 time=28.818 ms
64 bytes from 172.217.12.206: icmp_seq=34 ttl=51 time=30.049 ms
64 bytes from 172.217.12.206: icmp_seq=35 ttl=51 time=29.273 ms
64 bytes from 172.217.12.206: icmp_seq=36 ttl=51 time=28.559 ms
64 bytes from 172.217.12.206: icmp_seq=37 ttl=51 time=29.129 ms
64 bytes from 172.217.12.206: icmp_seq=38 ttl=51 time=29.551 ms
64 bytes from 172.217.12.206: icmp_seq=39 ttl=51 time=28.458 ms
^C
--- google.com ping statistics ---
40 packets transmitted, 40 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 26.502/315.836/4159.087/869.728 ms
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ ping google.com
PING google.com (172.217.10.46): 56 data bytes
64 bytes from 172.217.10.46: icmp_seq=0 ttl=54 time=10.779 ms
64 bytes from 172.217.10.46: icmp_seq=1 ttl=54 time=12.052 ms
64 bytes from 172.217.10.46: icmp_seq=2 ttl=54 time=10.865 ms
^C
--- google.com ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 10.779/11.232/12.052/0.581 ms
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ vagrant up puppet
Bringing machine 'puppet' up with 'virtualbox' provider...
==> puppet: Checking if box 'centos/7' is up to date...
Dans-MacBook-Pro:puppet-env dan$ vagrant status
Current machine states:
puppet running (virtualbox)
puppetagent not created (virtualbox)
This environment represents multiple VMs. The VMs are all listed
above with their current state. For more information about a specific
VM, run `vagrant status NAME`.
Dans-MacBook-Pro:puppet-env dan$ vagrant ssh puppet
^CDans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ vagrant halt
==> puppetagent: VM not created. Moving on...
==> puppet: Attempting graceful shutdown of VM...
puppet: Guest communication could not be established! This is usually because
puppet: SSH is not running, the authentication information was changed,
puppet: or some other networking issue. Vagrant will force halt, if
puppet: capable.
==> puppet: Forcing shutdown of VM...
Dans-MacBook-Pro:puppet-env dan$
[Restored Dec 4, 2017 at 8:07:48 PM]
Last login: Mon Dec 4 20:07:45 on console
Restored session: Sun Dec 3 21:11:01 EST 2017
Dans-MacBook-Pro:puppet-env dan$ cd ..
Dans-MacBook-Pro:~ dan$ l
-bash: l: command not found
Dans-MacBook-Pro:~ dan$ ls
Applications Public
CentOS Vagrant
Desktop VirtualBox VMs
Documents Windows2016
Downloads powershell-6.0.0-beta.3-osx.10.12-x64.pkg
Dropbox powershell-6.0.0-beta.4-osx.10.12-x64.pkg
Dropbox (Old) powershell-6.0.0-beta.5-osx.10.12-x64.pkg
GitHub powershell-6.0.0-beta.8-osx.10.12-x64.pkg
Library powershell-6.0.0-beta.9-osx.10.12-x64.pkg
Movies powershell-6.0.0-rc-osx.10.12-x64.pkg
Music puppet-env
Pictures
Dans-MacBook-Pro:~ dan$ cd CentOS/
Dans-MacBook-Pro:CentOS dan$ ls
Vagrantfile
Dans-MacBook-Pro:CentOS dan$ cat Vagrantfile
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure("2") do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
# https://docs.vagrantup.com.
# Every Vagrant development environment requires a box. You can search for
# boxes at https://vagrantcloud.com/search.
config.vm.box = "centos/7"
# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs
# `vagrant box outdated`. This is not recommended.
# config.vm.box_check_update = false
# Create a forwarded port mapping which allows access to a specific port
# within the machine from a port on the host machine. In the example below,
# accessing "localhost:8080" will access port 80 on the guest machine.
# NOTE: This will enable public access to the opened port
# config.vm.network "forwarded_port", guest: 80, host: 8080
# Create a forwarded port mapping which allows access to a specific port
# within the machine from a port on the host machine and only allow access
# via 127.0.0.1 to disable public access
# config.vm.network "forwarded_port", guest: 80, host: 8080, host_ip: "127.0.0.1"
# Create a private network, which allows host-only access to the machine
# using a specific IP.
# config.vm.network "private_network", ip: "192.168.33.10"
# Create a public network, which generally matched to bridged network.
# Bridged networks make the machine appear as another physical device on
# your network.
# config.vm.network "public_network"
# Share an additional folder to the guest VM. The first argument is
# the path on the host to the actual folder. The second argument is
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
# config.vm.synced_folder "../data", "/vagrant_data"
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
# Example for VirtualBox:
#
# config.vm.provider "virtualbox" do |vb|
# # Display the VirtualBox GUI when booting the machine
# vb.gui = true
#
# # Customize the amount of memory on the VM:
# vb.memory = "1024"
# end
#
# View the documentation for the provider you are using for more
# information on available options.
# Enable provisioning with a shell script. Additional provisioners such as
# Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
# documentation for more information about their specific syntax and use.
# config.vm.provision "shell", inline: <<-SHELL
# apt-get update
# apt-get install -y apache2
# SHELL
end
Dans-MacBook-Pro:CentOS dan$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'centos/7' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
==> default: Machine booted and ready!
[default] No installation found.
Loaded plugins: fastestmirror
Determining fastest mirrors
* base: mirror.rackspace.com
* extras: mirror.vtti.vt.edu
* updates: centos.mbni.med.umich.edu
Package binutils-2.25.1-32.base.el7_4.1.x86_64 already installed and latest version
Package 1:make-3.82-23.el7.x86_64 already installed and latest version
Package bzip2-1.0.6-13.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package gcc.x86_64 0:4.8.5-16.el7 will be installed
--> Processing Dependency: cpp = 4.8.5-16.el7 for package: gcc-4.8.5-16.el7.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-16.el7.x86_64
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-16.el7.x86_64
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-16.el7.x86_64
---> Package kernel-devel.x86_64 0:3.10.0-693.5.2.el7 will be installed
---> Package perl.x86_64 4:5.16.3-292.el7 will be installed
--> Processing Dependency: perl-libs = 4:5.16.3-292.el7 for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl-libs for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Getopt::Long) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-292.el7.x86_64
--> Running transaction check
---> Package cpp.x86_64 0:4.8.5-16.el7 will be installed
---> Package glibc-devel.x86_64 0:2.17-196.el7 will be installed
--> Processing Dependency: glibc-headers = 2.17-196.el7 for package: glibc-devel-2.17-196.el7.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-196.el7.x86_64
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch
--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch
---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed
---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
---> Package perl-libs.x86_64 4:5.16.3-292.el7 will be installed
---> Package perl-macros.x86_64 4:5.16.3-292.el7 will be installed
---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
--> Running transaction check
---> Package glibc-headers.x86_64 0:2.17-196.el7 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-196.el7.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-196.el7.x86_64
---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
---> Package perl-Pod-Escapes.noarch 1:1.04-292.el7 will be installed
---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
--> Running transaction check
---> Package kernel-headers.x86_64 0:3.10.0-693.5.2.el7 will be installed
---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
--> Running transaction check
---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
gcc x86_64 4.8.5-16.el7 base 16 M
kernel-devel x86_64 3.10.0-693.5.2.el7 updates 14 M
perl x86_64 4:5.16.3-292.el7 base 8.0 M
Installing for dependencies:
cpp x86_64 4.8.5-16.el7 base 5.9 M
glibc-devel x86_64 2.17-196.el7 base 1.1 M
glibc-headers x86_64 2.17-196.el7 base 675 k
kernel-headers x86_64 3.10.0-693.5.2.el7 updates 6.0 M
libmpc x86_64 1.0.1-3.el7 base 51 k
mpfr x86_64 3.1.1-4.el7 base 203 k
perl-Carp noarch 1.26-244.el7 base 19 k
perl-Encode x86_64 2.51-7.el7 base 1.5 M
perl-Exporter noarch 5.68-3.el7 base 28 k
perl-File-Path noarch 2.09-2.el7 base 26 k
perl-File-Temp noarch 0.23.01-3.el7 base 56 k
perl-Filter x86_64 1.49-3.el7 base 76 k
perl-Getopt-Long noarch 2.40-2.el7 base 56 k
perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
perl-PathTools x86_64 3.40-5.el7 base 82 k
perl-Pod-Escapes noarch 1:1.04-292.el7 base 51 k
perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
perl-Pod-Usage noarch 1.63-3.el7 base 27 k
perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
perl-Socket x86_64 2.010-4.el7 base 49 k
perl-Storable x86_64 2.45-3.el7 base 77 k
perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
perl-Time-Local noarch 1.2300-2.el7 base 24 k
perl-constant noarch 1.27-2.el7 base 19 k
perl-libs x86_64 4:5.16.3-292.el7 base 688 k
perl-macros x86_64 4:5.16.3-292.el7 base 43 k
perl-parent noarch 1:0.225-244.el7 base 12 k
perl-podlators noarch 2.5.1-3.el7 base 112 k
perl-threads x86_64 1.87-4.el7 base 49 k
perl-threads-shared x86_64 1.43-6.el7 base 39 k
Transaction Summary
================================================================================
Install 3 Packages (+32 Dependent packages)
Total download size: 56 M
Installed size: 131 M
Downloading packages:
--------------------------------------------------------------------------------
Total 1.5 MB/s | 56 MB 00:38
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : mpfr-3.1.1-4.el7.x86_64 1/35
Installing : libmpc-1.0.1-3.el7.x86_64 2/35
Installing : cpp-4.8.5-16.el7.x86_64 3/35
Installing : 1:perl-parent-0.225-244.el7.noarch 4/35
Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 5/35
Installing : perl-podlators-2.5.1-3.el7.noarch 6/35
Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 7/35
Installing : perl-Text-ParseWords-3.29-4.el7.noarch 8/35
Installing : 1:perl-Pod-Escapes-1.04-292.el7.noarch 9/35
Installing : perl-Encode-2.51-7.el7.x86_64 10/35
Installing : perl-Pod-Usage-1.63-3.el7.noarch 11/35
Installing : 4:perl-macros-5.16.3-292.el7.x86_64 12/35
Installing : 4:perl-libs-5.16.3-292.el7.x86_64 13/35
Installing : perl-threads-1.87-4.el7.x86_64 14/35
Installing : perl-Storable-2.45-3.el7.x86_64 15/35
Installing : perl-Exporter-5.68-3.el7.noarch 16/35
Installing : perl-constant-1.27-2.el7.noarch 17/35
Installing : perl-Time-Local-1.2300-2.el7.noarch 18/35
Installing : perl-Socket-2.010-4.el7.x86_64 19/35
Installing : perl-Carp-1.26-244.el7.noarch 20/35
Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 21/35
Installing : perl-threads-shared-1.43-6.el7.x86_64 22/35
Installing : perl-PathTools-3.40-5.el7.x86_64 23/35
Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 24/35
Installing : perl-File-Temp-0.23.01-3.el7.noarch 25/35
Installing : perl-File-Path-2.09-2.el7.noarch 26/35
Installing : perl-Filter-1.49-3.el7.x86_64 27/35
Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 28/35
Installing : perl-Getopt-Long-2.40-2.el7.noarch 29/35
Installing : 4:perl-5.16.3-292.el7.x86_64 30/35
Installing : kernel-headers-3.10.0-693.5.2.el7.x86_64 31/35
Installing : glibc-headers-2.17-196.el7.x86_64 32/35
Installing : glibc-devel-2.17-196.el7.x86_64 33/35
Installing : gcc-4.8.5-16.el7.x86_64 34/35
Installing : kernel-devel-3.10.0-693.5.2.el7.x86_64 35/35
Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/35
Verifying : perl-threads-shared-1.43-6.el7.x86_64 2/35
Verifying : perl-Storable-2.45-3.el7.x86_64 3/35
Verifying : perl-threads-1.87-4.el7.x86_64 4/35
Verifying : perl-Exporter-5.68-3.el7.noarch 5/35
Verifying : perl-constant-1.27-2.el7.noarch 6/35
Verifying : perl-PathTools-3.40-5.el7.x86_64 7/35
Verifying : 4:perl-macros-5.16.3-292.el7.x86_64 8/35
Verifying : gcc-4.8.5-16.el7.x86_64 9/35
Verifying : 1:perl-parent-0.225-244.el7.noarch 10/35
Verifying : 4:perl-5.16.3-292.el7.x86_64 11/35
Verifying : perl-File-Temp-0.23.01-3.el7.noarch 12/35
Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 13/35
Verifying : perl-Time-Local-1.2300-2.el7.noarch 14/35
Verifying : glibc-headers-2.17-196.el7.x86_64 15/35
Verifying : 4:perl-libs-5.16.3-292.el7.x86_64 16/35
Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 17/35
Verifying : glibc-devel-2.17-196.el7.x86_64 18/35
Verifying : perl-Socket-2.010-4.el7.x86_64 19/35
Verifying : kernel-devel-3.10.0-693.5.2.el7.x86_64 20/35
Verifying : perl-Carp-1.26-244.el7.noarch 21/35
Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 22/35
Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 23/35
Verifying : libmpc-1.0.1-3.el7.x86_64 24/35
Verifying : cpp-4.8.5-16.el7.x86_64 25/35
Verifying : kernel-headers-3.10.0-693.5.2.el7.x86_64 26/35
Verifying : perl-Pod-Usage-1.63-3.el7.noarch 27/35
Verifying : perl-Encode-2.51-7.el7.x86_64 28/35
Verifying : perl-podlators-2.5.1-3.el7.noarch 29/35
Verifying : perl-Getopt-Long-2.40-2.el7.noarch 30/35
Verifying : perl-File-Path-2.09-2.el7.noarch 31/35
Verifying : mpfr-3.1.1-4.el7.x86_64 32/35
Verifying : perl-Filter-1.49-3.el7.x86_64 33/35
Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 34/35
Verifying : 1:perl-Pod-Escapes-1.04-292.el7.noarch 35/35
Installed:
gcc.x86_64 0:4.8.5-16.el7 kernel-devel.x86_64 0:3.10.0-693.5.2.el7
perl.x86_64 4:5.16.3-292.el7
Dependency Installed:
cpp.x86_64 0:4.8.5-16.el7
glibc-devel.x86_64 0:2.17-196.el7
glibc-headers.x86_64 0:2.17-196.el7
kernel-headers.x86_64 0:3.10.0-693.5.2.el7
libmpc.x86_64 0:1.0.1-3.el7
mpfr.x86_64 0:3.1.1-4.el7
perl-Carp.noarch 0:1.26-244.el7
perl-Encode.x86_64 0:2.51-7.el7
perl-Exporter.noarch 0:5.68-3.el7
perl-File-Path.noarch 0:2.09-2.el7
perl-File-Temp.noarch 0:0.23.01-3.el7
perl-Filter.x86_64 0:1.49-3.el7
perl-Getopt-Long.noarch 0:2.40-2.el7
perl-HTTP-Tiny.noarch 0:0.033-3.el7
perl-PathTools.x86_64 0:3.40-5.el7
perl-Pod-Escapes.noarch 1:1.04-292.el7
perl-Pod-Perldoc.noarch 0:3.20-4.el7
perl-Pod-Simple.noarch 1:3.28-4.el7
perl-Pod-Usage.noarch 0:1.63-3.el7
perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
perl-Socket.x86_64 0:2.010-4.el7
perl-Storable.x86_64 0:2.45-3.el7
perl-Text-ParseWords.noarch 0:3.29-4.el7
perl-Time-HiRes.x86_64 4:1.9725-3.el7
perl-Time-Local.noarch 0:1.2300-2.el7
perl-constant.noarch 0:1.27-2.el7
perl-libs.x86_64 4:5.16.3-292.el7
perl-macros.x86_64 4:5.16.3-292.el7
perl-parent.noarch 1:0.225-244.el7
perl-podlators.noarch 0:2.5.1-3.el7
perl-threads.x86_64 0:1.87-4.el7
perl-threads-shared.x86_64 0:1.43-6.el7
Complete!
Copy iso file /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso
Mounting Virtualbox Guest Additions ISO to: /mnt
mount: /dev/loop0 is write-protected, mounting read-only
Installing Virtualbox Guest Additions 5.2.2 - guest version is unknown
Verifying archive integrity... All good.
Uncompressing VirtualBox 5.2.2 Guest Additions for Linux........
VirtualBox Guest Additions installer
Copying additional installer modules ...
Installing additional modules ...
VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules.
VirtualBox Guest Additions: Starting.
Redirecting to /bin/systemctl start vboxadd.service
Redirecting to /bin/systemctl start vboxadd-service.service
Unmounting Virtualbox Guest Additions ISO from: /mnt
==> default: Checking for guest additions in VM...
==> default: Rsyncing folder: /Users/dan/CentOS/ => /vagrant
==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> default: flag to force provisioning. Provisioners marked to run always will still run.
Dans-MacBook-Pro:CentOS dan$
Dans-MacBook-Pro:CentOS dan$
Dans-MacBook-Pro:CentOS dan$
Dans-MacBook-Pro:CentOS dan$ vagrant ssh
Last login: Sat Dec 2 20:16:02 2017 from 10.0.2.2
[vagrant@puppet ~]$ exit
logout
Connection to 127.0.0.1 closed.
Dans-MacBook-Pro:CentOS dan$ cd .
Dans-MacBook-Pro:CentOS dan$ cd ..
Dans-MacBook-Pro:~ dan$ cd puppet-env/
Dans-MacBook-Pro:puppet-env dan$ ls
Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant destroy
==> puppetagent: VM not created. Moving on...
puppet: Are you sure you want to destroy the 'puppet' VM? [y/N] y
==> puppet: Destroying VM and associated drives...
Dans-MacBook-Pro:puppet-env dan$ cd ..
Dans-MacBook-Pro:~ dan$ cd CentOS/
Dans-MacBook-Pro:CentOS dan$ vagrant halt
==> default: Attempting graceful shutdown of VM...
Dans-MacBook-Pro:CentOS dan$ cd ..
Dans-MacBook-Pro:~ dan$ cd puppet-env/
Dans-MacBook-Pro:puppet-env dan$ vagrant up puppet
Bringing machine 'puppet' up with 'virtualbox' provider...
==> puppet: Importing base box 'centos/7'...
==> puppet: Matching MAC address for NAT networking...
==> puppet: Checking if box 'centos/7' is up to date...
==> puppet: Setting the name of the VM: puppet-env_puppet_1512436325306_5032
==> puppet: Clearing any previously set network interfaces...
==> puppet: Preparing network interfaces based on configuration...
puppet: Adapter 1: nat
puppet: Adapter 2: hostonly
==> puppet: Forwarding ports...
puppet: 22 (guest) => 2222 (host) (adapter 1)
==> puppet: Booting VM...
==> puppet: Waiting for machine to boot. This may take a few minutes...
puppet: SSH address: 127.0.0.1:2222
puppet: SSH username: vagrant
puppet: SSH auth method: private key
puppet:
puppet: Vagrant insecure key detected. Vagrant will automatically replace
puppet: this with a newly generated keypair for better security.
puppet:
puppet: Inserting generated public key within guest...
puppet: Removing insecure key from the guest if it's present...
puppet: Key inserted! Disconnecting and reconnecting using new SSH key...
==> puppet: Machine booted and ready!
[puppet] No installation found.
Loaded plugins: fastestmirror
Determining fastest mirrors
* base: mirror.rackspace.com
* extras: mirror.vtti.vt.edu
* updates: centos.mbni.med.umich.edu
Package binutils-2.25.1-32.base.el7_4.1.x86_64 already installed and latest version
Package 1:make-3.82-23.el7.x86_64 already installed and latest version
Package bzip2-1.0.6-13.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package gcc.x86_64 0:4.8.5-16.el7 will be installed
--> Processing Dependency: cpp = 4.8.5-16.el7 for package: gcc-4.8.5-16.el7.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-16.el7.x86_64
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-16.el7.x86_64
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-16.el7.x86_64
---> Package kernel-devel.x86_64 0:3.10.0-693.5.2.el7 will be installed
---> Package perl.x86_64 4:5.16.3-292.el7 will be installed
--> Processing Dependency: perl-libs = 4:5.16.3-292.el7 for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl-libs for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Getopt::Long) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-292.el7.x86_64
--> Running transaction check
---> Package cpp.x86_64 0:4.8.5-16.el7 will be installed
---> Package glibc-devel.x86_64 0:2.17-196.el7 will be installed
--> Processing Dependency: glibc-headers = 2.17-196.el7 for package: glibc-devel-2.17-196.el7.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-196.el7.x86_64
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch
--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch
---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed
---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
---> Package perl-libs.x86_64 4:5.16.3-292.el7 will be installed
---> Package perl-macros.x86_64 4:5.16.3-292.el7 will be installed
---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
--> Running transaction check
---> Package glibc-headers.x86_64 0:2.17-196.el7 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-196.el7.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-196.el7.x86_64
---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
---> Package perl-Pod-Escapes.noarch 1:1.04-292.el7 will be installed
---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
--> Running transaction check
---> Package kernel-headers.x86_64 0:3.10.0-693.5.2.el7 will be installed
---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
--> Running transaction check
---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
gcc x86_64 4.8.5-16.el7 base 16 M
kernel-devel x86_64 3.10.0-693.5.2.el7 updates 14 M
perl x86_64 4:5.16.3-292.el7 base 8.0 M
Installing for dependencies:
cpp x86_64 4.8.5-16.el7 base 5.9 M
glibc-devel x86_64 2.17-196.el7 base 1.1 M
glibc-headers x86_64 2.17-196.el7 base 675 k
kernel-headers x86_64 3.10.0-693.5.2.el7 updates 6.0 M
libmpc x86_64 1.0.1-3.el7 base 51 k
mpfr x86_64 3.1.1-4.el7 base 203 k
perl-Carp noarch 1.26-244.el7 base 19 k
perl-Encode x86_64 2.51-7.el7 base 1.5 M
perl-Exporter noarch 5.68-3.el7 base 28 k
perl-File-Path noarch 2.09-2.el7 base 26 k
perl-File-Temp noarch 0.23.01-3.el7 base 56 k
perl-Filter x86_64 1.49-3.el7 base 76 k
perl-Getopt-Long noarch 2.40-2.el7 base 56 k
perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
perl-PathTools x86_64 3.40-5.el7 base 82 k
perl-Pod-Escapes noarch 1:1.04-292.el7 base 51 k
perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
perl-Pod-Usage noarch 1.63-3.el7 base 27 k
perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
perl-Socket x86_64 2.010-4.el7 base 49 k
perl-Storable x86_64 2.45-3.el7 base 77 k
perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
perl-Time-Local noarch 1.2300-2.el7 base 24 k
perl-constant noarch 1.27-2.el7 base 19 k
perl-libs x86_64 4:5.16.3-292.el7 base 688 k
perl-macros x86_64 4:5.16.3-292.el7 base 43 k
perl-parent noarch 1:0.225-244.el7 base 12 k
perl-podlators noarch 2.5.1-3.el7 base 112 k
perl-threads x86_64 1.87-4.el7 base 49 k
perl-threads-shared x86_64 1.43-6.el7 base 39 k
Transaction Summary
================================================================================
Install 3 Packages (+32 Dependent packages)
Total download size: 56 M
Installed size: 131 M
Downloading packages:
http://centos.mbni.med.umich.edu/mirror/7.4.1708/updates/x86_64/repodata/e059ec39d24f3e4823ef2d15d03c24fe23bf7083673dc30e1bb2a0564a0e1c5f-prestodelta.xml.gz: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article
https://access.redhat.com/articles/1320623
If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/
http://mirror.es.its.nyu.edu/centos/7.4.1708/updates/x86_64/repodata/e059ec39d24f3e4823ef2d15d03c24fe23bf7083673dc30e1bb2a0564a0e1c5f-prestodelta.xml.gz: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
Public key for kernel-devel-3.10.0-693.5.2.el7.x86_64.rpm is not installed
warning: /var/cache/yum/x86_64/7/updates/packages/kernel-devel-3.10.0-693.5.2.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
Public key for glibc-headers-2.17-196.el7.x86_64.rpm is not installed
--------------------------------------------------------------------------------
Total 4.8 MB/s | 56 MB 00:11
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
Importing GPG key 0xF4A80EB5:
Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
Package : centos-release-7-4.1708.el7.centos.x86_64 (@anaconda)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : mpfr-3.1.1-4.el7.x86_64 1/35
Installing : libmpc-1.0.1-3.el7.x86_64 2/35
Installing : cpp-4.8.5-16.el7.x86_64 3/35
Installing : 1:perl-parent-0.225-244.el7.noarch 4/35
Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 5/35
Installing : perl-podlators-2.5.1-3.el7.noarch 6/35
Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 7/35
Installing : perl-Text-ParseWords-3.29-4.el7.noarch 8/35
Installing : 1:perl-Pod-Escapes-1.04-292.el7.noarch 9/35
Installing : perl-Encode-2.51-7.el7.x86_64 10/35
Installing : perl-Pod-Usage-1.63-3.el7.noarch 11/35
Installing : 4:perl-macros-5.16.3-292.el7.x86_64 12/35
Installing : 4:perl-libs-5.16.3-292.el7.x86_64 13/35
Installing : perl-threads-1.87-4.el7.x86_64 14/35
Installing : perl-Storable-2.45-3.el7.x86_64 15/35
Installing : perl-Exporter-5.68-3.el7.noarch 16/35
Installing : perl-constant-1.27-2.el7.noarch 17/35
Installing : perl-Time-Local-1.2300-2.el7.noarch 18/35
Installing : perl-Socket-2.010-4.el7.x86_64 19/35
Installing : perl-Carp-1.26-244.el7.noarch 20/35
Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 21/35
Installing : perl-threads-shared-1.43-6.el7.x86_64 22/35
Installing : perl-PathTools-3.40-5.el7.x86_64 23/35
Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 24/35
Installing : perl-File-Temp-0.23.01-3.el7.noarch 25/35
Installing : perl-File-Path-2.09-2.el7.noarch 26/35
Installing : perl-Filter-1.49-3.el7.x86_64 27/35
Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 28/35
Installing : perl-Getopt-Long-2.40-2.el7.noarch 29/35
Installing : 4:perl-5.16.3-292.el7.x86_64 30/35
Installing : kernel-headers-3.10.0-693.5.2.el7.x86_64 31/35
Installing : glibc-headers-2.17-196.el7.x86_64 32/35
Installing : glibc-devel-2.17-196.el7.x86_64 33/35
Installing : gcc-4.8.5-16.el7.x86_64 34/35
Installing : kernel-devel-3.10.0-693.5.2.el7.x86_64 35/35
Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/35
Verifying : perl-threads-shared-1.43-6.el7.x86_64 2/35
Verifying : perl-Storable-2.45-3.el7.x86_64 3/35
Verifying : perl-threads-1.87-4.el7.x86_64 4/35
Verifying : perl-Exporter-5.68-3.el7.noarch 5/35
Verifying : perl-constant-1.27-2.el7.noarch 6/35
Verifying : perl-PathTools-3.40-5.el7.x86_64 7/35
Verifying : 4:perl-macros-5.16.3-292.el7.x86_64 8/35
Verifying : gcc-4.8.5-16.el7.x86_64 9/35
Verifying : 1:perl-parent-0.225-244.el7.noarch 10/35
Verifying : 4:perl-5.16.3-292.el7.x86_64 11/35
Verifying : perl-File-Temp-0.23.01-3.el7.noarch 12/35
Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 13/35
Verifying : perl-Time-Local-1.2300-2.el7.noarch 14/35
Verifying : glibc-headers-2.17-196.el7.x86_64 15/35
Verifying : 4:perl-libs-5.16.3-292.el7.x86_64 16/35
Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 17/35
Verifying : glibc-devel-2.17-196.el7.x86_64 18/35
Verifying : perl-Socket-2.010-4.el7.x86_64 19/35
Verifying : kernel-devel-3.10.0-693.5.2.el7.x86_64 20/35
Verifying : perl-Carp-1.26-244.el7.noarch 21/35
Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 22/35
Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 23/35
Verifying : libmpc-1.0.1-3.el7.x86_64 24/35
Verifying : cpp-4.8.5-16.el7.x86_64 25/35
Verifying : kernel-headers-3.10.0-693.5.2.el7.x86_64 26/35
Verifying : perl-Pod-Usage-1.63-3.el7.noarch 27/35
Verifying : perl-Encode-2.51-7.el7.x86_64 28/35
Verifying : perl-podlators-2.5.1-3.el7.noarch 29/35
Verifying : perl-Getopt-Long-2.40-2.el7.noarch 30/35
Verifying : perl-File-Path-2.09-2.el7.noarch 31/35
Verifying : mpfr-3.1.1-4.el7.x86_64 32/35
Verifying : perl-Filter-1.49-3.el7.x86_64 33/35
Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 34/35
Verifying : 1:perl-Pod-Escapes-1.04-292.el7.noarch 35/35
Installed:
gcc.x86_64 0:4.8.5-16.el7 kernel-devel.x86_64 0:3.10.0-693.5.2.el7
perl.x86_64 4:5.16.3-292.el7
Dependency Installed:
cpp.x86_64 0:4.8.5-16.el7
glibc-devel.x86_64 0:2.17-196.el7
glibc-headers.x86_64 0:2.17-196.el7
kernel-headers.x86_64 0:3.10.0-693.5.2.el7
libmpc.x86_64 0:1.0.1-3.el7
mpfr.x86_64 0:3.1.1-4.el7
perl-Carp.noarch 0:1.26-244.el7
perl-Encode.x86_64 0:2.51-7.el7
perl-Exporter.noarch 0:5.68-3.el7
perl-File-Path.noarch 0:2.09-2.el7
perl-File-Temp.noarch 0:0.23.01-3.el7
perl-Filter.x86_64 0:1.49-3.el7
perl-Getopt-Long.noarch 0:2.40-2.el7
perl-HTTP-Tiny.noarch 0:0.033-3.el7
perl-PathTools.x86_64 0:3.40-5.el7
perl-Pod-Escapes.noarch 1:1.04-292.el7
perl-Pod-Perldoc.noarch 0:3.20-4.el7
perl-Pod-Simple.noarch 1:3.28-4.el7
perl-Pod-Usage.noarch 0:1.63-3.el7
perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
perl-Socket.x86_64 0:2.010-4.el7
perl-Storable.x86_64 0:2.45-3.el7
perl-Text-ParseWords.noarch 0:3.29-4.el7
perl-Time-HiRes.x86_64 4:1.9725-3.el7
perl-Time-Local.noarch 0:1.2300-2.el7
perl-constant.noarch 0:1.27-2.el7
perl-libs.x86_64 4:5.16.3-292.el7
perl-macros.x86_64 4:5.16.3-292.el7
perl-parent.noarch 1:0.225-244.el7
perl-podlators.noarch 0:2.5.1-3.el7
perl-threads.x86_64 0:1.87-4.el7
perl-threads-shared.x86_64 0:1.43-6.el7
Complete!
Copy iso file /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso
Mounting Virtualbox Guest Additions ISO to: /mnt
mount: /dev/loop0 is write-protected, mounting read-only
Installing Virtualbox Guest Additions 5.2.2 - guest version is unknown
Verifying archive integrity... All good.
Uncompressing VirtualBox 5.2.2 Guest Additions for Linux........
VirtualBox Guest Additions installer
Copying additional installer modules ...
Installing additional modules ...
VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules.
VirtualBox Guest Additions: Starting.
Redirecting to /bin/systemctl start vboxadd.service
Redirecting to /bin/systemctl start vboxadd-service.service
Unmounting Virtualbox Guest Additions ISO from: /mnt
==> puppet: Checking for guest additions in VM...
==> puppet: Setting hostname...
==> puppet: Configuring and enabling network interfaces...
puppet: SSH address: 127.0.0.1:2222
puppet: SSH username: vagrant
puppet: SSH auth method: private key
Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ vagrant halt
==> puppetagent: VM not created. Moving on...
==> puppet: Attempting graceful shutdown of VM...
puppet: Guest communication could not be established! This is usually because
puppet: SSH is not running, the authentication information was changed,
puppet: or some other networking issue. Vagrant will force halt, if
puppet: capable.
==> puppet: Forcing shutdown of VM...
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant up
^CExiting due to interrupt.
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ vagrant up puppet
Bringing machine 'puppet' up with 'virtualbox' provider...
==> puppet: Checking if box 'centos/7' is up to date...
==> puppet: Clearing any previously set forwarded ports...
==> puppet: Clearing any previously set network interfaces...
==> puppet: Preparing network interfaces based on configuration...
puppet: Adapter 1: nat
puppet: Adapter 2: hostonly
==> puppet: Forwarding ports...
puppet: 22 (guest) => 2322 (host) (adapter 1)
==> puppet: Booting VM...
==> puppet: Waiting for machine to boot. This may take a few minutes...
puppet: SSH address: 127.0.0.1:2322
puppet: SSH username: vagrant
puppet: SSH auth method: private key
==> puppet: Machine booted and ready!
[puppet] GuestAdditions 5.2.2 running --- OK.
==> puppet: Checking for guest additions in VM...
==> puppet: Setting hostname...
==> puppet: Configuring and enabling network interfaces...
puppet: SSH address: 127.0.0.1:2322
puppet: SSH username: vagrant
puppet: SSH auth method: private key
Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ vagrant status
Current machine states:
puppet running (virtualbox)
puppetagent not created (virtualbox)
This environment represents multiple VMs. The VMs are all listed
above with their current state. For more information about a specific
VM, run `vagrant status NAME`.
Dans-MacBook-Pro:puppet-env dan$ vagrant ssh puppet
^CDans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ vagrant halt
==> puppetagent: VM not created. Moving on...
==> puppet: Attempting graceful shutdown of VM...
puppet: Guest communication could not be established! This is usually because
puppet: SSH is not running, the authentication information was changed,
puppet: or some other networking issue. Vagrant will force halt, if
puppet: capable.
==> puppet: Forcing shutdown of VM...
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ vagrant destroy
==> puppetagent: VM not created. Moving on...
puppet: Are you sure you want to destroy the 'puppet' VM? [y/N] y
==> puppet: Destroying VM and associated drives...
Dans-MacBook-Pro:puppet-env dan$ rmdir .vagrant/
rmdir: .vagrant/: Directory not empty
Dans-MacBook-Pro:puppet-env dan$ rmdir .vagrant/ -r
rmdir: .vagrant/: Directory not empty
rmdir: -r: No such file or directory
Dans-MacBook-Pro:puppet-env dan$ rmdir .vagrant/ -R
rmdir: .vagrant/: Directory not empty
rmdir: -R: No such file or directory
Dans-MacBook-Pro:puppet-env dan$ man rmdir
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ rmdir -help
rmdir: illegal option -- h
usage: rmdir [-p] directory ...
Dans-MacBook-Pro:puppet-env dan$ rmdir -h
rmdir: illegal option -- h
usage: rmdir [-p] directory ...
Dans-MacBook-Pro:puppet-env dan$ rm -r .vagrant/
Dans-MacBook-Pro:puppet-env dan$ dir
-bash: dir: command not found
Dans-MacBook-Pro:puppet-env dan$ ls
Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant up puppet
Bringing machine 'puppet' up with 'virtualbox' provider...
==> puppet: Importing base box 'centos/7'...
==> puppet: Matching MAC address for NAT networking...
==> puppet: Checking if box 'centos/7' is up to date...
==> puppet: Setting the name of the VM: puppet-env_puppet_1512436832786_66895
==> puppet: Clearing any previously set network interfaces...
==> puppet: Preparing network interfaces based on configuration...
puppet: Adapter 1: nat
puppet: Adapter 2: hostonly
==> puppet: Forwarding ports...
puppet: 22 (guest) => 2322 (host) (adapter 1)
==> puppet: Booting VM...
==> puppet: Waiting for machine to boot. This may take a few minutes...
puppet: SSH address: 127.0.0.1:2322
puppet: SSH username: vagrant
puppet: SSH auth method: private key
puppet:
puppet: Vagrant insecure key detected. Vagrant will automatically replace
puppet: this with a newly generated keypair for better security.
puppet:
puppet: Inserting generated public key within guest...
puppet: Removing insecure key from the guest if it's present...
puppet: Key inserted! Disconnecting and reconnecting using new SSH key...
==> puppet: Machine booted and ready!
[puppet] No installation found.
Loaded plugins: fastestmirror
Determining fastest mirrors
* base: ftp.osuosl.org
* extras: repo.us.bigstepcloud.com
* updates: mirror.es.its.nyu.edu
Package binutils-2.25.1-32.base.el7_4.1.x86_64 already installed and latest version
Package 1:make-3.82-23.el7.x86_64 already installed and latest version
Package bzip2-1.0.6-13.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package gcc.x86_64 0:4.8.5-16.el7 will be installed
--> Processing Dependency: cpp = 4.8.5-16.el7 for package: gcc-4.8.5-16.el7.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-16.el7.x86_64
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-16.el7.x86_64
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-16.el7.x86_64
---> Package kernel-devel.x86_64 0:3.10.0-693.5.2.el7 will be installed
---> Package perl.x86_64 4:5.16.3-292.el7 will be installed
--> Processing Dependency: perl-libs = 4:5.16.3-292.el7 for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl-libs for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Getopt::Long) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-292.el7.x86_64
--> Running transaction check
---> Package cpp.x86_64 0:4.8.5-16.el7 will be installed
---> Package glibc-devel.x86_64 0:2.17-196.el7 will be installed
--> Processing Dependency: glibc-headers = 2.17-196.el7 for package: glibc-devel-2.17-196.el7.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-196.el7.x86_64
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch
--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch
---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed
---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
---> Package perl-libs.x86_64 4:5.16.3-292.el7 will be installed
---> Package perl-macros.x86_64 4:5.16.3-292.el7 will be installed
---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
--> Running transaction check
---> Package glibc-headers.x86_64 0:2.17-196.el7 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-196.el7.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-196.el7.x86_64
---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
---> Package perl-Pod-Escapes.noarch 1:1.04-292.el7 will be installed
---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
--> Running transaction check
---> Package kernel-headers.x86_64 0:3.10.0-693.5.2.el7 will be installed
---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
--> Running transaction check
---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
gcc x86_64 4.8.5-16.el7 base 16 M
kernel-devel x86_64 3.10.0-693.5.2.el7 updates 14 M
perl x86_64 4:5.16.3-292.el7 base 8.0 M
Installing for dependencies:
cpp x86_64 4.8.5-16.el7 base 5.9 M
glibc-devel x86_64 2.17-196.el7 base 1.1 M
glibc-headers x86_64 2.17-196.el7 base 675 k
kernel-headers x86_64 3.10.0-693.5.2.el7 updates 6.0 M
libmpc x86_64 1.0.1-3.el7 base 51 k
mpfr x86_64 3.1.1-4.el7 base 203 k
perl-Carp noarch 1.26-244.el7 base 19 k
perl-Encode x86_64 2.51-7.el7 base 1.5 M
perl-Exporter noarch 5.68-3.el7 base 28 k
perl-File-Path noarch 2.09-2.el7 base 26 k
perl-File-Temp noarch 0.23.01-3.el7 base 56 k
perl-Filter x86_64 1.49-3.el7 base 76 k
perl-Getopt-Long noarch 2.40-2.el7 base 56 k
perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
perl-PathTools x86_64 3.40-5.el7 base 82 k
perl-Pod-Escapes noarch 1:1.04-292.el7 base 51 k
perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
perl-Pod-Usage noarch 1.63-3.el7 base 27 k
perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
perl-Socket x86_64 2.010-4.el7 base 49 k
perl-Storable x86_64 2.45-3.el7 base 77 k
perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
perl-Time-Local noarch 1.2300-2.el7 base 24 k
perl-constant noarch 1.27-2.el7 base 19 k
perl-libs x86_64 4:5.16.3-292.el7 base 688 k
perl-macros x86_64 4:5.16.3-292.el7 base 43 k
perl-parent noarch 1:0.225-244.el7 base 12 k
perl-podlators noarch 2.5.1-3.el7 base 112 k
perl-threads x86_64 1.87-4.el7 base 49 k
perl-threads-shared x86_64 1.43-6.el7 base 39 k
Transaction Summary
================================================================================
Install 3 Packages (+32 Dependent packages)
Total download size: 56 M
Installed size: 131 M
Downloading packages:
http://mirror.es.its.nyu.edu/centos/7.4.1708/updates/x86_64/repodata/e059ec39d24f3e4823ef2d15d03c24fe23bf7083673dc30e1bb2a0564a0e1c5f-prestodelta.xml.gz: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article
https://access.redhat.com/articles/1320623
If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/
Public key for glibc-headers-2.17-196.el7.x86_64.rpm is not installed
warning: /var/cache/yum/x86_64/7/base/packages/glibc-headers-2.17-196.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
Public key for kernel-headers-3.10.0-693.5.2.el7.x86_64.rpm is not installed
--------------------------------------------------------------------------------
Total 1.7 MB/s | 56 MB 00:31
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
Importing GPG key 0xF4A80EB5:
Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
Package : centos-release-7-4.1708.el7.centos.x86_64 (@anaconda)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : mpfr-3.1.1-4.el7.x86_64 1/35
Installing : libmpc-1.0.1-3.el7.x86_64 2/35
Installing : cpp-4.8.5-16.el7.x86_64 3/35
Installing : 1:perl-parent-0.225-244.el7.noarch 4/35
Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 5/35
Installing : perl-podlators-2.5.1-3.el7.noarch 6/35
Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 7/35
Installing : perl-Text-ParseWords-3.29-4.el7.noarch 8/35
Installing : 1:perl-Pod-Escapes-1.04-292.el7.noarch 9/35
Installing : perl-Encode-2.51-7.el7.x86_64 10/35
Installing : perl-Pod-Usage-1.63-3.el7.noarch 11/35
Installing : 4:perl-macros-5.16.3-292.el7.x86_64 12/35
Installing : 4:perl-libs-5.16.3-292.el7.x86_64 13/35
Installing : perl-threads-1.87-4.el7.x86_64 14/35
Installing : perl-Storable-2.45-3.el7.x86_64 15/35
Installing : perl-Exporter-5.68-3.el7.noarch 16/35
Installing : perl-constant-1.27-2.el7.noarch 17/35
Installing : perl-Time-Local-1.2300-2.el7.noarch 18/35
Installing : perl-Socket-2.010-4.el7.x86_64 19/35
Installing : perl-Carp-1.26-244.el7.noarch 20/35
Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 21/35
Installing : perl-threads-shared-1.43-6.el7.x86_64 22/35
Installing : perl-PathTools-3.40-5.el7.x86_64 23/35
Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 24/35
Installing : perl-File-Temp-0.23.01-3.el7.noarch 25/35
Installing : perl-File-Path-2.09-2.el7.noarch 26/35
Installing : perl-Filter-1.49-3.el7.x86_64 27/35
Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 28/35
Installing : perl-Getopt-Long-2.40-2.el7.noarch 29/35
Installing : 4:perl-5.16.3-292.el7.x86_64 30/35
Installing : kernel-headers-3.10.0-693.5.2.el7.x86_64 31/35
Installing : glibc-headers-2.17-196.el7.x86_64 32/35
Installing : glibc-devel-2.17-196.el7.x86_64 33/35
Installing : gcc-4.8.5-16.el7.x86_64 34/35
Installing : kernel-devel-3.10.0-693.5.2.el7.x86_64 35/35
Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/35
Verifying : perl-threads-shared-1.43-6.el7.x86_64 2/35
Verifying : perl-Storable-2.45-3.el7.x86_64 3/35
Verifying : perl-threads-1.87-4.el7.x86_64 4/35
Verifying : perl-Exporter-5.68-3.el7.noarch 5/35
Verifying : perl-constant-1.27-2.el7.noarch 6/35
Verifying : perl-PathTools-3.40-5.el7.x86_64 7/35
Verifying : 4:perl-macros-5.16.3-292.el7.x86_64 8/35
Verifying : gcc-4.8.5-16.el7.x86_64 9/35
Verifying : 1:perl-parent-0.225-244.el7.noarch 10/35
Verifying : 4:perl-5.16.3-292.el7.x86_64 11/35
Verifying : perl-File-Temp-0.23.01-3.el7.noarch 12/35
Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 13/35
Verifying : perl-Time-Local-1.2300-2.el7.noarch 14/35
Verifying : glibc-headers-2.17-196.el7.x86_64 15/35
Verifying : 4:perl-libs-5.16.3-292.el7.x86_64 16/35
Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 17/35
Verifying : glibc-devel-2.17-196.el7.x86_64 18/35
Verifying : perl-Socket-2.010-4.el7.x86_64 19/35
Verifying : kernel-devel-3.10.0-693.5.2.el7.x86_64 20/35
Verifying : perl-Carp-1.26-244.el7.noarch 21/35
Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 22/35
Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 23/35
Verifying : libmpc-1.0.1-3.el7.x86_64 24/35
Verifying : cpp-4.8.5-16.el7.x86_64 25/35
Verifying : kernel-headers-3.10.0-693.5.2.el7.x86_64 26/35
Verifying : perl-Pod-Usage-1.63-3.el7.noarch 27/35
Verifying : perl-Encode-2.51-7.el7.x86_64 28/35
Verifying : perl-podlators-2.5.1-3.el7.noarch 29/35
Verifying : perl-Getopt-Long-2.40-2.el7.noarch 30/35
Verifying : perl-File-Path-2.09-2.el7.noarch 31/35
Verifying : mpfr-3.1.1-4.el7.x86_64 32/35
Verifying : perl-Filter-1.49-3.el7.x86_64 33/35
Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 34/35
Verifying : 1:perl-Pod-Escapes-1.04-292.el7.noarch 35/35
Installed:
gcc.x86_64 0:4.8.5-16.el7 kernel-devel.x86_64 0:3.10.0-693.5.2.el7
perl.x86_64 4:5.16.3-292.el7
Dependency Installed:
cpp.x86_64 0:4.8.5-16.el7
glibc-devel.x86_64 0:2.17-196.el7
glibc-headers.x86_64 0:2.17-196.el7
kernel-headers.x86_64 0:3.10.0-693.5.2.el7
libmpc.x86_64 0:1.0.1-3.el7
mpfr.x86_64 0:3.1.1-4.el7
perl-Carp.noarch 0:1.26-244.el7
perl-Encode.x86_64 0:2.51-7.el7
perl-Exporter.noarch 0:5.68-3.el7
perl-File-Path.noarch 0:2.09-2.el7
perl-File-Temp.noarch 0:0.23.01-3.el7
perl-Filter.x86_64 0:1.49-3.el7
perl-Getopt-Long.noarch 0:2.40-2.el7
perl-HTTP-Tiny.noarch 0:0.033-3.el7
perl-PathTools.x86_64 0:3.40-5.el7
perl-Pod-Escapes.noarch 1:1.04-292.el7
perl-Pod-Perldoc.noarch 0:3.20-4.el7
perl-Pod-Simple.noarch 1:3.28-4.el7
perl-Pod-Usage.noarch 0:1.63-3.el7
perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
perl-Socket.x86_64 0:2.010-4.el7
perl-Storable.x86_64 0:2.45-3.el7
perl-Text-ParseWords.noarch 0:3.29-4.el7
perl-Time-HiRes.x86_64 4:1.9725-3.el7
perl-Time-Local.noarch 0:1.2300-2.el7
perl-constant.noarch 0:1.27-2.el7
perl-libs.x86_64 4:5.16.3-292.el7
perl-macros.x86_64 4:5.16.3-292.el7
perl-parent.noarch 1:0.225-244.el7
perl-podlators.noarch 0:2.5.1-3.el7
perl-threads.x86_64 0:1.87-4.el7
perl-threads-shared.x86_64 0:1.43-6.el7
Complete!
Copy iso file /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso
Mounting Virtualbox Guest Additions ISO to: /mnt
mount: /dev/loop0 is write-protected, mounting read-only
Installing Virtualbox Guest Additions 5.2.2 - guest version is unknown
Verifying archive integrity... All good.
Uncompressing VirtualBox 5.2.2 Guest Additions for Linux........
VirtualBox Guest Additions installer
Copying additional installer modules ...
Installing additional modules ...
VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules.
VirtualBox Guest Additions: Starting.
Redirecting to /bin/systemctl start vboxadd.service
Redirecting to /bin/systemctl start vboxadd-service.service
Unmounting Virtualbox Guest Additions ISO from: /mnt
==> puppet: Checking for guest additions in VM...
==> puppet: Setting hostname...
==> puppet: Configuring and enabling network interfaces...
puppet: SSH address: 127.0.0.1:2322
puppet: SSH username: vagrant
puppet: SSH auth method: private key
Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ vagrant -v
Vagrant 2.0.1
Dans-MacBook-Pro:puppet-env dan$ vi Vagrantfile
Dans-MacBook-Pro:puppet-env dan$ vagrant halt
==> puppetagent: VM not created. Moving on...
==> puppet: Attempting graceful shutdown of VM...
puppet: Guest communication could not be established! This is usually because
puppet: SSH is not running, the authentication information was changed,
puppet: or some other networking issue. Vagrant will force halt, if
puppet: capable.
==> puppet: Forcing shutdown of VM...
Dans-MacBook-Pro:puppet-env dan$ vagrant up pu --debug &> vagrant.log
Dans-MacBook-Pro:puppet-env dan$ vagrant destroy
==> puppetagent: VM not created. Moving on...
puppet: Are you sure you want to destroy the 'puppet' VM? [y/N] y
==> puppet: Destroying VM and associated drives...
Dans-MacBook-Pro:puppet-env dan$ vagrant up puppet --debug &> vagrant.log
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ ls
Vagrantfile vagrant.log
Dans-MacBook-Pro:puppet-env dan$ cat vagrant.log
INFO global: Vagrant version: 2.0.1
INFO global: Ruby version: 2.4.2
INFO global: RubyGems version: 2.6.13
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded"
INFO global: VAGRANT_OLD_ENV_SHELL="/bin/bash"
INFO global: VAGRANT_OLD_ENV_PWD="/Users/dan/puppet-env"
INFO global: VAGRANT_OLD_ENV_LANG="en_US.UTF-8"
INFO global: VAGRANT_OLD_ENV_HOME="/Users/dan"
INFO global: VAGRANT_OLD_ENV_OLDPWD="/Users/dan"
INFO global: VAGRANT_OLD_ENV_TERM_PROGRAM_VERSION="400"
INFO global: VAGRANT_OLD_ENV_USER="dan"
INFO global: VAGRANT_OLD_ENV_PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
INFO global: VAGRANT_OLD_ENV__="/usr/local/bin/vagrant"
INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/bin/vagrant"
INFO global: VAGRANT_OLD_ENV_XPC_SERVICE_NAME="0"
INFO global: VAGRANT_OLD_ENV_LOGNAME="dan"
INFO global: VAGRANT_OLD_ENV_TERM="xterm-256color"
INFO global: VAGRANT_OLD_ENV_TERM_SESSION_ID="1021985F-EF99-4BD6-ADA7-0B1BAD51AD41"
INFO global: VAGRANT_OLD_ENV_SECURITYSESSIONID="18713"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_OLD_ENV_TERM_PROGRAM="Apple_Terminal"
INFO global: VAGRANT_OLD_ENV_TMPDIR="/var/folders/_k/cxg63gwj6q7cmlsdzmlwmqfm0000gn/T/"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_OLD_ENV_Apple_PubSub_Socket_Render="/private/tmp/com.apple.launchd.vZzQmsJhs4/Render"
INFO global: VAGRANT_OLD_ENV_SSH_AUTH_SOCK="/private/tmp/com.apple.launchd.Bmuf1lO7b2/Listeners"
INFO global: VAGRANT_OLD_ENV_XPC_FLAGS="0x0"
INFO global: VAGRANT_OLD_ENV_SHLVL="1"
INFO global: VAGRANT_LOG="debug"
INFO global: Plugins:
INFO global: - vagrant-share = [installed: undefined constraint: > 0]
INFO global: - vagrant-vbguest = [installed: 0.15.0 constraint: > 0]
DEBUG bundler: Current generated plugin dependency list: [<Gem::Dependency type=:runtime name="vagrant-share" requirements="> 0">, <Gem::Dependency type=:runtime name="vagrant-vbguest" requirements="> 0">]
DEBUG bundler: Generating new builtin set instance.
DEBUG bundler: Generating new plugin set instance. Skip gems - []
DEBUG bundler: Activating solution set: ["ruby_dep-1.3.1", "erubis-2.7.0", "builder-3.2.3", "gyoku-1.3.1", "nori-2.6.0", "multi_json-1.12.2", "little-plugger-1.1.4", "logging-2.2.2", "rubyntlm-0.6.2", "httpclient-2.8.3", "ffi-1.9.18", "gssapi-1.2.0", "winrm-2.2.3", "rubyzip-1.2.1", "winrm-fs-1.1.0", "winrm-elevated-1.1.0", "wdm-0.1.1", "netrc-0.11.0", "mime-types-data-3.2016.0521", "mime-types-3.1", "unf_ext-0.0.7.4", "unf-0.1.4", "domain_name-0.5.20170404", "http-cookie-1.0.3", "rest-client-2.0.2", "rb-kqueue-0.2.5", "net-ssh-4.1.0", "net-scp-1.2.1", "net-sftp-2.1.2", "log4r-1.1.10", "hashicorp-checkpoint-0.1.4", "rb-inotify-0.9.10", "rb-fsevent-0.10.2", "listen-3.1.5", "i18n-0.8.0", "childprocess-0.6.3", "vagrant-2.0.1", "vagrant-share-1.1.9", "micromachine-2.0.0", "vagrant-vbguest-0.15.0"]
DEBUG bundler: Activating gem vagrant-share-1.1.9
DEBUG bundler: Activating gem micromachine-2.0.0
DEBUG bundler: Activating gem vagrant-vbguest-0.15.0
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.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-2.0.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-2.0.1/plugins/synced_folders/smb/plugin.rb
INFO manager: Registered plugin: SMB synced folders
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/kernel_v2/plugin.rb
INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/pushes/ftp/plugin.rb
INFO manager: Registered plugin: ftp
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/pushes/noop/plugin.rb
INFO manager: Registered plugin: noop
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/pushes/heroku/plugin.rb
INFO manager: Registered plugin: heroku
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/pushes/local-exec/plugin.rb
INFO manager: Registered plugin: local-exec
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/pushes/atlas/plugin.rb
INFO manager: Registered plugin: atlas
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/docker/plugin.rb
INFO manager: Registered plugin: docker-provider
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/hyperv/plugin.rb
INFO manager: Registered plugin: Hyper-V provider
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/plugin.rb
INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/kernel_v1/plugin.rb
INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/provisioners/docker/plugin.rb
INFO manager: Registered plugin: docker
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/provisioners/file/plugin.rb
INFO manager: Registered plugin: file
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/provisioners/shell/plugin.rb
INFO manager: Registered plugin: shell
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/provisioners/chef/plugin.rb
INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/provisioners/ansible/plugin.rb
INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/provisioners/salt/plugin.rb
INFO manager: Registered plugin: salt
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/provisioners/cfengine/plugin.rb
INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/provisioners/puppet/plugin.rb
INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/provision/plugin.rb
INFO manager: Registered plugin: provision command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/destroy/plugin.rb
INFO manager: Registered plugin: destroy command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/init/plugin.rb
INFO manager: Registered plugin: init command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/snapshot/plugin.rb
INFO manager: Registered plugin: snapshot command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/validate/plugin.rb
INFO manager: Registered plugin: validate command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/box/plugin.rb
INFO manager: Registered plugin: box command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/resume/plugin.rb
INFO manager: Registered plugin: resume command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/suspend/plugin.rb
INFO manager: Registered plugin: suspend command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/plugin/plugin.rb
INFO manager: Registered plugin: plugin command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/halt/plugin.rb
INFO manager: Registered plugin: halt command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/provider/plugin.rb
INFO manager: Registered plugin: provider command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/rdp/plugin.rb
INFO manager: Registered plugin: rdp command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/status/plugin.rb
INFO manager: Registered plugin: status command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.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-2.0.1/plugins/commands/reload/plugin.rb
INFO manager: Registered plugin: reload command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/powershell/plugin.rb
INFO manager: Registered plugin: powershell command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/cap/plugin.rb
INFO manager: Registered plugin: cap command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/push/plugin.rb
INFO manager: Registered plugin: push command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.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-2.0.1/plugins/commands/ssh/plugin.rb
INFO manager: Registered plugin: ssh command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/version/plugin.rb
INFO manager: Registered plugin: version command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/up/plugin.rb
INFO manager: Registered plugin: up command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.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-2.0.1/plugins/commands/port/plugin.rb
INFO manager: Registered plugin: port command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/login/plugin.rb
INFO manager: Registered plugin: vagrant-login
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/package/plugin.rb
INFO manager: Registered plugin: package command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/help/plugin.rb
INFO manager: Registered plugin: help command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/slackware/plugin.rb
INFO manager: Registered plugin: Slackware host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/bsd/plugin.rb
INFO manager: Registered plugin: BSD host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/freebsd/plugin.rb
INFO manager: Registered plugin: FreeBSD host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/null/plugin.rb
INFO manager: Registered plugin: null host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/linux/plugin.rb
INFO manager: Registered plugin: Linux host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/arch/plugin.rb
INFO manager: Registered plugin: Arch host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.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-2.0.1/plugins/hosts/windows/plugin.rb
INFO manager: Registered plugin: Windows host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.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-2.0.1/plugins/hosts/gentoo/plugin.rb
INFO manager: Registered plugin: Gentoo host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/suse/plugin.rb
INFO manager: Registered plugin: SUSE host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/alt/plugin.rb
INFO manager: Registered plugin: ALT Platform host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/communicators/winrm/plugin.rb
INFO manager: Registered plugin: winrm communicator
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/communicators/winssh/plugin.rb
INFO manager: Registered plugin: windows ssh communicator
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/communicators/ssh/plugin.rb
INFO manager: Registered plugin: ssh communicator
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/solaris11/plugin.rb
INFO manager: Registered plugin: Solaris 11 guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/dragonflybsd/plugin.rb
INFO manager: Registered plugin: DragonFly BSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/pld/plugin.rb
INFO manager: Registered plugin: PLD Linux guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/amazon/plugin.rb
INFO manager: Registered plugin: Amazon Linux guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/mint/plugin.rb
INFO manager: Registered plugin: Mint guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/debian/plugin.rb
INFO manager: Registered plugin: Debian guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/slackware/plugin.rb
INFO manager: Registered plugin: Slackware guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/esxi/plugin.rb
INFO manager: Registered plugin: ESXi guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/netbsd/plugin.rb
INFO manager: Registered plugin: NetBSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/omnios/plugin.rb
INFO manager: Registered plugin: OmniOS guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/bsd/plugin.rb
INFO manager: Registered plugin: BSD-based guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/fedora/plugin.rb
INFO manager: Registered plugin: Fedora guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/tinycore/plugin.rb
INFO manager: Registered plugin: TinyCore Linux guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/atomic/plugin.rb
INFO manager: Registered plugin: Atomic Host guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/freebsd/plugin.rb
INFO manager: Registered plugin: FreeBSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/trisquel/plugin.rb
INFO manager: Registered plugin: Trisquel guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/smartos/plugin.rb
INFO manager: Registered plugin: SmartOS guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/kali/plugin.rb
INFO manager: Registered plugin: Kali guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/linux/plugin.rb
INFO manager: Registered plugin: Linux guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/arch/plugin.rb
INFO manager: Registered plugin: Arch guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/openbsd/plugin.rb
INFO manager: Registered plugin: OpenBSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/nixos/plugin.rb
INFO manager: Registered plugin: NixOS guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/photon/plugin.rb
INFO manager: Registered plugin: VMware Photon guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/darwin/plugin.rb
INFO manager: Registered plugin: Darwin guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/funtoo/plugin.rb
INFO manager: Registered plugin: Funtoo guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/windows/plugin.rb
INFO manager: Registered plugin: Windows guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.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-2.0.1/plugins/guests/solaris/plugin.rb
INFO manager: Registered plugin: Solaris guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/elementary/plugin.rb
INFO manager: Registered plugin: Elementary guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/gentoo/plugin.rb
INFO manager: Registered plugin: Gentoo guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/suse/plugin.rb
INFO manager: Registered plugin: SUSE guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/coreos/plugin.rb
INFO manager: Registered plugin: CoreOS guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/ubuntu/plugin.rb
INFO manager: Registered plugin: Ubuntu guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/alt/plugin.rb
INFO manager: Registered plugin: ALT Platform guest
INFO global: Loading plugins!
DEBUG global: Loading plugin `vagrant-share` with default require: `vagrant-share`
INFO manager: Registered plugin: vagrant-share
DEBUG global: Successfully loaded plugin `vagrant-share`.
DEBUG global: Loading plugin `vagrant-vbguest` with default require: `vagrant-vbguest`
INFO manager: Registered plugin: vagrant-vbguest
DEBUG global: Successfully loaded plugin `vagrant-vbguest`.
INFO vagrant: `vagrant` invoked: ["up", "puppet", "--debug"]
DEBUG vagrant: Creating Vagrant environment
INFO environment: Environment initialized (#<Vagrant::Environment:0x00000001029cd468>)
INFO environment: - cwd: /Users/dan/puppet-env
INFO environment: Home path: /Users/dan/.vagrant.d
DEBUG environment: Effective local data path: /Users/dan/puppet-env/.vagrant
INFO environment: Local data path: /Users/dan/puppet-env/.vagrant
DEBUG environment: Creating: /Users/dan/puppet-env/.vagrant
INFO environment: Running hook: environment_plugins_loaded
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: environment_plugins_loaded #<Vagrant::Action::Builder:0x000000010083db40>
INFO environment: Running hook: environment_load
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: environment_load #<Vagrant::Action::Builder:0x00000001012ddb40>
INFO cli: CLI: [] "up" ["puppet"]
DEBUG cli: Invoking command class: VagrantPlugins::CommandUp::Command ["puppet"]
DEBUG command: 'Up' each target VM...
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command: -- names: ["puppet"]
DEBUG command: -- options: {:provider=>nil}
DEBUG command: Finding machine that match name: puppet
INFO loader: Set :root = ["#<Pathname:/Users/dan/puppet-env/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:/Users/dan/puppet-env/Vagrantfile>
DEBUG loader: Load procs for pathname: /Users/dan/puppet-env/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
INFO loader: Set "2157460900_machine_puppet" = ["[\"2\", #<Proc:0x000000010083c290@/Users/dan/puppet-env/Vagrantfile:7>]"]
DEBUG loader: Populating proc cache for ["2", #<Proc:0x000000010083c290@/Users/dan/puppet-env/Vagrantfile:7>]
INFO loader: Loading configuration in order: [:home, :root, "2157460900_machine_puppet"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 2157460900_machine_puppet (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.2.2r119230
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 5.2.2
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_2
INFO base: VBoxManage path: VBoxManage
DEBUG environment: Initial usable provider list: [[6, :virtualbox]]
DEBUG environment: Priority sorted usable provider list: [:virtualbox]
DEBUG environment: Preferred provider list: []
DEBUG environment: Using provider `virtualbox` as it is the highest priority in the usable list.
INFO environment: Getting machine: puppet (virtualbox)
INFO environment: Uncached load of machine.
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 5.2.2
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_2
INFO base: VBoxManage path: VBoxManage
INFO loader: Set "2157460900_machine_puppet" = ["[\"2\", #<Proc:0x000000010083c290@/Users/dan/puppet-env/Vagrantfile:7>]"]
INFO loader: Loading configuration in order: [:home, :root, "2157460900_machine_puppet"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 2157460900_machine_puppet (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO box_collection: Box found: centos/7 (virtualbox)
INFO environment: Running hook: authenticate_box_url
INFO host: Autodetecting host type for [#<Vagrant::Environment: /Users/dan/puppet-env>]
DEBUG host: Trying: slackware
DEBUG host: Trying: freebsd
DEBUG host: Trying: arch
DEBUG host: Trying: darwin
INFO host: Detected: darwin!
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 3 hooks defined.
INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x0000000100837330>
INFO warden: Calling IN action: #<VagrantPlugins::LoginCommand::AddAuthentication:0x00000001024da8e8>
DEBUG client: No authentication token in environment or /Users/dan/.vagrant.d/data/vagrant_login_token
INFO warden: Calling OUT action: #<VagrantPlugins::LoginCommand::AddAuthentication:0x00000001024da8e8>
INFO loader: Set :"2157526700_centos/7_virtualbox" = ["#<Pathname:/Users/dan/.vagrant.d/boxes/centos-VAGRANTSLASH-7/1710.01/virtualbox/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:/Users/dan/.vagrant.d/boxes/centos-VAGRANTSLASH-7/1710.01/virtualbox/Vagrantfile>
DEBUG loader: Load procs for pathname: /Users/dan/.vagrant.d/boxes/centos-VAGRANTSLASH-7/1710.01/virtualbox/Vagrantfile
INFO loader: Loading configuration in order: [:"2157526700_centos/7_virtualbox", :home, :root, "2157460900_machine_puppet"]
DEBUG loader: Loading from: 2157526700_centos/7_virtualbox (evaluating)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 2157460900_machine_puppet (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO machine: Initializing machine: puppet
INFO machine: - Provider: VagrantPlugins::ProviderVirtualBox::Provider
INFO machine: - Box: #<Vagrant::Box:0x0000000102549388>
INFO machine: - Data dir: /Users/dan/puppet-env/.vagrant/machines/puppet/virtualbox
DEBUG virtualbox: Instantiating the driver for machine ID: nil
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 5.2.2
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_2
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.2.2
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_2
INFO base: VBoxManage path: VBoxManage
INFO interface: Machine: metadata ["provider", :virtualbox, {:target=>:puppet}]
INFO command: With machine: puppet (#<VagrantPlugins::ProviderVirtualBox::Provider:0x0000000102a27418 @logger=#<Log4r::Logger:0x0000000102a272b0 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x00000001020bd9b8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000000010205c500 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010205c3c0>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x0000000102044040 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000001020bd2b0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @machine=#<Vagrant::Machine: puppet (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x0000000102f4d960 @logger=#<Log4r::Logger:0x000000010142cf78 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x0000000102a272b0 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x00000001020bd9b8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000000010205c500 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010205c3c0>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x0000000102044040 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000001020bd2b0 @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_2:0x000000010145fce8 @logger=#<Log4r::Logger:0x00000001014d4b38 @fullname="vagrant::provider::virtualbox_5_2", @outputters=[], @additive=true, @name="virtualbox_5_2", @path="vagrant::provider", @parent=#<Log4r::Logger:0x00000001020bd9b8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000000010205c500 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010205c3c0>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x0000000102044040 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000001020bd2b0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil>, @version="5.2.2">, @cap_logger=#<Log4r::Logger:0x0000000101215b68 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<Log4r::Logger:0x00000001020bd9b8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000000010205c500 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010205c3c0>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x0000000102044040 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000001020bd2b0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x0000000101217490>:0x0000000102f45030>]], @cap_args=[#<Vagrant::Machine: puppet (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x0000000101216e78 @items={:public_address=>#<Proc:0x0000000102005b38@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x0000000102005610@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/docker/plugin.rb:65>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x0000000101216b80 @items={:public_address=>#<Proc:0x000000010126e830@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/hyperv/plugin.rb:25>, :snapshot_list=>#<Proc:0x000000010126e768@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/hyperv/plugin.rb:30>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x00000001012167e8 @items={:forwarded_ports=>#<Proc:0x00000001020234a8@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x00000001020233e0@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x0000000102023368@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/plugin.rb:37>, :snapshot_list=>#<Proc:0x0000000102023340@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/plugin.rb:42>}, @results_cache={}>}>)
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command: -- names: ["puppet"]
DEBUG command: -- options: {:provider=>nil}
DEBUG command: Finding machine that match name: puppet
INFO loader: Set "2157460900_machine_puppet" = ["[\"2\", #<Proc:0x000000010083c290@/Users/dan/puppet-env/Vagrantfile:7>]"]
INFO loader: Loading configuration in order: [:home, :root, "2157460900_machine_puppet"]
ERROR loader: Unknown config sources: [:"2157526700_centos/7_virtualbox"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 2157460900_machine_puppet (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.2.2
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_2
INFO base: VBoxManage path: VBoxManage
DEBUG environment: Initial usable provider list: [[6, :virtualbox]]
DEBUG environment: Priority sorted usable provider list: [:virtualbox]
DEBUG environment: Preferred provider list: []
DEBUG environment: Using provider `virtualbox` as it is the highest priority in the usable list.
INFO environment: Getting machine: puppet (virtualbox)
INFO environment: Returning cached machine: puppet (virtualbox)
INFO command: With machine: puppet (#<VagrantPlugins::ProviderVirtualBox::Provider:0x0000000102a27418 @logger=#<Log4r::Logger:0x0000000102a272b0 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x00000001020bd9b8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000000010205c500 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010205c3c0>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x0000000102044040 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000001020bd2b0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @machine=#<Vagrant::Machine: puppet (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x0000000102f4d960 @logger=#<Log4r::Logger:0x000000010142cf78 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x0000000102a272b0 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x00000001020bd9b8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000000010205c500 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010205c3c0>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x0000000102044040 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000001020bd2b0 @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_2:0x000000010145fce8 @logger=#<Log4r::Logger:0x00000001014d4b38 @fullname="vagrant::provider::virtualbox_5_2", @outputters=[], @additive=true, @name="virtualbox_5_2", @path="vagrant::provider", @parent=#<Log4r::Logger:0x00000001020bd9b8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000000010205c500 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010205c3c0>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x0000000102044040 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000001020bd2b0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil>, @version="5.2.2">, @cap_logger=#<Log4r::Logger:0x0000000101215b68 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<Log4r::Logger:0x00000001020bd9b8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000000010205c500 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010205c3c0>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x0000000102044040 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000001020bd2b0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x0000000101217490>:0x0000000102f45030>]], @cap_args=[#<Vagrant::Machine: puppet (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x0000000101216e78 @items={:public_address=>#<Proc:0x0000000102005b38@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x0000000102005610@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/docker/plugin.rb:65>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x0000000101216b80 @items={:public_address=>#<Proc:0x000000010126e830@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/hyperv/plugin.rb:25>, :snapshot_list=>#<Proc:0x000000010126e768@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/hyperv/plugin.rb:30>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x00000001012167e8 @items={:forwarded_ports=>#<Proc:0x00000001020234a8@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x00000001020233e0@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x0000000102023368@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/plugin.rb:37>, :snapshot_list=>#<Proc:0x0000000102023340@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/plugin.rb:42>}, @results_cache={}>}>)
INFO interface: info: Bringing machine 'puppet' up with 'virtualbox' provider...
Bringing machine 'puppet' 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:0x0000000102e866f8> up {:destroy_on_error=>true, :install_provider=>false, :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-7cfd662576c16d35f31d6b67b2623c60
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-7cfd662576c16d35f31d6b67b2623c60
INFO interface: Machine: action ["up", "start", {:target=>:puppet}]
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x0000000100963420>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x0000000100938658>
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 5.2.2
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_2
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: 10.0.2.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:00
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-vboxnet0
Name: vboxnet1
GUID: 786f6276-656e-4174-8000-0a0027000001
DHCP: Disabled
IPAddress: 10.0.0.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:01
MediumType: Ethernet
Wireless: No
Status: Down
VBoxNetworkName: HostInterfaceNetworking-vboxnet1
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:0x0000000100938630>
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x0000000102d07778>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x0000000102d04aa0>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x0000000102d04aa0>
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000102cc4478>
INFO warden: Calling IN action: #<Proc:0x0000000102c5d688@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:94 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::HandleBox:0x0000000102cc4400>
INFO handle_box: Machine already has box. HandleBox will not run.
INFO warden: Calling IN action: #<Proc:0x0000000102c947f0@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:94 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x00000001009385e0>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x00000001009385b8>
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00000001025207d0>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x00000001025199a8>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x00000001025199a8>
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x00000001024b1da8>
INFO warden: Calling IN action: #<Proc:0x0000000102441490@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:94 (lambda)>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x00000001024b1d30>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x00000001024b1d08>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::PrepareClone:0x00000001024b1ce0>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareCloneSnapshot:0x00000001008ce348>
INFO prepare_clone: no clone master, not preparing clone snapshot
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Import:0x0000000102482198>
INFO interface: info: Importing base box 'centos/7'...
INFO interface: info: ==> puppet: Importing base box 'centos/7'...
==> puppet: Importing base box 'centos/7'...
DEBUG virtualbox_5_2: Doing dry-run import to determine parallel-safe name...
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "import", "-n", "/Users/dan/.vagrant.d/boxes/centos-VAGRANTSLASH-7/1710.01/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/dan/.vagrant.d/boxes/centos-VAGRANTSLASH-7/1710.01/virtualbox/box.ovf...
DEBUG subprocess: stderr: OK.
DEBUG subprocess: stdout: Disks:
vmdisk1 42949672960 -1 http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized centos-7-1-1.x86_64.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 "centos-7-1-1.x86_64"
(change with "--vsys 0 --vmname <name>")
2: Number of CPUs: 1
(change with "--vsys 0 --cpus <n>")
3: Guest memory: 512 MB
(change with "--vsys 0 --memory <MB>")
4: Network adapter: orig NAT, config 3, extra 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=centos-7-1-1.x86_64.vmdk, target path=/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64/centos-7-1-1.x86_64.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_2: -- Parallel safe name: centos-7-1-1.x86_64_1512437318639_90011
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "import", "/Users/dan/.vagrant.d/boxes/centos-VAGRANTSLASH-7/1710.01/virtualbox/box.ovf", "--vsys", "0", "--vmname", "centos-7-1-1.x86_64_1512437318639_90011", "--vsys", "0", "--unit", "7", "--disk", "/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64.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%...
DEBUG subprocess: stderr: 100%
DEBUG subprocess: stderr: Interpreting /Users/dan/.vagrant.d/boxes/centos-VAGRANTSLASH-7/1710.01/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%...40%...
INFO interface: info: Progress: 40%
Progress: 40%DEBUG subprocess: stderr: 50%...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 42949672960 -1 http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized centos-7-1-1.x86_64.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: "centos-7-1-1.x86_64_1512437318639_90011"
2: Number of CPUs: 1
(change with "--vsys 0 --cpus <n>")
3: Guest memory: 512 MB
(change with "--vsys 0 --memory <MB>")
4: Network adapter: orig NAT, config 3, extra 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=centos-7-1-1.x86_64.vmdk, target path=/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64.vmdk, controller=5;channel=0
Successfully imported the appliance.
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31996
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: "Windows2016_default_1499521496216_99609" {69d4b2bf-8f6d-4e4f-af0e-be5869b9b8d9}
"Win10_default_1503753470269_20631" {23e23bf8-048f-4258-822e-2b3f652c448e}
"Server2012R2_default_1503755414167_35008" {50a87300-e459-4481-94c7-f7e3e6237c90}
"CentOS_default_1510403650470_73680" {16766943-e4ae-4962-a27b-91dff32ded0c}
"CentOS7_default_1512254032294_36346" {7159d9d4-9a2d-4972-b6a1-4f6680c03ec2}
"centos-7-1-1.x86_64_1512437318639_90011" {5215ae10-0760-4ec1-9eb8-62f8a97593d9}
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO machine: New machine ID: "5215ae10-0760-4ec1-9eb8-62f8a97593d9"
DEBUG virtualbox: Instantiating the driver for machine ID: "5215ae10-0760-4ec1-9eb8-62f8a97593d9"
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 5.2.2
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_2
INFO base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9"]
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-1-1.x86_64_1512437318639_90011
Groups: /
Guest OS: Red Hat (64-bit)
UUID: 5215ae10-0760-4ec1-9eb8-62f8a97593d9
Config file: /Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64_1512437318639_90011.vbox
Snapshot folder: /Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/Snapshots
Log folder: /Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/Logs
Hardware UUID: 5215ae10-0760-4ec1-9eb8-62f8a97593d9
Memory size: 512MB
Page Fusion: off
VRAM size: 16MB
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): Floppy
Boot Device (2): DVD
Boot Device (3): HardDisk
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-12-05T01:28:38.670000000)
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
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 (0, 0): /Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64.vmdk (UUID: 435e7451-2a79-48f5-8be9-6f6eb115a7d5)
NIC 1: MAC: 08002743C285, 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: enabled (Driver: CoreAudio, Controller: AC97, Codec: STAC9700)
Audio playback: disabled
Audio capture: disabled
Clipboard Mode: disabled
Drag and drop Mode: disabled
VRDE: disabled
USB: disabled
EHCI: disabled
XHCI: disabled
USB Device Filters:
<none>
Bandwidth groups: <none>
Shared folders: <none>
Capturing: not active
Capture screens: 0
Capture file: /Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64_1512437318639_90011.webm
Capture dimensions: 1024x768
Capture rate: 512 kbps
Capture FPS: 25
Capture options:
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:0x0000000102482170>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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-1-1.x86_64_1512437318639_90011"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64_1512437318639_90011.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:38.670000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="08002743C285"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64_1512437318639_90011.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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:0x0000000102482148>
INFO interface: info: Matching MAC address for NAT networking...
INFO interface: info: ==> puppet: Matching MAC address for NAT networking...
==> puppet: Matching MAC address for NAT networking...
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--macaddress1", "525400cae48b"]
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:0x00000001024820d0@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:94 (lambda)>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x0000000100938568>
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 5.2.2
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_2
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: 10.0.2.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:00
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-vboxnet0
Name: vboxnet1
GUID: 786f6276-656e-4174-8000-0a0027000001
DHCP: Disabled
IPAddress: 10.0.0.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:01
MediumType: Ethernet
Wireless: No
Status: Down
VBoxNetworkName: HostInterfaceNetworking-vboxnet1
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:0x0000000100938540>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::BoxCheckOutdated:0x0000000100938518>
INFO interface: output: Checking if box 'centos/7' is up to date...
INFO interface: output: ==> puppet: Checking if box 'centos/7' is up to date...
==> puppet: Checking if box 'centos/7' is up to date...
INFO downloader: Downloader starting download:
INFO downloader: -- Source: https://vagrantcloud.com/centos/7
INFO downloader: -- Destination: /var/folders/_k/cxg63gwj6q7cmlsdzmlwmqfm0000gn/T/vagrant-load-metadata20171204-3831-w5491y
INFO subprocess: Starting process: ["/opt/vagrant/embedded/bin/curl", "-q", "--fail", "--location", "--max-redirs", "10", "--user-agent", "Vagrant/2.0.1 (+https://www.vagrantup.com; ruby2.4.2)", "-H", "Accept: application/json", "--output", "/var/folders/_k/cxg63gwj6q7cmlsdzmlwmqfm0000gn/T/vagrant-load-metadata20171204-3831-w5491y", "https://vagrantcloud.com/centos/7"]
INFO subprocess: Command in the installer. Specifying DYLD_LIBRARY_PATH...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr: % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0
100 105 100 105 0 0 31 0 0:00:03 0:00:03 --:--:-- 1060
0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0
100 31914 0 31914 0 0 8831 0 --:--:-- 0:00:03 --:--:-- 1355k
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31996
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x00000001008f4480>
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x0000000100983ec8>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::IsRunning:0x00000001009811f0>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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-1-1.x86_64_1512437318639_90011"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64_1512437318639_90011.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:38.670000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64_1512437318639_90011.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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:0x00000001009811f0>
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000102eb59f8>
INFO warden: Calling IN action: #<Proc:0x00000001009494f8@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:94 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000000102eb5980>
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00000001009191e0>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::IsSaved:0x0000000102eae090>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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-1-1.x86_64_1512437318639_90011"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64_1512437318639_90011.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:38.670000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64_1512437318639_90011.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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:0x0000000102eae090>
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000102e1f840>
INFO warden: Calling IN action: #<Proc:0x0000000102ddfce0@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:94 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000000102e1f7c8>
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x0000000102d7dfe0>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::IsPaused:0x0000000102d771e0>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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-1-1.x86_64_1512437318639_90011"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64_1512437318639_90011.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:38.670000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64_1512437318639_90011.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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:0x0000000102d771e0>
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000102508e78>
INFO warden: Calling IN action: #<Proc:0x0000000102b40368@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:94 (lambda)>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x0000000102508e00>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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-1-1.x86_64_1512437318639_90011"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64_1512437318639_90011.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:38.670000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/centos-7-1-1.x86_64_1512437318639_90011/centos-7-1-1.x86_64_1512437318639_90011.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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:0x0000000102508dd8>
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_2
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/dan/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:
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: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::SetName:0x0000000102508db0>
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: "Windows2016_default_1499521496216_99609" {69d4b2bf-8f6d-4e4f-af0e-be5869b9b8d9}
"Win10_default_1503753470269_20631" {23e23bf8-048f-4258-822e-2b3f652c448e}
"Server2012R2_default_1503755414167_35008" {50a87300-e459-4481-94c7-f7e3e6237c90}
"CentOS_default_1510403650470_73680" {16766943-e4ae-4962-a27b-91dff32ded0c}
"CentOS7_default_1512254032294_36346" {7159d9d4-9a2d-4972-b6a1-4f6680c03ec2}
"centos-7-1-1.x86_64_1512437318639_90011" {5215ae10-0760-4ec1-9eb8-62f8a97593d9}
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: puppet-env_puppet_1512437326490_72721
INFO interface: info: ==> puppet: Setting the name of the VM: puppet-env_puppet_1512437326490_72721
==> puppet: Setting the name of the VM: puppet-env_puppet_1512437326490_72721
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--name", "puppet-env_puppet_1512437326490_72721"]
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:0x00000001024d2940>
DEBUG virtualbox_5_2: read_forward_ports: uuid=5215ae10-0760-4ec1-9eb8-62f8a97593d9 active_only=false
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:38.670000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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::Provision:0x00000001024d2878>
INFO provision: Checking provisioner sentinel file...
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x0000000107807098>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareForwardedPortCollisionParams:0x0000000107807070>
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: "Windows2016_default_1499521496216_99609" {69d4b2bf-8f6d-4e4f-af0e-be5869b9b8d9}
"Win10_default_1503753470269_20631" {23e23bf8-048f-4258-822e-2b3f652c448e}
"Server2012R2_default_1503755414167_35008" {50a87300-e459-4481-94c7-f7e3e6237c90}
"CentOS_default_1510403650470_73680" {16766943-e4ae-4962-a27b-91dff32ded0c}
"CentOS7_default_1512254032294_36346" {7159d9d4-9a2d-4972-b6a1-4f6680c03ec2}
"puppet-env_puppet_1512437326490_72721" {5215ae10-0760-4ec1-9eb8-62f8a97593d9}
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_5_2: read_forward_ports: uuid=69d4b2bf-8f6d-4e4f-af0e-be5869b9b8d9 active_only=true
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "69d4b2bf-8f6d-4e4f-af0e-be5869b9b8d9", "--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="Windows2016_default_1499521496216_99609"
groups="/"
ostype="Windows 2012 (64-bit)"
UUID="69d4b2bf-8f6d-4e4f-af0e-be5869b9b8d9"
CfgFile="/Users/dan/VirtualBox VMs/Windows2016_default_1499521496216_99609/Windows2016_default_1499521496216_99609.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/Windows2016_default_1499521496216_99609/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/Windows2016_default_1499521496216_99609/Logs"
hardwareuuid="69d4b2bf-8f6d-4e4f-af0e-be5869b9b8d9"
memory=1024
pagefusion="off"
vram=48
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
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="hyperv"
VMState="saved"
VMStateChangeTime="2017-07-13T19:43:09.000000000"
VMStateFile="/Users/dan/VirtualBox VMs/Windows2016_default_1499521496216_99609/Snapshots/2017-07-13T19-43-06-284778000Z.sav"
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/dan/VirtualBox VMs/Windows2016_default_1499521496216_99609/packer-virtualbox-iso-1490478395-disk1.vmdk"
"IDE Controller-ImageUUID-0-0"="7f6409b0-05fe-4a41-9860-c60838b02c5a"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="none"
"IDE Controller-1-1"="none"
natnet1="nat"
macaddress1="0800275BC419"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="rdp,tcp,,3389,,3389"
Forwarding(1)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(2)="winrm,tcp,127.0.0.1,55985,,5985"
Forwarding(3)="winrm-ssl,tcp,127.0.0.1,55986,,5986"
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="coreaudio"
audio_in="true"
audio_out="true"
clipboard="disabled"
draganddrop="disabled"
vrde="on"
vrdeport=-1
vrdeports="5907"
vrdeaddress="127.0.0.1"
vrdeauthtype="null"
vrdemulticon="off"
vrdereusecon="off"
vrdevideochannel="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/Users/dan/Windows2016"
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/Windows2016_default_1499521496216_99609/Windows2016_default_1499521496216_99609.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_5_2: read_forward_ports: uuid=23e23bf8-048f-4258-822e-2b3f652c448e active_only=true
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "23e23bf8-048f-4258-822e-2b3f652c448e", "--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="Win10_default_1503753470269_20631"
groups="/"
ostype="Windows 10 (64-bit)"
UUID="23e23bf8-048f-4258-822e-2b3f652c448e"
CfgFile="/Users/dan/VirtualBox VMs/Win10_default_1503753470269_20631/Win10_default_1503753470269_20631.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/Win10_default_1503753470269_20631/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/Win10_default_1503753470269_20631/Logs"
hardwareuuid="23e23bf8-048f-4258-822e-2b3f652c448e"
memory=8192
pagefusion="off"
vram=128
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
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="hyperv"
VMState="poweroff"
VMStateChangeTime="2017-10-04T13:22:39.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="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"SATA-0-0"="/Users/dan/VirtualBox VMs/Win10_default_1503753470269_20631/box-disk001.vmdk"
"SATA-ImageUUID-0-0"="113f7dab-d6a2-402c-bdee-43ef406d29de"
"SATA-1-0"="emptydrive"
"SATA-IsEjected"="off"
natnet1="nat"
macaddress1="08002776EF2B"
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,2200,,22"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="usbtablet"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="coreaudio"
audio_in="true"
audio_out="true"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="on"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/Users/dan/Vagrant/Win10"
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/Win10_default_1503753470269_20631/Win10_default_1503753470269_20631.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_5_2: read_forward_ports: uuid=50a87300-e459-4481-94c7-f7e3e6237c90 active_only=true
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "50a87300-e459-4481-94c7-f7e3e6237c90", "--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="Server2012R2_default_1503755414167_35008"
groups="/"
ostype="Windows 2012 (64-bit)"
UUID="50a87300-e459-4481-94c7-f7e3e6237c90"
CfgFile="/Users/dan/VirtualBox VMs/Server2012R2_default_1503755414167_35008/Server2012R2_default_1503755414167_35008.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/Server2012R2_default_1503755414167_35008/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/Server2012R2_default_1503755414167_35008/Logs"
hardwareuuid="50a87300-e459-4481-94c7-f7e3e6237c90"
memory=2048
pagefusion="off"
vram=56
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="legacy"
effparavirtprovider="none"
VMState="poweroff"
VMStateChangeTime="2017-10-04T13:16:30.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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE-0-0"="none"
"IDE-0-1"="none"
"IDE-1-0"="emptydrive"
"IDE-IsEjected"="off"
"IDE-1-1"="none"
"SATA-0-0"="/Users/dan/VirtualBox VMs/Server2012R2_default_1503755414167_35008/box-disk1.vmdk"
"SATA-ImageUUID-0-0"="8eb881f7-a2ce-4624-93e6-12474c49bc39"
natnet1="nat"
macaddress1="0800278138FA"
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="usbtablet"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_in="true"
audio_out="true"
clipboard="hosttoguest"
draganddrop="disabled"
vrde="off"
usb="on"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/Users/dan/Vagrant/Server2012R2"
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/Server2012R2_default_1503755414167_35008/Server2012R2_default_1503755414167_35008.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_5_2: read_forward_ports: uuid=16766943-e4ae-4962-a27b-91dff32ded0c active_only=true
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "16766943-e4ae-4962-a27b-91dff32ded0c", "--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_default_1510403650470_73680"
groups="/"
ostype="Red Hat (64-bit)"
UUID="16766943-e4ae-4962-a27b-91dff32ded0c"
CfgFile="/Users/dan/VirtualBox VMs/CentOS_default_1510403650470_73680/CentOS_default_1510403650470_73680.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/CentOS_default_1510403650470_73680/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/CentOS_default_1510403650470_73680/Logs"
hardwareuuid="16766943-e4ae-4962-a27b-91dff32ded0c"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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="poweroff"
VMStateChangeTime="2017-12-05T01:11:48.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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/CentOS_default_1510403650470_73680/Snapshots/{86181566-ff47-49d9-b94a-6b3f58519270}.vmdk"
"IDE-ImageUUID-0-0"="86181566-ff47-49d9-b94a-6b3f58519270"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/CentOS_default_1510403650470_73680/CentOS_default_1510403650470_73680.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=ac_enabled=false
GuestMemoryBalloon=0
SnapshotName="beforepuppet"
SnapshotUUID="ef6f034e-9759-47d7-b47f-e4edaddc24f9"
CurrentSnapshotName="beforepuppet"
CurrentSnapshotUUID="ef6f034e-9759-47d7-b47f-e4edaddc24f9"
CurrentSnapshotNode="SnapshotName"
SnapshotName-1="afterprereqs"
SnapshotUUID-1="a476a61f-3566-4a58-9325-065946bd37e8"
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_5_2: read_forward_ports: uuid=7159d9d4-9a2d-4972-b6a1-4f6680c03ec2 active_only=true
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7159d9d4-9a2d-4972-b6a1-4f6680c03ec2", "--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="CentOS7_default_1512254032294_36346"
groups="/"
ostype="Red Hat (64-bit)"
UUID="7159d9d4-9a2d-4972-b6a1-4f6680c03ec2"
CfgFile="/Users/dan/VirtualBox VMs/CentOS7_default_1512254032294_36346/CentOS7_default_1512254032294_36346.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/CentOS7_default_1512254032294_36346/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/CentOS7_default_1512254032294_36346/Logs"
hardwareuuid="7159d9d4-9a2d-4972-b6a1-4f6680c03ec2"
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="poweroff"
VMStateChangeTime="2017-12-03T01:48:42.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"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="none"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="none"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/dan/VirtualBox VMs/CentOS7_default_1512254032294_36346/centos-7.2-x86_64-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="5a9df1f0-d7ab-48d7-97d5-334aa32ab555"
natnet1="nat"
macaddress1="0800275AE9E7"
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,2200,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002796EA24"
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="coreaudio"
audio_in="true"
audio_out="true"
clipboard="disabled"
draganddrop="disabled"
vrde="on"
vrdeport=-1
vrdeports="5923"
vrdeaddress="127.0.0.1"
vrdeauthtype="null"
vrdemulticon="off"
vrdereusecon="off"
vrdevideochannel="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/Users/dan/Vagrant/CentOS7"
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/CentOS7_default_1512254032294_36346/CentOS7_default_1512254032294_36346.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=ac_enabled=false
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_5_2: read_forward_ports: uuid=5215ae10-0760-4ec1-9eb8-62f8a97593d9 active_only=false
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:38.670000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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:0x0000000107807048>
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:0x00000001008b5f28>
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: "Windows2016_default_1499521496216_99609" {69d4b2bf-8f6d-4e4f-af0e-be5869b9b8d9}
"Win10_default_1503753470269_20631" {23e23bf8-048f-4258-822e-2b3f652c448e}
"Server2012R2_default_1503755414167_35008" {50a87300-e459-4481-94c7-f7e3e6237c90}
"CentOS_default_1510403650470_73680" {16766943-e4ae-4962-a27b-91dff32ded0c}
"CentOS7_default_1512254032294_36346" {7159d9d4-9a2d-4972-b6a1-4f6680c03ec2}
"puppet-env_puppet_1512437326490_72721" {5215ae10-0760-4ec1-9eb8-62f8a97593d9}
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action: #<VagrantPlugins::SyncedFolderNFS::ActionCleanup:0x0000000102463568>
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: ["69d4b2bf-8f6d-4e4f-af0e-be5869b9b8d9", "23e23bf8-048f-4258-822e-2b3f652c448e", "50a87300-e459-4481-94c7-f7e3e6237c90", "16766943-e4ae-4962-a27b-91dff32ded0c", "7159d9d4-9a2d-4972-b6a1-4f6680c03ec2", "5215ae10-0760-4ec1-9eb8-62f8a97593d9"]
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/dan/puppet-env>, #<Vagrant::UI::Prefixed:0x000000010091b9e0 @logger=#<Log4r::Logger:0x000000010091b990 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x00000001020bd9b8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000000010205c500 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010205c3c0>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x0000000102044040 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000001020bd2b0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @prefix=:puppet, @ui=#<Vagrant::UI::Basic:0x00000001029cd210 @logger=#<Log4r::Logger:0x00000001029cd1c0 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x00000001020bd9b8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000000010205c500 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010205c3c0>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x0000000102044040 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000001020bd2b0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={:color=>:default}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @lock=#<Thread::Mutex:0x00000001029ed718>>>, ["69d4b2bf-8f6d-4e4f-af0e-be5869b9b8d9", "23e23bf8-048f-4258-822e-2b3f652c448e", "50a87300-e459-4481-94c7-f7e3e6237c90", "16766943-e4ae-4962-a27b-91dff32ded0c", "7159d9d4-9a2d-4972-b6a1-4f6680c03ec2", "5215ae10-0760-4ec1-9eb8-62f8a97593d9"]] (darwin)
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolderCleanup:0x0000000102423fa8>
INFO synced_folder_cleanup: Invoking synced folder cleanup for: rsync
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolders:0x00000001023e9790>
INFO synced_folders: SyncedFolders loading from cache: false
INFO synced_folders: Synced Folder Implementation: rsync
INFO synced_folders: - /vagrant: . => /vagrant
INFO synced_folders: Invoking synced folder prepare for: rsync
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareNFSSettings:0x00000001023ab738>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::ClearNetworkInterfaces:0x0000000102371268>
INFO interface: info: Clearing any previously set network interfaces...
INFO interface: info: ==> puppet: Clearing any previously set network interfaces...
==> puppet: Clearing any previously set network interfaces...
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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:0x0000000102371240>
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-f40f24374592
DHCP: Disabled
IPAddress: 192.168.0.16
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: f4:0f:24:37:45:92
MediumType: Ethernet
Wireless: Yes
Status: Up
VBoxNetworkName: HostInterfaceNetworking-en0
Name: p2p0
GUID: 30703270-0000-4000-8000-060f24374592
DHCP: Disabled
IPAddress: 0.0.0.0
NetworkMask: 0.0.0.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 06:0f:24:37:45:92
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-p2p0
Name: awdl0
GUID: 6c647761-0030-4000-8000-fa0d9e85a1b3
DHCP: Disabled
IPAddress: 0.0.0.0
NetworkMask: 0.0.0.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: fa:0d:9e:85:a1:b3
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-awdl0
Name: en1: Thunderbolt 2
GUID: 00316e65-0000-4000-8000-4a0000215900
DHCP: Disabled
IPAddress: 0.0.0.0
NetworkMask: 0.0.0.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 4a:00:00:21:59:00
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-en1
Name: en3: Thunderbolt 1
GUID: 00336e65-0000-4000-8000-4a0000215901
DHCP: Disabled
IPAddress: 0.0.0.0
NetworkMask: 0.0.0.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 4a:00:00:21:59:01
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-en3
Name: en4: Thunderbolt 3
GUID: 00346e65-0000-4000-8000-4a0000215905
DHCP: Disabled
IPAddress: 0.0.0.0
NetworkMask: 0.0.0.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 4a:00:00:21:59:05
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-en4
Name: en2: Thunderbolt 4
GUID: 00326e65-0000-4000-8000-4a0000215904
DHCP: Disabled
IPAddress: 0.0.0.0
NetworkMask: 0.0.0.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 4a:00:00:21:59:04
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-en2
Name: bridge0
GUID: 64697262-6567-4030-8000-4a0000215900
DHCP: Disabled
IPAddress: 0.0.0.0
NetworkMask: 0.0.0.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 4a:00:00:21:59:00
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-bridge0
Name: ham0
GUID: 306d6168-0000-4000-8000-7a791900ad96
DHCP: Disabled
IPAddress: 25.0.173.150
NetworkMask: 255.0.0.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 7a:79:19:00:ad:96
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-ham0
Name: en5: USB Ethernet(?)
GUID: 00356e65-0000-4000-8000-acde48001122
DHCP: Disabled
IPAddress: 0.0.0.0
NetworkMask: 0.0.0.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: ac:de:48:00:11:22
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-en5
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG network: Normalized configuration: {:adapter_ip=>"10.0.2.1", :auto_config=>true, :ip=>"10.0.2.15", :mac=>nil, :name=>nil, :netmask=>"255.255.255.0", :nic_type=>nil, :type=>:static, :adapter=>2}
INFO network: Searching for matching hostonly network: 10.0.2.15
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: 10.0.2.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:00
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-vboxnet0
Name: vboxnet1
GUID: 786f6276-656e-4174-8000-0a0027000001
DHCP: Disabled
IPAddress: 10.0.0.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:01
MediumType: Ethernet
Wireless: No
Status: Down
VBoxNetworkName: HostInterfaceNetworking-vboxnet1
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
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: ==> puppet: Preparing network interfaces based on configuration...
==> puppet: Preparing network interfaces based on configuration...
INFO interface: detail: Adapter 1: nat
INFO interface: detail: puppet: Adapter 1: nat
puppet: Adapter 1: nat
INFO interface: detail: Adapter 2: hostonly
INFO interface: detail: puppet: Adapter 2: hostonly
puppet: Adapter 2: hostonly
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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:0x00000001021bfc58>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::ForwardPorts:0x0000000102c37118>
INFO interface: output: Forwarding ports...
INFO interface: output: ==> puppet: Forwarding ports...
==> puppet: Forwarding ports...
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:38.670000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO interface: detail: 22 (guest) => 2322 (host) (adapter 1)
INFO interface: detail: puppet: 22 (guest) => 2322 (host) (adapter 1)
puppet: 22 (guest) => 2322 (host) (adapter 1)
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--natpf1", "ssh,tcp,,2322,,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:0x0000000102c370f0>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::SaneDefaults:0x0000000102c37050>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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:0x0000000102bf6960>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Boot:0x0000000102bf68e8>
INFO interface: info: Booting VM...
INFO interface: info: ==> puppet: Booting VM...
==> puppet: Booting VM...
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "startvm", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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 "5215ae10-0760-4ec1-9eb8-62f8a97593d9" to power on...
VM "5215ae10-0760-4ec1-9eb8-62f8a97593d9" 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:0x0000000102bf68c0>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::WaitForCommunicator:0x0000000102bf6870>
INFO interface: output: Waiting for machine to boot. This may take a few minutes...
INFO interface: output: ==> puppet: Waiting for machine to boot. This may take a few minutes...
==> puppet: Waiting for machine to boot. This may take a few minutes... INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--machinereadable"]
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not in installer, restoring original environment...
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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="640,480,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="RedHat_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: stdout: name="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="640,480,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="RedHat_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_5_2: Searching for SSH port: 22
DEBUG virtualbox_5_2: read_forward_ports: uuid=5215ae10-0760-4ec1-9eb8-62f8a97593d9 active_only=false
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="640,480,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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_2: - [1, "ssh", 2322, 22, ""]
DEBUG ssh: Checking key permissions: /Users/dan/.vagrant.d/insecure_private_key
INFO interface: detail: SSH address: 127.0.0.1:2322
INFO interface: detail: puppet: SSH address: 127.0.0.1:2322
puppet: SSH address: 127.0.0.1:2322
INFO interface: detail: SSH username: vagrant
INFO interface: detail: puppet: SSH username: vagrant
puppet: SSH username: vagrant
INFO interface: detail: SSH auth method: private key
INFO interface: detail: puppet: SSH auth method: private key
puppet: SSH auth method: private key
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="640,480,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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_2: Searching for SSH port: 22
DEBUG virtualbox_5_2: read_forward_ports: uuid=5215ae10-0760-4ec1-9eb8-62f8a97593d9 active_only=false
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="640,480,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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_2: - [1, "ssh", 2322, 22, ""]
DEBUG ssh: Checking key permissions: /Users/dan/.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: 2322
INFO ssh: - Username: vagrant
INFO ssh: - Password? false
INFO ssh: - Key Path: ["/Users/dan/.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=>2322, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :encryption=>["aes128-cbc", "3des-cbc", "blowfish-cbc", "cast128-cbc", "aes192-cbc", "aes256-cbc", "rijndael-cbc@lysator.liu.se", "idea-cbc", "arcfour128", "arcfour256", "arcfour", "aes128-ctr", "aes192-ctr", "aes256-ctr", "cast128-ctr", "blowfish-ctr", "3des-ctr", "none"], :logger=>#<Logger:0x0000000102eac3f8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000000102eac3a8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000000102eac358 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x0000000102eac448>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x0000000102eac290>>>, :keys=>["/Users/dan/.vagrant.d/insecure_private_key"]}
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="640,480,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="640,480,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="RedHat_64"
GuestAdditionsRunLevel=0
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-12-04T20:28:48.334048 #3831] DEBUG -- net.ssh.transport.session[8175322c]: establishing connection to 127.0.0.1:2322
D, [2017-12-04T20:28:48.334464 #3831] DEBUG -- net.ssh.transport.session[8175322c]: connection established
I, [2017-12-04T20:28:48.334521 #3831] INFO -- net.ssh.transport.server_version[81752a5c]: negotiating protocol version
D, [2017-12-04T20:28:48.334537 #3831] DEBUG -- net.ssh.transport.server_version[81752a5c]: local is `SSH-2.0-Ruby/Net::SSH_4.1.0 x86_64-darwin13'
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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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_2: Searching for SSH port: 22
DEBUG virtualbox_5_2: read_forward_ports: uuid=5215ae10-0760-4ec1-9eb8-62f8a97593d9 active_only=false
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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_2: - [1, "ssh", 2322, 22, ""]
DEBUG ssh: Checking key permissions: /Users/dan/.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: 2322
INFO ssh: - Username: vagrant
INFO ssh: - Password? false
INFO ssh: - Key Path: ["/Users/dan/.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=>2322, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :encryption=>["aes128-cbc", "3des-cbc", "blowfish-cbc", "cast128-cbc", "aes192-cbc", "aes256-cbc", "rijndael-cbc@lysator.liu.se", "idea-cbc", "arcfour128", "arcfour256", "arcfour", "aes128-ctr", "aes192-ctr", "aes256-ctr", "cast128-ctr", "blowfish-ctr", "3des-ctr", "none"], :logger=>#<Logger:0x00000001013ae3f8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00000001013ae330 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00000001013ae2e0 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x00000001013ae498>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00000001013ae290>>>, :keys=>["/Users/dan/.vagrant.d/insecure_private_key"]}
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2017-12-04T20:29:03.494049 #3831] DEBUG -- net.ssh.transport.session[809d3d54]: establishing connection to 127.0.0.1:2322
D, [2017-12-04T20:29:03.494344 #3831] DEBUG -- net.ssh.transport.session[809d3d54]: connection established
I, [2017-12-04T20:29:03.494393 #3831] INFO -- net.ssh.transport.server_version[809d2f94]: negotiating protocol version
D, [2017-12-04T20:29:03.494409 #3831] DEBUG -- net.ssh.transport.server_version[809d2f94]: local is `SSH-2.0-Ruby/Net::SSH_4.1.0 x86_64-darwin13'
D, [2017-12-04T20:29:03.508759 #3831] DEBUG -- net.ssh.transport.server_version[809d2f94]: remote is `SSH-2.0-OpenSSH_7.4'
I, [2017-12-04T20:29:03.509062 #3831] INFO -- net.ssh.transport.algorithms[809cfe20]: sending KEXINIT
D, [2017-12-04T20:29:03.509216 #3831] DEBUG -- socket[809d38cc]: queueing packet nr 0 type 20 len 1156
D, [2017-12-04T20:29:03.509275 #3831] DEBUG -- socket[809d38cc]: sent 1160 bytes
D, [2017-12-04T20:29:03.520204 #3831] DEBUG -- socket[809d38cc]: read 1280 bytes
D, [2017-12-04T20:29:03.520310 #3831] DEBUG -- socket[809d38cc]: received packet nr 0 type 20 len 1276
I, [2017-12-04T20:29:03.520344 #3831] INFO -- net.ssh.transport.algorithms[809cfe20]: got KEXINIT from server
I, [2017-12-04T20:29:03.520455 #3831] INFO -- net.ssh.transport.algorithms[809cfe20]: negotiating algorithms
D, [2017-12-04T20:29:03.520738 #3831] DEBUG -- net.ssh.transport.algorithms[809cfe20]: 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-12-04T20:29:03.520776 #3831] DEBUG -- net.ssh.transport.algorithms[809cfe20]: exchanging keys
D, [2017-12-04T20:29:03.521017 #3831] DEBUG -- socket[809d38cc]: queueing packet nr 1 type 34 len 20
D, [2017-12-04T20:29:03.521071 #3831] DEBUG -- socket[809d38cc]: sent 24 bytes
D, [2017-12-04T20:29:03.529452 #3831] DEBUG -- socket[809d38cc]: read 152 bytes
D, [2017-12-04T20:29:03.529556 #3831] DEBUG -- socket[809d38cc]: received packet nr 1 type 31 len 148
D, [2017-12-04T20:29:03.531520 #3831] DEBUG -- socket[809d38cc]: queueing packet nr 2 type 32 len 140
D, [2017-12-04T20:29:03.531569 #3831] DEBUG -- socket[809d38cc]: sent 144 bytes
D, [2017-12-04T20:29:03.533203 #3831] DEBUG -- socket[809d38cc]: read 720 bytes
D, [2017-12-04T20:29:03.533296 #3831] DEBUG -- socket[809d38cc]: received packet nr 2 type 33 len 700
D, [2017-12-04T20:29:03.534171 #3831] DEBUG -- socket[809d38cc]: queueing packet nr 3 type 21 len 20
D, [2017-12-04T20:29:03.534211 #3831] DEBUG -- socket[809d38cc]: sent 24 bytes
D, [2017-12-04T20:29:03.534268 #3831] DEBUG -- socket[809d38cc]: received packet nr 3 type 21 len 12
D, [2017-12-04T20:29:03.535965 #3831] DEBUG -- net.ssh.authentication.session[817cf584]: beginning authentication of `vagrant'
D, [2017-12-04T20:29:03.536040 #3831] DEBUG -- socket[809d38cc]: queueing packet nr 4 type 5 len 28
D, [2017-12-04T20:29:03.536074 #3831] DEBUG -- socket[809d38cc]: sent 52 bytes
D, [2017-12-04T20:29:03.536493 #3831] DEBUG -- socket[809d38cc]: read 52 bytes
D, [2017-12-04T20:29:03.536549 #3831] DEBUG -- socket[809d38cc]: received packet nr 4 type 6 len 28
D, [2017-12-04T20:29:03.536607 #3831] DEBUG -- net.ssh.authentication.session[817cf584]: trying none
D, [2017-12-04T20:29:03.536709 #3831] DEBUG -- socket[809d38cc]: queueing packet nr 5 type 50 len 44
D, [2017-12-04T20:29:03.536742 #3831] DEBUG -- socket[809d38cc]: sent 68 bytes
D, [2017-12-04T20:29:03.537766 #3831] DEBUG -- socket[809d38cc]: read 84 bytes
D, [2017-12-04T20:29:03.537839 #3831] DEBUG -- socket[809d38cc]: received packet nr 5 type 51 len 60
D, [2017-12-04T20:29:03.537885 #3831] DEBUG -- net.ssh.authentication.session[817cf584]: allowed methods: publickey,gssapi-keyex,gssapi-with-mic
D, [2017-12-04T20:29:03.537921 #3831] DEBUG -- net.ssh.authentication.methods.none[817ce314]: none failed
D, [2017-12-04T20:29:03.537949 #3831] DEBUG -- net.ssh.authentication.session[817cf584]: trying publickey
D, [2017-12-04T20:29:03.538203 #3831] DEBUG -- net.ssh.authentication.agent[817caef8]: connecting to ssh-agent
D, [2017-12-04T20:29:03.538277 #3831] DEBUG -- net.ssh.authentication.agent[817caef8]: sending agent request 1 len 47
D, [2017-12-04T20:29:03.538373 #3831] DEBUG -- net.ssh.authentication.agent[817caef8]: received agent packet 5 len 1
D, [2017-12-04T20:29:03.538416 #3831] DEBUG -- net.ssh.authentication.agent[817caef8]: sending agent request 11 len 0
D, [2017-12-04T20:29:03.538475 #3831] DEBUG -- net.ssh.authentication.agent[817caef8]: received agent packet 12 len 5
D, [2017-12-04T20:29:03.538615 #3831] DEBUG -- net.ssh.authentication.methods.publickey[817cb1f0]: trying publickey (dd:3b:b8:2e:85:04:06:e9:ab:ff:a8:0a:c0:04:6e:d6)
D, [2017-12-04T20:29:03.538700 #3831] DEBUG -- socket[809d38cc]: queueing packet nr 6 type 50 len 348
D, [2017-12-04T20:29:03.538740 #3831] DEBUG -- socket[809d38cc]: sent 372 bytes
D, [2017-12-04T20:29:03.549596 #3831] DEBUG -- socket[809d38cc]: read 324 bytes
D, [2017-12-04T20:29:03.549709 #3831] DEBUG -- socket[809d38cc]: received packet nr 6 type 60 len 300
D, [2017-12-04T20:29:03.551248 #3831] DEBUG -- socket[809d38cc]: queueing packet nr 7 type 50 len 620
D, [2017-12-04T20:29:03.551288 #3831] DEBUG -- socket[809d38cc]: sent 644 bytes
D, [2017-12-04T20:29:03.560245 #3831] DEBUG -- socket[809d38cc]: read 36 bytes
D, [2017-12-04T20:29:03.560342 #3831] DEBUG -- socket[809d38cc]: received packet nr 7 type 52 len 12
D, [2017-12-04T20:29:03.560386 #3831] DEBUG -- net.ssh.authentication.methods.publickey[817cb1f0]: 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!
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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_2: Searching for SSH port: 22
DEBUG virtualbox_5_2: read_forward_ports: uuid=5215ae10-0760-4ec1-9eb8-62f8a97593d9 active_only=false
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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_2: - [1, "ssh", 2322, 22, ""]
DEBUG ssh: Checking key permissions: /Users/dan/.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: puppet:
puppet: Vagrant insecure key detected. Vagrant will automatically replace
puppet: this with a newly generated keypair for better security.
puppet:
puppet: Vagrant insecure key detected. Vagrant will automatically replace
puppet: 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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
INFO guest: Autodetecting host type for [#<Vagrant::Machine: puppet (VagrantPlugins::ProviderVirtualBox::Provider)>]
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: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: atomic
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: grep 'ostree=' /proc/cmdline (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: elementary
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: if test -r /etc/os-release; then
source /etc/os-release && test 'xelementary' = "x$ID" && exit
fi
if test -x /usr/bin/lsb_release; then
/usr/bin/lsb_release -i 2>/dev/null | grep -qi 'elementary' && exit
fi
if test -r /etc/issue; then
cat /etc/issue | grep -qi 'elementary' && exit
fi
exit 1
(sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: pld
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /etc/pld-release (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: cat: /etc/pld-release: No such file or directory
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)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: fedora
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: grep 'Fedora release' /etc/redhat-release (sudo=false)
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not in installer, restoring original environment...
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: kali
DEBUG subprocess: Selecting on IO
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: if test -r /etc/os-release; then
source /etc/os-release && test 'xkali' = "x$ID" && exit
fi
if test -x /usr/bin/lsb_release; then
/usr/bin/lsb_release -i 2>/dev/null | grep -qi 'kali' && exit
fi
if test -r /etc/issue; then
cat /etc/issue | grep -qi 'kali' && exit
fi
exit 1
(sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
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 subprocess: stdout: name="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="RedHat_64"
GuestAdditionsRunLevel=0
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG ssh: stderr: grep: /etc/gentoo-release: No such file or directory
DEBUG ssh: Exit status: 2
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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: alt
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /etc/altlinux-release (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: cat: /etc/altlinux-release: No such file or directory
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: solaris11
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: uname -sr | grep 'SunOS 5.11' (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: slackware
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /etc/slackware-version (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: cat: /etc/slackware-version: No such file or directory
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: netbsd
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: uname -s | grep NetBSD (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
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: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: cat: /etc/release: No such file or directory
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: tinycore
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: if test -r /etc/os-release; then
source /etc/os-release && test 'xCore Linux' = "x$ID" && exit
fi
if test -x /usr/bin/lsb_release; then
/usr/bin/lsb_release -i 2>/dev/null | grep -qi 'Core Linux' && exit
fi
if test -r /etc/issue; then
cat /etc/issue | grep -qi 'Core Linux' && exit
fi
exit 1
(sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
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: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: cat: /etc/arch-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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
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: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: cat: /etc/photon-release: No such file or directory
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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFC22VhOdCINdxwGwyE0HUM6K9emDZ2KjNLgHItG8acBaPkKrfo3GmfxwiOkQp1lFbx0e7UmOoOhXpeN1nVRHlYeMoOB1l9YEQr1BY6hUkhYY2BhrcVFKplzpcJTydV5orRj3X1iIahVqwm2ki78rGmLxsA7x3XBZf5BBxm4v0SqkLxw8vs09OuzAOro4HFEpkubADl9a5zuvXyHBf6u1mkhGDwO0h5C4BrZ7LjAOV4MxhY/ww/DTV6LsRb9Ot8xCsGBLnxiGViZvnhfziDJMcEe/WS7mDaeEhYzyZpoWKIvdUQYN4ui7QhU+2GUFWplI4HjukC9PnxFbZbbYArUAx vagrant
INFO interface: detail:
Inserting generated public key within guest...
INFO interface: detail: puppet:
puppet: Inserting generated public key within guest...
puppet:
puppet: 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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
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: puppet (VagrantPlugins::ProviderVirtualBox::Provider)>, "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFC22VhOdCINdxwGwyE0HUM6K9emDZ2KjNLgHItG8acBaPkKrfo3GmfxwiOkQp1lFbx0e7UmOoOhXpeN1nVRHlYeMoOB1l9YEQr1BY6hUkhYY2BhrcVFKplzpcJTydV5orRj3X1iIahVqwm2ki78rGmLxsA7x3XBZf5BBxm4v0SqkLxw8vs09OuzAOro4HFEpkubADl9a5zuvXyHBf6u1mkhGDwO0h5C4BrZ7LjAOV4MxhY/ww/DTV6LsRb9Ot8xCsGBLnxiGViZvnhfziDJMcEe/WS7mDaeEhYzyZpoWKIvdUQYN4ui7QhU+2GUFWplI4HjukC9PnxFbZbbYArUAx vagrant"] (redhat)
DEBUG ssh: Uploading: /var/folders/_k/cxg63gwj6q7cmlsdzmlwmqfm0000gn/T/vagrant-linux-insert-public-key20171204-3831-16n9rbi to /tmp/vagrant-insert-pubkey-1512437344
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-1512437344' >> ~/.ssh/authorized_keys && chmod 0600 ~/.ssh/authorized_keys
result=$?
rm -f '/tmp/vagrant-insert-pubkey-1512437344'
exit $result
(sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
INFO interface: detail: Removing insecure key from the guest if it's present...
INFO interface: detail: puppet: Removing insecure key from the guest if it's present...
puppet: 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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
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: puppet (VagrantPlugins::ProviderVirtualBox::Provider)>, "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key"] (redhat)
DEBUG ssh: Uploading: /var/folders/_k/cxg63gwj6q7cmlsdzmlwmqfm0000gn/T/vagrant-linux-remove-public-key20171204-3831-mqkeal to /tmp/vagrant-remove-pubkey-1512437344
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-1512437344' ~/.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-1512437344'
exit $result
(sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
INFO interface: detail: Key inserted! Disconnecting and reconnecting using new SSH key...
INFO interface: detail: puppet: Key inserted! Disconnecting and reconnecting using new SSH key...
puppet: 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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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_2: Searching for SSH port: 22
DEBUG virtualbox_5_2: read_forward_ports: uuid=5215ae10-0760-4ec1-9eb8-62f8a97593d9 active_only=false
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
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_2: - [1, "ssh", 2322, 22, ""]
DEBUG ssh: Checking key permissions: /Users/dan/puppet-env/.vagrant/machines/puppet/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: 2322
INFO ssh: - Username: vagrant
INFO ssh: - Password? false
INFO ssh: - Key Path: ["/Users/dan/puppet-env/.vagrant/machines/puppet/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=>2322, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :encryption=>["aes128-cbc", "3des-cbc", "blowfish-cbc", "cast128-cbc", "aes192-cbc", "aes256-cbc", "rijndael-cbc@lysator.liu.se", "idea-cbc", "arcfour128", "arcfour256", "arcfour", "aes128-ctr", "aes192-ctr", "aes256-ctr", "cast128-ctr", "blowfish-ctr", "3des-ctr", "none"], :logger=>#<Logger:0x0000000102271610 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000000102271520 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00000001022711b0 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x0000000102271930>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x0000000102270fd0>>>, :keys=>["/Users/dan/puppet-env/.vagrant/machines/puppet/virtualbox/private_key"]}
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2017-12-04T20:29:05.185719 #3831] DEBUG -- net.ssh.transport.session[81131484]: establishing connection to 127.0.0.1:2322
D, [2017-12-04T20:29:05.186068 #3831] DEBUG -- net.ssh.transport.session[81131484]: connection established
I, [2017-12-04T20:29:05.186131 #3831] INFO -- net.ssh.transport.server_version[8112dcf8]: negotiating protocol version
D, [2017-12-04T20:29:05.186151 #3831] DEBUG -- net.ssh.transport.server_version[8112dcf8]: local is `SSH-2.0-Ruby/Net::SSH_4.1.0 x86_64-darwin13'
D, [2017-12-04T20:29:05.195749 #3831] DEBUG -- net.ssh.transport.server_version[8112dcf8]: remote is `SSH-2.0-OpenSSH_7.4'
I, [2017-12-04T20:29:05.196000 #3831] INFO -- net.ssh.transport.algorithms[81129f68]: sending KEXINIT
D, [2017-12-04T20:29:05.196190 #3831] DEBUG -- socket[81130cf0]: queueing packet nr 0 type 20 len 1156
D, [2017-12-04T20:29:05.196242 #3831] DEBUG -- socket[81130cf0]: sent 1160 bytes
D, [2017-12-04T20:29:05.199305 #3831] DEBUG -- socket[81130cf0]: read 1280 bytes
D, [2017-12-04T20:29:05.199445 #3831] DEBUG -- socket[81130cf0]: received packet nr 0 type 20 len 1276
I, [2017-12-04T20:29:05.199478 #3831] INFO -- net.ssh.transport.algorithms[81129f68]: got KEXINIT from server
I, [2017-12-04T20:29:05.199627 #3831] INFO -- net.ssh.transport.algorithms[81129f68]: negotiating algorithms
D, [2017-12-04T20:29:05.199755 #3831] DEBUG -- net.ssh.transport.algorithms[81129f68]: 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-12-04T20:29:05.199775 #3831] DEBUG -- net.ssh.transport.algorithms[81129f68]: exchanging keys
D, [2017-12-04T20:29:05.199902 #3831] DEBUG -- socket[81130cf0]: queueing packet nr 1 type 34 len 20
D, [2017-12-04T20:29:05.200002 #3831] DEBUG -- socket[81130cf0]: sent 24 bytes
D, [2017-12-04T20:29:05.203418 #3831] DEBUG -- socket[81130cf0]: read 152 bytes
D, [2017-12-04T20:29:05.203476 #3831] DEBUG -- socket[81130cf0]: received packet nr 1 type 31 len 148
D, [2017-12-04T20:29:05.205143 #3831] DEBUG -- socket[81130cf0]: queueing packet nr 2 type 32 len 140
D, [2017-12-04T20:29:05.205183 #3831] DEBUG -- socket[81130cf0]: sent 144 bytes
D, [2017-12-04T20:29:05.206666 #3831] DEBUG -- socket[81130cf0]: read 720 bytes
D, [2017-12-04T20:29:05.206751 #3831] DEBUG -- socket[81130cf0]: received packet nr 2 type 33 len 700
D, [2017-12-04T20:29:05.207576 #3831] DEBUG -- socket[81130cf0]: queueing packet nr 3 type 21 len 20
D, [2017-12-04T20:29:05.207614 #3831] DEBUG -- socket[81130cf0]: sent 24 bytes
D, [2017-12-04T20:29:05.207689 #3831] DEBUG -- socket[81130cf0]: received packet nr 3 type 21 len 12
D, [2017-12-04T20:29:05.207928 #3831] DEBUG -- net.ssh.authentication.session[8144a0a8]: beginning authentication of `vagrant'
D, [2017-12-04T20:29:05.208024 #3831] DEBUG -- socket[81130cf0]: queueing packet nr 4 type 5 len 28
D, [2017-12-04T20:29:05.208071 #3831] DEBUG -- socket[81130cf0]: sent 52 bytes
D, [2017-12-04T20:29:05.208453 #3831] DEBUG -- socket[81130cf0]: read 52 bytes
D, [2017-12-04T20:29:05.208552 #3831] DEBUG -- socket[81130cf0]: received packet nr 4 type 6 len 28
D, [2017-12-04T20:29:05.208624 #3831] DEBUG -- net.ssh.authentication.session[8144a0a8]: trying none
D, [2017-12-04T20:29:05.208779 #3831] DEBUG -- socket[81130cf0]: queueing packet nr 5 type 50 len 44
D, [2017-12-04T20:29:05.208819 #3831] DEBUG -- socket[81130cf0]: sent 68 bytes
D, [2017-12-04T20:29:05.209564 #3831] DEBUG -- socket[81130cf0]: read 84 bytes
D, [2017-12-04T20:29:05.209679 #3831] DEBUG -- socket[81130cf0]: received packet nr 5 type 51 len 60
D, [2017-12-04T20:29:05.209740 #3831] DEBUG -- net.ssh.authentication.session[8144a0a8]: allowed methods: publickey,gssapi-keyex,gssapi-with-mic
D, [2017-12-04T20:29:05.209792 #3831] DEBUG -- net.ssh.authentication.methods.none[80896aa4]: none failed
D, [2017-12-04T20:29:05.209833 #3831] DEBUG -- net.ssh.authentication.session[8144a0a8]: trying publickey
D, [2017-12-04T20:29:05.210084 #3831] DEBUG -- net.ssh.authentication.agent[8083f740]: connecting to ssh-agent
D, [2017-12-04T20:29:05.210184 #3831] DEBUG -- net.ssh.authentication.agent[8083f740]: sending agent request 1 len 47
D, [2017-12-04T20:29:05.210295 #3831] DEBUG -- net.ssh.authentication.agent[8083f740]: received agent packet 5 len 1
D, [2017-12-04T20:29:05.210327 #3831] DEBUG -- net.ssh.authentication.agent[8083f740]: sending agent request 11 len 0
D, [2017-12-04T20:29:05.210377 #3831] DEBUG -- net.ssh.authentication.agent[8083f740]: received agent packet 12 len 5
D, [2017-12-04T20:29:05.210496 #3831] DEBUG -- net.ssh.authentication.methods.publickey[8084eb14]: trying publickey (3f:94:05:23:b3:15:90:4d:be:3b:67:55:bd:76:17:d7)
D, [2017-12-04T20:29:05.212068 #3831] DEBUG -- socket[81130cf0]: queueing packet nr 6 type 50 len 348
D, [2017-12-04T20:29:05.212109 #3831] DEBUG -- socket[81130cf0]: sent 372 bytes
D, [2017-12-04T20:29:05.213761 #3831] DEBUG -- socket[81130cf0]: read 324 bytes
D, [2017-12-04T20:29:05.213828 #3831] DEBUG -- socket[81130cf0]: received packet nr 6 type 60 len 300
D, [2017-12-04T20:29:05.215422 #3831] DEBUG -- socket[81130cf0]: queueing packet nr 7 type 50 len 620
D, [2017-12-04T20:29:05.215460 #3831] DEBUG -- socket[81130cf0]: sent 644 bytes
D, [2017-12-04T20:29:05.220743 #3831] DEBUG -- socket[81130cf0]: read 36 bytes
D, [2017-12-04T20:29:05.220826 #3831] DEBUG -- socket[81130cf0]: received packet nr 7 type 52 len 12
D, [2017-12-04T20:29:05.220868 #3831] DEBUG -- net.ssh.authentication.methods.publickey[8084eb14]: publickey succeeded (3f:94:05:23:b3:15:90:4d:be:3b:67:55:bd:76:17:d7)
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO ssh: SSH is ready!
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="RedHat_64"
GuestAdditionsRunLevel=0
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: (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
INFO interface: output: Machine booted and ready!
INFO interface: output: ==> puppet: Machine booted and ready!
==> puppet: Machine booted and ready!
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x0000000102bf6820>
INFO warden: Calling IN action: #<VagrantVbguest::Middleware:0x0000000102bf67f8>
DEBUG vbguest-machine: initialize vbguest machine for VM 'puppet' (#<Vagrant::Machine:0x0000000102e866f8>)
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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: test -f /etc/oracle-release (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "guestproperty", "get", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "/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: No value set!
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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="RedHat_64"
GuestAdditionsRunLevel=0
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: VBoxService --version (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: bash: line 4: VBoxService: command not found
DEBUG ssh: Exit status: 127
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: lsmod | grep vboxsf (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG vbguest-machine: Current states for VM 'puppet' are : guest_version= : host_version=5.2.2 : running=false
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "guestproperty", "get", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "/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: No value set!
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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="RedHat_64"
GuestAdditionsRunLevel=0
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: VBoxService --version (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: bash: line 4: VBoxService: command not found
DEBUG ssh: Exit status: 127
INFO interface: warn: [puppet] No installation found.
[puppet] No installation found.
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "guestproperty", "get", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "/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: No value set!
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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="RedHat_64"
GuestAdditionsRunLevel=0
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: VBoxService --version (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: bash: line 4: VBoxService: command not found
DEBUG ssh: Exit status: 127
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: lsmod | grep vboxsf (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG vbguest-machine: Current states for VM 'puppet' are : guest_version= : host_version=5.2.2 : running=false
DEBUG vbguest-machine: Runlist for state clean is: [:install]
DEBUG vbguest-machine: Running command install from runlist
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: yum install -y kernel-devel-`uname -r` gcc binutils make perl bzip2 (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
INFO interface: info: Loaded plugins: fastestmirror
Loaded plugins: fastestmirror
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
INFO interface: info: Determining fastest mirrors
Determining fastest mirrors
DEBUG ssh: Sending SSH keep-alive...
INFO interface: info: * base: mirror.rackspace.com
* extras: mirror.vtti.vt.edu
* updates: centos.mbni.med.umich.edu
* base: mirror.rackspace.com
* extras: mirror.vtti.vt.edu
* updates: centos.mbni.med.umich.edu
DEBUG ssh: Sending SSH keep-alive...
INFO interface: info: Package binutils-2.25.1-32.base.el7_4.1.x86_64 already installed and latest version
Package binutils-2.25.1-32.base.el7_4.1.x86_64 already installed and latest version
INFO interface: info: Package 1:make-3.82-23.el7.x86_64 already installed and latest version
Package 1:make-3.82-23.el7.x86_64 already installed and latest version
INFO interface: info: Package bzip2-1.0.6-13.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package gcc.x86_64 0:4.8.5-16.el7 will be installed
Package bzip2-1.0.6-13.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package gcc.x86_64 0:4.8.5-16.el7 will be installed
INFO interface: info: --> Processing Dependency: cpp = 4.8.5-16.el7 for package: gcc-4.8.5-16.el7.x86_64
--> Processing Dependency: cpp = 4.8.5-16.el7 for package: gcc-4.8.5-16.el7.x86_64
INFO interface: info: --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-16.el7.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-16.el7.x86_64
INFO interface: info: --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-16.el7.x86_64
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-16.el7.x86_64
---> Package kernel-devel.x86_64 0:3.10.0-693.5.2.el7 will be installed
---> Package perl.x86_64 4:5.16.3-292.el7 will be installed
--> Processing Dependency: perl-libs = 4:5.16.3-292.el7 for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-16.el7.x86_64
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-16.el7.x86_64
---> Package kernel-devel.x86_64 0:3.10.0-693.5.2.el7 will be installed
---> Package perl.x86_64 4:5.16.3-292.el7 will be installed
--> Processing Dependency: perl-libs = 4:5.16.3-292.el7 for package: 4:perl-5.16.3-292.el7.x86_64
INFO interface: info: --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl-libs for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Getopt::Long) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-292.el7.x86_64
--> Running transaction check
---> Package cpp.x86_64 0:4.8.5-16.el7 will be installed
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl-libs for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Getopt::Long) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-292.el7.x86_64
--> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-292.el7.x86_64
--> Running transaction check
---> Package cpp.x86_64 0:4.8.5-16.el7 will be installed
INFO interface: info: ---> Package glibc-devel.x86_64 0:2.17-196.el7 will be installed
--> Processing Dependency: glibc-headers = 2.17-196.el7 for package: glibc-devel-2.17-196.el7.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-196.el7.x86_64
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
---> Package glibc-devel.x86_64 0:2.17-196.el7 will be installed
--> Processing Dependency: glibc-headers = 2.17-196.el7 for package: glibc-devel-2.17-196.el7.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-196.el7.x86_64
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
INFO interface: info: ---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch
--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch
---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed
---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
---> Package perl-libs.x86_64 4:5.16.3-292.el7 will be installed
---> Package perl-macros.x86_64 4:5.16.3-292.el7 will be installed
---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch
--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch
---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed
---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
---> Package perl-libs.x86_64 4:5.16.3-292.el7 will be installed
---> Package perl-macros.x86_64 4:5.16.3-292.el7 will be installed
---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
INFO interface: info: --> Running transaction check
---> Package glibc-headers.x86_64 0:2.17-196.el7 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-196.el7.x86_64
--> Running transaction check
---> Package glibc-headers.x86_64 0:2.17-196.el7 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-196.el7.x86_64
INFO interface: info: --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-196.el7.x86_64
---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-196.el7.x86_64
---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
INFO interface: info: ---> Package perl-Pod-Escapes.noarch 1:1.04-292.el7 will be installed
---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
--> Running transaction check
---> Package kernel-headers.x86_64 0:3.10.0-693.5.2.el7 will be installed
---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
---> Package perl-Pod-Escapes.noarch 1:1.04-292.el7 will be installed
---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
--> Running transaction check
---> Package kernel-headers.x86_64 0:3.10.0-693.5.2.el7 will be installed
---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
INFO interface: info: --> Running transaction check
---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
--> Running transaction check
---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
INFO interface: info: --> Finished Dependency Resolution
--> Finished Dependency Resolution
INFO interface: info:
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
gcc x86_64 4.8.5-16.el7 base 16 M
kernel-devel x86_64 3.10.0-693.5.2.el7 updates 14 M
perl x86_64 4:5.16.3-292.el7 base 8.0 M
Installing for dependencies:
cpp x86_64 4.8.5-16.el7 base 5.9 M
glibc-devel x86_64 2.17-196.el7 base 1.1 M
glibc-headers x86_64 2.17-196.el7 base 675 k
kernel-headers x86_64 3.10.0-693.5.2.el7 updates 6.0 M
libmpc x86_64 1.0.1-3.el7 base 51 k
mpfr x86_64 3.1.1-4.el7 base 203 k
perl-Carp noarch 1.26-244.el7 base 19 k
perl-Encode x86_64 2.51-7.el7 base 1.5 M
perl-Exporter noarch 5.68-3.el7 base 28 k
perl-File-Path noarch 2.09-2.el7 base 26 k
perl-File-Temp noarch 0.23.01-3.el7 base 56 k
perl-Filter x86_64 1.49-3.el7 base 76 k
perl-Getopt-Long noarch 2.40-2.el7 base 56 k
perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
perl-PathTools x86_64 3.40-5.el7 base 82 k
perl-Pod-Escapes noarch 1:1.04-292.el7 base 51 k
perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
perl-Pod-Usage noarch 1.63-3.el7 base 27 k
perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
perl-Socket x86_64 2.010-4.el7 base 49 k
perl-Storable x86_64 2.45-3.el7 base 77 k
perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
perl-Time-Local noarch 1.2300-2.el7 base 24 k
perl-constant noarch 1.27-2.el7 base 19 k
perl-libs x86_64 4:5.16.3-292.el7 base 688 k
perl-macros x86_64 4:5.16.3-292.el7 base 43 k
perl-parent noarch 1:0.225-244.el7 base 12 k
perl-podlators noarch 2.5.1-3.el7 base 112 k
perl-threads x86_64 1.87-4.el7 base 49 k
perl-threads-shared x86_64 1.43-6.el7 base 39 k
Transaction Summary
================================================================================
Install 3 Packages (+32 Dependent packages)
Total download size: 56 M
Installed size: 131 M
Downloading packages:
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
gcc x86_64 4.8.5-16.el7 base 16 M
kernel-devel x86_64 3.10.0-693.5.2.el7 updates 14 M
perl x86_64 4:5.16.3-292.el7 base 8.0 M
Installing for dependencies:
cpp x86_64 4.8.5-16.el7 base 5.9 M
glibc-devel x86_64 2.17-196.el7 base 1.1 M
glibc-headers x86_64 2.17-196.el7 base 675 k
kernel-headers x86_64 3.10.0-693.5.2.el7 updates 6.0 M
libmpc x86_64 1.0.1-3.el7 base 51 k
mpfr x86_64 3.1.1-4.el7 base 203 k
perl-Carp noarch 1.26-244.el7 base 19 k
perl-Encode x86_64 2.51-7.el7 base 1.5 M
perl-Exporter noarch 5.68-3.el7 base 28 k
perl-File-Path noarch 2.09-2.el7 base 26 k
perl-File-Temp noarch 0.23.01-3.el7 base 56 k
perl-Filter x86_64 1.49-3.el7 base 76 k
perl-Getopt-Long noarch 2.40-2.el7 base 56 k
perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
perl-PathTools x86_64 3.40-5.el7 base 82 k
perl-Pod-Escapes noarch 1:1.04-292.el7 base 51 k
perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
perl-Pod-Usage noarch 1.63-3.el7 base 27 k
perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
perl-Socket x86_64 2.010-4.el7 base 49 k
perl-Storable x86_64 2.45-3.el7 base 77 k
perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
perl-Time-Local noarch 1.2300-2.el7 base 24 k
perl-constant noarch 1.27-2.el7 base 19 k
perl-libs x86_64 4:5.16.3-292.el7 base 688 k
perl-macros x86_64 4:5.16.3-292.el7 base 43 k
perl-parent noarch 1:0.225-244.el7 base 12 k
perl-podlators noarch 2.5.1-3.el7 base 112 k
perl-threads x86_64 1.87-4.el7 base 49 k
perl-threads-shared x86_64 1.43-6.el7 base 39 k
Transaction Summary
================================================================================
Install 3 Packages (+32 Dependent packages)
Total download size: 56 M
Installed size: 131 M
Downloading packages:
DEBUG ssh: stderr: http://centos.mbni.med.umich.edu/mirror/7.4.1708/updates/x86_64/repodata/e059ec39d24f3e4823ef2d15d03c24fe23bf7083673dc30e1bb2a0564a0e1c5f-prestodelta.xml.gz: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article
https://access.redhat.com/articles/1320623
If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/
INFO interface: info: http://centos.mbni.med.umich.edu/mirror/7.4.1708/updates/x86_64/repodata/e059ec39d24f3e4823ef2d15d03c24fe23bf7083673dc30e1bb2a0564a0e1c5f-prestodelta.xml.gz: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article
https://access.redhat.com/articles/1320623
If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/
http://centos.mbni.med.umich.edu/mirror/7.4.1708/updates/x86_64/repodata/e059ec39d24f3e4823ef2d15d03c24fe23bf7083673dc30e1bb2a0564a0e1c5f-prestodelta.xml.gz: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article
https://access.redhat.com/articles/1320623
If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: stderr: http://mirror.es.its.nyu.edu/centos/7.4.1708/updates/x86_64/repodata/e059ec39d24f3e4823ef2d15d03c24fe23bf7083673dc30e1bb2a0564a0e1c5f-prestodelta.xml.gz: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
INFO interface: info: http://mirror.es.its.nyu.edu/centos/7.4.1708/updates/x86_64/repodata/e059ec39d24f3e4823ef2d15d03c24fe23bf7083673dc30e1bb2a0564a0e1c5f-prestodelta.xml.gz: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.es.its.nyu.edu/centos/7.4.1708/updates/x86_64/repodata/e059ec39d24f3e4823ef2d15d03c24fe23bf7083673dc30e1bb2a0564a0e1c5f-prestodelta.xml.gz: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
DEBUG ssh: Sending SSH keep-alive...
INFO interface: info: Public key for kernel-devel-3.10.0-693.5.2.el7.x86_64.rpm is not installed
Public key for kernel-devel-3.10.0-693.5.2.el7.x86_64.rpm is not installed
DEBUG ssh: stderr: warning: /var/cache/yum/x86_64/7/updates/packages/kernel-devel-3.10.0-693.5.2.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
INFO interface: info: warning: /var/cache/yum/x86_64/7/updates/packages/kernel-devel-3.10.0-693.5.2.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
warning: /var/cache/yum/x86_64/7/updates/packages/kernel-devel-3.10.0-693.5.2.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
INFO interface: info: Public key for glibc-headers-2.17-196.el7.x86_64.rpm is not installed
Public key for glibc-headers-2.17-196.el7.x86_64.rpm is not installed
DEBUG ssh: Sending SSH keep-alive...
INFO interface: info: --------------------------------------------------------------------------------
Total 5.9 MB/s | 56 MB 00:09
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
--------------------------------------------------------------------------------
Total 5.9 MB/s | 56 MB 00:09
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
DEBUG ssh: stderr: Importing GPG key 0xF4A80EB5:
Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
Package : centos-release-7-4.1708.el7.centos.x86_64 (@anaconda)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
INFO interface: info: Importing GPG key 0xF4A80EB5:
Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
Package : centos-release-7-4.1708.el7.centos.x86_64 (@anaconda)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
Importing GPG key 0xF4A80EB5:
Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
Package : centos-release-7-4.1708.el7.centos.x86_64 (@anaconda)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
INFO interface: info: Running transaction check
Running transaction check
INFO interface: info: Running transaction test
Running transaction test
INFO interface: info: Transaction test succeeded
Transaction test succeeded
INFO interface: info: Running transaction
Running transaction
INFO interface: info: Installing : mpfr-3.1.1-4.el7.x86_64 1/35
Installing : mpfr-3.1.1-4.el7.x86_64 1/35 INFO interface: info:
Installing : libmpc-1.0.1-3.el7.x86_64 2/35
Installing : libmpc-1.0.1-3.el7.x86_64 2/35 INFO interface: info:
Installing : cpp-4.8.5-16.el7.x86_64 3/35
Installing : cpp-4.8.5-16.el7.x86_64 3/35 INFO interface: info:
Installing : 1:perl-parent-0.225-244.el7.noarch 4/35
Installing : 1:perl-parent-0.225-244.el7.noarch 4/35 INFO interface: info:
Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 5/35
Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 5/35 INFO interface: info:
Installing : perl-podlators-2.5.1-3.el7.noarch 6/35
Installing : perl-podlators-2.5.1-3.el7.noarch 6/35 INFO interface: info:
Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 7/35
Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 7/35 INFO interface: info:
Installing : perl-Text-ParseWords-3.29-4.el7.noarch 8/35
Installing : perl-Text-ParseWords-3.29-4.el7.noarch 8/35 INFO interface: info:
Installing : 1:perl-Pod-Escapes-1.04-292.el7.noarch 9/35
Installing : 1:perl-Pod-Escapes-1.04-292.el7.noarch 9/35DEBUG ssh: Sending SSH keep-alive...
INFO interface: info:
Installing : perl-Encode-2.51-7.el7.x86_64 10/35
Installing : perl-Encode-2.51-7.el7.x86_64 10/35 INFO interface: info:
Installing : perl-Pod-Usage-1.63-3.el7.noarch 11/35
Installing : perl-Pod-Usage-1.63-3.el7.noarch 11/35 INFO interface: info:
Installing : 4:perl-macros-5.16.3-292.el7.x86_64 12/35
Installing : 4:perl-macros-5.16.3-292.el7.x86_64 12/35 INFO interface: info:
Installing : 4:perl-libs-5.16.3-292.el7.x86_64 13/35
Installing : 4:perl-libs-5.16.3-292.el7.x86_64 13/35 INFO interface: info:
Installing : perl-threads-1.87-4.el7.x86_64 14/35
Installing : perl-threads-1.87-4.el7.x86_64 14/35 INFO interface: info:
Installing : perl-Storable-2.45-3.el7.x86_64 15/35
Installing : perl-Storable-2.45-3.el7.x86_64 15/35 INFO interface: info:
Installing : perl-Exporter-5.68-3.el7.noarch 16/35
Installing : perl-Exporter-5.68-3.el7.noarch 16/35 INFO interface: info:
Installing : perl-constant-1.27-2.el7.noarch 17/35
Installing : perl-constant-1.27-2.el7.noarch 17/35 INFO interface: info:
Installing : perl-Time-Local-1.2300-2.el7.noarch 18/35
Installing : perl-Time-Local-1.2300-2.el7.noarch 18/35 INFO interface: info:
Installing : perl-Socket-2.010-4.el7.x86_64 19/35
Installing : perl-Socket-2.010-4.el7.x86_64 19/35 INFO interface: info:
Installing : perl-Carp-1.26-244.el7.noarch 20/35
Installing : perl-Carp-1.26-244.el7.noarch 20/35 INFO interface: info:
Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 21/35
Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 21/35 INFO interface: info:
Installing : perl-threads-shared-1.43-6.el7.x86_64 22/35
Installing : perl-threads-shared-1.43-6.el7.x86_64 22/35 INFO interface: info:
Installing : perl-PathTools-3.40-5.el7.x86_64 23/35
Installing : perl-PathTools-3.40-5.el7.x86_64 23/35 INFO interface: info:
Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 24/35
Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 24/35 INFO interface: info:
Installing : perl-File-Temp-0.23.01-3.el7.noarch 25/35
Installing : perl-File-Temp-0.23.01-3.el7.noarch 25/35 INFO interface: info:
Installing : perl-File-Path-2.09-2.el7.noarch 26/35
Installing : perl-File-Path-2.09-2.el7.noarch 26/35 INFO interface: info:
Installing : perl-Filter-1.49-3.el7.x86_64 27/35
Installing : perl-Filter-1.49-3.el7.x86_64 27/35 INFO interface: info:
Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 28/35
Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 28/35 INFO interface: info:
Installing : perl-Getopt-Long-2.40-2.el7.noarch 29/35
Installing : perl-Getopt-Long-2.40-2.el7.noarch 29/35 INFO interface: info:
Installing : 4:perl-5.16.3-292.el7.x86_64 30/35
Installing : 4:perl-5.16.3-292.el7.x86_64 30/35 INFO interface: info:
Installing : kernel-headers-3.10.0-693.5.2.el7.x86_64 31/35
Installing : kernel-headers-3.10.0-693.5.2.el7.x86_64 31/35 INFO interface: info:
Installing : glibc-headers-2.17-196.el7.x86_64 32/35
Installing : glibc-headers-2.17-196.el7.x86_64 32/35 INFO interface: info:
Installing : glibc-devel-2.17-196.el7.x86_64 33/35
Installing : glibc-devel-2.17-196.el7.x86_64 33/35 INFO interface: info:
Installing : gcc-4.8.5-16.el7.x86_64 34/35
Installing : gcc-4.8.5-16.el7.x86_64 34/35DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
INFO interface: info:
Installing : kernel-devel-3.10.0-693.5.2.el7.x86_64 35/35
Installing : kernel-devel-3.10.0-693.5.2.el7.x86_64 35/35DEBUG ssh: Sending SSH keep-alive...
INFO interface: info:
Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/35
Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/35 INFO interface: info:
Verifying : perl-threads-shared-1.43-6.el7.x86_64 2/35
Verifying : perl-threads-shared-1.43-6.el7.x86_64 2/35 INFO interface: info:
Verifying : perl-Storable-2.45-3.el7.x86_64 3/35
Verifying : perl-Storable-2.45-3.el7.x86_64 3/35 INFO interface: info:
Verifying : perl-threads-1.87-4.el7.x86_64 4/35
Verifying : perl-threads-1.87-4.el7.x86_64 4/35 INFO interface: info:
Verifying : perl-Exporter-5.68-3.el7.noarch 5/35
Verifying : perl-Exporter-5.68-3.el7.noarch 5/35 INFO interface: info:
Verifying : perl-constant-1.27-2.el7.noarch 6/35
Verifying : perl-constant-1.27-2.el7.noarch 6/35 INFO interface: info:
Verifying : perl-PathTools-3.40-5.el7.x86_64 7/35
Verifying : perl-PathTools-3.40-5.el7.x86_64 7/35 INFO interface: info:
Verifying : 4:perl-macros-5.16.3-292.el7.x86_64 8/35
Verifying : 4:perl-macros-5.16.3-292.el7.x86_64 8/35 INFO interface: info:
Verifying : gcc-4.8.5-16.el7.x86_64 9/35
Verifying : gcc-4.8.5-16.el7.x86_64 9/35 INFO interface: info:
Verifying : 1:perl-parent-0.225-244.el7.noarch 10/35
Verifying : 1:perl-parent-0.225-244.el7.noarch 10/35 INFO interface: info:
Verifying : 4:perl-5.16.3-292.el7.x86_64 11/35
Verifying : 4:perl-5.16.3-292.el7.x86_64 11/35 INFO interface: info:
Verifying : perl-File-Temp-0.23.01-3.el7.noarch 12/35
Verifying : perl-File-Temp-0.23.01-3.el7.noarch 12/35 INFO interface: info:
Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 13/35
Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 13/35 INFO interface: info:
Verifying : perl-Time-Local-1.2300-2.el7.noarch 14/35
Verifying : perl-Time-Local-1.2300-2.el7.noarch 14/35 INFO interface: info:
Verifying : glibc-headers-2.17-196.el7.x86_64 15/35
Verifying : glibc-headers-2.17-196.el7.x86_64 15/35 INFO interface: info:
Verifying : 4:perl-libs-5.16.3-292.el7.x86_64 16/35
Verifying : 4:perl-libs-5.16.3-292.el7.x86_64 16/35 INFO interface: info:
Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 17/35
Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 17/35 INFO interface: info:
Verifying : glibc-devel-2.17-196.el7.x86_64 18/35
Verifying : glibc-devel-2.17-196.el7.x86_64 18/35 INFO interface: info:
Verifying : perl-Socket-2.010-4.el7.x86_64 19/35
Verifying : perl-Socket-2.010-4.el7.x86_64 19/35 INFO interface: info:
Verifying : kernel-devel-3.10.0-693.5.2.el7.x86_64 20/35
Verifying : kernel-devel-3.10.0-693.5.2.el7.x86_64 20/35 INFO interface: info:
Verifying : perl-Carp-1.26-244.el7.noarch 21/35
Verifying : perl-Carp-1.26-244.el7.noarch 21/35 INFO interface: info:
Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 22/35
Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 22/35 INFO interface: info:
Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 23/35
Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 23/35 INFO interface: info:
Verifying : libmpc-1.0.1-3.el7.x86_64 24/35
Verifying : libmpc-1.0.1-3.el7.x86_64 24/35 INFO interface: info:
Verifying : cpp-4.8.5-16.el7.x86_64 25/35
Verifying : cpp-4.8.5-16.el7.x86_64 25/35 INFO interface: info:
Verifying : kernel-headers-3.10.0-693.5.2.el7.x86_64 26/35
Verifying : kernel-headers-3.10.0-693.5.2.el7.x86_64 26/35 INFO interface: info:
Verifying : perl-Pod-Usage-1.63-3.el7.noarch 27/35
Verifying : perl-Pod-Usage-1.63-3.el7.noarch 27/35 INFO interface: info:
Verifying : perl-Encode-2.51-7.el7.x86_64 28/35
Verifying : perl-Encode-2.51-7.el7.x86_64 28/35 INFO interface: info:
Verifying : perl-podlators-2.5.1-3.el7.noarch 29/35
Verifying : perl-podlators-2.5.1-3.el7.noarch 29/35 INFO interface: info:
Verifying : perl-Getopt-Long-2.40-2.el7.noarch 30/35
Verifying : perl-Getopt-Long-2.40-2.el7.noarch 30/35 INFO interface: info:
Verifying : perl-File-Path-2.09-2.el7.noarch 31/35
Verifying : perl-File-Path-2.09-2.el7.noarch 31/35 INFO interface: info:
Verifying : mpfr-3.1.1-4.el7.x86_64 32/35
Verifying : mpfr-3.1.1-4.el7.x86_64 32/35 INFO interface: info:
Verifying : perl-Filter-1.49-3.el7.x86_64 33/35
Verifying : perl-Filter-1.49-3.el7.x86_64 33/35 INFO interface: info:
Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 34/35
Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 34/35 INFO interface: info:
Verifying : 1:perl-Pod-Escapes-1.04-292.el7.noarch 35/35
Verifying : 1:perl-Pod-Escapes-1.04-292.el7.noarch 35/35 INFO interface: info:
Installed:
gcc.x86_64 0:4.8.5-16.el7 kernel-devel.x86_64 0:3.10.0-693.5.2.el7
perl.x86_64 4:5.16.3-292.el7
Dependency Installed:
cpp.x86_64 0:4.8.5-16.el7
glibc-devel.x86_64 0:2.17-196.el7
glibc-headers.x86_64 0:2.17-196.el7
kernel-headers.x86_64 0:3.10.0-693.5.2.el7
libmpc.x86_64 0:1.0.1-3.el7
mpfr.x86_64 0:3.1.1-4.el7
perl-Carp.noarch 0:1.26-244.el7
perl-Encode.x86_64 0:2.51-7.el7
perl-Exporter.noarch 0:5.68-3.el7
perl-File-Path.noarch 0:2.09-2.el7
perl-File-Temp.noarch 0:0.23.01-3.el7
perl-Filter.x86_64 0:1.49-3.el7
perl-Getopt-Long.noarch 0:2.40-2.el7
perl-HTTP-Tiny.noarch 0:0.033-3.el7
perl-PathTools.x86_64 0:3.40-5.el7
perl-Pod-Escapes.noarch 1:1.04-292.el7
perl-Pod-Perldoc.noarch 0:3.20-4.el7
perl-Pod-Simple.noarch 1:3.28-4.el7
perl-Pod-Usage.noarch 0:1.63-3.el7
perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
perl-Socket.x86_64 0:2.010-4.el7
perl-Storable.x86_64 0:2.45-3.el7
perl-Text-ParseWords.noarch 0:3.29-4.el7
perl-Time-HiRes.x86_64 4:1.9725-3.el7
perl-Time-Local.noarch 0:1.2300-2.el7
perl-constant.noarch 0:1.27-2.el7
perl-libs.x86_64 4:5.16.3-292.el7
perl-macros.x86_64 4:5.16.3-292.el7
perl-parent.noarch 1:0.225-244.el7
perl-podlators.noarch 0:2.5.1-3.el7
perl-threads.x86_64 0:1.87-4.el7
perl-threads-shared.x86_64 0:1.43-6.el7
Complete!
Installed:
gcc.x86_64 0:4.8.5-16.el7 kernel-devel.x86_64 0:3.10.0-693.5.2.el7
perl.x86_64 4:5.16.3-292.el7
Dependency Installed:
cpp.x86_64 0:4.8.5-16.el7
glibc-devel.x86_64 0:2.17-196.el7
glibc-headers.x86_64 0:2.17-196.el7
kernel-headers.x86_64 0:3.10.0-693.5.2.el7
libmpc.x86_64 0:1.0.1-3.el7
mpfr.x86_64 0:3.1.1-4.el7
perl-Carp.noarch 0:1.26-244.el7
perl-Encode.x86_64 0:2.51-7.el7
perl-Exporter.noarch 0:5.68-3.el7
perl-File-Path.noarch 0:2.09-2.el7
perl-File-Temp.noarch 0:0.23.01-3.el7
perl-Filter.x86_64 0:1.49-3.el7
perl-Getopt-Long.noarch 0:2.40-2.el7
perl-HTTP-Tiny.noarch 0:0.033-3.el7
perl-PathTools.x86_64 0:3.40-5.el7
perl-Pod-Escapes.noarch 1:1.04-292.el7
perl-Pod-Perldoc.noarch 0:3.20-4.el7
perl-Pod-Simple.noarch 1:3.28-4.el7
perl-Pod-Usage.noarch 0:1.63-3.el7
perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
perl-Socket.x86_64 0:2.010-4.el7
perl-Storable.x86_64 0:2.45-3.el7
perl-Text-ParseWords.noarch 0:3.29-4.el7
perl-Time-HiRes.x86_64 4:1.9725-3.el7
perl-Time-Local.noarch 0:1.2300-2.el7
perl-constant.noarch 0:1.27-2.el7
perl-libs.x86_64 4:5.16.3-292.el7
perl-macros.x86_64 4:5.16.3-292.el7
perl-parent.noarch 1:0.225-244.el7
perl-podlators.noarch 0:2.5.1-3.el7
perl-threads.x86_64 0:1.87-4.el7
perl-threads-shared.x86_64 0:1.43-6.el7
Complete!
DEBUG ssh: Exit status: 0
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "dvds"]
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 interface: info: Copy iso file /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso
Copy iso file /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso
DEBUG ssh: Uploading: /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso to /tmp/VBoxGuestAdditions.iso
DEBUG ssh: Re-using SSH connection.
INFO interface: info: Mounting Virtualbox Guest Additions ISO to: /mnt
Mounting Virtualbox Guest Additions ISO to: /mnt
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: mount /tmp/VBoxGuestAdditions.iso -o loop /mnt (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: mount: /dev/loop0 is write-protected, mounting read-only
INFO interface: info: mount: /dev/loop0 is write-protected, mounting read-only
mount: /dev/loop0 is write-protected, mounting read-only
DEBUG ssh: Exit status: 0
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "guestproperty", "get", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "/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: No value set!
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", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="RedHat_64"
GuestAdditionsRunLevel=0
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: VBoxService --version (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: bash: line 4: VBoxService: command not found
DEBUG ssh: Exit status: 127
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: /mnt/VBoxLinuxAdditions.run --info (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
INFO interface: warn: Installing Virtualbox Guest Additions 5.2.2 - guest version is unknown
Installing Virtualbox Guest Additions 5.2.2 - guest version is unknown
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: /mnt/VBoxLinuxAdditions.run --nox11 (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
INFO interface: info: Verifying archive integrity...
Verifying archive integrity... INFO interface: info: All good.
All good.
INFO interface: info: Uncompressing VirtualBox 5.2.2 Guest Additions for Linux
Uncompressing VirtualBox 5.2.2 Guest Additions for Linux INFO interface: info: ...
... INFO interface: info: .
. INFO interface: info: ....
.... INFO interface: info:
DEBUG ssh: stderr: VirtualBox Guest Additions installer
INFO interface: info: VirtualBox Guest Additions installer
VirtualBox Guest Additions installer
DEBUG ssh: stderr: Copying additional installer modules ...
INFO interface: info: Copying additional installer modules ...
Copying additional installer modules ...
DEBUG ssh: stderr: Installing additional modules ...
INFO interface: info: Installing additional modules ...
Installing additional modules ...
DEBUG ssh: stderr: VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules.
INFO interface: info: VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules.
VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules.
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: stderr: VirtualBox Guest Additions: Starting.
INFO interface: info: VirtualBox Guest Additions: Starting.
VirtualBox Guest Additions: Starting.
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: (which chkconfg || which service) 2>/dev/null (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: (which chkconfg || which service) 2>/dev/null (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: (which chkconfg || which service) 2>/dev/null (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: /sbin/service vboxadd start (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: Redirecting to /bin/systemctl start vboxadd.service
INFO interface: info: Redirecting to /bin/systemctl start vboxadd.service
Redirecting to /bin/systemctl start vboxadd.service
DEBUG ssh: Exit status: 0
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "guestproperty", "get", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "/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.2.2
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: VBoxService --version (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: (which chkconfg || which service) 2>/dev/null (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: (which chkconfg || which service) 2>/dev/null (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: (which chkconfg || which service) 2>/dev/null (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: /sbin/service vboxadd-service start (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: Redirecting to /bin/systemctl start vboxadd-service.service
INFO interface: info: Redirecting to /bin/systemctl start vboxadd-service.service
Redirecting to /bin/systemctl start vboxadd-service.service
DEBUG ssh: Exit status: 0
INFO interface: info: Unmounting Virtualbox Guest Additions ISO from: /mnt
Unmounting Virtualbox Guest Additions ISO from: /mnt
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: umount /mnt (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: test -f /tmp/VBoxGuestAdditions.iso && rm /tmp/VBoxGuestAdditions.iso (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "guestproperty", "get", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "/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.2.2
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: VBoxService --version (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: lsmod | grep vboxsf (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG vbguest-machine: Current states for VM 'puppet' are : guest_version=5.2.2 : host_version=5.2.2 : running=true
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "guestproperty", "get", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "/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.2.2
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: VBoxService --version (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: lsmod | grep vboxsf (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG vbguest-machine: Current states for VM 'puppet' are : guest_version=5.2.2 : host_version=5.2.2 : running=true
DEBUG vbguest-machine: Runlist for state ok is: []
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckGuestAdditions:0x0000000102bf67d0>
INFO interface: output: Checking for guest additions in VM...
INFO interface: output: ==> puppet: Checking for guest additions in VM...
==> puppet: Checking for guest additions in VM...
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "guestproperty", "get", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "/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.2.2
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action: #<Proc:0x0000000102ba6208@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:94 (lambda)>
INFO warden: Calling IN action: #<Proc:0x0000000102e1f750@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:94 (lambda)>
INFO warden: Calling IN action: #<Proc:0x0000000102eb5908@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:94 (lambda)>
INFO warden: Calling OUT action: #<Proc:0x0000000102eb5908@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:94 (lambda)>
INFO warden: Calling OUT action: #<Proc:0x0000000102e1f750@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:94 (lambda)>
INFO warden: Calling OUT action: #<Proc:0x0000000102ba6208@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:94 (lambda)>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckGuestAdditions:0x0000000102bf67d0>
INFO warden: Calling OUT action: #<VagrantVbguest::Middleware:0x0000000102bf67f8>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x0000000102bf6820>
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::WaitForCommunicator:0x0000000102bf6870>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x0000000102bf68c0>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Boot:0x0000000102bf68e8>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x0000000102bf6960>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::SaneDefaults:0x0000000102c37050>
INFO interface: info: Setting hostname...
INFO interface: info: ==> puppet: Setting hostname...
==> puppet: 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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
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: puppet (VagrantPlugins::ProviderVirtualBox::Provider)>, "puppet"] (redhat)
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: hostname -f | grep '^puppet$' (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: # Update sysconfig
sed -i 's/\(HOSTNAME=\).*/\1puppet/' /etc/sysconfig/network
# Update DNS
sed -i 's/\(DHCP_HOSTNAME=\).*/\1"puppet"/' /etc/sysconfig/network-scripts/ifcfg-*
# Set the hostname - use hostnamectl if available
echo 'puppet' > /etc/hostname
if command -v hostnamectl; then
hostnamectl set-hostname --static 'puppet'
hostnamectl set-hostname --transient 'puppet'
else
hostname -F /etc/hostname
fi
# Prepend ourselves to /etc/hosts
grep -w 'puppet' /etc/hosts || {
sed -i'' '1i 127.0.0.1\tpuppet\tpuppet' /etc/hosts
}
# Restart network
service network restart
(sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::SetHostname:0x0000000102c370f0>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::ForwardPorts:0x0000000102c37118>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::NetworkFixIPv6:0x00000001021bfc58>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="800,600,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.2 r119230"
GuestAdditionsFacility_VirtualBox Base Driver=50,1512437456957
GuestAdditionsFacility_VirtualBox System Service=50,1512437457629
GuestAdditionsFacility_Seamless Mode=0,1512437456957
GuestAdditionsFacility_Graphics Mode=0,1512437456957
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: ==> puppet: Configuring and enabling network interfaces...
==> puppet: 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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
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: puppet (VagrantPlugins::ProviderVirtualBox::Provider)>, [{:type=>:static, :adapter_ip=>"10.0.2.1", :ip=>"10.0.2.15", :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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
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: puppet (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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
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: puppet (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: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /proc/net/dev | grep -E '^[a-z0-9 ]+:' | awk '{print $1}' | sed 's/://' (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG network_interfaces: Unsorted list: ["eth0", "eth1", "", "eth0", "eth1", "lo"]
DEBUG network_interfaces: Sorted list: ["eth0", "eth1", ""]
DEBUG network_interfaces: Ethernet preferred sorted list: ["eth0", "eth1", ""]
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: nmcli (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: nmcli d show eth1 (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: nmcli d show eth1 | grep unmanaged (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG ssh: Uploading: /var/folders/_k/cxg63gwj6q7cmlsdzmlwmqfm0000gn/T/vagrant-redhat-configure-networks20171204-3831-19j7zzp to /tmp/vagrant-network-entry-eth1-1512437460-0
DEBUG ssh: Re-using SSH connection.
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: nmcli d disconnect iface 'eth1'
mv -f '/tmp/vagrant-network-entry-eth1-1512437460-0' '/etc/sysconfig/network-scripts/ifcfg-eth1'
(test -f /etc/init.d/NetworkManager && /etc/init.d/NetworkManager restart) || ((systemctl | grep NetworkManager.service) && systemctl restart NetworkManager) (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: Error: Device 'iface' not found.
DEBUG ssh: stderr: Error: not all devices found.
DEBUG ssh: Exit status: 0
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="800,600,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.2 r119230"
GuestAdditionsFacility_VirtualBox Base Driver=50,1512437456957
GuestAdditionsFacility_VirtualBox System Service=50,1512437457629
GuestAdditionsFacility_Seamless Mode=0,1512437456957
GuestAdditionsFacility_Graphics Mode=0,1512437456957
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_5_2: Searching for SSH port: 22
DEBUG virtualbox_5_2: read_forward_ports: uuid=5215ae10-0760-4ec1-9eb8-62f8a97593d9 active_only=false
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="800,600,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.2 r119230"
GuestAdditionsFacility_VirtualBox Base Driver=50,1512437456957
GuestAdditionsFacility_VirtualBox System Service=50,1512437457629
GuestAdditionsFacility_Seamless Mode=0,1512437456957
GuestAdditionsFacility_Graphics Mode=0,1512437456957
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_5_2: - [1, "ssh", 2322, 22, ""]
DEBUG ssh: Checking key permissions: /Users/dan/puppet-env/.vagrant/machines/puppet/virtualbox/private_key
INFO interface: detail: SSH address: 127.0.0.1:2322
INFO interface: detail: puppet: SSH address: 127.0.0.1:2322
puppet: SSH address: 127.0.0.1:2322
INFO interface: detail: SSH username: vagrant
INFO interface: detail: puppet: SSH username: vagrant
puppet: SSH username: vagrant
INFO interface: detail: SSH auth method: private key
INFO interface: detail: puppet: SSH auth method: private key
puppet: SSH auth method: private key
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Network:0x0000000102371240>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::ClearNetworkInterfaces:0x0000000102371268>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareNFSSettings:0x00000001023ab738>
INFO synced_folders: Invoking synced folder enable: rsync
DEBUG ssh: Checking whether SSH is ready...
INFO ssh: Connection errored, not re-using. Will reconnect.
DEBUG ssh: #<Timeout::Error: execution expired>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="800,600,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.2 r119230"
GuestAdditionsFacility_VirtualBox Base Driver=50,1512437456957
GuestAdditionsFacility_VirtualBox System Service=50,1512437457629
GuestAdditionsFacility_Seamless Mode=0,1512437456957
GuestAdditionsFacility_Graphics Mode=0,1512437456957
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_5_2: Searching for SSH port: 22
DEBUG virtualbox_5_2: read_forward_ports: uuid=5215ae10-0760-4ec1-9eb8-62f8a97593d9 active_only=false
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="800,600,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.2 r119230"
GuestAdditionsFacility_VirtualBox Base Driver=50,1512437456957
GuestAdditionsFacility_VirtualBox System Service=50,1512437457629
GuestAdditionsFacility_Seamless Mode=0,1512437456957
GuestAdditionsFacility_Graphics Mode=0,1512437456957
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_5_2: - [1, "ssh", 2322, 22, ""]
DEBUG ssh: Checking key permissions: /Users/dan/puppet-env/.vagrant/machines/puppet/virtualbox/private_key
INFO ssh: Attempting SSH connection...
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2322
INFO ssh: - Username: vagrant
INFO ssh: - Password? false
INFO ssh: - Key Path: ["/Users/dan/puppet-env/.vagrant/machines/puppet/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=>2322, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :encryption=>["aes128-cbc", "3des-cbc", "blowfish-cbc", "cast128-cbc", "aes192-cbc", "aes256-cbc", "rijndael-cbc@lysator.liu.se", "idea-cbc", "arcfour128", "arcfour256", "arcfour", "aes128-ctr", "aes192-ctr", "aes256-ctr", "cast128-ctr", "blowfish-ctr", "3des-ctr", "none"], :logger=>#<Logger:0x0000000102ec7ea0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000000102ec7e50 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000000102ec7dd8 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x0000000102ec7ef0>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x0000000102ec7d88>>>, :keys=>["/Users/dan/puppet-env/.vagrant/machines/puppet/virtualbox/private_key"]}
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2017-12-04T20:31:10.754103 #3831] DEBUG -- net.ssh.transport.session[81763168]: establishing connection to 127.0.0.1:2322
D, [2017-12-04T20:31:10.754366 #3831] DEBUG -- net.ssh.transport.session[81763168]: connection established
I, [2017-12-04T20:31:10.754410 #3831] INFO -- net.ssh.transport.server_version[81762b00]: negotiating protocol version
D, [2017-12-04T20:31:10.754424 #3831] DEBUG -- net.ssh.transport.server_version[81762b00]: local is `SSH-2.0-Ruby/Net::SSH_4.1.0 x86_64-darwin13'
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO ssh: SSH not up: #<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>
ERROR warden: Error occurred: Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::HandleForwardedPortCollisions:0x0000000107807048>
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000102e1f7c8>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Recovery complete.
ERROR warden: Error occurred: Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000102eb5980>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Recovery complete.
ERROR warden: Error occurred: Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x00000001008f4480>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x00000001009385b8>
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<VagrantPlugins::ProviderVirtualBox::Action::Import:0x0000000102482198>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "5215ae10-0760-4ec1-9eb8-62f8a97593d9", "--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="puppet-env_puppet_1512437326490_72721"
groups="/"
ostype="Red Hat (64-bit)"
UUID="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
CfgFile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.vbox"
SnapFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Snapshots"
LogFldr="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/Logs"
hardwareuuid="5215ae10-0760-4ec1-9eb8-62f8a97593d9"
memory=512
pagefusion="off"
vram=16
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="floppy"
boot2="dvd"
boot3="disk"
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-12-05T01:28:47.959000000"
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"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE-0-0"="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/centos-7-1-1.x86_64.vmdk"
"IDE-ImageUUID-0-0"="435e7451-2a79-48f5-8be9-6f6eb115a7d5"
"IDE-0-1"="none"
"IDE-1-0"="none"
"IDE-1-1"="none"
natnet1="nat"
macaddress1="525400CAE48B"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2322,,22"
hostonlyadapter2="vboxnet0"
macaddress2="08002726E82C"
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="coreaudio"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="800,600,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocapscreens=0
videocapfile="/Users/dan/VirtualBox VMs/puppet-env_puppet_1512437326490_72721/puppet-env_puppet_1512437326490_72721.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.2 r119230"
GuestAdditionsFacility_VirtualBox Base Driver=50,1512437456957
GuestAdditionsFacility_VirtualBox System Service=50,1512437457629
GuestAdditionsFacility_Seamless Mode=0,1512437456957
GuestAdditionsFacility_Graphics Mode=0,1512437456957
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Recovery complete.
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000100938630>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO environment: Released process lock: machine-action-7cfd662576c16d35f31d6b67b2623c60
INFO environment: Running hook: environment_unload
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: environment_unload #<Vagrant::Action::Builder:0x00000001008f70b8>
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<Vagrant::Errors::MachineGuestNotReady: Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.>
ERROR vagrant: Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
ERROR vagrant: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/machine.rb:262:in `guest'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/synced_folders/rsync/synced_folder.rb:31:in `enable'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/synced_folders.rb:93:in `block in call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/synced_folders.rb:90:in `each'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/synced_folders.rb:90:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/synced_folder_cleanup.rb:28:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/synced_folders/nfs/action_cleanup.rb:25:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/action/prepare_nfs_valid_ids.rb:12:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb:49:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/action/prepare_forwarded_port_collision_params.rb:30:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/env_set.rb:19:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/provision.rb:80:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/action/clear_forwarded_ports.rb:15:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/action/set_name.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/action/clean_machine_folder.rb:17:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/action/check_accessible.rb:18:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builder.rb:116:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/util/busy.rb:19:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/call.rb:53:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builder.rb:116:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/util/busy.rb:19:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/call.rb:53:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builder.rb:116:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/util/busy.rb:19:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/call.rb:53:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/box_check_outdated.rb:78:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/action/match_mac_address.rb:19:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/action/discard_state.rb:15:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/action/import.rb:74:in `import'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/action/import.rb:13:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/action/prepare_clone_snapshot.rb:17:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/prepare_clone.rb:15:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/action/customize.rb:40:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/action/check_accessible.rb:18:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builder.rb:116:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/util/busy.rb:19:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/call.rb:53:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/handle_box.rb:56:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builder.rb:116:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/util/busy.rb:19:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/call.rb:53:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builder.rb:116:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/util/busy.rb:19:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/machine.rb:227:in `action_raw'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/machine.rb:202:in `block in action'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/environment.rb:631:in `lock'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/machine.rb:188:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/machine.rb:188:in `action'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/batch_action.rb:82:in `block (2 levels) in run'
INFO interface: error: Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
INFO interface: Machine: error-exit ["Vagrant::Errors::MachineGuestNotReady", "Guest-specific operations were attempted on a machine that is not\nready for guest communication. This should not happen and a bug\nshould be reported."]
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$
Dans-MacBook-Pro:puppet-env dan$ vi vagrant.log
INFO global: Vagrant version: 2.0.1
INFO global: Ruby version: 2.4.2
INFO global: RubyGems version: 2.6.13
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded"
INFO global: VAGRANT_OLD_ENV_SHELL="/bin/bash"
INFO global: VAGRANT_OLD_ENV_PWD="/Users/dan/puppet-env"
INFO global: VAGRANT_OLD_ENV_LANG="en_US.UTF-8"
INFO global: VAGRANT_OLD_ENV_HOME="/Users/dan"
INFO global: VAGRANT_OLD_ENV_OLDPWD="/Users/dan"
INFO global: VAGRANT_OLD_ENV_TERM_PROGRAM_VERSION="400"
INFO global: VAGRANT_OLD_ENV_USER="dan"
INFO global: VAGRANT_OLD_ENV_PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
INFO global: VAGRANT_OLD_ENV__="/usr/local/bin/vagrant"
INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/bin/vagrant"
INFO global: VAGRANT_OLD_ENV_XPC_SERVICE_NAME="0"
INFO global: VAGRANT_OLD_ENV_LOGNAME="dan"
INFO global: VAGRANT_OLD_ENV_TERM="xterm-256color"
INFO global: VAGRANT_OLD_ENV_TERM_SESSION_ID="1021985F-EF99-4BD6-ADA7-0B1BAD51AD41"
INFO global: VAGRANT_OLD_ENV_SECURITYSESSIONID="18713"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_OLD_ENV_TERM_PROGRAM="Apple_Terminal"
INFO global: VAGRANT_OLD_ENV_TMPDIR="/var/folders/_k/cxg63gwj6q7cmlsdzmlwmqfm0000gn/T/"
INFO global: VAGRANT_INSTALLER_VERSION="2"
"vagrant.log" 9297L, 361194C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment