Skip to content

Instantly share code, notes, and snippets.

@maroskukan
Created July 28, 2022 13:03
Show Gist options
  • Save maroskukan/1d5201382edc024451a8c58060648ce1 to your computer and use it in GitHub Desktop.
Save maroskukan/1d5201382edc024451a8c58060648ce1 to your computer and use it in GitHub Desktop.
Vagrant log for Ubuntu 22.04
Bringing machine 'virtualbox' up with 'virtualbox' provider...
==> virtualbox: Importing base box 'file://builds/virtualbox-ubuntu2204.box'...
Progress: 10%
Progress: 20%
Progress: 30%
Progress: 90%
==> 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