Skip to content

Instantly share code, notes, and snippets.

@juliuscaesarnl
Created February 2, 2021 11:32
Show Gist options
  • Save juliuscaesarnl/a8c933b825c5165185dab259fbf5c9f8 to your computer and use it in GitHub Desktop.
Save juliuscaesarnl/a8c933b825c5165185dab259fbf5c9f8 to your computer and use it in GitHub Desktop.
Vagrant output
portal: Are you sure you want to destroy the 'portal' VM? [y/N] y
==> portal: Destroying VM and associated drives...
Bringing machine 'portal' up with 'virtualbox' provider...
==> portal: Importing base box 'laravel/homestead'...
==> portal: Matching MAC address for NAT networking...
==> portal: Checking if box 'laravel/homestead' version '10.1.1' is up to date...
==> portal: Setting the name of the VM: portal
==> portal: Clearing any previously set network interfaces...
==> portal: Preparing network interfaces based on configuration...
portal: Adapter 1: nat
portal: Adapter 2: hostonly
==> portal: Forwarding ports...
portal: 80 (guest) => 8000 (host) (adapter 1)
portal: 443 (guest) => 44300 (host) (adapter 1)
portal: 3306 (guest) => 33060 (host) (adapter 1)
portal: 4040 (guest) => 4040 (host) (adapter 1)
portal: 5432 (guest) => 54320 (host) (adapter 1)
portal: 8025 (guest) => 8025 (host) (adapter 1)
portal: 9600 (guest) => 9600 (host) (adapter 1)
portal: 27017 (guest) => 27017 (host) (adapter 1)
portal: 22 (guest) => 2222 (host) (adapter 1)
==> portal: Running 'pre-boot' VM customizations...
==> portal: Booting VM...
==> portal: Waiting for machine to boot. This may take a few minutes...
portal: SSH address: 127.0.0.1:2222
portal: SSH username: vagrant
portal: SSH auth method: private key
portal: Warning: Connection reset. Retrying...
portal: Warning: Connection aborted. Retrying...
portal:
portal: Vagrant insecure key detected. Vagrant will automatically replace
portal: this with a newly generated keypair for better security.
portal:
portal: Inserting generated public key within guest...
portal: Removing insecure key from the guest if it's present...
portal: Key inserted! Disconnecting and reconnecting using new SSH key...
==> portal: Machine booted and ready!
==> portal: Checking for guest additions in VM...
==> portal: Setting hostname...
==> portal: Configuring and enabling network interfaces...
==> portal: Mounting shared folders...
portal: /vagrant => C:/projects/portal
portal: /home/vagrant/code => C:/projects/portal
==> portal: Detected mount owner ID within mount options. (uid: 1000 guestpath: /home/vagrant/code)
==> portal: Detected mount group ID within mount options. (gid: 1000 guestpath: /home/vagrant/code)
==> portal: Running provisioner: file...
portal: aliases => /tmp/bash_aliases
==> portal: Running provisioner: shell...
portal: Running: inline script
==> portal: Running provisioner: shell...
portal: Running: inline script
portal:
portal: ssh-rsa insert-random-ssh-key user@example.com
==> portal: Running provisioner: shell...
portal: Running: inline script
==> portal: Running provisioner: shell...
portal: Running: inline script
==> portal: Running provisioner: shell...
portal: Running: inline script
==> portal: Running provisioner: shell...
portal: Running: inline script
portal: Invalid feature: mysql
==> portal: Running provisioner: shell...
portal: Running: inline script
portal: Ignoring feature: mariadb because it is set to false
==> portal: Running provisioner: shell...
portal: Running: inline script
portal: Ignoring feature: ohmyzsh because it is set to false
==> portal: Running provisioner: shell...
portal: Running: inline script
portal: Ignoring feature: webdriver because it is set to false
==> portal: Running provisioner: shell...
portal: Running: C:/Users/work/AppData/Local/Temp/vagrant-shell20210202-12472-kklijv.sh
==> portal: Running provisioner: shell...
portal: Running: C:/Users/work/AppData/Local/Temp/vagrant-shell20210202-12472-5m5mam.sh
==> portal: Running provisioner: Creating Certificate: portal.com (shell)...
portal: Running: script: Creating Certificate: portal.com
portal: Updating certificates in /etc/ssl/certs...
portal: rehash: warning: skipping duplicate certificate in ca.homestead.portal.crt
portal: 1 added, 0 removed; done.
portal: Running hooks in /etc/ca-certificates/update.d...
portal: done.
==> portal: Running provisioner: Creating Site: portal.com (shell)...
portal: Running: script: Creating Site: portal.com
==> portal: Running provisioner: shell...
portal: Running: inline script
==> portal: Running provisioner: shell...
portal: Running: C:/Users/work/AppData/Local/Temp/vagrant-shell20210202-12472-1mdgbtf.sh
==> portal: Running provisioner: Checking for old Schedule (shell)...
portal: Running: script: Checking for old Schedule
==> portal: Running provisioner: Clear Variables (shell)...
portal: Running: script: Clear Variables
==> portal: Running provisioner: Restarting Cron (shell)...
portal: Running: script: Restarting Cron
==> portal: Running provisioner: Restart Webserver (shell)...
portal: Running: script: Restart Webserver
==> portal: Running provisioner: Creating MySQL / MariaDB Database: pdw (shell)...
portal: Running: script: Creating MySQL / MariaDB Database: pdw
portal: We didn't find a PID for mariadb, skipping $DB creation
==> portal: Running provisioner: Update Composer (shell)...
portal: Running: script: Update Composer
portal: Updating to version 1.10.20 (1 channel).
portal: A new stable major version of Composer is available (2.0.9), run "composer self-update --2" to update to it. See also https://github.com/composer/composer/releases for changelogs.
portal:
portal: Use composer self-update --rollback to return to version 1.10.13
==> portal: Running provisioner: shell...
portal: Running: C:/Users/work/AppData/Local/Temp/vagrant-shell20210202-12472-19who6m.sh
==> portal: Running provisioner: Update motd (shell)...
portal: Running: script: Update motd
==> portal: Running provisioner: shell...
portal: Running: C:/Users/work/AppData/Local/Temp/vagrant-shell20210202-12472-8yasmy.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment