Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guillaumemolter/400f88b00a2ba064c5a30d4eb6c4b66f to your computer and use it in GitHub Desktop.
Save guillaumemolter/400f88b00a2ba064c5a30d4eb6c4b66f to your computer and use it in GitHub Desktop.
vagrant up
vagrant up
Bringing machine 'homestead-7' up with 'virtualbox' provider...
==> homestead-7: Importing base box 'laravel/homestead'...
==> homestead-7: Matching MAC address for NAT networking...
==> homestead-7: Checking if box 'laravel/homestead' version '7.0.0' is up to date...
==> homestead-7: Setting the name of the VM: homestead-7
==> homestead-7: Clearing any previously set network interfaces...
==> homestead-7: Preparing network interfaces based on configuration...
homestead-7: Adapter 1: nat
homestead-7: Adapter 2: hostonly
==> homestead-7: Forwarding ports...
homestead-7: 80 (guest) => 8000 (host) (adapter 1)
homestead-7: 443 (guest) => 44300 (host) (adapter 1)
homestead-7: 3306 (guest) => 33060 (host) (adapter 1)
homestead-7: 4040 (guest) => 4040 (host) (adapter 1)
homestead-7: 5432 (guest) => 54320 (host) (adapter 1)
homestead-7: 8025 (guest) => 8025 (host) (adapter 1)
homestead-7: 27017 (guest) => 27017 (host) (adapter 1)
homestead-7: 22 (guest) => 2222 (host) (adapter 1)
==> homestead-7: Running 'pre-boot' VM customizations...
==> homestead-7: Booting VM...
==> homestead-7: Waiting for machine to boot. This may take a few minutes...
homestead-7: SSH address: 127.0.0.1:2222
homestead-7: SSH username: vagrant
homestead-7: SSH auth method: private key
homestead-7:
homestead-7: Vagrant insecure key detected. Vagrant will automatically replace
homestead-7: this with a newly generated keypair for better security.
homestead-7:
homestead-7: Inserting generated public key within guest...
homestead-7: Removing insecure key from the guest if it's present...
homestead-7: Key inserted! Disconnecting and reconnecting using new SSH key...
==> homestead-7: Machine booted and ready!
==> homestead-7: Checking for guest additions in VM...
homestead-7: The guest additions on this VM do not match the installed version of
homestead-7: VirtualBox! In most cases this is fine, but in rare cases it can
homestead-7: prevent things such as shared folders from working properly. If you see
homestead-7: shared folder errors, please make sure the guest additions within the
homestead-7: virtual machine match the version of VirtualBox you have installed on
homestead-7: your host and reload your VM.
homestead-7:
homestead-7: Guest Additions Version: 5.2.8_KernelUbuntu r120774
homestead-7: VirtualBox Version: 6.0
==> homestead-7: [vagrant-hostsupdater] Checking for host entries
==> homestead-7: [vagrant-hostsupdater] Writing the following entries to (/etc/hosts)
==> homestead-7: [vagrant-hostsupdater] 192.168.10.10 homestead # VAGRANT: 6a77131175baeea1ebb595b986cb05df (homestead-7) / 1552eedc-23b3-410f-953b-77ea0dc35b9a
==> homestead-7: [vagrant-hostsupdater] 192.168.10.10 socket-wrench.test # VAGRANT: 6a77131175baeea1ebb595b986cb05df (homestead-7) / 1552eedc-23b3-410f-953b-77ea0dc35b9a
==> homestead-7: [vagrant-hostsupdater] 192.168.10.10 dev1.sites.sph.harvard.edu # VAGRANT: 6a77131175baeea1ebb595b986cb05df (homestead-7) / 1552eedc-23b3-410f-953b-77ea0dc35b9a
==> homestead-7: [vagrant-hostsupdater] 192.168.10.10 dev1.sph.harvard.edu # VAGRANT: 6a77131175baeea1ebb595b986cb05df (homestead-7) / 1552eedc-23b3-410f-953b-77ea0dc35b9a
==> homestead-7: [vagrant-hostsupdater] 192.168.10.10 dev.labpoint.sph.harvard.edu # VAGRANT: 6a77131175baeea1ebb595b986cb05df (homestead-7) / 1552eedc-23b3-410f-953b-77ea0dc35b9a
==> homestead-7: [vagrant-hostsupdater] This operation requires administrative access. You may skip it by manually adding equivalent entries to the hosts file.
==> homestead-7: Setting hostname...
==> homestead-7: Configuring and enabling network interfaces...
==> homestead-7: Mounting shared folders...
homestead-7: /vagrant => /Users/gsm003/Code/homestead
homestead-7: /home/vagrant/code/sites => /Users/gsm003/Code/hsph/website-sites-sph-harvard-edu
homestead-7: /home/vagrant/code/wwwhsph => /Users/gsm003/Code/hsph/website-www-hsph-harvard-edu
homestead-7: /home/vagrant/code/labpoint => /Users/gsm003/Code/hsph/labpoint-dev
==> homestead-7: Running provisioner: file...
homestead-7: /Users/gsm003/Code/homestead/aliases => /tmp/bash_aliases
==> homestead-7: Running provisioner: shell...
homestead-7: Running: inline script
==> homestead-7: Running provisioner: shell...
homestead-7: Running: inline script
homestead-7:
homestead-7: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4qLa2Tnz4T0J80iCoiKAdZbkOJKv/gWoGZ9s8G2Tjqm53ovDIpHKcZcAL8OPDPW9T5EC2Evvr8/6Vjh2vLBDIQPsxlAOIhibChUhI4Zjy6vpup80XYpOEmoloIPh4CfzK9jcRYsDIw2eUo2vp0/DukmctieyvQ42PpF4v0qhwfNfREIsOvOoNaCXidryKHcmvn3dJtZ4AuPzeuXfBkbzxOSFhMYU12r4HCFF5xukQ7xu67J9y0i6P+E1juM9epaahOxDe60YkrKdjGoiEbRVuyAfnUzubkM9V8RR0S0ylVuVmAc+T6JiZZFqYsoLw4mQF7oZGnnIX73F63zExAkv1 guillaumemolter@Guillaumes-MacBook-Pro.local
==> homestead-7: Running provisioner: shell...
homestead-7: Running: inline script
==> homestead-7: Running provisioner: shell...
homestead-7: Running: /var/folders/ct/67_tjzbs45sbr10p_pw7f9_m0000gn/T/vagrant-shell20190201-61828-1h6jovj.sh
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Creating Certificate: socket-wrench.test
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Creating Site: socket-wrench.test
==> homestead-7: Running provisioner: shell...
homestead-7: Running: inline script
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Checking for old Schedule
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Creating Certificate: dev1.sites.sph.harvard.edu
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Creating Site: dev1.sites.sph.harvard.edu
homestead-7: Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease
homestead-7: Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
homestead-7: Get:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
homestead-7: Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [446 kB]
homestead-7: Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [512 kB]
homestead-7: Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [192 kB]
homestead-7: Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [724 kB]
homestead-7: Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [715 kB]
homestead-7: Get:9 http://packages.blackfire.io/debian any InRelease [23.2 kB]
homestead-7: Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [182 kB]
homestead-7: Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [6,388 B]
homestead-7: Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [6,540 B]
homestead-7: Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [3,452 B]
homestead-7: Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [3,472 B]
homestead-7: Get:15 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [3,472 B]
homestead-7: Get:16 http://packages.blackfire.io/debian any/main i386 Packages [1,194 B]
homestead-7: Get:17 http://packages.blackfire.io/debian any/main amd64 Packages [1,208 B]
homestead-7: Get:18 https://deb.nodesource.com/node_8.x bionic InRelease [4,622 B]
homestead-7: Hit:19 https://cli-assets.heroku.com/apt ./ InRelease
homestead-7: Get:20 https://packages.microsoft.com/ubuntu/18.04/prod bionic InRelease [3,226 B]
homestead-7: Get:21 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
homestead-7: Hit:22 http://ppa.launchpad.net/nginx/development/ubuntu bionic InRelease
homestead-7: Get:23 https://packages.microsoft.com/ubuntu/18.04/prod bionic/main amd64 Packages [35.7 kB]
homestead-7: Get:24 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease [20.8 kB]
homestead-7: Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [255 kB]
homestead-7: Get:26 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [197 kB]
homestead-7: Get:27 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [96.8 kB]
homestead-7: Get:28 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [116 kB]
homestead-7: Get:29 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [114 kB]
homestead-7: Get:30 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [66.2 kB]
homestead-7: Get:31 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [3,332 B]
homestead-7: Get:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [3,500 B]
homestead-7: Get:33 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [1,848 B]
homestead-7: Get:34 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 Packages [43.9 kB]
homestead-7: Get:35 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main i386 Packages [43.9 kB]
homestead-7: Fetched 4,078 kB in 7s (610 kB/s)
homestead-7: Reading package lists...
homestead-7: Reading package lists...
homestead-7: Building dependency tree...
homestead-7: Reading state information...
homestead-7: The following additional packages will be installed:
homestead-7: apache2-bin apache2-data apache2-utils libapr1 libaprutil1
homestead-7: libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.2-0
homestead-7: Suggested packages:
homestead-7: apache2-doc apache2-suexec-pristine | apache2-suexec-custom
homestead-7: The following NEW packages will be installed:
homestead-7: apache2 apache2-bin apache2-data apache2-utils libapache2-mod-fcgid libapr1
homestead-7: libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.2-0 php7.3-cgi
homestead-7: 0 upgraded, 11 newly installed, 0 to remove and 76 not upgraded.
homestead-7: Need to get 3,120 kB of archives.
homestead-7: After this operation, 16.4 MB of additional disk space will be used.
homestead-7: Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB]
homestead-7: Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.3-cgi amd64 7.3.1-1+ubuntu18.04.1+deb.sury.org+1 [1,336 kB]
homestead-7: Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB]
homestead-7: Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB]
homestead-7: Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B]
homestead-7: Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB]
homestead-7: Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.5 [1,071 kB]
homestead-7: Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.5 [83.3 kB]
homestead-7: Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.5 [160 kB]
homestead-7: Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.5 [95.1 kB]
homestead-7: Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libapache2-mod-fcgid amd64 1:2.3.9-1 [70.5 kB]
homestead-7: Fetched 3,120 kB in 5s (592 kB/s)
homestead-7: Selecting previously unselected package libapr1:amd64.
homestead-7: (Reading database ...
homestead-7: (Reading database ... 5%
homestead-7: (Reading database ... 10%
homestead-7: (Reading database ... 15%
homestead-7: (Reading database ... 20%
homestead-7: (Reading database ... 25%
homestead-7: (Reading database ... 30%
homestead-7: (Reading database ... 35%
homestead-7: (Reading database ... 40%
homestead-7: (Reading database ... 45%
homestead-7: (Reading database ... 50%
homestead-7: (Reading database ... 55%
homestead-7: (Reading database ... 60%
homestead-7: (Reading database ... 65%
homestead-7: (Reading database ... 70%
homestead-7: (Reading database ... 75%
homestead-7: (Reading database ... 80%
homestead-7: (Reading database ... 85%
homestead-7: (Reading database ... 90%
homestead-7: (Reading database ... 95%
(Reading database ... 186294 files and directories currently installed.)
homestead-7: Preparing to unpack .../00-libapr1_1.6.3-2_amd64.deb ...
homestead-7: Unpacking libapr1:amd64 (1.6.3-2) ...
homestead-7: Selecting previously unselected package libaprutil1:amd64.
homestead-7: Preparing to unpack .../01-libaprutil1_1.6.1-2_amd64.deb ...
homestead-7: Unpacking libaprutil1:amd64 (1.6.1-2) ...
homestead-7: Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64.
homestead-7: Preparing to unpack .../02-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ...
homestead-7: Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ...
homestead-7: Selecting previously unselected package libaprutil1-ldap:amd64.
homestead-7: Preparing to unpack .../03-libaprutil1-ldap_1.6.1-2_amd64.deb ...
homestead-7: Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ...
homestead-7: Selecting previously unselected package liblua5.2-0:amd64.
homestead-7: Preparing to unpack .../04-liblua5.2-0_5.2.4-1.1build1_amd64.deb ...
homestead-7: Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ...
homestead-7: Selecting previously unselected package apache2-bin.
homestead-7: Preparing to unpack .../05-apache2-bin_2.4.29-1ubuntu4.5_amd64.deb ...
homestead-7: Unpacking apache2-bin (2.4.29-1ubuntu4.5) ...
homestead-7: Selecting previously unselected package apache2-utils.
homestead-7: Preparing to unpack .../06-apache2-utils_2.4.29-1ubuntu4.5_amd64.deb ...
homestead-7: Unpacking apache2-utils (2.4.29-1ubuntu4.5) ...
homestead-7: Selecting previously unselected package apache2-data.
homestead-7: Preparing to unpack .../07-apache2-data_2.4.29-1ubuntu4.5_all.deb ...
homestead-7: Unpacking apache2-data (2.4.29-1ubuntu4.5) ...
homestead-7: Selecting previously unselected package apache2.
homestead-7: Preparing to unpack .../08-apache2_2.4.29-1ubuntu4.5_amd64.deb ...
homestead-7: Unpacking apache2 (2.4.29-1ubuntu4.5) ...
homestead-7: Selecting previously unselected package libapache2-mod-fcgid.
homestead-7: Preparing to unpack .../09-libapache2-mod-fcgid_1%3a2.3.9-1_amd64.deb ...
homestead-7: Unpacking libapache2-mod-fcgid (1:2.3.9-1) ...
homestead-7: Selecting previously unselected package php7.3-cgi.
homestead-7: Preparing to unpack .../10-php7.3-cgi_7.3.1-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
homestead-7: Unpacking php7.3-cgi (7.3.1-1+ubuntu18.04.1+deb.sury.org+1) ...
homestead-7: Setting up libapr1:amd64 (1.6.3-2) ...
homestead-7: Processing triggers for ufw (0.35-5) ...
homestead-7: Processing triggers for ureadahead (0.100.0-20) ...
homestead-7: Setting up apache2-data (2.4.29-1ubuntu4.5) ...
homestead-7: Setting up php7.3-cgi (7.3.1-1+ubuntu18.04.1+deb.sury.org+1) ...
homestead-7: update-alternatives:
homestead-7: using /usr/bin/php-cgi7.3 to provide /usr/bin/php-cgi (php-cgi) in auto mode
homestead-7: update-alternatives: using /usr/lib/cgi-bin/php7.3 to provide /usr/lib/cgi-bin/php (php-cgi-bin) in auto mode
homestead-7: Creating config file /etc/php/7.3/cgi/php.ini with new version
homestead-7: Processing triggers for libc-bin (2.27-3ubuntu1) ...
homestead-7: Setting up libaprutil1:amd64 (1.6.1-2) ...
homestead-7: Processing triggers for systemd (237-3ubuntu10.11) ...
homestead-7: Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
homestead-7: Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ...
homestead-7: Setting up libaprutil1-ldap:amd64 (1.6.1-2) ...
homestead-7: Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ...
homestead-7: Setting up apache2-utils (2.4.29-1ubuntu4.5) ...
homestead-7: Setting up apache2-bin (2.4.29-1ubuntu4.5) ...
homestead-7: Setting up apache2 (2.4.29-1ubuntu4.5) ...
homestead-7: Enabling module mpm_event.
homestead-7: Enabling module authz_core.
homestead-7: Enabling module authz_host.
homestead-7: Enabling module authn_core.
homestead-7: Enabling module auth_basic.
homestead-7: Enabling module access_compat.
homestead-7: Enabling module authn_file.
homestead-7: Enabling module authz_user.
homestead-7: Enabling module alias.
homestead-7: Enabling module dir.
homestead-7: Enabling module autoindex.
homestead-7: Enabling module env.
homestead-7: Enabling module mime.
homestead-7: Enabling module negotiation.
homestead-7: Enabling module setenvif.
homestead-7: Enabling module filter.
homestead-7: Enabling module deflate.
homestead-7: Enabling module status.
homestead-7: Enabling module reqtimeout.
homestead-7: Enabling conf charset.
homestead-7: Enabling conf localized-error-pages.
homestead-7: Enabling conf other-vhosts-access-log.
homestead-7: Enabling conf security.
homestead-7: Enabling conf serve-cgi-bin.
homestead-7: Enabling site 000-default.
homestead-7: Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service.
homestead-7: Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service.
homestead-7: Setting up libapache2-mod-fcgid (1:2.3.9-1) ...
homestead-7: apache2_invoke: Enable module fcgid
homestead-7: Processing triggers for libc-bin (2.27-3ubuntu1) ...
homestead-7: Processing triggers for systemd (237-3ubuntu10.11) ...
homestead-7: Processing triggers for ureadahead (0.100.0-20) ...
homestead-7: Processing triggers for ufw (0.35-5) ...
homestead-7: Site 000-default disabled.
homestead-7: To activate the new configuration, you need to run:
homestead-7: systemctl reload apache2
homestead-7: Enabling conf php7.3-fpm.
homestead-7: To activate the new configuration, you need to run:
homestead-7: systemctl reload apache2
homestead-7: Enabling module rewrite.
homestead-7: To activate the new configuration, you need to run:
homestead-7: systemctl restart apache2
homestead-7: Considering dependency setenvif for ssl:
homestead-7: Module setenvif already enabled
homestead-7: Considering dependency mime for ssl:
homestead-7: Module mime already enabled
homestead-7: Considering dependency socache_shmcb for ssl:
homestead-7: Enabling module socache_shmcb.
homestead-7: Enabling module ssl.
homestead-7: See /usr/share/doc/apache2/README.Debian.gz on how to configure SSL and create self-signed certificates.
homestead-7: To activate the new configuration, you need to run:
homestead-7: systemctl restart apache2
homestead-7: Enabling module proxy.
homestead-7: Considering dependency proxy for proxy_fcgi:
homestead-7: Module proxy already enabled
homestead-7: Enabling module proxy_fcgi.
homestead-7: To activate the new configuration, you need to run:
homestead-7: systemctl restart apache2
homestead-7: Enabling module headers.
homestead-7: Enabling module actions.
homestead-7: Module alias already enabled
homestead-7: To activate the new configuration, you need to run:
homestead-7: systemctl restart apache2
homestead-7: Mutex posixsem
==> homestead-7: Running provisioner: shell...
homestead-7: Running: inline script
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Checking for old Schedule
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Creating Certificate: dev1.sph.harvard.edu
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Creating Site: dev1.sph.harvard.edu
homestead-7: Hit:2 https://packages.microsoft.com/ubuntu/18.04/prod bionic InRelease
homestead-7: Get:3 https://deb.nodesource.com/node_8.x bionic InRelease [4,622 B]
homestead-7: Hit:1 https://cli-assets.heroku.com/apt ./ InRelease
homestead-7: Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease
homestead-7: Hit:5 http://ppa.launchpad.net/nginx/development/ubuntu bionic InRelease
homestead-7: Hit:6 http://archive.ubuntu.com/ubuntu bionic InRelease
homestead-7: Hit:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
homestead-7: Hit:8 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease
homestead-7: Hit:9 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
homestead-7: Hit:10 http://packages.blackfire.io/debian any InRelease
homestead-7: Fetched 4,622 B in 1s (3,549 B/s)
homestead-7: Reading package lists...
homestead-7: Reading package lists...
homestead-7: Building dependency tree...
homestead-7: Reading state information...
homestead-7: libapache2-mod-fcgid is already the newest version (1:2.3.9-1).
homestead-7: apache2 is already the newest version (2.4.29-1ubuntu4.5).
homestead-7: php7.3-cgi is already the newest version (7.3.1-1+ubuntu18.04.1+deb.sury.org+1).
homestead-7: 0 upgraded, 0 newly installed, 0 to remove and 76 not upgraded.
homestead-7: Site 000-default already disabled
homestead-7: Conf php7.3-fpm already enabled
homestead-7: Module rewrite already enabled
homestead-7: Considering dependency setenvif for ssl:
homestead-7: Module setenvif already enabled
homestead-7: Considering dependency mime for ssl:
homestead-7: Module mime already enabled
homestead-7: Considering dependency socache_shmcb for ssl:
homestead-7: Module socache_shmcb already enabled
homestead-7: Module ssl already enabled
homestead-7: Module proxy already enabled
homestead-7: Considering dependency proxy for proxy_fcgi:
homestead-7: Module proxy already enabled
homestead-7: Module proxy_fcgi already enabled
homestead-7: Module headers already enabled
homestead-7: Module actions already enabled
homestead-7: Module alias already enabled
==> homestead-7: Running provisioner: shell...
homestead-7: Running: inline script
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Checking for old Schedule
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Creating Certificate: dev.labpoint.sph.harvard.edu
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Creating Site: dev.labpoint.sph.harvard.edu
==> homestead-7: Running provisioner: shell...
homestead-7: Running: inline script
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Checking for old Schedule
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Clear Variables
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Restarting Cron
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Restarting Nginx
homestead-7: Job for nginx.service failed because the control process exited with error code.
homestead-7: See "systemctl status nginx.service" and "journalctl -xe" for details.
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Creating MySQL Database: socket_wrench
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Creating Postgres Database: socket_wrench
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Creating MySQL Database: labpoint
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Creating Postgres Database: labpoint
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Update Composer
homestead-7: Updating to version 1.8.3 (stable channel).
homestead-7:
homestead-7: Use composer self-update --rollback to return to version 1.8.0
==> homestead-7: Running provisioner: shell...
homestead-7: Running: /var/folders/ct/67_tjzbs45sbr10p_pw7f9_m0000gn/T/vagrant-shell20190201-61828-1xpq1v7.sh
==> homestead-7: Running provisioner: shell...
homestead-7: Running: script: Update motd
==> homestead-7: Running provisioner: shell...
homestead-7: Running: /var/folders/ct/67_tjzbs45sbr10p_pw7f9_m0000gn/T/vagrant-shell20190201-61828-13p5uup.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment