Skip to content

Instantly share code, notes, and snippets.

@caschbre
Created January 12, 2021 18:23
Show Gist options
  • Save caschbre/750cf29520ab1ad4276d6e67848b9664 to your computer and use it in GitHub Desktop.
Save caschbre/750cf29520ab1ad4276d6e67848b9664 to your computer and use it in GitHub Desktop.
vagrant up output
> vagrant up
Bringing machine 'lf' up with 'virtualbox' provider...
==> lf: Checking if box 'geerlingguy/drupal-vm' version '2.0.10' is up to date...
==> lf: Clearing any previously set forwarded ports...
==> lf: Clearing any previously set network interfaces...
==> lf: Preparing network interfaces based on configuration...
lf: Adapter 1: nat
lf: Adapter 2: hostonly
==> lf: Forwarding ports...
lf: 22 (guest) => 2222 (host) (adapter 1)
==> lf: Running 'pre-boot' VM customizations...
==> lf: Booting VM...
==> lf: Waiting for machine to boot. This may take a few minutes...
lf: SSH address: 127.0.0.1:2222
lf: SSH username: vagrant
lf: SSH auth method: private key
==> lf: Machine booted and ready!
[lf] GuestAdditions seems to be installed (6.1.16) correctly, but not running.
update-initramfs: Generating /boot/initrd.img-4.15.0-112-generic
VirtualBox Guest Additions: Starting.
VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel
modules. This may take a while.
VirtualBox Guest Additions: To build modules for other installed kernels, run
VirtualBox Guest Additions: /sbin/rcvboxadd quicksetup <version>
VirtualBox Guest Additions: or
VirtualBox Guest Additions: /sbin/rcvboxadd quicksetup all
VirtualBox Guest Additions: Building the modules for kernel 4.15.0-112-generic.
update-initramfs: Generating /boot/initrd.img-4.15.0-112-generic
VirtualBox Guest Additions: Running kernel modules will not be replaced until
the system is restarted
Restarting VM to apply changes...
==> lf: Attempting graceful shutdown of VM...
==> lf: Booting VM...
==> lf: Waiting for machine to boot. This may take a few minutes...
==> lf: Machine booted and ready!
==> lf: Checking for guest additions in VM...
==> lf: Setting hostname...
==> lf: Configuring and enabling network interfaces...
==> lf: Exporting NFS shared folders...
==> lf: Preparing to edit /etc/exports. Administrator privileges will be required...
==> lf: Mounting NFS shared folders...
==> lf: Configuring cache buckets...
==> lf: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> lf: flag to force provisioning. Provisioners marked to run always will still run.
==> lf: Machine 'lf' has a post `vagrant up` message. This is a message
==> lf: from the creator of the Vagrantfile, and not from Vagrant itself:
==> lf:
==> lf: Your Drupal VM Vagrant box is ready to use!
==> lf: * Visit the dashboard for an overview of your site: http://dashboard.loc.lessonface.com (or http://192.168.88.121)
==> lf: * You can SSH into your machine with `vagrant ssh`.
==> lf: * Find out more in the Drupal VM documentation at http://docs.drupalvm.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment