-
-
Save maroskukan/1d5201382edc024451a8c58060648ce1 to your computer and use it in GitHub Desktop.
Vagrant log for Ubuntu 22.04
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
Bringing machine 'virtualbox' up with 'virtualbox' provider... | |
==> virtualbox: Importing base box 'file://builds/virtualbox-ubuntu2204.box'... | |
[KProgress: 10% | |
[KProgress: 20% | |
[KProgress: 30% | |
[KProgress: 90% | |
[K==> virtualbox: Matching MAC address for NAT networking... | |
==> virtualbox: Setting the name of the VM: ubuntu2204_virtualbox_1659012368605_12903 | |
==> virtualbox: Clearing any previously set network interfaces... | |
==> virtualbox: Preparing network interfaces based on configuration... | |
virtualbox: Adapter 1: nat | |
virtualbox: Adapter 2: hostonly | |
==> virtualbox: Forwarding ports... | |
virtualbox: 22 (guest) => 2222 (host) (adapter 1) | |
==> virtualbox: Running 'pre-boot' VM customizations... | |
==> virtualbox: Booting VM... | |
==> virtualbox: Waiting for machine to boot. This may take a few minutes... | |
virtualbox: SSH address: 127.0.0.1:2222 | |
virtualbox: SSH username: vagrant | |
virtualbox: SSH auth method: private key | |
==> virtualbox: Machine booted and ready! | |
==> virtualbox: Checking for guest additions in VM... | |
==> virtualbox: Setting hostname... | |
==> virtualbox: Configuring and enabling network interfaces... | |
==> virtualbox: Exporting NFS shared folders... | |
==> virtualbox: Preparing to edit /etc/exports. Administrator privileges will be required... | |
==> virtualbox: Mounting NFS shared folders... | |
==> virtualbox: Running provisioner: shell... | |
virtualbox: Running: inline script | |
virtualbox: Hello, World |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment