Last active
July 10, 2019 01:37
-
-
Save pOmelchenko/7dcfa7bf1304a587156a7e26a5c2cb9f to your computer and use it in GitHub Desktop.
problem with mariadb (#1228)
This file contains 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
➜ Homestead git:(master) homestead destroy -f | |
==> homestead: Forcing shutdown of VM... | |
==> homestead: Destroying VM and associated drives... | |
➜ Homestead git:(master) cd .. | |
➜ ~ rm -rf Homestead | |
➜ ~ git clone https://github.com/laravel/homestead.git Homestead | |
Клонирование в «Homestead»… | |
remote: Enumerating objects: 62, done. | |
remote: Counting objects: 100% (62/62), done. | |
remote: Compressing objects: 100% (37/37), done. | |
remote: Total 3944 (delta 32), reused 38 (delta 22), pack-reused 3882 | |
Получение объектов: 100% (3944/3944), 859.35 KiB | 2.06 MiB/s, готово. | |
Определение изменений: 100% (2423/2423), готово. | |
➜ ~ cd Homestead | |
➜ Homestead git:(master) git checkout release | |
Ветка «release» отслеживает внешнюю ветку «release» из «origin». | |
Переключено на новую ветку «release» | |
➜ Homestead git:(release) sh init.sh | |
Homestead initialized! | |
➜ Homestead git:(release) homestead up | |
Bringing machine 'homestead' up with 'virtualbox' provider... | |
==> homestead: Importing base box 'laravel/homestead'... | |
==> homestead: Matching MAC address for NAT networking... | |
==> homestead: Checking if box 'laravel/homestead' version '8.0.0' is up to date... | |
==> homestead: Setting the name of the VM: homestead | |
==> homestead: Clearing any previously set network interfaces... | |
==> homestead: Preparing network interfaces based on configuration... | |
homestead: Adapter 1: nat | |
homestead: Adapter 2: hostonly | |
==> homestead: Forwarding ports... | |
homestead: 80 (guest) => 8000 (host) (adapter 1) | |
homestead: 443 (guest) => 44300 (host) (adapter 1) | |
homestead: 3306 (guest) => 33060 (host) (adapter 1) | |
homestead: 4040 (guest) => 4040 (host) (adapter 1) | |
homestead: 5432 (guest) => 54320 (host) (adapter 1) | |
homestead: 8025 (guest) => 8025 (host) (adapter 1) | |
homestead: 9600 (guest) => 9600 (host) (adapter 1) | |
homestead: 27017 (guest) => 27017 (host) (adapter 1) | |
homestead: 22 (guest) => 2222 (host) (adapter 1) | |
==> homestead: Running 'pre-boot' VM customizations... | |
==> homestead: Booting VM... | |
==> homestead: Waiting for machine to boot. This may take a few minutes... | |
homestead: SSH address: 127.0.0.1:2222 | |
homestead: SSH username: vagrant | |
homestead: SSH auth method: private key | |
homestead: Warning: Connection reset. Retrying... | |
homestead: Warning: Remote connection disconnect. Retrying... | |
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 guest additions in VM... | |
==> homestead: Setting hostname... | |
==> homestead: Configuring and enabling network interfaces... | |
==> homestead: Mounting shared folders... | |
homestead: /vagrant => /Users/omelchenko/Homestead | |
homestead: /home/vagrant/code => /Users/omelchenko/code | |
==> homestead: Running provisioner: file... | |
homestead: /Users/omelchenko/Homestead/aliases => /tmp/bash_aliases | |
==> homestead: Running provisioner: shell... | |
homestead: Running: inline script | |
==> homestead: Running provisioner: shell... | |
homestead: Running: inline script | |
homestead: | |
homestead: ssh-rsa ... | |
==> homestead: Running provisioner: shell... | |
homestead: Running: inline script | |
==> homestead: Running provisioner: shell... | |
homestead: Running: inline script | |
==> homestead: Running provisioner: shell... | |
homestead: Running: inline script | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Installing mariadb | |
homestead: * Unloading AppArmor profiles | |
homestead: ...done. | |
homestead: Reading package lists... | |
homestead: Building dependency tree... | |
homestead: | |
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 libencode-locale-perl libevent-core-2.1-6 | |
homestead: libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl | |
homestead: libhttp-date-perl libhttp-message-perl libio-html-perl | |
homestead: liblwp-mediatypes-perl liburi-perl mysql-client-core-5.7 | |
homestead: mysql-server-core-5.7 | |
homestead: Use 'sudo apt autoremove' to remove them. | |
homestead: The following packages will be REMOVED: | |
homestead: mysql-client-5.7* mysql-common* mysql-server* mysql-server-5.7* | |
homestead: 0 upgraded, 0 newly installed, 4 to remove and 0 not upgraded. | |
homestead: After this operation, 82.0 MB disk space will be freed. | |
homestead: (Reading database ... | |
homestead: (Reading database ... 5% | |
(Reading database ... 55%atabase ... 10% | |
homestead: (Reading database ... 60% | |
homestead: (Reading database ... 65% | |
homestead: (Reading database ... 70% | |
homestead: (Reading database ... 75% | |
homestead: (Reading database ... 80% | |
homestead: (Reading database ... 85% | |
homestead: (Reading database ... 90% | |
homestead: (Reading database ... 95% | |
(Reading database ... 159194 files and directories currently installed.) | |
homestead: Removing mysql-server (5.7.26-0ubuntu0.18.04.1) ... | |
homestead: Removing mysql-server-5.7 (5.7.26-0ubuntu0.18.04.1) ... | |
homestead: update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode | |
homestead: Removing mysql-client-5.7 (5.7.26-0ubuntu0.18.04.1) ... | |
homestead: Removing mysql-common (5.8+1.0.4) ... | |
homestead: Processing triggers for man-db (2.8.3-2ubuntu0.1) ... | |
homestead: (Reading database ... | |
(Reading database ... 55%atabase ... 5% | |
homestead: (Reading database ... 60% | |
homestead: (Reading database ... 65% | |
homestead: (Reading database ... 70% | |
homestead: (Reading database ... 75% | |
homestead: (Reading database ... 80% | |
homestead: (Reading database ... 85% | |
homestead: (Reading database ... 90% | |
homestead: (Reading database ... 95% | |
(Reading database ... 159074 files and directories currently installed.) | |
homestead: Purging configuration files for mysql-common (5.8+1.0.4) ... | |
homestead: Purging configuration files for mysql-server-5.7 (5.7.26-0ubuntu0.18.04.1) ... | |
homestead: dpkg: warning: while removing mysql-server-5.7, directory '/etc/mysql' not empty so not removed | |
homestead: Processing triggers for ureadahead (0.100.0-21) ... | |
homestead: Processing triggers for systemd (237-3ubuntu10.23) ... | |
homestead: Reading package lists... | |
homestead: Building dependency tree... | |
homestead: | |
homestead: Reading state information... | |
homestead: The following packages will be REMOVED: | |
homestead: libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 | |
homestead: libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl | |
homestead: libhttp-date-perl libhttp-message-perl libio-html-perl | |
homestead: liblwp-mediatypes-perl liburi-perl mysql-client-core-5.7 | |
homestead: mysql-server-core-5.7 | |
homestead: 0 upgraded, 0 newly installed, 15 to remove and 0 not upgraded. | |
homestead: After this operation, 79.7 MB disk space will be freed. | |
homestead: (Reading database ... | |
(Reading database ... 55%atabase ... 5% | |
homestead: (Reading database ... 60% | |
homestead: (Reading database ... 65% | |
homestead: (Reading database ... 70% | |
homestead: (Reading database ... 75% | |
homestead: (Reading database ... 80% | |
homestead: (Reading database ... 85% | |
homestead: (Reading database ... 90% | |
homestead: (Reading database ... 95% | |
(Reading database ... 159055 files and directories currently installed.) | |
homestead: Removing libcgi-fast-perl (1:2.13-1) ... | |
homestead: Removing libhtml-template-perl (2.97-1) ... | |
homestead: Removing libcgi-pm-perl (4.38-1) ... | |
homestead: Removing libhttp-message-perl (6.14-1) ... | |
homestead: Removing libencode-locale-perl (1.05-1) ... | |
homestead: Removing libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... | |
homestead: Removing libfcgi-perl (0.78-2build1) ... | |
homestead: Removing libhtml-parser-perl (3.72-3build1) ... | |
homestead: Removing libhtml-tagset-perl (3.20-3) ... | |
homestead: Removing libhttp-date-perl (6.02-1) ... | |
homestead: Removing libio-html-perl (1.001-1) ... | |
homestead: Removing liblwp-mediatypes-perl (6.02-1) ... | |
homestead: Removing liburi-perl (1.73-1) ... | |
homestead: Removing mysql-client-core-5.7 (5.7.26-0ubuntu0.18.04.1) ... | |
homestead: Removing mysql-server-core-5.7 (5.7.26-0ubuntu0.18.04.1) ... | |
homestead: Processing triggers for libc-bin (2.27-3ubuntu1) ... | |
homestead: Processing triggers for man-db (2.8.3-2ubuntu0.1) ... | |
homestead: Reading package lists... | |
homestead: Building dependency tree... | |
homestead: | |
homestead: Reading state information... | |
homestead: Warning: apt-key output should not be parsed (stdout is not a terminal) | |
homestead: Executing: /tmp/apt-key-gpghome.vk6XZzZf9g/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xF1656F24C74CD1D8 | |
homestead: gpg: key F1656F24C74CD1D8: 6 signatures not checked due to missing keys | |
homestead: gpg: key F1656F24C74CD1D8: public key "MariaDB Signing Key <[email protected]>" imported | |
homestead: gpg: Total number processed: 1 | |
homestead: gpg: imported: 1 | |
homestead: Hit:1 http://ppa.launchpad.net/nginx/development/ubuntu bionic InRelease | |
homestead: Get:2 https://deb.nodesource.com/node_12.x bionic InRelease [4,584 B] | |
homestead: Hit:3 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease | |
homestead: Hit:4 https://cli-assets.heroku.com/apt ./ InRelease | |
homestead: Get:5 http://ftp.osuosl.org/pub/mariadb/repo/10.4/ubuntu bionic InRelease [3,901 B] | |
homestead: Get:6 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] | |
homestead: Hit:7 http://archive.ubuntu.com/ubuntu bionic InRelease | |
homestead: Get:8 https://deb.nodesource.com/node_12.x bionic/main amd64 Packages [763 B] | |
homestead: Get:9 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] | |
homestead: Get:10 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] | |
homestead: Get:11 http://ftp.osuosl.org/pub/mariadb/repo/10.4/ubuntu bionic/main amd64 Packages [8,008 B] | |
homestead: Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [448 kB] | |
homestead: Get:13 http://ftp.osuosl.org/pub/mariadb/repo/10.4/ubuntu bionic/main ppc64el Packages [7,793 B] | |
homestead: Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [680 kB] | |
homestead: Get:15 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [338 kB] | |
homestead: Get:16 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [156 kB] | |
homestead: Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [570 kB] | |
homestead: Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [557 kB] | |
homestead: Get:19 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [563 kB] | |
homestead: Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [250 kB] | |
homestead: Get:21 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [185 kB] | |
homestead: Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [953 kB] | |
homestead: Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [970 kB] | |
homestead: Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [293 kB] | |
homestead: Fetched 6,240 kB in 4s (1,749 kB/s) | |
homestead: Reading package lists... | |
homestead: Hit:1 http://ppa.launchpad.net/nginx/development/ubuntu bionic InRelease | |
homestead: Hit:3 https://deb.nodesource.com/node_12.x bionic InRelease | |
homestead: Hit:2 https://cli-assets.heroku.com/apt ./ InRelease | |
homestead: Hit:4 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease | |
homestead: Hit:5 http://archive.ubuntu.com/ubuntu bionic InRelease | |
homestead: Hit:6 http://security.ubuntu.com/ubuntu bionic-security InRelease | |
homestead: Hit:7 http://ftp.osuosl.org/pub/mariadb/repo/10.4/ubuntu bionic InRelease | |
homestead: Hit:8 http://archive.ubuntu.com/ubuntu bionic-updates InRelease | |
homestead: Hit:9 http://archive.ubuntu.com/ubuntu bionic-backports InRelease | |
homestead: Reading package lists... | |
homestead: Reading package lists... | |
homestead: Building dependency tree... | |
homestead: | |
homestead: Reading state information... | |
homestead: The following additional packages will be installed: | |
homestead: galera-4 libcgi-fast-perl libcgi-pm-perl libdbd-mysql-perl libdbi-perl | |
homestead: libencode-locale-perl libfcgi-perl libhtml-parser-perl libhtml-tagset-perl | |
homestead: libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl | |
homestead: liblwp-mediatypes-perl libmysqlclient20 libterm-readkey-perl liburi-perl | |
homestead: mariadb-client-10.4 mariadb-client-core-10.4 mariadb-common | |
homestead: mariadb-server-10.4 mariadb-server-core-10.4 mysql-common socat | |
homestead: Suggested packages: | |
homestead: libclone-perl libmldbm-perl libnet-daemon-perl libsql-statement-perl | |
homestead: libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx mariadb-test | |
homestead: tinyca | |
homestead: The following NEW packages will be installed: | |
homestead: galera-4 libcgi-fast-perl libcgi-pm-perl libdbd-mysql-perl libdbi-perl | |
homestead: libencode-locale-perl libfcgi-perl libhtml-parser-perl libhtml-tagset-perl | |
homestead: libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl | |
homestead: liblwp-mediatypes-perl libmysqlclient20 libterm-readkey-perl liburi-perl | |
homestead: mariadb-client-10.4 mariadb-client-core-10.4 mariadb-common mariadb-server | |
homestead: mariadb-server-10.4 mariadb-server-core-10.4 mysql-common socat | |
homestead: 0 upgraded, 25 newly installed, 0 to remove and 24 not upgraded. | |
homestead: Need to get 24.7 MB of archives. | |
homestead: After this operation, 197 MB of additional disk space will be used. | |
homestead: Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdbi-perl amd64 1.640-1 [724 kB] | |
homestead: Get:2 http://ftp.osuosl.org/pub/mariadb/repo/10.4/ubuntu bionic/main amd64 mysql-common all 1:10.4.6+maria~bionic [5,596 B] | |
homestead: Get:3 http://ftp.osuosl.org/pub/mariadb/repo/10.4/ubuntu bionic/main amd64 mariadb-common all 1:10.4.6+maria~bionic [3,524 B] | |
homestead: Get:4 http://ftp.osuosl.org/pub/mariadb/repo/10.4/ubuntu bionic/main amd64 galera-4 amd64 26.4.2-bionic [9,378 kB] | |
homestead: Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] | |
homestead: Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] | |
homestead: Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] | |
homestead: Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] | |
homestead: Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB] | |
homestead: Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB] | |
homestead: Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B] | |
homestead: Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.26-0ubuntu0.18.04.1 [818 kB] | |
homestead: Get:13 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libdbd-mysql-perl amd64 4.046-1 [82.0 kB] | |
homestead: Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] | |
homestead: Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] | |
homestead: Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] | |
homestead: Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] | |
homestead: Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] | |
homestead: Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] | |
homestead: Get:20 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libterm-readkey-perl amd64 2.37-1build1 [24.4 kB] | |
homestead: Get:21 http://ftp.osuosl.org/pub/mariadb/repo/10.4/ubuntu bionic/main amd64 mariadb-client-core-10.4 amd64 1:10.4.6+maria~bionic [777 kB] | |
homestead: Get:22 http://ftp.osuosl.org/pub/mariadb/repo/10.4/ubuntu bionic/main amd64 mariadb-client-10.4 amd64 1:10.4.6+maria~bionic [1,167 kB] | |
homestead: Get:23 http://ftp.osuosl.org/pub/mariadb/repo/10.4/ubuntu bionic/main amd64 mariadb-server-core-10.4 amd64 1:10.4.6+maria~bionic [6,276 kB] | |
homestead: Get:24 http://ftp.osuosl.org/pub/mariadb/repo/10.4/ubuntu bionic/main amd64 mariadb-server-10.4 amd64 1:10.4.6+maria~bionic [4,487 kB] | |
homestead: Get:25 http://ftp.osuosl.org/pub/mariadb/repo/10.4/ubuntu bionic/main amd64 mariadb-server all 1:10.4.6+maria~bionic [3,180 B] | |
homestead: Preconfiguring packages ... | |
homestead: Fetched 24.7 MB in 8s (3,021 kB/s) | |
homestead: Selecting previously unselected package mysql-common. | |
homestead: (Reading database ... | |
(Reading database ... 55%atabase ... 5% | |
homestead: (Reading database ... 60% | |
homestead: (Reading database ... 65% | |
homestead: (Reading database ... 70% | |
homestead: (Reading database ... 75% | |
homestead: (Reading database ... 80% | |
homestead: (Reading database ... 85% | |
homestead: (Reading database ... 90% | |
homestead: (Reading database ... 95% | |
(Reading database ... 158724 files and directories currently installed.) | |
homestead: Preparing to unpack .../0-mysql-common_1%3a10.4.6+maria~bionic_all.deb ... | |
homestead: Unpacking mysql-common (1:10.4.6+maria~bionic) ... | |
homestead: Selecting previously unselected package mariadb-common. | |
homestead: Preparing to unpack .../1-mariadb-common_1%3a10.4.6+maria~bionic_all.deb ... | |
homestead: Unpacking mariadb-common (1:10.4.6+maria~bionic) ... | |
homestead: Selecting previously unselected package galera-4. | |
homestead: Preparing to unpack .../2-galera-4_26.4.2-bionic_amd64.deb ... | |
homestead: Unpacking galera-4 (26.4.2-bionic) ... | |
homestead: Selecting previously unselected package libdbi-perl. | |
homestead: Preparing to unpack .../3-libdbi-perl_1.640-1_amd64.deb ... | |
homestead: Unpacking libdbi-perl (1.640-1) ... | |
homestead: Selecting previously unselected package mariadb-client-core-10.4. | |
homestead: Preparing to unpack .../4-mariadb-client-core-10.4_1%3a10.4.6+maria~bionic_amd64.deb ... | |
homestead: Unpacking mariadb-client-core-10.4 (1:10.4.6+maria~bionic) ... | |
homestead: Selecting previously unselected package mariadb-client-10.4. | |
homestead: Preparing to unpack .../5-mariadb-client-10.4_1%3a10.4.6+maria~bionic_amd64.deb ... | |
homestead: Unpacking mariadb-client-10.4 (1:10.4.6+maria~bionic) ... | |
homestead: Selecting previously unselected package mariadb-server-core-10.4. | |
homestead: Preparing to unpack .../6-mariadb-server-core-10.4_1%3a10.4.6+maria~bionic_amd64.deb ... | |
homestead: Unpacking mariadb-server-core-10.4 (1:10.4.6+maria~bionic) ... | |
homestead: Selecting previously unselected package socat. | |
homestead: Preparing to unpack .../7-socat_1.7.3.2-2ubuntu2_amd64.deb ... | |
homestead: Unpacking socat (1.7.3.2-2ubuntu2) ... | |
homestead: Setting up mysql-common (1:10.4.6+maria~bionic) ... | |
homestead: Setting up mariadb-common (1:10.4.6+maria~bionic) ... | |
homestead: Selecting previously unselected package mariadb-server-10.4. | |
homestead: (Reading database ... | |
homestead: (Reading database ... 5% | |
homestead: (Reading database ... 10% | |
homestead: (Reading database ... 15% | |
homestead: (Reading database ... 20% | |
homestead: (Reading database ... 25% | |
homestead: (Reading database ... 30% | |
homestead: (Reading database ... 35% | |
homestead: (Reading database ... 40% | |
homestead: (Reading database ... 45% | |
homestead: (Reading database ... 50% | |
homestead: (Reading database ... 55% | |
homestead: (Reading database ... 60% | |
homestead: (Reading database ... 65% | |
homestead: (Reading database ... 70% | |
homestead: (Reading database ... 75% | |
homestead: (Reading database ... 80% | |
homestead: (Reading database ... 85% | |
homestead: (Reading database ... 90% | |
homestead: (Reading database ... 95% | |
homestead: (Reading database ... 100% | |
homestead: (Reading database ... | |
homestead: 159107 files and directories currently installed.) | |
homestead: Preparing to unpack .../00-mariadb-server-10.4_1%3a10.4.6+maria~bionic_amd64.deb ... | |
homestead: /var/lib/mysql: found previous version 5.7 | |
homestead: Unpacking mariadb-server-10.4 (1:10.4.6+maria~bionic) ... | |
homestead: Selecting previously unselected package libhtml-tagset-perl. | |
homestead: Preparing to unpack .../01-libhtml-tagset-perl_3.20-3_all.deb ... | |
homestead: Unpacking libhtml-tagset-perl (3.20-3) ... | |
homestead: Selecting previously unselected package liburi-perl. | |
homestead: Preparing to unpack .../02-liburi-perl_1.73-1_all.deb ... | |
homestead: Unpacking liburi-perl (1.73-1) ... | |
homestead: Selecting previously unselected package libhtml-parser-perl. | |
homestead: Preparing to unpack .../03-libhtml-parser-perl_3.72-3build1_amd64.deb ... | |
homestead: Unpacking libhtml-parser-perl (3.72-3build1) ... | |
homestead: Selecting previously unselected package libcgi-pm-perl. | |
homestead: Preparing to unpack .../04-libcgi-pm-perl_4.38-1_all.deb ... | |
homestead: Unpacking libcgi-pm-perl (4.38-1) ... | |
homestead: Selecting previously unselected package libfcgi-perl. | |
homestead: Preparing to unpack .../05-libfcgi-perl_0.78-2build1_amd64.deb ... | |
homestead: Unpacking libfcgi-perl (0.78-2build1) ... | |
homestead: Selecting previously unselected package libcgi-fast-perl. | |
homestead: Preparing to unpack .../06-libcgi-fast-perl_1%3a2.13-1_all.deb ... | |
homestead: Unpacking libcgi-fast-perl (1:2.13-1) ... | |
homestead: Selecting previously unselected package libmysqlclient20:amd64. | |
homestead: Preparing to unpack .../07-libmysqlclient20_5.7.26-0ubuntu0.18.04.1_amd64.deb ... | |
homestead: Unpacking libmysqlclient20:amd64 (5.7.26-0ubuntu0.18.04.1) ... | |
homestead: Selecting previously unselected package libdbd-mysql-perl. | |
homestead: Preparing to unpack .../08-libdbd-mysql-perl_4.046-1_amd64.deb ... | |
homestead: Unpacking libdbd-mysql-perl (4.046-1) ... | |
homestead: Selecting previously unselected package libencode-locale-perl. | |
homestead: Preparing to unpack .../09-libencode-locale-perl_1.05-1_all.deb ... | |
homestead: Unpacking libencode-locale-perl (1.05-1) ... | |
homestead: Selecting previously unselected package libhtml-template-perl. | |
homestead: Preparing to unpack .../10-libhtml-template-perl_2.97-1_all.deb ... | |
homestead: Unpacking libhtml-template-perl (2.97-1) ... | |
homestead: Selecting previously unselected package libhttp-date-perl. | |
homestead: Preparing to unpack .../11-libhttp-date-perl_6.02-1_all.deb ... | |
homestead: Unpacking libhttp-date-perl (6.02-1) ... | |
homestead: Selecting previously unselected package libio-html-perl. | |
homestead: Preparing to unpack .../12-libio-html-perl_1.001-1_all.deb ... | |
homestead: Unpacking libio-html-perl (1.001-1) ... | |
homestead: Selecting previously unselected package liblwp-mediatypes-perl. | |
homestead: Preparing to unpack .../13-liblwp-mediatypes-perl_6.02-1_all.deb ... | |
homestead: Unpacking liblwp-mediatypes-perl (6.02-1) ... | |
homestead: Selecting previously unselected package libhttp-message-perl. | |
homestead: Preparing to unpack .../14-libhttp-message-perl_6.14-1_all.deb ... | |
homestead: Unpacking libhttp-message-perl (6.14-1) ... | |
homestead: Selecting previously unselected package libterm-readkey-perl. | |
homestead: Preparing to unpack .../15-libterm-readkey-perl_2.37-1build1_amd64.deb ... | |
homestead: Unpacking libterm-readkey-perl (2.37-1build1) ... | |
homestead: Selecting previously unselected package mariadb-server. | |
homestead: Preparing to unpack .../16-mariadb-server_1%3a10.4.6+maria~bionic_all.deb ... | |
homestead: Unpacking mariadb-server (1:10.4.6+maria~bionic) ... | |
homestead: Setting up libhtml-tagset-perl (3.20-3) ... | |
homestead: Setting up libhttp-date-perl (6.02-1) ... | |
homestead: Setting up galera-4 (26.4.2-bionic) ... | |
homestead: Setting up libencode-locale-perl (1.05-1) ... | |
homestead: Setting up socat (1.7.3.2-2ubuntu2) ... | |
homestead: Setting up libio-html-perl (1.001-1) ... | |
homestead: Setting up mariadb-client-core-10.4 (1:10.4.6+maria~bionic) ... | |
homestead: Setting up libterm-readkey-perl (2.37-1build1) ... | |
homestead: Setting up mariadb-client-10.4 (1:10.4.6+maria~bionic) ... | |
homestead: Setting up liblwp-mediatypes-perl (6.02-1) ... | |
homestead: Processing triggers for libc-bin (2.27-3ubuntu1) ... | |
homestead: Setting up mariadb-server-core-10.4 (1:10.4.6+maria~bionic) ... | |
homestead: Setting up liburi-perl (1.73-1) ... | |
homestead: Setting up libhtml-parser-perl (3.72-3build1) ... | |
homestead: Setting up libcgi-pm-perl (4.38-1) ... | |
homestead: Processing triggers for man-db (2.8.3-2ubuntu0.1) ... | |
homestead: Setting up libhttp-message-perl (6.14-1) ... | |
homestead: Setting up libmysqlclient20:amd64 (5.7.26-0ubuntu0.18.04.1) ... | |
homestead: Setting up libfcgi-perl (0.78-2build1) ... | |
homestead: Setting up libdbi-perl (1.640-1) ... | |
homestead: Setting up mariadb-server-10.4 (1:10.4.6+maria~bionic) ... | |
homestead: Failed to stop mysql.service: Unit mysql.service not loaded. | |
homestead: Created symlink /etc/systemd/system/mysql.service → /lib/systemd/system/mariadb.service. | |
homestead: Created symlink /etc/systemd/system/mysqld.service → /lib/systemd/system/mariadb.service. | |
homestead: Created symlink /etc/systemd/system/multi-user.target.wants/mariadb.service → /lib/systemd/system/mariadb.service. | |
homestead: Setting up libhtml-template-perl (2.97-1) ... | |
homestead: Setting up libcgi-fast-perl (1:2.13-1) ... | |
homestead: Setting up mariadb-server (1:10.4.6+maria~bionic) ... | |
homestead: Setting up libdbd-mysql-perl (4.046-1) ... | |
homestead: Processing triggers for libc-bin (2.27-3ubuntu1) ... | |
homestead: ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'homestead'@'0.0.0.0' | |
==> homestead: Running provisioner: shell... | |
homestead: Running: /var/folders/hj/gyr526t17853t26hk2qqsvfw0000gn/T/vagrant-shell20190708-7706-smft4m.sh | |
==> homestead: Running provisioner: shell... | |
homestead: Running: /var/folders/hj/gyr526t17853t26hk2qqsvfw0000gn/T/vagrant-shell20190708-7706-1hepi6p.sh | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Creating Certificate: homestead.test | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Creating Site: homestead.test | |
==> homestead: Running provisioner: shell... | |
homestead: Running: inline script | |
==> homestead: Running provisioner: shell... | |
homestead: Running: /var/folders/hj/gyr526t17853t26hk2qqsvfw0000gn/T/vagrant-shell20190708-7706-1o85w27.sh | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Checking for old Schedule | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Clear Variables | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Restarting Cron | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Restarting Nginx | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Creating MySQL Database: homestead | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Creating Postgres Database: homestead | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Update Composer | |
homestead: You are already using composer version 1.8.6 (stable channel). | |
==> homestead: Running provisioner: shell... | |
homestead: Running: /var/folders/hj/gyr526t17853t26hk2qqsvfw0000gn/T/vagrant-shell20190708-7706-12lkoom.sh | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Update motd | |
==> homestead: Running provisioner: shell... | |
homestead: Running: /var/folders/hj/gyr526t17853t26hk2qqsvfw0000gn/T/vagrant-shell20190708-7706-avmdv3.sh | |
➜ Homestead git:(release) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fixed in laravel/homestead#1231