Created
March 4, 2026 19:58
-
-
Save svpernova09/047bc203f2353285a057da45ca6a11ab to your computer and use it in GitHub Desktop.
Vagrant up with mariaDB feature and enabled mysql service
This file contains hidden or 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
| --- | |
| ip: "192.168.56.56" | |
| memory: 4096 | |
| cpus: 4 | |
| box: Svpernova09/homestead | |
| provider: parallels | |
| authorize: ~/.ssh/id_rsa.pub | |
| keys: | |
| - ~/.ssh/id_rsa | |
| folders: | |
| - map: /Users/halo/Code/fresh | |
| to: /home/vagrant/fresh | |
| - map: /Users/halo/Code/rfid | |
| to: /home/vagrant/rfid.test | |
| sites: | |
| - map: fresh.test | |
| to: /home/vagrant/fresh/public | |
| - map: rfid.test | |
| to: /home/vagrant/rfid/public | |
| php: "8.4" | |
| databases: | |
| - homestead | |
| - rfid | |
| features: | |
| - mariadb: true | |
| - postgresql: false | |
| - ohmyzsh: false | |
| - minio: false | |
| services: | |
| - enabled: | |
| - "mysql" | |
| # - disabled: | |
| # - "postgresql@11-main" | |
| ports: | |
| - send: 33060 # MySQL/MariaDB | |
| to: 3306 |
This file contains hidden or 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
| $ vagrant up | |
| Bringing machine 'homestead' up with 'parallels' provider... | |
| ==> homestead: Registering VM image from the base box 'Svpernova09/homestead'... | |
| ==> homestead: Creating new virtual machine as a linked clone of the box image... | |
| ==> homestead: Unregistering the box VM image... | |
| ==> homestead: Setting the default configuration for VM... | |
| ==> homestead: Checking if box 'Svpernova09/homestead' version '16.0.0' is up to date... | |
| ==> homestead: Setting the name of the VM: homestead | |
| ==> homestead: Preparing network interfaces based on configuration... | |
| homestead: Adapter 0: shared | |
| homestead: Adapter 1: hostonly | |
| ==> homestead: Clearing any previously set network interfaces... | |
| ==> homestead: Forwarding ports... | |
| homestead: 80 => 8000 | |
| homestead: 443 => 44300 | |
| homestead: 3306 => 33060 | |
| ==> homestead: Running 'pre-boot' VM customizations... | |
| ==> homestead: Booting VM... | |
| ==> homestead: Waiting for machine to boot. This may take a few minutes... | |
| homestead: SSH address: 10.211.55.5:22 | |
| homestead: SSH username: vagrant | |
| homestead: SSH auth method: private key | |
| homestead: | |
| homestead: Vagrant insecure key detected. Vagrant will automatically replace | |
| homestead: this with a newly generated keypair for better security. | |
| homestead: | |
| homestead: Inserting generated public key within guest... | |
| homestead: Removing insecure key from the guest if it's present... | |
| homestead: Key inserted! Disconnecting and reconnecting using new SSH key... | |
| ==> homestead: Machine booted and ready! | |
| ==> homestead: Checking for Parallels Tools installed on the VM... | |
| ==> homestead: Parallels Tools installed on this VM are outdated! In most cases | |
| ==> homestead: this is fine but in rare cases it can cause things such as shared | |
| ==> homestead: folders to not work properly. If you see shared folder errors, | |
| ==> homestead: please update Parallels Tools within the virtual machine and | |
| ==> homestead: reload your VM. | |
| ==> homestead: Setting hostname... | |
| ==> homestead: Configuring and enabling network interfaces... | |
| ==> homestead: Mounting shared folders... | |
| homestead: /Users/halo/Code/homestead => /vagrant | |
| homestead: /Users/halo/Code/fresh => /home/vagrant/fresh | |
| homestead: /Users/halo/Code/rfid => /home/vagrant/rfid.test | |
| ==> homestead: Detected mount owner ID within mount options. (uid: 1000 guestpath: /home/vagrant/fresh) | |
| ==> homestead: Detected mount group ID within mount options. (gid: 1000 guestpath: /home/vagrant/fresh) | |
| ==> homestead: Detected mount owner ID within mount options. (uid: 1000 guestpath: /home/vagrant/rfid.test) | |
| ==> homestead: Detected mount group ID within mount options. (gid: 1000 guestpath: /home/vagrant/rfid.test) | |
| ==> homestead: Running provisioner: file... | |
| homestead: /Users/halo/Code/homestead/aliases => /tmp/bash_aliases | |
| ==> homestead: Running provisioner: handle_aliases (shell)... | |
| homestead: Running: inline script | |
| ==> homestead: Running provisioner: setting authorize key (shell)... | |
| homestead: Running: inline script | |
| homestead: | |
| homestead: ssh-rsa foo | |
| homestead: | |
| ==> homestead: Running provisioner: setting authorize permissions for id_rsa (shell)... | |
| homestead: Running: inline script | |
| ==> homestead: Running provisioner: mk_features (shell)... | |
| homestead: Running: inline script | |
| ==> homestead: Running provisioner: own_features (shell)... | |
| homestead: Running: inline script | |
| ==> homestead: Running provisioner: apt_update (shell)... | |
| homestead: Running: inline script | |
| homestead: Get:1 https://apt.postgresql.org/pub/repos/apt noble-pgdg InRelease [180 kB] | |
| homestead: Get:2 https://deb.nodesource.com/node_21.x nodistro InRelease [12.1 kB] | |
| homestead: Get:3 https://download.docker.com/linux/ubuntu noble InRelease [48.5 kB] | |
| homestead: Get:4 https://ngrok-agent.s3.amazonaws.com buster InRelease [20.3 kB] | |
| homestead: Get:5 https://apt.postgresql.org/pub/repos/apt noble-pgdg/main arm64 Packages [390 kB] | |
| homestead: Hit:6 http://ports.ubuntu.com/ubuntu-ports noble InRelease | |
| homestead: Get:7 https://ngrok-agent.s3.amazonaws.com buster/main arm64 Packages [10.4 kB] | |
| homestead: Get:8 https://download.docker.com/linux/ubuntu noble/stable arm64 Packages [46.1 kB] | |
| homestead: Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB] | |
| homestead: Get:10 https://ppa.launchpadcontent.net/ondrej/php/ubuntu noble InRelease [24.3 kB] | |
| homestead: Get:11 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB] | |
| homestead: Get:12 https://ppa.launchpadcontent.net/ondrej/php/ubuntu noble/main arm64 Packages [141 kB] | |
| homestead: Get:13 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB] | |
| homestead: Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1,912 kB] | |
| homestead: Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [332 kB] | |
| homestead: Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [174 kB] | |
| homestead: Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [3,882 kB] | |
| homestead: Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [632 kB] | |
| homestead: Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B] | |
| homestead: Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1,526 kB] | |
| homestead: Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [318 kB] | |
| homestead: Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [385 kB] | |
| homestead: Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [35.1 kB] | |
| homestead: Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [7,044 B] | |
| homestead: Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B] | |
| homestead: Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3,576 B] | |
| homestead: Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B] | |
| homestead: Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [10.5 kB] | |
| homestead: Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B] | |
| homestead: Get:30 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1,621 kB] | |
| homestead: Get:31 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [241 kB] | |
| homestead: Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB] | |
| homestead: Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [3,718 kB] | |
| homestead: Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [600 kB] | |
| homestead: Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [212 B] | |
| homestead: Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [978 kB] | |
| homestead: Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [218 kB] | |
| homestead: Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [74.2 kB] | |
| homestead: Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [34.9 kB] | |
| homestead: Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [6,732 B] | |
| homestead: Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [212 B] | |
| homestead: Fetched 18.0 MB in 3s (6,194 kB/s) | |
| homestead: Reading package lists... | |
| ==> homestead: Running provisioner: Installing mariadb (shell)... | |
| homestead: Running: script: Installing mariadb | |
| homestead: Reading package lists... | |
| homestead: Building dependency tree... | |
| homestead: Reading state information... | |
| homestead: Package 'mysql-client' is not installed, so not removed | |
| homestead: The following packages were automatically installed and are no longer required: | |
| homestead: libcgi-fast-perl libcgi-pm-perl libclone-perl libencode-locale-perl | |
| homestead: libevent-pthreads-2.1-7t64 libfcgi-bin libfcgi-perl libfcgi0t64 | |
| homestead: libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl | |
| homestead: libhttp-date-perl libhttp-message-perl libio-html-perl | |
| homestead: liblwp-mediatypes-perl libmecab2 libprotobuf-lite32t64 libtimedate-perl | |
| homestead: liburi-perl mecab-ipadic mecab-ipadic-utf8 mecab-utils mysql-client-8.0 | |
| homestead: mysql-client-core-8.0 mysql-server-8.0 mysql-server-core-8.0 | |
| homestead: Use 'sudo apt autoremove' to remove them. | |
| homestead: The following packages will be REMOVED: | |
| homestead: mysql-server* | |
| homestead: 0 upgraded, 0 newly installed, 1 to remove and 551 not upgraded. | |
| homestead: After this operation, 42.0 kB disk space will be freed. | |
| (Reading database ... 129281 files and directories currently installed.) | |
| homestead: Removing mysql-server (8.0.44-0ubuntu0.24.04.2) ... | |
| homestead: Reading package lists... | |
| homestead: Building dependency tree... | |
| homestead: Reading state information... | |
| homestead: The following packages will be REMOVED: | |
| homestead: libcgi-fast-perl libcgi-pm-perl libclone-perl libencode-locale-perl | |
| homestead: libevent-pthreads-2.1-7t64 libfcgi-bin libfcgi-perl libfcgi0t64 | |
| homestead: libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl | |
| homestead: libhttp-date-perl libhttp-message-perl libio-html-perl | |
| homestead: liblwp-mediatypes-perl libmecab2 libprotobuf-lite32t64 libtimedate-perl | |
| homestead: liburi-perl mecab-ipadic mecab-ipadic-utf8 mecab-utils mysql-client-8.0 | |
| homestead: mysql-client-core-8.0 mysql-server-8.0 mysql-server-core-8.0 | |
| homestead: 0 upgraded, 0 newly installed, 26 to remove and 546 not upgraded. | |
| homestead: After this operation, 243 MB disk space will be freed. | |
| (Reading database ... 129278 files and directories currently installed.) | |
| homestead: Removing libcgi-fast-perl (1:2.17-1) ... | |
| homestead: Removing libhtml-template-perl (2.97-2) ... | |
| homestead: Removing libcgi-pm-perl (4.63-1) ... | |
| homestead: Removing libhttp-message-perl (6.45-1ubuntu1) ... | |
| homestead: Removing libclone-perl:arm64 (0.46-1build3) ... | |
| homestead: Removing libencode-locale-perl (1.05-3) ... | |
| homestead: Removing mysql-server-8.0 (8.0.44-0ubuntu0.24.04.2) ... | |
| homestead: update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode | |
| homestead: Removing mysql-server-core-8.0 (8.0.44-0ubuntu0.24.04.2) ... | |
| homestead: Removing libevent-pthreads-2.1-7t64:arm64 (2.1.12-stable-9ubuntu2) ... | |
| homestead: Removing libfcgi-bin (2.4.2-2.1ubuntu0.24.04.1) ... | |
| homestead: Removing libfcgi-perl (0.82+ds-3build2) ... | |
| homestead: Removing libfcgi0t64:arm64 (2.4.2-2.1ubuntu0.24.04.1) ... | |
| homestead: Removing libhtml-parser-perl:arm64 (3.81-1build3) ... | |
| homestead: Removing libhtml-tagset-perl (3.20-6) ... | |
| homestead: Removing libhttp-date-perl (6.06-1) ... | |
| homestead: Removing libio-html-perl (1.004-3) ... | |
| homestead: Removing liblwp-mediatypes-perl (6.04-2) ... | |
| homestead: Removing mecab-ipadic-utf8 (2.7.0-20070801+main-3) ... | |
| homestead: update-alternatives: using /var/lib/mecab/dic/ipadic to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode | |
| homestead: Removing mecab-ipadic (2.7.0-20070801+main-3) ... | |
| homestead: Removing mecab-utils (0.996-14ubuntu4) ... | |
| homestead: Removing libmecab2:arm64 (0.996-14ubuntu4) ... | |
| homestead: Removing libprotobuf-lite32t64:arm64 (3.21.12-8.2ubuntu0.2) ... | |
| homestead: Removing libtimedate-perl (2.3300-2) ... | |
| homestead: Removing liburi-perl (5.27-1) ... | |
| homestead: Removing mysql-client-8.0 (8.0.44-0ubuntu0.24.04.2) ... | |
| homestead: Removing mysql-client-core-8.0 (8.0.44-0ubuntu0.24.04.2) ... | |
| homestead: Processing triggers for man-db (2.12.0-4build2) ... | |
| homestead: Processing triggers for libc-bin (2.39-0ubuntu8.6) ... | |
| homestead: Reading package lists... | |
| homestead: Building dependency tree... | |
| homestead: Reading state information... | |
| homestead: # [info] Checking for script prerequisites. | |
| homestead: # [info] MariaDB Server version 12.rolling is valid | |
| homestead: # [info] Repository file successfully written to /etc/apt/sources.list.d/mariadb.list | |
| homestead: # [info] Adding trusted package signing keys... | |
| homestead: # [info] Running apt-get update... | |
| homestead: # [info] Done adding trusted package signing keys | |
| homestead: Reading package lists... | |
| homestead: Building dependency tree... | |
| homestead: Reading state information... | |
| homestead: The following additional packages will be installed: | |
| homestead: galera-4 libcgi-fast-perl libcgi-pm-perl libclone-perl | |
| homestead: libconfig-inifiles-perl libdbd-mysql-perl libdbi-perl libencode-locale-perl | |
| homestead: libfcgi-bin libfcgi-perl libfcgi0t64 libhtml-parser-perl libhtml-tagset-perl | |
| homestead: libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl | |
| homestead: liblwp-mediatypes-perl libmariadb3 libtimedate-perl liburi-perl liburing2 | |
| homestead: mariadb-client-compat mariadb-client-core mariadb-common | |
| homestead: mariadb-server-compat mariadb-server-core socat | |
| homestead: Suggested packages: | |
| homestead: libmldbm-perl libnet-daemon-perl libsql-statement-perl libdata-dump-perl | |
| homestead: libipc-sharedcache-perl libio-compress-brotli-perl libbusiness-isbn-perl | |
| homestead: libregexp-ipv6-perl libwww-perl mailx mariadb-test | |
| homestead: The following NEW packages will be installed: | |
| homestead: galera-4 libcgi-fast-perl libcgi-pm-perl libclone-perl | |
| homestead: libconfig-inifiles-perl libdbd-mysql-perl libdbi-perl libencode-locale-perl | |
| homestead: libfcgi-bin libfcgi-perl libfcgi0t64 libhtml-parser-perl libhtml-tagset-perl | |
| homestead: libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl | |
| homestead: liblwp-mediatypes-perl libmariadb3 libtimedate-perl liburi-perl liburing2 | |
| homestead: mariadb-client mariadb-client-compat mariadb-client-core mariadb-common | |
| homestead: mariadb-server mariadb-server-compat mariadb-server-core socat | |
| homestead: The following packages will be upgraded: | |
| homestead: mysql-common | |
| homestead: 1 upgraded, 30 newly installed, 0 to remove and 546 not upgraded. | |
| homestead: Need to get 26.5 MB of archives. | |
| homestead: After this operation, 159 MB of additional disk space will be used. | |
| homestead: Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdbi-perl arm64 1.643-4build3 [719 kB] | |
| homestead: Get:2 https://dlm.mariadb.com/repo/mariadb-server/12.rolling/repo/ubuntu noble/main amd64 mysql-common all 1:12.2.2+maria~ubu2404 [2,916 B] | |
| homestead: Get:3 https://dlm.mariadb.com/repo/mariadb-server/12.rolling/repo/ubuntu noble/main amd64 mariadb-common all 1:12.2.2+maria~ubu2404 [4,080 B] | |
| homestead: Get:4 https://dlm.mariadb.com/repo/mariadb-server/12.rolling/repo/ubuntu noble/main arm64 galera-4 arm64 26.4.25-ubu2404 [9,884 kB] | |
| homestead: Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libconfig-inifiles-perl all 3.000003-2 [39.4 kB] | |
| homestead: Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liburing2 arm64 2.5-1build1 [21.7 kB] | |
| homestead: Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 socat arm64 1.8.0.0-4build3 [372 kB] | |
| homestead: Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tagset-perl all 3.20-6 [11.3 kB] | |
| homestead: Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liburi-perl all 5.27-1 [88.0 kB] | |
| homestead: Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-parser-perl arm64 3.81-1build3 [85.0 kB] | |
| homestead: Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libcgi-pm-perl all 4.63-1 [185 kB] | |
| homestead: Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfcgi0t64 arm64 2.4.2-2.1ubuntu0.24.04.1 [27.2 kB] | |
| homestead: Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfcgi-perl arm64 0.82+ds-3build2 [20.8 kB] | |
| homestead: Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libcgi-fast-perl all 1:2.17-1 [10.3 kB] | |
| homestead: Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclone-perl arm64 0.46-1build3 [10.5 kB] | |
| homestead: Get:17 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libdbd-mysql-perl arm64 4.052-1ubuntu3 [83.3 kB] | |
| homestead: Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libencode-locale-perl all 1.05-3 [11.6 kB] | |
| homestead: Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfcgi-bin arm64 2.4.2-2.1ubuntu0.24.04.1 [10.7 kB] | |
| homestead: Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-template-perl all 2.97-2 [60.2 kB] | |
| homestead: Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtimedate-perl all 2.3300-2 [34.0 kB] | |
| homestead: Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-date-perl all 6.06-1 [10.2 kB] | |
| homestead: Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-html-perl all 1.004-3 [15.9 kB] | |
| homestead: Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-mediatypes-perl all 6.04-2 [20.1 kB] | |
| homestead: Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-message-perl all 6.45-1ubuntu1 [78.2 kB] | |
| homestead: Get:10 https://dlm.mariadb.com/repo/mariadb-server/12.rolling/repo/ubuntu noble/main arm64 libmariadb3 arm64 1:12.2.2+maria~ubu2404 [164 kB] | |
| homestead: Get:26 https://dlm.mariadb.com/repo/mariadb-server/12.rolling/repo/ubuntu noble/main arm64 mariadb-client-core arm64 1:12.2.2+maria~ubu2404 [1,105 kB] | |
| homestead: Get:27 https://dlm.mariadb.com/repo/mariadb-server/12.rolling/repo/ubuntu noble/main arm64 mariadb-client arm64 1:12.2.2+maria~ubu2404 [2,059 kB] | |
| homestead: Get:28 https://dlm.mariadb.com/repo/mariadb-server/12.rolling/repo/ubuntu noble/main arm64 mariadb-server-core arm64 1:12.2.2+maria~ubu2404 [7,962 kB] | |
| homestead: Get:29 https://dlm.mariadb.com/repo/mariadb-server/12.rolling/repo/ubuntu noble/main arm64 mariadb-server arm64 1:12.2.2+maria~ubu2404 [3,387 kB] | |
| homestead: Get:30 https://dlm.mariadb.com/repo/mariadb-server/12.rolling/repo/ubuntu noble/main amd64 mariadb-client-compat all 1:12.2.2+maria~ubu2404 [4,496 B] | |
| homestead: Get:31 https://dlm.mariadb.com/repo/mariadb-server/12.rolling/repo/ubuntu noble/main amd64 mariadb-server-compat all 1:12.2.2+maria~ubu2404 [3,342 B] | |
| homestead: Preconfiguring packages ... | |
| homestead: Fetched 26.5 MB in 4s (6,362 kB/s) | |
| (Reading database ... 128698 files and directories currently installed.) | |
| homestead: Preparing to unpack .../00-mysql-common_1%3a12.2.2+maria~ubu2404_all.deb ... | |
| homestead: Unpacking mysql-common (1:12.2.2+maria~ubu2404) over (5.8+1.1.0build1) ... | |
| homestead: Selecting previously unselected package mariadb-common. | |
| homestead: Preparing to unpack .../01-mariadb-common_1%3a12.2.2+maria~ubu2404_all.deb ... | |
| homestead: Unpacking mariadb-common (1:12.2.2+maria~ubu2404) ... | |
| homestead: Selecting previously unselected package galera-4. | |
| homestead: Preparing to unpack .../02-galera-4_26.4.25-ubu2404_arm64.deb ... | |
| homestead: Unpacking galera-4 (26.4.25-ubu2404) ... | |
| homestead: Selecting previously unselected package libdbi-perl:arm64. | |
| homestead: Preparing to unpack .../03-libdbi-perl_1.643-4build3_arm64.deb ... | |
| homestead: Unpacking libdbi-perl:arm64 (1.643-4build3) ... | |
| homestead: Selecting previously unselected package libconfig-inifiles-perl. | |
| homestead: Preparing to unpack .../04-libconfig-inifiles-perl_3.000003-2_all.deb ... | |
| homestead: Unpacking libconfig-inifiles-perl (3.000003-2) ... | |
| homestead: Selecting previously unselected package libmariadb3:arm64. | |
| homestead: Preparing to unpack .../05-libmariadb3_1%3a12.2.2+maria~ubu2404_arm64.deb ... | |
| homestead: Unpacking libmariadb3:arm64 (1:12.2.2+maria~ubu2404) ... | |
| homestead: Selecting previously unselected package mariadb-client-core. | |
| homestead: Preparing to unpack .../06-mariadb-client-core_1%3a12.2.2+maria~ubu2404_arm64.deb ... | |
| homestead: Unpacking mariadb-client-core (1:12.2.2+maria~ubu2404) ... | |
| homestead: Selecting previously unselected package mariadb-client. | |
| homestead: Preparing to unpack .../07-mariadb-client_1%3a12.2.2+maria~ubu2404_arm64.deb ... | |
| homestead: Unpacking mariadb-client (1:12.2.2+maria~ubu2404) ... | |
| homestead: Selecting previously unselected package liburing2:arm64. | |
| homestead: Preparing to unpack .../08-liburing2_2.5-1build1_arm64.deb ... | |
| homestead: Unpacking liburing2:arm64 (2.5-1build1) ... | |
| homestead: Selecting previously unselected package mariadb-server-core. | |
| homestead: Preparing to unpack .../09-mariadb-server-core_1%3a12.2.2+maria~ubu2404_arm64.deb ... | |
| homestead: Unpacking mariadb-server-core (1:12.2.2+maria~ubu2404) ... | |
| homestead: Selecting previously unselected package socat. | |
| homestead: Preparing to unpack .../10-socat_1.8.0.0-4build3_arm64.deb ... | |
| homestead: Unpacking socat (1.8.0.0-4build3) ... | |
| homestead: Setting up mysql-common (1:12.2.2+maria~ubu2404) ... | |
| homestead: Setting up mariadb-common (1:12.2.2+maria~ubu2404) ... | |
| homestead: update-alternatives: warning: alternative /etc/mysql/my.cnf.fallback (part of link group my.cnf) doesn't exist; removing from list of alternatives | |
| homestead: update-alternatives: warning: alternative /etc/mysql/my.cnf.fallback (part of link group my.cnf) doesn't exist; removing from list of alternatives | |
| homestead: update-alternatives: warning: /etc/alternatives/my.cnf is dangling; it will be updated with best choice | |
| homestead: update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode | |
| homestead: Selecting previously unselected package mariadb-server. | |
| (Reading database ... 129111 files and directories currently installed.) | |
| homestead: Preparing to unpack .../00-mariadb-server_1%3a12.2.2+maria~ubu2404_arm64.deb ... | |
| homestead: Unpacking mariadb-server (1:12.2.2+maria~ubu2404) ... | |
| homestead: Selecting previously unselected package libhtml-tagset-perl. | |
| homestead: Preparing to unpack .../01-libhtml-tagset-perl_3.20-6_all.deb ... | |
| homestead: Unpacking libhtml-tagset-perl (3.20-6) ... | |
| homestead: Selecting previously unselected package liburi-perl. | |
| homestead: Preparing to unpack .../02-liburi-perl_5.27-1_all.deb ... | |
| homestead: Unpacking liburi-perl (5.27-1) ... | |
| homestead: Selecting previously unselected package libhtml-parser-perl:arm64. | |
| homestead: Preparing to unpack .../03-libhtml-parser-perl_3.81-1build3_arm64.deb ... | |
| homestead: Unpacking libhtml-parser-perl:arm64 (3.81-1build3) ... | |
| homestead: Selecting previously unselected package libcgi-pm-perl. | |
| homestead: Preparing to unpack .../04-libcgi-pm-perl_4.63-1_all.deb ... | |
| homestead: Unpacking libcgi-pm-perl (4.63-1) ... | |
| homestead: Selecting previously unselected package libfcgi0t64:arm64. | |
| homestead: Preparing to unpack .../05-libfcgi0t64_2.4.2-2.1ubuntu0.24.04.1_arm64.deb ... | |
| homestead: Unpacking libfcgi0t64:arm64 (2.4.2-2.1ubuntu0.24.04.1) ... | |
| homestead: Selecting previously unselected package libfcgi-perl. | |
| homestead: Preparing to unpack .../06-libfcgi-perl_0.82+ds-3build2_arm64.deb ... | |
| homestead: Unpacking libfcgi-perl (0.82+ds-3build2) ... | |
| homestead: Selecting previously unselected package libcgi-fast-perl. | |
| homestead: Preparing to unpack .../07-libcgi-fast-perl_1%3a2.17-1_all.deb ... | |
| homestead: Unpacking libcgi-fast-perl (1:2.17-1) ... | |
| homestead: Selecting previously unselected package libclone-perl:arm64. | |
| homestead: Preparing to unpack .../08-libclone-perl_0.46-1build3_arm64.deb ... | |
| homestead: Unpacking libclone-perl:arm64 (0.46-1build3) ... | |
| homestead: Selecting previously unselected package libdbd-mysql-perl:arm64. | |
| homestead: Preparing to unpack .../09-libdbd-mysql-perl_4.052-1ubuntu3_arm64.deb ... | |
| homestead: Unpacking libdbd-mysql-perl:arm64 (4.052-1ubuntu3) ... | |
| homestead: Selecting previously unselected package libencode-locale-perl. | |
| homestead: Preparing to unpack .../10-libencode-locale-perl_1.05-3_all.deb ... | |
| homestead: Unpacking libencode-locale-perl (1.05-3) ... | |
| homestead: Selecting previously unselected package libfcgi-bin. | |
| homestead: Preparing to unpack .../11-libfcgi-bin_2.4.2-2.1ubuntu0.24.04.1_arm64.deb ... | |
| homestead: Unpacking libfcgi-bin (2.4.2-2.1ubuntu0.24.04.1) ... | |
| homestead: Selecting previously unselected package libhtml-template-perl. | |
| homestead: Preparing to unpack .../12-libhtml-template-perl_2.97-2_all.deb ... | |
| homestead: Unpacking libhtml-template-perl (2.97-2) ... | |
| homestead: Selecting previously unselected package libtimedate-perl. | |
| homestead: Preparing to unpack .../13-libtimedate-perl_2.3300-2_all.deb ... | |
| homestead: Unpacking libtimedate-perl (2.3300-2) ... | |
| homestead: Selecting previously unselected package libhttp-date-perl. | |
| homestead: Preparing to unpack .../14-libhttp-date-perl_6.06-1_all.deb ... | |
| homestead: Unpacking libhttp-date-perl (6.06-1) ... | |
| homestead: Selecting previously unselected package libio-html-perl. | |
| homestead: Preparing to unpack .../15-libio-html-perl_1.004-3_all.deb ... | |
| homestead: Unpacking libio-html-perl (1.004-3) ... | |
| homestead: Selecting previously unselected package liblwp-mediatypes-perl. | |
| homestead: Preparing to unpack .../16-liblwp-mediatypes-perl_6.04-2_all.deb ... | |
| homestead: Unpacking liblwp-mediatypes-perl (6.04-2) ... | |
| homestead: Selecting previously unselected package libhttp-message-perl. | |
| homestead: Preparing to unpack .../17-libhttp-message-perl_6.45-1ubuntu1_all.deb ... | |
| homestead: Unpacking libhttp-message-perl (6.45-1ubuntu1) ... | |
| homestead: Selecting previously unselected package mariadb-client-compat. | |
| homestead: Preparing to unpack .../18-mariadb-client-compat_1%3a12.2.2+maria~ubu2404_all.deb ... | |
| homestead: Unpacking mariadb-client-compat (1:12.2.2+maria~ubu2404) ... | |
| homestead: Selecting previously unselected package mariadb-server-compat. | |
| homestead: Preparing to unpack .../19-mariadb-server-compat_1%3a12.2.2+maria~ubu2404_all.deb ... | |
| homestead: Unpacking mariadb-server-compat (1:12.2.2+maria~ubu2404) ... | |
| homestead: Setting up libconfig-inifiles-perl (3.000003-2) ... | |
| homestead: Setting up galera-4 (26.4.25-ubu2404) ... | |
| homestead: Setting up libclone-perl:arm64 (0.46-1build3) ... | |
| homestead: Setting up libfcgi0t64:arm64 (2.4.2-2.1ubuntu0.24.04.1) ... | |
| homestead: Setting up libhtml-tagset-perl (3.20-6) ... | |
| homestead: Setting up liblwp-mediatypes-perl (6.04-2) ... | |
| homestead: Setting up libfcgi-bin (2.4.2-2.1ubuntu0.24.04.1) ... | |
| homestead: Setting up libencode-locale-perl (1.05-3) ... | |
| homestead: Setting up socat (1.8.0.0-4build3) ... | |
| homestead: Setting up libio-html-perl (1.004-3) ... | |
| homestead: Setting up libmariadb3:arm64 (1:12.2.2+maria~ubu2404) ... | |
| homestead: Setting up libtimedate-perl (2.3300-2) ... | |
| homestead: Setting up libfcgi-perl (0.82+ds-3build2) ... | |
| homestead: Setting up liburing2:arm64 (2.5-1build1) ... | |
| homestead: Setting up liburi-perl (5.27-1) ... | |
| homestead: Setting up libdbi-perl:arm64 (1.643-4build3) ... | |
| homestead: Setting up libhttp-date-perl (6.06-1) ... | |
| homestead: Setting up mariadb-client-core (1:12.2.2+maria~ubu2404) ... | |
| homestead: Setting up libdbd-mysql-perl:arm64 (4.052-1ubuntu3) ... | |
| homestead: Setting up libhtml-parser-perl:arm64 (3.81-1build3) ... | |
| homestead: Setting up mariadb-server-core (1:12.2.2+maria~ubu2404) ... | |
| homestead: Setting up libhttp-message-perl (6.45-1ubuntu1) ... | |
| homestead: Setting up mariadb-client (1:12.2.2+maria~ubu2404) ... | |
| homestead: Setting up mariadb-client-compat (1:12.2.2+maria~ubu2404) ... | |
| homestead: Setting up libcgi-pm-perl (4.63-1) ... | |
| homestead: Setting up libhtml-template-perl (2.97-2) ... | |
| homestead: Setting up mariadb-server (1:12.2.2+maria~ubu2404) ... | |
| homestead: | |
| homestead: Configuration file '/etc/mysql/debian-start' | |
| homestead: ==> Deleted (by you or by a script) since installation. | |
| homestead: ==> Package distributor has shipped an updated version. | |
| homestead: ==> Using new file as you requested. | |
| homestead: Installing new version of config file /etc/mysql/debian-start ... | |
| homestead: Failed to stop mariadb.service: Unit mariadb.service not loaded. | |
| homestead: invoke-rc.d: initscript mariadb, action "stop" failed. | |
| homestead: renamed '/etc/logrotate.d/mysql-server' -> '/etc/logrotate.d/mysql-server.dpkg-bak' | |
| homestead: Created symlink /etc/systemd/system/multi-user.target.wants/mariadb.service → /usr/lib/systemd/system/mariadb.service. | |
| homestead: Setting up libcgi-fast-perl (1:2.17-1) ... | |
| homestead: Setting up mariadb-server-compat (1:12.2.2+maria~ubu2404) ... | |
| homestead: Processing triggers for man-db (2.12.0-4build2) ... | |
| homestead: Processing triggers for libc-bin (2.39-0ubuntu8.6) ... | |
| homestead: | |
| homestead: Running kernel seems to be up-to-date. | |
| homestead: | |
| homestead: No services need to be restarted. | |
| homestead: | |
| homestead: No containers need to be restarted. | |
| homestead: | |
| homestead: No user sessions are running outdated binaries. | |
| homestead: | |
| homestead: No VM guests are running outdated hypervisor (qemu) binaries on this host. | |
| homestead: Looking for 'mariadb' as: mariadb | |
| homestead: Looking for 'mariadb-check' as: mariadb-check | |
| homestead: Phase 1/8: Checking and upgrading mysql database | |
| homestead: Processing databases | |
| homestead: mysql | |
| homestead: mysql.column_stats OK | |
| homestead: mysql.columns_priv OK | |
| homestead: mysql.db OK | |
| homestead: mysql.event OK | |
| homestead: mysql.func OK | |
| homestead: mysql.global_priv OK | |
| homestead: mysql.gtid_slave_pos OK | |
| homestead: mysql.help_category OK | |
| homestead: mysql.help_keyword OK | |
| homestead: mysql.help_relation OK | |
| homestead: mysql.help_topic OK | |
| homestead: mysql.index_stats OK | |
| homestead: mysql.innodb_index_stats OK | |
| homestead: mysql.innodb_table_stats OK | |
| homestead: mysql.plugin OK | |
| homestead: mysql.proc OK | |
| homestead: mysql.procs_priv OK | |
| homestead: mysql.proxies_priv OK | |
| homestead: mysql.roles_mapping OK | |
| homestead: mysql.servers OK | |
| homestead: mysql.table_stats OK | |
| homestead: mysql.tables_priv OK | |
| homestead: mysql.time_zone OK | |
| homestead: mysql.time_zone_leap_second OK | |
| homestead: mysql.time_zone_name OK | |
| homestead: mysql.time_zone_transition OK | |
| homestead: mysql.time_zone_transition_type OK | |
| homestead: mysql.transaction_registry OK | |
| homestead: Phase 2/8: Installing used storage engines... Skipped | |
| homestead: Phase 3/8: Running 'mysql_fix_privilege_tables' | |
| homestead: Phase 4/8: Fixing views | |
| homestead: Processing databases | |
| homestead: information_schema | |
| homestead: mysql | |
| homestead: mysql.user OK | |
| homestead: performance_schema | |
| homestead: sys | |
| homestead: sys.host_summary OK | |
| homestead: sys.host_summary_by_file_io OK | |
| homestead: sys.host_summary_by_file_io_type OK | |
| homestead: sys.host_summary_by_stages OK | |
| homestead: sys.host_summary_by_statement_latency OK | |
| homestead: sys.host_summary_by_statement_type OK | |
| homestead: sys.innodb_buffer_stats_by_schema OK | |
| homestead: sys.innodb_buffer_stats_by_table OK | |
| homestead: sys.innodb_lock_waits OK | |
| homestead: sys.io_by_thread_by_latency OK | |
| homestead: sys.io_global_by_file_by_bytes OK | |
| homestead: sys.io_global_by_file_by_latency OK | |
| homestead: sys.io_global_by_wait_by_bytes OK | |
| homestead: sys.io_global_by_wait_by_latency OK | |
| homestead: sys.latest_file_io OK | |
| homestead: sys.memory_by_host_by_current_bytes OK | |
| homestead: sys.memory_by_thread_by_current_bytes OK | |
| homestead: sys.memory_by_user_by_current_bytes OK | |
| homestead: sys.memory_global_by_current_bytes OK | |
| homestead: sys.memory_global_total OK | |
| homestead: sys.metrics OK | |
| homestead: sys.privileges_by_table_by_level OK | |
| homestead: sys.processlist OK | |
| homestead: sys.ps_check_lost_instrumentation OK | |
| homestead: sys.schema_auto_increment_columns OK | |
| homestead: sys.schema_index_statistics OK | |
| homestead: sys.schema_object_overview OK | |
| homestead: sys.schema_redundant_indexes OK | |
| homestead: sys.schema_table_lock_waits OK | |
| homestead: sys.schema_table_statistics OK | |
| homestead: sys.schema_table_statistics_with_buffer OK | |
| homestead: sys.schema_tables_with_full_table_scans OK | |
| homestead: sys.schema_unused_indexes OK | |
| homestead: sys.session OK | |
| homestead: sys.session_ssl_status OK | |
| homestead: sys.statement_analysis OK | |
| homestead: sys.statements_with_errors_or_warnings OK | |
| homestead: sys.statements_with_full_table_scans OK | |
| homestead: sys.statements_with_runtimes_in_95th_percentile OK | |
| homestead: sys.statements_with_sorting OK | |
| homestead: sys.statements_with_temp_tables OK | |
| homestead: sys.user_summary OK | |
| homestead: sys.user_summary_by_file_io OK | |
| homestead: sys.user_summary_by_file_io_type OK | |
| homestead: sys.user_summary_by_stages OK | |
| homestead: sys.user_summary_by_statement_latency OK | |
| homestead: sys.user_summary_by_statement_type OK | |
| homestead: sys.version OK | |
| homestead: sys.wait_classes_global_by_avg_latency OK | |
| homestead: sys.wait_classes_global_by_latency OK | |
| homestead: sys.waits_by_host_by_latency OK | |
| homestead: sys.waits_by_user_by_latency OK | |
| homestead: sys.waits_global_by_latency OK | |
| homestead: sys.x$host_summary OK | |
| homestead: sys.x$host_summary_by_file_io OK | |
| homestead: sys.x$host_summary_by_file_io_type OK | |
| homestead: sys.x$host_summary_by_stages OK | |
| homestead: sys.x$host_summary_by_statement_latency OK | |
| homestead: sys.x$host_summary_by_statement_type OK | |
| homestead: sys.x$innodb_buffer_stats_by_schema OK | |
| homestead: sys.x$innodb_buffer_stats_by_table OK | |
| homestead: sys.x$innodb_lock_waits OK | |
| homestead: sys.x$io_by_thread_by_latency OK | |
| homestead: sys.x$io_global_by_file_by_bytes OK | |
| homestead: sys.x$io_global_by_file_by_latency OK | |
| homestead: sys.x$io_global_by_wait_by_bytes OK | |
| homestead: sys.x$io_global_by_wait_by_latency OK | |
| homestead: sys.x$latest_file_io OK | |
| homestead: sys.x$memory_by_host_by_current_bytes OK | |
| homestead: sys.x$memory_by_thread_by_current_bytes OK | |
| homestead: sys.x$memory_by_user_by_current_bytes OK | |
| homestead: sys.x$memory_global_by_current_bytes OK | |
| homestead: sys.x$memory_global_total OK | |
| homestead: sys.x$processlist OK | |
| homestead: sys.x$ps_digest_95th_percentile_by_avg_us OK | |
| homestead: sys.x$ps_digest_avg_latency_distribution OK | |
| homestead: sys.x$ps_schema_table_statistics_io OK | |
| homestead: sys.x$schema_flattened_keys OK | |
| homestead: sys.x$schema_index_statistics OK | |
| homestead: sys.x$schema_table_lock_waits OK | |
| homestead: sys.x$schema_table_statistics OK | |
| homestead: sys.x$schema_table_statistics_with_buffer OK | |
| homestead: sys.x$schema_tables_with_full_table_scans OK | |
| homestead: sys.x$session OK | |
| homestead: sys.x$statement_analysis OK | |
| homestead: sys.x$statements_with_errors_or_warnings OK | |
| homestead: sys.x$statements_with_full_table_scans OK | |
| homestead: sys.x$statements_with_runtimes_in_95th_percentile OK | |
| homestead: sys.x$statements_with_sorting OK | |
| homestead: sys.x$statements_with_temp_tables OK | |
| homestead: sys.x$user_summary OK | |
| homestead: sys.x$user_summary_by_file_io OK | |
| homestead: sys.x$user_summary_by_file_io_type OK | |
| homestead: sys.x$user_summary_by_stages OK | |
| homestead: sys.x$user_summary_by_statement_latency OK | |
| homestead: sys.x$user_summary_by_statement_type OK | |
| homestead: sys.x$wait_classes_global_by_avg_latency OK | |
| homestead: sys.x$wait_classes_global_by_latency OK | |
| homestead: sys.x$waits_by_host_by_latency OK | |
| homestead: sys.x$waits_by_user_by_latency OK | |
| homestead: sys.x$waits_global_by_latency OK | |
| homestead: Phase 5/8: Fixing table and database names | |
| homestead: Processing databases | |
| homestead: information_schema | |
| homestead: mysql | |
| homestead: performance_schema | |
| homestead: sys | |
| homestead: Phase 6/8: Checking and upgrading tables | |
| homestead: Processing databases | |
| homestead: information_schema | |
| homestead: performance_schema | |
| homestead: sys | |
| homestead: sys.sys_config OK | |
| homestead: Phase 7/8: uninstalling plugins | |
| homestead: Phase 8/8: Running 'FLUSH PRIVILEGES' | |
| homestead: OK | |
| ==> homestead: Running provisioner: shell... | |
| homestead: Running: inline script | |
| homestead: Ignoring feature: postgresql because it is set to false | |
| ==> homestead: Running provisioner: shell... | |
| homestead: Running: inline script | |
| homestead: Ignoring feature: ohmyzsh because it is set to false | |
| ==> homestead: Running provisioner: shell... | |
| homestead: Running: inline script | |
| homestead: Ignoring feature: minio because it is set to false | |
| ==> homestead: Running provisioner: Installing php8.4 (shell)... | |
| homestead: Running: script: Installing php8.4 | |
| homestead: Synchronizing state of php8.4-fpm.service with SysV service script with /usr/lib/systemd/systemd-sysv-install. | |
| homestead: Executing: /usr/lib/systemd/systemd-sysv-install enable php8.4-fpm | |
| homestead: Created symlink /etc/systemd/system/multi-user.target.wants/php8.4-fpm.service → /usr/lib/systemd/system/php8.4-fpm.service. | |
| homestead: PHP 8.4 already installed. | |
| ==> homestead: Running provisioner: enable mysql (shell)... | |
| homestead: Running: inline script | |
| homestead: Synchronizing state of mysql.service with SysV service script with /usr/lib/systemd/systemd-sysv-install. | |
| homestead: Executing: /usr/lib/systemd/systemd-sysv-install enable mysql | |
| ==> homestead: Running provisioner: start mysql (shell)... | |
| homestead: Running: inline script | |
| ==> homestead: Running provisioner: shell... | |
| homestead: Running: /var/folders/0f/6g6d515949s3tksmt5wf774m0000gn/T/vagrant-shell20260304-10533-4c0uwm.sh | |
| ==> homestead: Running provisioner: shell... | |
| homestead: Running: /var/folders/0f/6g6d515949s3tksmt5wf774m0000gn/T/vagrant-shell20260304-10533-1xxde2.sh | |
| ==> homestead: Running provisioner: Creating Certificate: fresh.test (shell)... | |
| homestead: Running: script: Creating Certificate: fresh.test | |
| homestead: Updating certificates in /etc/ssl/certs... | |
| homestead: rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL | |
| homestead: rehash: warning: skipping duplicate certificate in ca.homestead.homestead.pem | |
| homestead: 1 added, 0 removed; done. | |
| homestead: Running hooks in /etc/ca-certificates/update.d... | |
| homestead: done. | |
| ==> homestead: Running provisioner: Creating Site: fresh.test (shell)... | |
| homestead: Running: script: Creating Site: fresh.test | |
| ==> homestead: Running provisioner: shell... | |
| homestead: Running: inline script | |
| ==> homestead: Running provisioner: shell... | |
| homestead: Running: /var/folders/0f/6g6d515949s3tksmt5wf774m0000gn/T/vagrant-shell20260304-10533-x5ectt.sh | |
| ==> homestead: Running provisioner: Checking for old Schedule (shell)... | |
| homestead: Running: script: Checking for old Schedule | |
| ==> homestead: Running provisioner: Creating Certificate: rfid.test (shell)... | |
| homestead: Running: script: Creating Certificate: rfid.test | |
| ==> homestead: Running provisioner: Creating Site: rfid.test (shell)... | |
| homestead: Running: script: Creating Site: rfid.test | |
| ==> homestead: Running provisioner: shell... | |
| homestead: Running: inline script | |
| ==> homestead: Running provisioner: shell... | |
| homestead: Running: /var/folders/0f/6g6d515949s3tksmt5wf774m0000gn/T/vagrant-shell20260304-10533-gfbjmp.sh | |
| ==> homestead: Running provisioner: Checking for old Schedule (shell)... | |
| homestead: Running: script: Checking for old Schedule | |
| ==> homestead: Running provisioner: Clear Variables (shell)... | |
| homestead: Running: script: Clear Variables | |
| ==> homestead: Running provisioner: Restarting Cron (shell)... | |
| homestead: Running: script: Restarting Cron | |
| ==> homestead: Running provisioner: Restart Webserver (shell)... | |
| homestead: Running: script: Restart Webserver | |
| ==> homestead: Running provisioner: Creating MySQL / MariaDB Database: homestead (shell)... | |
| homestead: Running: script: Creating MySQL / MariaDB Database: homestead | |
| ==> homestead: Running provisioner: Creating MySQL / MariaDB Database: rfid (shell)... | |
| homestead: Running: script: Creating MySQL / MariaDB Database: rfid | |
| ==> homestead: Running provisioner: Update Composer (shell)... | |
| homestead: Running: script: Update Composer | |
| homestead: Upgrading to version 2.9.5 (stable channel). | |
| homestead: | |
| homestead: Use composer self-update --rollback to return to version 2.9.2 | |
| ==> homestead: Running provisioner: shell... | |
| homestead: Running: /var/folders/0f/6g6d515949s3tksmt5wf774m0000gn/T/vagrant-shell20260304-10533-dajyjz.sh | |
| ==> homestead: Running provisioner: Update motd (shell)... | |
| homestead: Running: script: Update motd | |
| ==> homestead: Running provisioner: Run after.sh (shell)... | |
| homestead: Running: /var/folders/0f/6g6d515949s3tksmt5wf774m0000gn/T/vagrant-shell20260304-10533-r4gthu.sh | |
| ==> homestead: Running action triggers after up ... | |
| ==> homestead: Running trigger: Running post-mount tasks... | |
| homestead: Running: inline script | |
| vagrant up: 01:38 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment