Last active
June 23, 2018 12:11
-
-
Save nhojpatrick/5a488c8feab1a134c2a6877b90f4574e to your computer and use it in GitHub Desktop.
ansible-apt-issue.bionic64.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loki:ansible-apt-issue john$ vagrant up ansible-apt-module | |
Bringing machine 'ansible-apt-module' up with 'virtualbox' provider... | |
==> ansible-apt-module: Importing base box 'ubuntu/bionic64'... | |
==> ansible-apt-module: Matching MAC address for NAT networking... | |
==> ansible-apt-module: Checking if box 'ubuntu/bionic64' is up to date... | |
==> ansible-apt-module: Setting the name of the VM: ansible-apt-issue_ansible-apt-module_1529754013294_58923 | |
==> ansible-apt-module: Fixed port collision for 22 => 2222. Now on port 2200. | |
==> ansible-apt-module: Clearing any previously set network interfaces... | |
==> ansible-apt-module: Preparing network interfaces based on configuration... | |
ansible-apt-module: Adapter 1: nat | |
==> ansible-apt-module: Forwarding ports... | |
ansible-apt-module: 22 (guest) => 2200 (host) (adapter 1) | |
==> ansible-apt-module: Running 'pre-boot' VM customizations... | |
==> ansible-apt-module: Booting VM... | |
==> ansible-apt-module: Waiting for machine to boot. This may take a few minutes... | |
ansible-apt-module: SSH address: 127.0.0.1:2200 | |
ansible-apt-module: SSH username: vagrant | |
ansible-apt-module: SSH auth method: private key | |
ansible-apt-module: Warning: Connection reset. Retrying... | |
ansible-apt-module: Warning: Remote connection disconnect. Retrying... | |
ansible-apt-module: Warning: Connection reset. Retrying... | |
ansible-apt-module: Warning: Remote connection disconnect. Retrying... | |
ansible-apt-module: Warning: Connection reset. Retrying... | |
ansible-apt-module: Warning: Remote connection disconnect. Retrying... | |
ansible-apt-module: Warning: Connection reset. Retrying... | |
ansible-apt-module: Warning: Remote connection disconnect. Retrying... | |
ansible-apt-module: Warning: Connection reset. Retrying... | |
ansible-apt-module: Warning: Remote connection disconnect. Retrying... | |
ansible-apt-module: | |
ansible-apt-module: Vagrant insecure key detected. Vagrant will automatically replace | |
ansible-apt-module: this with a newly generated keypair for better security. | |
ansible-apt-module: | |
ansible-apt-module: Inserting generated public key within guest... | |
ansible-apt-module: Removing insecure key from the guest if it's present... | |
ansible-apt-module: Key inserted! Disconnecting and reconnecting using new SSH key... | |
==> ansible-apt-module: Machine booted and ready! | |
==> ansible-apt-module: Checking for guest additions in VM... | |
==> ansible-apt-module: Setting hostname... | |
==> ansible-apt-module: Mounting shared folders... | |
ansible-apt-module: /vagrant => /Users/john/projects/ansible-apt-issue | |
==> ansible-apt-module: Running provisioner: fix-no-tty (shell)... | |
ansible-apt-module: Running: inline script | |
==> ansible-apt-module: Running provisioner: ansible_local... | |
ansible-apt-module: Installing Ansible... | |
The following SSH command responded with a non-zero exit status. | |
Vagrant assumes that this means the command failed! | |
apt-get install -y -qq software-properties-common python-software-properties | |
Stdout from the command: | |
Stderr from the command: | |
E: Package 'python-software-properties' has no installation candidate | |
loki:ansible-apt-issue john$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment