Created
January 14, 2019 18:47
-
-
Save Artistan/1e811831f3af0282e5503daaa9c4e9bc to your computer and use it in GitHub Desktop.
apache stalls on vagrant up
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
➜ ApacheHomestead git:(master) vagrant up | |
Vagrant failed to initialize at a very early stage: | |
There is a syntax error in the following Vagrantfile. The syntax error | |
message is reproduced below for convenience: | |
/Users/cpeterson/VirtualBox VMs/Configs/ApacheHomestead/Vagrantfile:13: syntax error, unexpected <<, expecting end-of-input | |
<<<<<<< HEAD | |
^ | |
➜ ApacheHomestead git:(master) git commit -a | |
[master 3a5c4b8] osfjdofij | |
1 file changed, 3 deletions(-) | |
➜ ApacheHomestead git:(master) git push | |
Enumerating objects: 5, done. | |
Counting objects: 100% (5/5), done. | |
Delta compression using up to 8 threads | |
Compressing objects: 100% (3/3), done. | |
Writing objects: 100% (3/3), 310 bytes | 310.00 KiB/s, done. | |
Total 3 (delta 2), reused 0 (delta 0) | |
remote: Resolving deltas: 100% (2/2), completed with 2 local objects. | |
To https://github.com/Artistan/homestead.git | |
cffc33c..3a5c4b8 master -> master | |
➜ ApacheHomestead git:(master) vagrant up | |
Bringing machine 'Chuck-Apache' up with 'virtualbox' provider... | |
==> Chuck-Apache: Importing base box 'laravel/homestead'... | |
==> Chuck-Apache: Matching MAC address for NAT networking... | |
==> Chuck-Apache: Checking if box 'laravel/homestead' version '6.4.0' is up to date... | |
==> Chuck-Apache: Setting the name of the VM: Chuck-Apache | |
==> Chuck-Apache: Clearing any previously set network interfaces... | |
==> Chuck-Apache: Preparing network interfaces based on configuration... | |
Chuck-Apache: Adapter 1: nat | |
Chuck-Apache: Adapter 2: hostonly | |
==> Chuck-Apache: Forwarding ports... | |
Chuck-Apache: 80 (guest) => 8000 (host) (adapter 1) | |
Chuck-Apache: 443 (guest) => 44300 (host) (adapter 1) | |
Chuck-Apache: 3306 (guest) => 33060 (host) (adapter 1) | |
Chuck-Apache: 4040 (guest) => 4040 (host) (adapter 1) | |
Chuck-Apache: 5432 (guest) => 54320 (host) (adapter 1) | |
Chuck-Apache: 8025 (guest) => 8025 (host) (adapter 1) | |
Chuck-Apache: 27017 (guest) => 27017 (host) (adapter 1) | |
Chuck-Apache: 22 (guest) => 2222 (host) (adapter 1) | |
==> Chuck-Apache: Running 'pre-boot' VM customizations... | |
==> Chuck-Apache: Booting VM... | |
==> Chuck-Apache: Waiting for machine to boot. This may take a few minutes... | |
Chuck-Apache: SSH address: 127.0.0.1:2222 | |
Chuck-Apache: SSH username: vagrant | |
Chuck-Apache: SSH auth method: private key | |
Chuck-Apache: | |
Chuck-Apache: Vagrant insecure key detected. Vagrant will automatically replace | |
Chuck-Apache: this with a newly generated keypair for better security. | |
Chuck-Apache: | |
Chuck-Apache: Inserting generated public key within guest... | |
Chuck-Apache: Removing insecure key from the guest if it's present... | |
Chuck-Apache: Key inserted! Disconnecting and reconnecting using new SSH key... | |
==> Chuck-Apache: Machine booted and ready! | |
Got different reports about installed GuestAdditions version: | |
Virtualbox on your host claims: 5.2.8 | |
VBoxService inside the vm claims: 5.2.20 | |
Going on, assuming VBoxService is correct... | |
[Chuck-Apache] GuestAdditions versions on your host (6.0.0) and guest (5.2.20) do not match. | |
Got different reports about installed GuestAdditions version: | |
Virtualbox on your host claims: 5.2.8 | |
VBoxService inside the vm claims: 5.2.20 | |
Going on, assuming VBoxService is correct... | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
dkms is already the newest version (2.3-3ubuntu9.2). | |
linux-headers-4.15.0-38-generic is already the newest version (4.15.0-38.41). | |
linux-headers-4.15.0-38-generic set to manually installed. | |
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
Copy iso file /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso | |
Mounting Virtualbox Guest Additions ISO to: /mnt | |
mount: /mnt: WARNING: device write-protected, mounted read-only. | |
Installing Virtualbox Guest Additions 6.0.0 - guest version is 5.2.20 | |
Verifying archive integrity... All good. | |
Uncompressing VirtualBox 6.0.0 Guest Additions for Linux........ | |
VirtualBox Guest Additions installer | |
Removing installed version 5.2.20 of VirtualBox Guest Additions... | |
update-initramfs: Generating /boot/initrd.img-4.15.0-29-generic | |
Copying additional installer modules ... | |
Installing additional modules ... | |
VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules. This may take a while. | |
VirtualBox Guest Additions: To build modules for other installed kernels, run | |
VirtualBox Guest Additions: /sbin/rcvboxadd quicksetup <version> | |
VirtualBox Guest Additions: Building the modules for kernel 4.15.0-38-generic. | |
update-initramfs: Generating /boot/initrd.img-4.15.0-38-generic | |
VirtualBox Guest Additions: Running kernel modules will not be replaced until the system is restarted | |
VirtualBox Guest Additions: Starting. | |
An error occurred during installation of VirtualBox Guest Additions 6.0.0. Some functionality may not work as intended. | |
In most cases it is OK that the "Window System drivers" installation failed. | |
Unmounting Virtualbox Guest Additions ISO from: /mnt | |
Got different reports about installed GuestAdditions version: | |
Virtualbox on your host claims: 5.2.8 | |
VBoxService inside the vm claims: 6.0.0 | |
Going on, assuming VBoxService is correct... | |
Got different reports about installed GuestAdditions version: | |
Virtualbox on your host claims: 5.2.8 | |
VBoxService inside the vm claims: 6.0.0 | |
Going on, assuming VBoxService is correct... | |
==> Chuck-Apache: Checking for guest additions in VM... | |
Chuck-Apache: The guest additions on this VM do not match the installed version of | |
Chuck-Apache: VirtualBox! In most cases this is fine, but in rare cases it can | |
Chuck-Apache: prevent things such as shared folders from working properly. If you see | |
Chuck-Apache: shared folder errors, please make sure the guest additions within the | |
Chuck-Apache: virtual machine match the version of VirtualBox you have installed on | |
Chuck-Apache: your host and reload your VM. | |
Chuck-Apache: | |
Chuck-Apache: Guest Additions Version: 5.2.20 | |
Chuck-Apache: VirtualBox Version: 6.0 | |
==> Chuck-Apache: [vagrant-hostsupdater] Checking for host entries | |
==> Chuck-Apache: [vagrant-hostsupdater] Writing the following entries to (/etc/hosts) | |
==> Chuck-Apache: [vagrant-hostsupdater] 192.168.10.11 chuck-apache # VAGRANT: 98f4705ba32d730d3148c6d7ec4359dd (Chuck-Apache) / 0b338110-4458-4bcd-9c11-a230272b51d7 | |
==> Chuck-Apache: [vagrant-hostsupdater] 192.168.10.11 socket-wrench.test # VAGRANT: 98f4705ba32d730d3148c6d7ec4359dd (Chuck-Apache) / 0b338110-4458-4bcd-9c11-a230272b51d7 | |
==> Chuck-Apache: [vagrant-hostsupdater] 192.168.10.11 binadminlocal.benint.net # VAGRANT: 98f4705ba32d730d3148c6d7ec4359dd (Chuck-Apache) / 0b338110-4458-4bcd-9c11-a230272b51d7 | |
==> Chuck-Apache: [vagrant-hostsupdater] 192.168.10.11 supportlocal.benint.net # VAGRANT: 98f4705ba32d730d3148c6d7ec4359dd (Chuck-Apache) / 0b338110-4458-4bcd-9c11-a230272b51d7 | |
==> Chuck-Apache: [vagrant-hostsupdater] 192.168.10.11 familyfuncenter.local # VAGRANT: 98f4705ba32d730d3148c6d7ec4359dd (Chuck-Apache) / 0b338110-4458-4bcd-9c11-a230272b51d7 | |
==> Chuck-Apache: [vagrant-hostsupdater] 192.168.10.11 unwired.local # VAGRANT: 98f4705ba32d730d3148c6d7ec4359dd (Chuck-Apache) / 0b338110-4458-4bcd-9c11-a230272b51d7 | |
==> Chuck-Apache: [vagrant-hostsupdater] 192.168.10.11 unwired.dnrstar.com # VAGRANT: 98f4705ba32d730d3148c6d7ec4359dd (Chuck-Apache) / 0b338110-4458-4bcd-9c11-a230272b51d7 | |
==> Chuck-Apache: [vagrant-hostsupdater] This operation requires administrative access. You may skip it by manually adding equivalent entries to the hosts file. | |
Password: | |
==> Chuck-Apache: Setting hostname... | |
==> Chuck-Apache: Configuring and enabling network interfaces... | |
==> Chuck-Apache: Exporting NFS shared folders... | |
==> Chuck-Apache: Preparing to edit /etc/exports. Administrator privileges will be required... | |
==> Chuck-Apache: Mounting NFS shared folders... | |
==> Chuck-Apache: Mounting shared folders... | |
Chuck-Apache: /vagrant => /Users/cpeterson/VirtualBox VMs/Configs/ApacheHomestead | |
==> Chuck-Apache: Checking for bindfs in VM... | |
Chuck-Apache: Package manager detected: apt-get | |
Chuck-Apache: Fuse kernel module is installed | |
Chuck-Apache: Fuse kernel module is loaded | |
==> Chuck-Apache: Bindfs seems to not be installed on the virtual machine, installing now | |
Chuck-Apache: Bindfs 1.13.7 is installed | |
==> Chuck-Apache: Machine is ready to use bindfs! | |
==> Chuck-Apache: Creating bind mounts after synced_folders... | |
Chuck-Apache: /home/vagrant/code => /home/vagrant/code | |
==> Chuck-Apache: Running provisioner: host_shell... | |
[stdout] Creating a new box ./system-before.sh chuck-apache up | |
==> Chuck-Apache: Running provisioner: file... | |
Chuck-Apache: /Users/cpeterson/VirtualBox VMs/Configs/ApacheHomestead/aliases => /tmp/bash_aliases | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
Chuck-Apache: | |
Chuck-Apache: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCt5M/Y/JtfDRrgEWu6bqpEz8YM1hXiG0WPSS3TgijQE/uUJlGFkCJNf4RkTTFfrBzx30/1/Hc1H12SyuAg33rYL6U5Pu2rTHo34VVtYPSllopJJkSCb5MyMicYFTmu09WsEXMZuJnZXfAOguLHH0+krhX0Qi4HZ+2bLpBcn/C0FwKoHnaXoMBjciqxvQNEp/01CyQPIoLNhY5NzwMNQjc7QmVHH0/c4YEsrsGLbk2w6P3jw3GXRA+nfAUZ93aHbDM2zsoKGhdDI8KnEiZZmNCFDygH5ghOMY/MrXSYrm16XZFcn/gptOkK6CEIaT+zziLlm+35mMrIbu1Pinwk3DZ cpeterson@brokerbin.com | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: /var/folders/gp/6kjz52gd1ns2bhnp3q4_v3g00000gn/T/vagrant-shell20190114-5356-tkwrvo.sh | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Certificate: socket-wrench.test | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Site: socket-wrench.test | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Checking for old Schedule | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Certificate: binadminlocal.benint.net | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Site: binadminlocal.benint.net | |
Chuck-Apache: Hit:1 https://deb.nodesource.com/node_8.x bionic InRelease | |
Chuck-Apache: Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease | |
Chuck-Apache: Hit:3 https://cli-assets.heroku.com/apt ./ InRelease | |
Chuck-Apache: Hit:4 https://dist.crystal-lang.org/apt crystal InRelease | |
Chuck-Apache: Hit:5 http://ppa.launchpad.net/nginx/development/ubuntu bionic InRelease | |
Chuck-Apache: Hit:6 http://archive.ubuntu.com/ubuntu bionic InRelease | |
Chuck-Apache: Hit:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease | |
Chuck-Apache: Hit:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease | |
Chuck-Apache: Hit:9 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease | |
Chuck-Apache: Hit:10 https://packages.microsoft.com/ubuntu/18.04/prod bionic InRelease | |
Chuck-Apache: Get:11 http://packages.blackfire.io/debian any InRelease [23.2 kB] | |
Chuck-Apache: Err:11 http://packages.blackfire.io/debian any InRelease | |
Chuck-Apache: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: Fetched 23.2 kB in 3s (8,317 B/s) | |
Chuck-Apache: Reading package lists... | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://packages.blackfire.io/debian any InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: Failed to fetch http://packages.blackfire.io/debian/dists/any/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: W: Some index files failed to download. They have been ignored, or old ones used instead. | |
Chuck-Apache: Reading package lists... | |
Chuck-Apache: Building dependency tree... | |
Chuck-Apache: Reading state information... | |
Chuck-Apache: The following additional packages will be installed: | |
Chuck-Apache: apache2-bin apache2-data apache2-utils libapr1 libaprutil1 | |
Chuck-Apache: libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.2-0 php7.2-bcmath | |
Chuck-Apache: php7.2-cli php7.2-common php7.2-curl php7.2-dev php7.2-fpm php7.2-gd | |
Chuck-Apache: php7.2-imap php7.2-intl php7.2-json php7.2-ldap php7.2-mbstring php7.2-mysql | |
Chuck-Apache: php7.2-opcache php7.2-pgsql php7.2-readline php7.2-soap php7.2-sqlite3 | |
Chuck-Apache: php7.2-xml php7.2-zip | |
Chuck-Apache: Suggested packages: | |
Chuck-Apache: apache2-doc apache2-suexec-pristine | apache2-suexec-custom dh-php | |
Chuck-Apache: The following NEW packages will be installed: | |
Chuck-Apache: apache2 apache2-bin apache2-data apache2-utils libapache2-mod-fcgid libapr1 | |
Chuck-Apache: libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.2-0 php7.2-cgi | |
Chuck-Apache: The following packages will be upgraded: | |
Chuck-Apache: php7.2-bcmath php7.2-cli php7.2-common php7.2-curl php7.2-dev php7.2-fpm | |
Chuck-Apache: php7.2-gd php7.2-imap php7.2-intl php7.2-json php7.2-ldap php7.2-mbstring | |
Chuck-Apache: php7.2-mysql php7.2-opcache php7.2-pgsql php7.2-readline php7.2-soap | |
Chuck-Apache: php7.2-sqlite3 php7.2-xml php7.2-zip | |
Chuck-Apache: 20 upgraded, 11 newly installed, 0 to remove and 233 not upgraded. | |
Chuck-Apache: Need to get 8,809 kB of archives. | |
Chuck-Apache: After this operation, 16.8 MB of additional disk space will be used. | |
Chuck-Apache: Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-mysql amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [117 kB] | |
Chuck-Apache: Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] | |
Chuck-Apache: Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] | |
Chuck-Apache: Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB] | |
Chuck-Apache: Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] | |
Chuck-Apache: Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB] | |
Chuck-Apache: Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.5 [1,071 kB] | |
Chuck-Apache: Get:8 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-opcache amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [165 kB] | |
Chuck-Apache: Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.5 [83.3 kB] | |
Chuck-Apache: Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.5 [160 kB] | |
Chuck-Apache: Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.5 [95.1 kB] | |
Chuck-Apache: Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libapache2-mod-fcgid amd64 1:2.3.9-1 [70.5 kB] | |
Chuck-Apache: Get:13 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-intl amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [124 kB] | |
Chuck-Apache: Get:14 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-json amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [18.8 kB] | |
Chuck-Apache: Get:15 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-readline amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [12.2 kB] | |
Chuck-Apache: Get:16 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-cli amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [1,406 kB] | |
Chuck-Apache: Get:17 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-soap amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [113 kB] | |
Chuck-Apache: Get:18 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-mbstring amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [485 kB] | |
Chuck-Apache: Get:19 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-curl amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [28.8 kB] | |
Chuck-Apache: Get:20 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-imap amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [29.1 kB] | |
Chuck-Apache: Get:21 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-ldap amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [23.6 kB] | |
Chuck-Apache: Get:22 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-sqlite3 amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [25.4 kB] | |
Chuck-Apache: Get:23 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-zip amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [20.3 kB] | |
Chuck-Apache: Get:24 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-pgsql amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [55.8 kB] | |
Chuck-Apache: Get:25 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-fpm amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [1,411 kB] | |
Chuck-Apache: Get:26 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-xml amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [107 kB] | |
Chuck-Apache: Get:27 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-dev amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [555 kB] | |
Chuck-Apache: Get:28 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-gd amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [27.2 kB] | |
Chuck-Apache: Get:29 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-bcmath amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [15.3 kB] | |
Chuck-Apache: Get:30 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-common amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [919 kB] | |
Chuck-Apache: Get:31 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-cgi amd64 7.2.14-1+ubuntu18.04.1+deb.sury.org+1 [1,367 kB] | |
Chuck-Apache: Fetched 8,809 kB in 30s (298 kB/s) | |
Chuck-Apache: Selecting previously unselected package libapr1:amd64. | |
Chuck-Apache: (Reading database ... | |
Chuck-Apache: (Reading database ... 5% | |
Chuck-Apache: (Reading database ... 10% | |
Chuck-Apache: (Reading database ... 15% | |
Chuck-Apache: (Reading database ... 20% | |
Chuck-Apache: (Reading database ... 25% | |
Chuck-Apache: (Reading database ... 30% | |
Chuck-Apache: (Reading database ... 35% | |
Chuck-Apache: (Reading database ... 40% | |
Chuck-Apache: (Reading database ... 45% | |
Chuck-Apache: (Reading database ... 50% | |
Chuck-Apache: (Reading database ... 55% | |
Chuck-Apache: (Reading database ... 60% | |
Chuck-Apache: (Reading database ... 65% | |
Chuck-Apache: (Reading database ... 70% | |
Chuck-Apache: (Reading database ... 75% | |
Chuck-Apache: (Reading database ... 80% | |
Chuck-Apache: (Reading database ... 85% | |
Chuck-Apache: (Reading database ... 90% | |
Chuck-Apache: (Reading database ... 95% | |
Chuck-Apache: (Reading database ... 100% | |
Chuck-Apache: (Reading database ... | |
Chuck-Apache: 188832 files and directories currently installed.) | |
Chuck-Apache: Preparing to unpack .../00-libapr1_1.6.3-2_amd64.deb ... | |
Chuck-Apache: Unpacking libapr1:amd64 (1.6.3-2) ... | |
Chuck-Apache: Selecting previously unselected package libaprutil1:amd64. | |
Chuck-Apache: Preparing to unpack .../01-libaprutil1_1.6.1-2_amd64.deb ... | |
Chuck-Apache: Unpacking libaprutil1:amd64 (1.6.1-2) ... | |
Chuck-Apache: Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. | |
Chuck-Apache: Preparing to unpack .../02-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... | |
Chuck-Apache: Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... | |
Chuck-Apache: Selecting previously unselected package libaprutil1-ldap:amd64. | |
Chuck-Apache: Preparing to unpack .../03-libaprutil1-ldap_1.6.1-2_amd64.deb ... | |
Chuck-Apache: Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... | |
Chuck-Apache: Selecting previously unselected package liblua5.2-0:amd64. | |
Chuck-Apache: Preparing to unpack .../04-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... | |
Chuck-Apache: Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... | |
Chuck-Apache: Selecting previously unselected package apache2-bin. | |
Chuck-Apache: Preparing to unpack .../05-apache2-bin_2.4.29-1ubuntu4.5_amd64.deb ... | |
Chuck-Apache: Unpacking apache2-bin (2.4.29-1ubuntu4.5) ... | |
Chuck-Apache: Selecting previously unselected package apache2-utils. | |
Chuck-Apache: Preparing to unpack .../06-apache2-utils_2.4.29-1ubuntu4.5_amd64.deb ... | |
Chuck-Apache: Unpacking apache2-utils (2.4.29-1ubuntu4.5) ... | |
Chuck-Apache: Selecting previously unselected package apache2-data. | |
Chuck-Apache: Preparing to unpack .../07-apache2-data_2.4.29-1ubuntu4.5_all.deb ... | |
Chuck-Apache: Unpacking apache2-data (2.4.29-1ubuntu4.5) ... | |
Chuck-Apache: Selecting previously unselected package apache2. | |
Chuck-Apache: Preparing to unpack .../08-apache2_2.4.29-1ubuntu4.5_amd64.deb ... | |
Chuck-Apache: Unpacking apache2 (2.4.29-1ubuntu4.5) ... | |
Chuck-Apache: Selecting previously unselected package libapache2-mod-fcgid. | |
Chuck-Apache: Preparing to unpack .../09-libapache2-mod-fcgid_1%3a2.3.9-1_amd64.deb ... | |
Chuck-Apache: Unpacking libapache2-mod-fcgid (1:2.3.9-1) ... | |
Chuck-Apache: Preparing to unpack .../10-php7.2-mysql_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-mysql (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../11-php7.2-opcache_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-opcache (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../12-php7.2-intl_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-intl (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../13-php7.2-json_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-json (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../14-php7.2-readline_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-readline (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../15-php7.2-cli_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-cli (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../16-php7.2-soap_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-soap (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../17-php7.2-mbstring_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-mbstring (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../18-php7.2-curl_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-curl (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../19-php7.2-imap_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-imap (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../20-php7.2-ldap_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-ldap (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../21-php7.2-sqlite3_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-sqlite3 (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../22-php7.2-zip_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-zip (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../23-php7.2-pgsql_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-pgsql (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../24-php7.2-fpm_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-fpm (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../25-php7.2-xml_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-xml (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../26-php7.2-dev_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-dev (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../27-php7.2-gd_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-gd (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../28-php7.2-bcmath_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-bcmath (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../29-php7.2-common_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-common (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) over (7.2.11-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Selecting previously unselected package php7.2-cgi. | |
Chuck-Apache: Preparing to unpack .../30-php7.2-cgi_7.2.14-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.2-cgi (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up libapr1:amd64 (1.6.3-2) ... | |
Chuck-Apache: Processing triggers for ufw (0.35-5) ... | |
Chuck-Apache: Setting up php7.2-common (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.2-sqlite3 (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.2-ldap (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Processing triggers for ureadahead (0.100.0-20) ... | |
Chuck-Apache: Setting up php7.2-imap (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.2-curl (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up apache2-data (2.4.29-1ubuntu4.5) ... | |
Chuck-Apache: Setting up php7.2-mbstring (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.2-soap (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.2-readline (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.2-bcmath (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Processing triggers for libc-bin (2.27-3ubuntu1) ... | |
Chuck-Apache: Setting up libaprutil1:amd64 (1.6.1-2) ... | |
Chuck-Apache: Processing triggers for systemd (237-3ubuntu10.4) ... | |
Chuck-Apache: Processing triggers for man-db (2.8.3-2ubuntu0.1) ... | |
Chuck-Apache: Setting up php7.2-json (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.2-intl (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... | |
Chuck-Apache: Setting up php7.2-opcache (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... | |
Chuck-Apache: Setting up php7.2-mysql (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.2-gd (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.2-xml (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.2-pgsql (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.2-zip (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... | |
Chuck-Apache: Setting up apache2-utils (2.4.29-1ubuntu4.5) ... | |
Chuck-Apache: Setting up apache2-bin (2.4.29-1ubuntu4.5) ... | |
Chuck-Apache: Setting up php7.2-cli (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: php_invoke xdebug: no action - module was disabled by maintainer for PHP 7.2 cli sapi | |
Chuck-Apache: Setting up php7.2-cgi (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: update-alternatives: | |
Chuck-Apache: using /usr/bin/php-cgi7.2 to provide /usr/bin/php-cgi (php-cgi) in auto mode | |
Chuck-Apache: update-alternatives: | |
Chuck-Apache: using /usr/lib/cgi-bin/php7.2 to provide /usr/lib/cgi-bin/php (php-cgi-bin) in auto mode | |
Chuck-Apache: Creating config file /etc/php/7.2/cgi/php.ini with new version | |
Chuck-Apache: Setting up php7.2-dev (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.2-fpm (7.2.14-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Package apache2 is not configured yet. Will defer actions by package php7.2-fpm. | |
Chuck-Apache: NOTICE: Not enabling PHP 7.2 FPM by default. | |
Chuck-Apache: NOTICE: To enable PHP 7.2 FPM in Apache2 do: | |
Chuck-Apache: NOTICE: a2enmod proxy_fcgi setenvif | |
Chuck-Apache: NOTICE: a2enconf php7.2-fpm | |
Chuck-Apache: NOTICE: You are seeing this message because you have apache2 package installed. | |
Chuck-Apache: Setting up apache2 (2.4.29-1ubuntu4.5) ... | |
Chuck-Apache: Enabling module mpm_event. | |
Chuck-Apache: Enabling module authz_core. | |
Chuck-Apache: Enabling module authz_host. | |
Chuck-Apache: Enabling module authn_core. | |
Chuck-Apache: Enabling module auth_basic. | |
Chuck-Apache: Enabling module access_compat. | |
Chuck-Apache: Enabling module authn_file. | |
Chuck-Apache: Enabling module authz_user. | |
Chuck-Apache: Enabling module alias. | |
Chuck-Apache: Enabling module dir. | |
Chuck-Apache: Enabling module autoindex. | |
Chuck-Apache: Enabling module env. | |
Chuck-Apache: Enabling module mime. | |
Chuck-Apache: Enabling module negotiation. | |
Chuck-Apache: Enabling module setenvif. | |
Chuck-Apache: Enabling module filter. | |
Chuck-Apache: Enabling module deflate. | |
Chuck-Apache: Enabling module status. | |
Chuck-Apache: Enabling module reqtimeout. | |
Chuck-Apache: Enabling conf charset. | |
Chuck-Apache: Enabling conf localized-error-pages. | |
Chuck-Apache: Enabling conf other-vhosts-access-log. | |
Chuck-Apache: Enabling conf security. | |
Chuck-Apache: Enabling conf serve-cgi-bin. | |
Chuck-Apache: Enabling site 000-default. | |
Chuck-Apache: Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. | |
Chuck-Apache: Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. | |
Chuck-Apache: Setting up libapache2-mod-fcgid (1:2.3.9-1) ... | |
Chuck-Apache: apache2_invoke: Enable module fcgid | |
Chuck-Apache: Processing triggers for libc-bin (2.27-3ubuntu1) ... | |
Chuck-Apache: Processing triggers for systemd (237-3ubuntu10.4) ... | |
Chuck-Apache: Processing triggers for ureadahead (0.100.0-20) ... | |
Chuck-Apache: Processing triggers for ufw (0.35-5) ... | |
Chuck-Apache: Site 000-default disabled. | |
Chuck-Apache: To activate the new configuration, you need to run: | |
Chuck-Apache: systemctl reload apache2 | |
Chuck-Apache: Enabling conf php7.2-fpm. | |
Chuck-Apache: To activate the new configuration, you need to run: | |
Chuck-Apache: systemctl reload apache2 | |
Chuck-Apache: Enabling module rewrite. | |
Chuck-Apache: To activate the new configuration, you need to run: | |
Chuck-Apache: systemctl restart apache2 | |
Chuck-Apache: Considering dependency setenvif for ssl: | |
Chuck-Apache: Module setenvif already enabled | |
Chuck-Apache: Considering dependency mime for ssl: | |
Chuck-Apache: Module mime already enabled | |
Chuck-Apache: Considering dependency socache_shmcb for ssl: | |
Chuck-Apache: Enabling module socache_shmcb. | |
Chuck-Apache: Enabling module ssl. | |
Chuck-Apache: See /usr/share/doc/apache2/README.Debian.gz on how to configure SSL and create self-signed certificates. | |
Chuck-Apache: To activate the new configuration, you need to run: | |
Chuck-Apache: systemctl restart apache2 | |
Chuck-Apache: Enabling module proxy. | |
Chuck-Apache: Considering dependency proxy for proxy_fcgi: | |
Chuck-Apache: Module proxy already enabled | |
Chuck-Apache: Enabling module proxy_fcgi. | |
Chuck-Apache: To activate the new configuration, you need to run: | |
Chuck-Apache: systemctl restart apache2 | |
Chuck-Apache: Enabling module headers. | |
Chuck-Apache: Enabling module actions. | |
Chuck-Apache: Module alias already enabled | |
Chuck-Apache: To activate the new configuration, you need to run: | |
Chuck-Apache: systemctl restart apache2 | |
Chuck-Apache: Mutex posixsem | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Schedule | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Certificate: supportlocal.benint.net | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Site: supportlocal.benint.net | |
Chuck-Apache: Hit:2 https://deb.nodesource.com/node_8.x bionic InRelease | |
Chuck-Apache: Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease | |
Chuck-Apache: Hit:1 https://cli-assets.heroku.com/apt ./ InRelease | |
Chuck-Apache: Hit:4 http://ppa.launchpad.net/nginx/development/ubuntu bionic InRelease | |
Chuck-Apache: Hit:5 http://archive.ubuntu.com/ubuntu bionic InRelease | |
Chuck-Apache: Hit:6 https://dist.crystal-lang.org/apt crystal InRelease | |
Chuck-Apache: Hit:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease | |
Chuck-Apache: Hit:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease | |
Chuck-Apache: Hit:9 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease | |
Chuck-Apache: Hit:10 https://packages.microsoft.com/ubuntu/18.04/prod bionic InRelease | |
Chuck-Apache: Get:11 http://packages.blackfire.io/debian any InRelease [23.2 kB] | |
Chuck-Apache: Err:11 http://packages.blackfire.io/debian any InRelease | |
Chuck-Apache: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: Fetched 23.2 kB in 3s (7,584 B/s) | |
Chuck-Apache: Reading package lists... | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://packages.blackfire.io/debian any InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: Failed to fetch http://packages.blackfire.io/debian/dists/any/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: Some index files failed to download. They have been ignored, or old ones used instead. | |
Chuck-Apache: Reading package lists... | |
Chuck-Apache: Building dependency tree... | |
Chuck-Apache: Reading state information... | |
Chuck-Apache: libapache2-mod-fcgid is already the newest version (1:2.3.9-1). | |
Chuck-Apache: apache2 is already the newest version (2.4.29-1ubuntu4.5). | |
Chuck-Apache: php7.2-cgi is already the newest version (7.2.14-1+ubuntu18.04.1+deb.sury.org+1). | |
Chuck-Apache: 0 upgraded, 0 newly installed, 0 to remove and 233 not upgraded. | |
Chuck-Apache: Site 000-default already disabled | |
Chuck-Apache: Conf php7.2-fpm already enabled | |
Chuck-Apache: Module rewrite already enabled | |
Chuck-Apache: Considering dependency setenvif for ssl: | |
Chuck-Apache: Module setenvif already enabled | |
Chuck-Apache: Considering dependency mime for ssl: | |
Chuck-Apache: Module mime already enabled | |
Chuck-Apache: Considering dependency socache_shmcb for ssl: | |
Chuck-Apache: Module socache_shmcb already enabled | |
Chuck-Apache: Module ssl already enabled | |
Chuck-Apache: Module proxy already enabled | |
Chuck-Apache: Considering dependency proxy for proxy_fcgi: | |
Chuck-Apache: Module proxy already enabled | |
Chuck-Apache: Module proxy_fcgi already enabled | |
Chuck-Apache: Module headers already enabled | |
Chuck-Apache: Module actions already enabled | |
Chuck-Apache: Module alias already enabled | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Schedule | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Certificate: familyfuncenter.local | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Site: familyfuncenter.local | |
Chuck-Apache: Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease | |
Chuck-Apache: Hit:3 https://deb.nodesource.com/node_8.x bionic InRelease | |
Chuck-Apache: Hit:2 https://cli-assets.heroku.com/apt ./ InRelease | |
Chuck-Apache: Hit:4 https://dist.crystal-lang.org/apt crystal InRelease | |
Chuck-Apache: Hit:5 http://ppa.launchpad.net/nginx/development/ubuntu bionic InRelease | |
Chuck-Apache: Hit:6 http://archive.ubuntu.com/ubuntu bionic InRelease | |
Chuck-Apache: Hit:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease | |
Chuck-Apache: Hit:8 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease | |
Chuck-Apache: Hit:9 http://archive.ubuntu.com/ubuntu bionic-backports InRelease | |
Chuck-Apache: Hit:10 https://packages.microsoft.com/ubuntu/18.04/prod bionic InRelease | |
Chuck-Apache: Get:11 http://packages.blackfire.io/debian any InRelease [23.2 kB] | |
Chuck-Apache: Err:11 http://packages.blackfire.io/debian any InRelease | |
Chuck-Apache: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: Fetched 23.2 kB in 3s (8,352 B/s) | |
Chuck-Apache: Reading package lists... | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://packages.blackfire.io/debian any InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: Failed to fetch http://packages.blackfire.io/debian/dists/any/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: Some index files failed to download. They have been ignored, or old ones used instead. | |
Chuck-Apache: Reading package lists... | |
Chuck-Apache: Building dependency tree... | |
Chuck-Apache: Reading state information... | |
Chuck-Apache: libapache2-mod-fcgid is already the newest version (1:2.3.9-1). | |
Chuck-Apache: apache2 is already the newest version (2.4.29-1ubuntu4.5). | |
Chuck-Apache: php7.2-cgi is already the newest version (7.2.14-1+ubuntu18.04.1+deb.sury.org+1). | |
Chuck-Apache: 0 upgraded, 0 newly installed, 0 to remove and 233 not upgraded. | |
Chuck-Apache: Site 000-default already disabled | |
Chuck-Apache: Conf php7.2-fpm already enabled | |
Chuck-Apache: Module rewrite already enabled | |
Chuck-Apache: Considering dependency setenvif for ssl: | |
Chuck-Apache: Module setenvif already enabled | |
Chuck-Apache: Considering dependency mime for ssl: | |
Chuck-Apache: Module mime already enabled | |
Chuck-Apache: Considering dependency socache_shmcb for ssl: | |
Chuck-Apache: Module socache_shmcb already enabled | |
Chuck-Apache: Module ssl already enabled | |
Chuck-Apache: Module proxy already enabled | |
Chuck-Apache: Considering dependency proxy for proxy_fcgi: | |
Chuck-Apache: Module proxy already enabled | |
Chuck-Apache: Module proxy_fcgi already enabled | |
Chuck-Apache: Module headers already enabled | |
Chuck-Apache: Module actions already enabled | |
Chuck-Apache: Module alias already enabled | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Schedule | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Certificate: unwired.local | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Site: unwired.local | |
Chuck-Apache: Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease | |
Chuck-Apache: Hit:2 https://cli-assets.heroku.com/apt ./ InRelease | |
Chuck-Apache: Hit:3 https://deb.nodesource.com/node_8.x bionic InRelease | |
Chuck-Apache: Hit:4 http://ppa.launchpad.net/nginx/development/ubuntu bionic InRelease | |
Chuck-Apache: Hit:5 http://archive.ubuntu.com/ubuntu bionic InRelease | |
Chuck-Apache: Hit:6 https://dist.crystal-lang.org/apt crystal InRelease | |
Chuck-Apache: Hit:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease | |
Chuck-Apache: Hit:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease | |
Chuck-Apache: Hit:9 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease | |
Chuck-Apache: Hit:10 https://packages.microsoft.com/ubuntu/18.04/prod bionic InRelease | |
Chuck-Apache: Get:11 http://packages.blackfire.io/debian any InRelease [23.2 kB] | |
Chuck-Apache: Err:11 http://packages.blackfire.io/debian any InRelease | |
Chuck-Apache: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: Fetched 23.2 kB in 3s (8,092 B/s) | |
Chuck-Apache: Reading package lists... | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://packages.blackfire.io/debian any InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: Failed to fetch http://packages.blackfire.io/debian/dists/any/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: W: Some index files failed to download. They have been ignored, or old ones used instead. | |
Chuck-Apache: Reading package lists... | |
Chuck-Apache: Building dependency tree... | |
Chuck-Apache: Reading state information... | |
Chuck-Apache: libapache2-mod-fcgid is already the newest version (1:2.3.9-1). | |
Chuck-Apache: apache2 is already the newest version (2.4.29-1ubuntu4.5). | |
Chuck-Apache: php7.2-cgi is already the newest version (7.2.14-1+ubuntu18.04.1+deb.sury.org+1). | |
Chuck-Apache: 0 upgraded, 0 newly installed, 0 to remove and 233 not upgraded. | |
Chuck-Apache: Site 000-default already disabled | |
Chuck-Apache: Conf php7.2-fpm already enabled | |
Chuck-Apache: Module rewrite already enabled | |
Chuck-Apache: Considering dependency setenvif for ssl: | |
Chuck-Apache: Module setenvif already enabled | |
Chuck-Apache: Considering dependency mime for ssl: | |
Chuck-Apache: Module mime already enabled | |
Chuck-Apache: Considering dependency socache_shmcb for ssl: | |
Chuck-Apache: Module socache_shmcb already enabled | |
Chuck-Apache: Module ssl already enabled | |
Chuck-Apache: Module proxy already enabled | |
Chuck-Apache: Considering dependency proxy for proxy_fcgi: | |
Chuck-Apache: Module proxy already enabled | |
Chuck-Apache: Module proxy_fcgi already enabled | |
Chuck-Apache: Module headers already enabled | |
Chuck-Apache: Module actions already enabled | |
Chuck-Apache: Module alias already enabled | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Schedule | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Certificate: unwired.dnrstar.com | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Site: unwired.dnrstar.com | |
Chuck-Apache: Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease | |
Chuck-Apache: Hit:2 https://deb.nodesource.com/node_8.x bionic InRelease | |
Chuck-Apache: Hit:3 https://cli-assets.heroku.com/apt ./ InRelease | |
Chuck-Apache: Hit:4 https://dist.crystal-lang.org/apt crystal InRelease | |
Chuck-Apache: Hit:5 http://ppa.launchpad.net/nginx/development/ubuntu bionic InRelease | |
Chuck-Apache: Hit:6 http://archive.ubuntu.com/ubuntu bionic InRelease | |
Chuck-Apache: Hit:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease | |
Chuck-Apache: Hit:8 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease | |
Chuck-Apache: Hit:9 http://archive.ubuntu.com/ubuntu bionic-backports InRelease | |
Chuck-Apache: Hit:10 https://packages.microsoft.com/ubuntu/18.04/prod bionic InRelease | |
Chuck-Apache: Get:11 http://packages.blackfire.io/debian any InRelease [23.2 kB] | |
Chuck-Apache: Err:11 http://packages.blackfire.io/debian any InRelease | |
Chuck-Apache: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: Fetched 23.2 kB in 3s (8,155 B/s) | |
Chuck-Apache: Reading package lists... | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://packages.blackfire.io/debian any InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: Failed to fetch http://packages.blackfire.io/debian/dists/any/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: | |
Chuck-Apache: W: Some index files failed to download. They have been ignored, or old ones used instead. | |
Chuck-Apache: Reading package lists... | |
Chuck-Apache: Building dependency tree... | |
Chuck-Apache: Reading state information... | |
Chuck-Apache: libapache2-mod-fcgid is already the newest version (1:2.3.9-1). | |
Chuck-Apache: apache2 is already the newest version (2.4.29-1ubuntu4.5). | |
Chuck-Apache: php7.2-cgi is already the newest version (7.2.14-1+ubuntu18.04.1+deb.sury.org+1). | |
Chuck-Apache: 0 upgraded, 0 newly installed, 0 to remove and 233 not upgraded. | |
Chuck-Apache: Site 000-default already disabled | |
Chuck-Apache: Conf php7.2-fpm already enabled | |
Chuck-Apache: Module rewrite already enabled | |
Chuck-Apache: Considering dependency setenvif for ssl: | |
Chuck-Apache: Module setenvif already enabled | |
Chuck-Apache: Considering dependency mime for ssl: | |
Chuck-Apache: Module mime already enabled | |
Chuck-Apache: Considering dependency socache_shmcb for ssl: | |
Chuck-Apache: Module socache_shmcb already enabled | |
Chuck-Apache: Module ssl already enabled | |
Chuck-Apache: Module proxy already enabled | |
Chuck-Apache: Considering dependency proxy for proxy_fcgi: | |
Chuck-Apache: Module proxy already enabled | |
Chuck-Apache: Module proxy_fcgi already enabled | |
Chuck-Apache: Module headers already enabled | |
Chuck-Apache: Module actions already enabled | |
Chuck-Apache: Module alias already enabled | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Schedule | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Clear Variables | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: inline script | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Restarting Cron | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Restarting Nginx | |
Chuck-Apache: Job for nginx.service failed because the control process exited with error code. | |
Chuck-Apache: See "systemctl status nginx.service" and "journalctl -xe" for details. | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating MySQL Database: socket_wrench | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Postgres Database: socket_wrench | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating MySQL Database: homestead | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Creating Postgres Database: homestead | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Update Composer | |
Chuck-Apache: You are running composer as "root", while "/home/vagrant/.composer" is owned by "vagrant" | |
Chuck-Apache: Updating to version 1.8.0 (stable channel). | |
Chuck-Apache: | |
Chuck-Apache: Use composer self-update --rollback to return to version 1.7.3 | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: /var/folders/gp/6kjz52gd1ns2bhnp3q4_v3g00000gn/T/vagrant-shell20190114-5356-9iy6yt.sh | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: /var/folders/gp/6kjz52gd1ns2bhnp3q4_v3g00000gn/T/vagrant-shell20190114-5356-ps1min.sh | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: script: Update motd | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: /var/folders/gp/6kjz52gd1ns2bhnp3q4_v3g00000gn/T/vagrant-shell20190114-5356-3cklrq.sh | |
Chuck-Apache: Hit:1 https://deb.nodesource.com/node_8.x bionic InRelease | |
Chuck-Apache: Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease | |
Chuck-Apache: Hit:2 https://cli-assets.heroku.com/apt ./ InRelease | |
Chuck-Apache: Hit:4 https://dist.crystal-lang.org/apt crystal InRelease | |
Chuck-Apache: Hit:5 http://ppa.launchpad.net/nginx/development/ubuntu bionic InRelease | |
Chuck-Apache: Hit:6 http://archive.ubuntu.com/ubuntu bionic InRelease | |
Chuck-Apache: Hit:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease | |
Chuck-Apache: Hit:8 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease | |
Chuck-Apache: Hit:9 http://archive.ubuntu.com/ubuntu bionic-backports InRelease | |
Chuck-Apache: Hit:10 https://packages.microsoft.com/ubuntu/18.04/prod bionic InRelease | |
Chuck-Apache: Get:11 http://packages.blackfire.io/debian any InRelease [23.2 kB] | |
Chuck-Apache: Err:11 http://packages.blackfire.io/debian any InRelease | |
Chuck-Apache: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: Fetched 23.2 kB in 3s (8,170 B/s) | |
Chuck-Apache: Reading package lists... | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://packages.blackfire.io/debian any InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: Failed to fetch http://packages.blackfire.io/debian/dists/any/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: Some index files failed to download. They have been ignored, or old ones used instead. | |
Chuck-Apache: You already have Oh My Zsh installed. | |
Chuck-Apache: You'll need to remove /home/vagrant/.oh-my-zsh if you want to re-install. | |
Chuck-Apache: | |
Chuck-Apache: export PHP_IDE_CONFIG="serverName=SomeName" | |
==> Chuck-Apache: Running provisioner: shell... | |
Chuck-Apache: Running: /var/folders/gp/6kjz52gd1ns2bhnp3q4_v3g00000gn/T/vagrant-shell20190114-5356-ip9md0.sh | |
Chuck-Apache: Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease | |
Chuck-Apache: Hit:3 https://deb.nodesource.com/node_8.x bionic InRelease | |
Chuck-Apache: Hit:2 https://cli-assets.heroku.com/apt ./ InRelease | |
Chuck-Apache: Hit:4 http://ppa.launchpad.net/nginx/development/ubuntu bionic InRelease | |
Chuck-Apache: Hit:5 https://dist.crystal-lang.org/apt crystal InRelease | |
Chuck-Apache: Hit:6 http://archive.ubuntu.com/ubuntu bionic InRelease | |
Chuck-Apache: Hit:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease | |
Chuck-Apache: Hit:8 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease | |
Chuck-Apache: Hit:9 http://archive.ubuntu.com/ubuntu bionic-backports InRelease | |
Chuck-Apache: Hit:10 https://packages.microsoft.com/ubuntu/18.04/prod bionic InRelease | |
Chuck-Apache: Get:11 http://packages.blackfire.io/debian any InRelease [23.2 kB] | |
Chuck-Apache: Err:11 http://packages.blackfire.io/debian any InRelease | |
Chuck-Apache: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: Fetched 23.2 kB in 3s (8,181 B/s) | |
Chuck-Apache: Reading package lists... | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: --force-yes is deprecated, use one of the options starting with --allow instead. | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://packages.blackfire.io/debian any InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: W | |
Chuck-Apache: : Failed to fetch http://packages.blackfire.io/debian/dists/any/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA | |
Chuck-Apache: W: Some index files failed to download. They have been ignored, or old ones used instead. | |
Chuck-Apache: Cloning Oh My Zsh... | |
Chuck-Apache: Cloning into '/root/.oh-my-zsh'... | |
Chuck-Apache: Looking for an existing zsh config... | |
Chuck-Apache: Using the Oh My Zsh template file and adding it to ~/.zshrc | |
Chuck-Apache: Time to change your default shell to zsh! | |
Chuck-Apache: __ __ | |
Chuck-Apache: ____ / /_ ____ ___ __ __ ____ _____/ /_ | |
Chuck-Apache: / __ \/ __ \ / __ `__ \/ / / / /_ / / ___/ __ \ | |
Chuck-Apache: / /_/ / / / / / / / / / / /_/ / / /_(__ ) / / / | |
Chuck-Apache: \____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/ | |
Chuck-Apache: /____/ ....is now installed! | |
Chuck-Apache: | |
Chuck-Apache: | |
Chuck-Apache: Please look over the ~/.zshrc file to select plugins, themes, and options. | |
Chuck-Apache: | |
Chuck-Apache: p.s. Follow us at https://twitter.com/ohmyzsh. | |
Chuck-Apache: | |
Chuck-Apache: p.p.s. Get stickers and t-shirts at https://shop.planetargon.com. | |
Chuck-Apache: Reading package lists... | |
Chuck-Apache: Building dependency tree... | |
Chuck-Apache: Reading state information... | |
Chuck-Apache: autoconf is already the newest version (2.69-11). | |
Chuck-Apache: autoconf set to manually installed. | |
Chuck-Apache: libc6-dev is already the newest version (2.27-3ubuntu1). | |
Chuck-Apache: libc6-dev set to manually installed. | |
Chuck-Apache: make is already the newest version (4.1-9.1ubuntu1). | |
Chuck-Apache: pkg-config is already the newest version (0.29.1-0ubuntu2). | |
Chuck-Apache: pkg-config set to manually installed. | |
Chuck-Apache: gcc is already the newest version (4:7.3.0-3ubuntu2.1). | |
Chuck-Apache: 0 upgraded, 0 newly installed, 0 to remove and 233 not upgraded. | |
Chuck-Apache: Reading package lists... | |
Chuck-Apache: Building dependency tree... | |
Chuck-Apache: Reading state information... | |
Chuck-Apache: The following NEW packages will be installed: | |
Chuck-Apache: libmcrypt-dev | |
Chuck-Apache: 0 upgraded, 1 newly installed, 0 to remove and 233 not upgraded. | |
Chuck-Apache: Need to get 83.7 kB of archives. | |
Chuck-Apache: After this operation, 438 kB of additional disk space will be used. | |
Chuck-Apache: Get:1 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libmcrypt-dev amd64 2.5.8-3.3 [83.7 kB] | |
Chuck-Apache: dpkg-preconfigure: unable to re-open stdin: No such file or directory | |
Chuck-Apache: Fetched 83.7 kB in 1s (159 kB/s) | |
Chuck-Apache: Selecting previously unselected package libmcrypt-dev. | |
Chuck-Apache: (Reading database ... | |
Chuck-Apache: (Reading database ... 5% | |
Chuck-Apache: (Reading database ... 10% | |
Chuck-Apache: (Reading database ... 15% | |
Chuck-Apache: (Reading database ... 20% | |
Chuck-Apache: (Reading database ... 25% | |
Chuck-Apache: (Reading database ... 30% | |
Chuck-Apache: (Reading database ... 35% | |
Chuck-Apache: (Reading database ... 40% | |
Chuck-Apache: (Reading database ... 45% | |
Chuck-Apache: (Reading database ... 50% | |
Chuck-Apache: (Reading database ... 55% | |
Chuck-Apache: (Reading database ... 60% | |
Chuck-Apache: (Reading database ... 65% | |
Chuck-Apache: (Reading database ... 70% | |
Chuck-Apache: (Reading database ... 75% | |
Chuck-Apache: (Reading database ... 80% | |
Chuck-Apache: (Reading database ... 85% | |
Chuck-Apache: (Reading database ... 90% | |
Chuck-Apache: (Reading database ... 95% | |
Chuck-Apache: (Reading database ... 100% | |
Chuck-Apache: (Reading database ... | |
Chuck-Apache: 189558 files and directories currently installed.) | |
Chuck-Apache: Preparing to unpack .../libmcrypt-dev_2.5.8-3.3_amd64.deb ... | |
Chuck-Apache: Unpacking libmcrypt-dev (2.5.8-3.3) ... | |
Chuck-Apache: Setting up libmcrypt-dev (2.5.8-3.3) ... | |
Chuck-Apache: Processing triggers for man-db (2.8.3-2ubuntu0.1) ... | |
Chuck-Apache: WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update | |
Chuck-Apache: downloading mcrypt-1.0.1.tgz ... | |
Chuck-Apache: Starting to download mcrypt-1.0.1.tgz (33,782 bytes) | |
Chuck-Apache: . | |
Chuck-Apache: . | |
Chuck-Apache: . | |
Chuck-Apache: . | |
Chuck-Apache: . | |
Chuck-Apache: . | |
Chuck-Apache: ...done: 33,782 bytes | |
Chuck-Apache: 6 source files, building | |
Chuck-Apache: running: phpize | |
Chuck-Apache: Configuring for: | |
Chuck-Apache: PHP Api Version: 20170718 | |
Chuck-Apache: Zend Module Api No: 20170718 | |
Chuck-Apache: Zend Extension Api No: 320170718 | |
Chuck-Apache: libmcrypt prefix? [autodetect] : building in /tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1 | |
Chuck-Apache: running: /tmp/pear/temp/mcrypt/configure --with-php-config=/usr/bin/php-config --with-mcrypt | |
Chuck-Apache: checking for grep that handles long lines and -e... /bin/grep | |
Chuck-Apache: checking for egrep... /bin/grep -E | |
Chuck-Apache: checking for a sed that does not truncate output... /bin/sed | |
Chuck-Apache: checking for cc... cc | |
Chuck-Apache: checking whether the C compiler works... yes | |
Chuck-Apache: checking for C compiler default output file name... a.out | |
Chuck-Apache: checking for suffix of executables... | |
Chuck-Apache: checking whether we are cross compiling... no | |
Chuck-Apache: checking for suffix of object files... o | |
Chuck-Apache: checking whether we are using the GNU C compiler... yes | |
Chuck-Apache: checking whether cc accepts -g... yes | |
Chuck-Apache: checking for cc option to accept ISO C89... none needed | |
Chuck-Apache: checking how to run the C preprocessor... cc -E | |
Chuck-Apache: checking for icc... no | |
Chuck-Apache: checking for suncc... no | |
Chuck-Apache: checking whether cc understands -c and -o together... yes | |
Chuck-Apache: checking for system library directory... lib | |
Chuck-Apache: checking if compiler supports -R... no | |
Chuck-Apache: checking if compiler supports -Wl,-rpath,... yes | |
Chuck-Apache: checking build system type... x86_64-pc-linux-gnu | |
Chuck-Apache: checking host system type... x86_64-pc-linux-gnu | |
Chuck-Apache: checking target system type... x86_64-pc-linux-gnu | |
Chuck-Apache: checking for PHP prefix... /usr | |
Chuck-Apache: checking for PHP includes... -I/usr/include/php/20170718 -I/usr/include/php/20170718/main -I/usr/include/php/20170718/TSRM -I/usr/include/php/20170718/Zend -I/usr/include/php/20170718/ext -I/usr/include/php/20170718/ext/date/lib | |
Chuck-Apache: checking for PHP extension directory... /usr/lib/php/20170718 | |
Chuck-Apache: checking for PHP installed headers prefix... /usr/include/php/20170718 | |
Chuck-Apache: checking if debug is enabled... no | |
Chuck-Apache: checking if zts is enabled... no | |
Chuck-Apache: checking for re2c... re2c | |
Chuck-Apache: checking for re2c version... 1.0.1 (ok) | |
Chuck-Apache: checking for gawk... gawk | |
Chuck-Apache: checking for mcrypt support... yes, shared | |
Chuck-Apache: checking for libmcrypt version... >= 2.5.6 | |
Chuck-Apache: checking for mcrypt_module_open in -lmcrypt... yes | |
Chuck-Apache: checking how to print strings... printf | |
Chuck-Apache: checking for a sed that does not truncate output... (cached) /bin/sed | |
Chuck-Apache: checking for fgrep... /bin/grep -F | |
Chuck-Apache: checking for ld used by cc... /usr/bin/ld | |
Chuck-Apache: checking if the linker (/usr/bin/ld) is GNU ld... yes | |
Chuck-Apache: checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
Chuck-Apache: checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
Chuck-Apache: checking whether ln -s works... yes | |
Chuck-Apache: checking the maximum length of command line arguments... 1572864 | |
Chuck-Apache: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
Chuck-Apache: checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
Chuck-Apache: checking for /usr/bin/ld option to reload object files... -r | |
Chuck-Apache: checking for objdump... objdump | |
Chuck-Apache: checking how to recognize dependent libraries... pass_all | |
Chuck-Apache: checking for dlltool... no | |
Chuck-Apache: checking how to associate runtime and link libraries... printf %s\n | |
Chuck-Apache: checking for ar... ar | |
Chuck-Apache: checking for archiver @FILE support... @ | |
Chuck-Apache: checking for strip... strip | |
Chuck-Apache: checking for ranlib... ranlib | |
Chuck-Apache: checking for gawk... (cached) gawk | |
Chuck-Apache: checking command to parse /usr/bin/nm -B output from cc object... ok | |
Chuck-Apache: checking for sysroot... no | |
Chuck-Apache: checking for a working dd... /bin/dd | |
Chuck-Apache: checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
Chuck-Apache: checking for mt... mt | |
Chuck-Apache: checking if mt is a manifest tool... no | |
Chuck-Apache: checking for ANSI C header files... yes | |
Chuck-Apache: checking for sys/types.h... yes | |
Chuck-Apache: checking for sys/stat.h... yes | |
Chuck-Apache: checking for stdlib.h... yes | |
Chuck-Apache: checking for string.h... yes | |
Chuck-Apache: checking for memory.h... yes | |
Chuck-Apache: checking for strings.h... yes | |
Chuck-Apache: checking for inttypes.h... yes | |
Chuck-Apache: checking for stdint.h... yes | |
Chuck-Apache: checking for unistd.h... yes | |
Chuck-Apache: checking for dlfcn.h... yes | |
Chuck-Apache: checking for objdir... .libs | |
Chuck-Apache: checking if cc supports -fno-rtti -fno-exceptions... no | |
Chuck-Apache: checking for cc option to produce PIC... -fPIC -DPIC | |
Chuck-Apache: checking if cc PIC flag -fPIC -DPIC works... yes | |
Chuck-Apache: checking if cc static flag -static works... yes | |
Chuck-Apache: checking if cc supports -c -o file.o... yes | |
Chuck-Apache: checking if cc supports -c -o file.o... (cached) yes | |
Chuck-Apache: checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
Chuck-Apache: checking whether -lc should be explicitly linked in... no | |
Chuck-Apache: checking dynamic linker characteristics... GNU/Linux ld.so | |
Chuck-Apache: checking how to hardcode library paths into programs... immediate | |
Chuck-Apache: checking whether stripping libraries is possible... yes | |
Chuck-Apache: checking if libtool supports shared libraries... yes | |
Chuck-Apache: checking whether to build shared libraries... yes | |
Chuck-Apache: checking whether to build static libraries... no | |
Chuck-Apache: configure: creating ./config.status | |
Chuck-Apache: config.status: creating config.h | |
Chuck-Apache: config.status: executing libtool commands | |
Chuck-Apache: running: make | |
Chuck-Apache: /bin/bash /tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/mcrypt -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/include -I/tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/main -I/tmp/pear/temp/mcrypt -I/usr/include/php/20170718 -I/usr/include/php/20170718/main -I/usr/include/php/20170718/TSRM -I/usr/include/php/20170718/Zend -I/usr/include/php/20170718/ext -I/usr/include/php/20170718/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/mcrypt/mcrypt.c -o mcrypt.lo | |
Chuck-Apache: libtool: compile: cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/mcrypt -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/include -I/tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/main -I/tmp/pear/temp/mcrypt -I/usr/include/php/20170718 -I/usr/include/php/20170718/main -I/usr/include/php/20170718/TSRM -I/usr/include/php/20170718/Zend -I/usr/include/php/20170718/ext -I/usr/include/php/20170718/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/mcrypt/mcrypt.c -fPIC -DPIC -o .libs/mcrypt.o | |
Chuck-Apache: /bin/bash /tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/mcrypt -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/include -I/tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/main -I/tmp/pear/temp/mcrypt -I/usr/include/php/20170718 -I/usr/include/php/20170718/main -I/usr/include/php/20170718/TSRM -I/usr/include/php/20170718/Zend -I/usr/include/php/20170718/ext -I/usr/include/php/20170718/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/mcrypt/mcrypt_filter.c -o mcrypt_filter.lo | |
Chuck-Apache: libtool: compile: cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/mcrypt -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/include -I/tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/main -I/tmp/pear/temp/mcrypt -I/usr/include/php/20170718 -I/usr/include/php/20170718/main -I/usr/include/php/20170718/TSRM -I/usr/include/php/20170718/Zend -I/usr/include/php/20170718/ext -I/usr/include/php/20170718/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/mcrypt/mcrypt_filter.c -fPIC -DPIC -o .libs/mcrypt_filter.o | |
Chuck-Apache: /bin/bash /tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/include -I/tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/main -I/tmp/pear/temp/mcrypt -I/usr/include/php/20170718 -I/usr/include/php/20170718/main -I/usr/include/php/20170718/TSRM -I/usr/include/php/20170718/Zend -I/usr/include/php/20170718/ext -I/usr/include/php/20170718/ext/date/lib -DHAVE_CONFIG_H -g -O2 -o mcrypt.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/modules mcrypt.lo mcrypt_filter.lo -lmcrypt -lltdl | |
Chuck-Apache: libtool: link: cc -shared -fPIC -DPIC .libs/mcrypt.o .libs/mcrypt_filter.o /usr/lib/libmcrypt.so /usr/lib/x86_64-linux-gnu/libltdl.so -g -O2 -Wl,-soname -Wl,mcrypt.so -o .libs/mcrypt.so | |
Chuck-Apache: libtool: link: ( cd ".libs" && rm -f "mcrypt.la" && ln -s "../mcrypt.la" "mcrypt.la" ) | |
Chuck-Apache: /bin/bash /tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/libtool --mode=install cp ./mcrypt.la /tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/modules | |
Chuck-Apache: libtool: install: cp ./.libs/mcrypt.so /tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/modules/mcrypt.so | |
Chuck-Apache: libtool: install: cp ./.libs/mcrypt.lai /tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/modules/mcrypt.la | |
Chuck-Apache: libtool: finish: PATH="/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/root/.dotnet/tools:/sbin" ldconfig -n /tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/modules | |
Chuck-Apache: ---------------------------------------------------------------------- | |
Chuck-Apache: Libraries have been installed in: | |
Chuck-Apache: /tmp/pear/temp/pear-build-rootNOiPSB/mcrypt-1.0.1/modules | |
Chuck-Apache: | |
Chuck-Apache: If you ever happen to want to link against installed libraries | |
Chuck-Apache: in a given directory, LIBDIR, you must either use libtool, and | |
Chuck-Apache: specify the full pathname of the library, or use the '-LLIBDIR' | |
Chuck-Apache: flag during linking and do at least one of the following: | |
Chuck-Apache: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable | |
Chuck-Apache: during execution | |
Chuck-Apache: - add LIBDIR to the 'LD_RUN_PATH' environment variable | |
Chuck-Apache: during linking | |
Chuck-Apache: - use the '-Wl,-rpath -Wl,LIBDIR' linker flag | |
Chuck-Apache: - have your system administrator add LIBDIR to '/etc/ld.so.conf' | |
Chuck-Apache: | |
Chuck-Apache: See any operating system documentation about shared libraries for | |
Chuck-Apache: more information, such as the ld(1) and ld.so(8) manual pages. | |
Chuck-Apache: ---------------------------------------------------------------------- | |
Chuck-Apache: Build complete. | |
Chuck-Apache: Don't forget to run 'make test'. | |
Chuck-Apache: running: make INSTALL_ROOT="/tmp/pear/temp/pear-build-rootNOiPSB/install-mcrypt-1.0.1" install | |
Chuck-Apache: Installing shared extensions: /tmp/pear/temp/pear-build-rootNOiPSB/install-mcrypt-1.0.1/usr/lib/php/20170718/ | |
Chuck-Apache: running: find "/tmp/pear/temp/pear-build-rootNOiPSB/install-mcrypt-1.0.1" | xargs ls -dils | |
Chuck-Apache: 917664 4 drwxr-xr-x 3 root root 4096 Jan 14 18:33 /tmp/pear/temp/pear-build-rootNOiPSB/install-mcrypt-1.0.1 | |
Chuck-Apache: 917687 4 drwxr-xr-x 3 root root 4096 Jan 14 18:33 /tmp/pear/temp/pear-build-rootNOiPSB/install-mcrypt-1.0.1/usr | |
Chuck-Apache: 917688 4 drwxr-xr-x 3 root root 4096 Jan 14 18:33 /tmp/pear/temp/pear-build-rootNOiPSB/install-mcrypt-1.0.1/usr/lib | |
Chuck-Apache: 917689 4 drwxr-xr-x 3 root root 4096 Jan 14 18:33 /tmp/pear/temp/pear-build-rootNOiPSB/install-mcrypt-1.0.1/usr/lib/php | |
Chuck-Apache: 917690 4 drwxr-xr-x 2 root root 4096 Jan 14 18:33 /tmp/pear/temp/pear-build-rootNOiPSB/install-mcrypt-1.0.1/usr/lib/php/20170718 | |
Chuck-Apache: 917685 188 -rwxr-xr-x 1 root root 189064 Jan 14 18:33 /tmp/pear/temp/pear-build-rootNOiPSB/install-mcrypt-1.0.1/usr/lib/php/20170718/mcrypt.so | |
Chuck-Apache: | |
Chuck-Apache: Build process completed successfully | |
Chuck-Apache: Installing '/usr/lib/php/20170718/mcrypt.so' | |
Chuck-Apache: install ok: channel://pecl.php.net/mcrypt-1.0.1 | |
Chuck-Apache: configuration option "php_ini" is not set to php.ini location | |
Chuck-Apache: You should add "extension=mcrypt.so" to php.ini | |
Chuck-Apache: Reading package lists... | |
Chuck-Apache: Building dependency tree... | |
Chuck-Apache: Reading state information... | |
Chuck-Apache: The following NEW packages will be installed: | |
Chuck-Apache: php-memcache | |
Chuck-Apache: 0 upgraded, 1 newly installed, 0 to remove and 233 not upgraded. | |
Chuck-Apache: Need to get 114 kB of archives. | |
Chuck-Apache: After this operation, 595 kB of additional disk space will be used. | |
Chuck-Apache: Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php-memcache amd64 3.0.9~20170802.e702b5f-1+ubuntu18.04.1+deb.sury.org+10 [114 kB] | |
Chuck-Apache: dpkg-preconfigure: unable to re-open stdin: No such file or directory | |
Chuck-Apache: Fetched 114 kB in 1s (131 kB/s) | |
Chuck-Apache: Selecting previously unselected package php-memcache. | |
Chuck-Apache: (Reading database ... | |
Chuck-Apache: (Reading database ... 5% | |
Chuck-Apache: (Reading database ... 10% | |
Chuck-Apache: (Reading database ... 15% | |
Chuck-Apache: (Reading database ... 20% | |
Chuck-Apache: (Reading database ... 25% | |
Chuck-Apache: (Reading database ... 30% | |
Chuck-Apache: (Reading database ... 35% | |
Chuck-Apache: (Reading database ... 40% | |
Chuck-Apache: (Reading database ... 45% | |
Chuck-Apache: (Reading database ... 50% | |
Chuck-Apache: (Reading database ... 55% | |
Chuck-Apache: (Reading database ... 60% | |
Chuck-Apache: (Reading database ... 65% | |
Chuck-Apache: (Reading database ... 70% | |
Chuck-Apache: (Reading database ... 75% | |
Chuck-Apache: (Reading database ... 80% | |
Chuck-Apache: (Reading database ... 85% | |
Chuck-Apache: (Reading database ... 90% | |
Chuck-Apache: (Reading database ... 95% | |
Chuck-Apache: (Reading database ... 100% | |
Chuck-Apache: (Reading database ... | |
Chuck-Apache: 189577 files and directories currently installed.) | |
Chuck-Apache: Preparing to unpack .../php-memcache_3.0.9~20170802.e702b5f-1+ubuntu18.04.1+deb.sury.org+10_amd64.deb ... | |
Chuck-Apache: Unpacking php-memcache (3.0.9~20170802.e702b5f-1+ubuntu18.04.1+deb.sury.org+10) ... | |
Chuck-Apache: Setting up php-memcache (3.0.9~20170802.e702b5f-1+ubuntu18.04.1+deb.sury.org+10) ... | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: --force-yes is deprecated, use one of the options starting with --allow instead. | |
Chuck-Apache: Reading package lists... | |
Chuck-Apache: Building dependency tree... | |
Chuck-Apache: Reading state information... | |
Chuck-Apache: The following additional packages will be installed: | |
Chuck-Apache: php5.6-bcmath php5.6-cli php5.6-common php5.6-curl php5.6-dev php5.6-fpm | |
Chuck-Apache: php5.6-gd php5.6-imap php5.6-intl php5.6-json php5.6-mbstring php5.6-mcrypt | |
Chuck-Apache: php5.6-mysql php5.6-opcache php5.6-pgsql php5.6-readline php5.6-soap | |
Chuck-Apache: php5.6-sqlite3 php5.6-xml php5.6-zip | |
Chuck-Apache: Suggested packages: | |
Chuck-Apache: dh-php | |
Chuck-Apache: The following NEW packages will be installed: | |
Chuck-Apache: php5.6-ldap | |
Chuck-Apache: The following packages will be upgraded: | |
Chuck-Apache: php5.6-bcmath php5.6-cli php5.6-common php5.6-curl php5.6-dev php5.6-fpm | |
Chuck-Apache: php5.6-gd php5.6-imap php5.6-intl php5.6-json php5.6-mbstring php5.6-mcrypt | |
Chuck-Apache: php5.6-mysql php5.6-opcache php5.6-pgsql php5.6-readline php5.6-soap | |
Chuck-Apache: php5.6-sqlite3 php5.6-xml php5.6-zip | |
Chuck-Apache: 20 upgraded, 1 newly installed, 0 to remove and 213 not upgraded. | |
Chuck-Apache: Need to get 7,179 kB of archives. | |
Chuck-Apache: After this operation, 103 kB of additional disk space will be used. | |
Chuck-Apache: Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-json amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [17.9 kB] | |
Chuck-Apache: Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-opcache amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [62.8 kB] | |
Chuck-Apache: Get:3 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-readline amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [12.9 kB] | |
Chuck-Apache: Get:4 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-cli amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [1,301 kB] | |
Chuck-Apache: Get:5 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-fpm amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [1,317 kB] | |
Chuck-Apache: Get:6 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-pgsql amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [59.3 kB] | |
Chuck-Apache: Get:7 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-sqlite3 amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [25.2 kB] | |
Chuck-Apache: Get:8 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-mbstring amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [468 kB] | |
Chuck-Apache: Get:9 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-soap amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [129 kB] | |
Chuck-Apache: Get:10 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-xml amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [120 kB] | |
Chuck-Apache: Get:11 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-zip amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [20.2 kB] | |
Chuck-Apache: Get:12 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-intl amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [113 kB] | |
Chuck-Apache: Get:13 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-gd amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [29.1 kB] | |
Chuck-Apache: Get:14 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-imap amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [32.3 kB] | |
Chuck-Apache: Get:15 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-mcrypt amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [15.8 kB] | |
Chuck-Apache: Get:16 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-dev amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [492 kB] | |
Chuck-Apache: Get:17 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-mysql amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [141 kB] | |
Chuck-Apache: Get:18 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-curl amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [28.1 kB] | |
Chuck-Apache: Get:19 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-bcmath amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [15.8 kB] | |
Chuck-Apache: Get:20 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-common amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [2,758 kB] | |
Chuck-Apache: Get:21 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php5.6-ldap amd64 5.6.40-1+ubuntu18.04.1+deb.sury.org+1 [22.8 kB] | |
Chuck-Apache: dpkg-preconfigure: unable to re-open stdin: No such file or directory | |
Chuck-Apache: Fetched 7,179 kB in 43s (165 kB/s) | |
Chuck-Apache: (Reading database ... | |
Chuck-Apache: (Reading database ... 5% | |
Chuck-Apache: (Reading database ... 10% | |
Chuck-Apache: (Reading database ... 15% | |
Chuck-Apache: (Reading database ... 20% | |
Chuck-Apache: (Reading database ... 25% | |
Chuck-Apache: (Reading database ... 30% | |
Chuck-Apache: (Reading database ... 35% | |
Chuck-Apache: (Reading database ... 40% | |
Chuck-Apache: (Reading database ... 45% | |
Chuck-Apache: (Reading database ... 50% | |
Chuck-Apache: (Reading database ... 55% | |
Chuck-Apache: (Reading database ... 60% | |
Chuck-Apache: (Reading database ... 65% | |
Chuck-Apache: (Reading database ... 70% | |
Chuck-Apache: (Reading database ... 75% | |
Chuck-Apache: (Reading database ... 80% | |
Chuck-Apache: (Reading database ... 85% | |
Chuck-Apache: (Reading database ... 90% | |
Chuck-Apache: (Reading database ... 95% | |
Chuck-Apache: (Reading database ... 100% | |
Chuck-Apache: (Reading database ... | |
Chuck-Apache: 189594 files and directories currently installed.) | |
Chuck-Apache: Preparing to unpack .../00-php5.6-json_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-json (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../01-php5.6-opcache_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-opcache (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../02-php5.6-readline_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-readline (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../03-php5.6-cli_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-cli (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../04-php5.6-fpm_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-fpm (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../05-php5.6-pgsql_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-pgsql (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../06-php5.6-sqlite3_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-sqlite3 (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../07-php5.6-mbstring_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-mbstring (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../08-php5.6-soap_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-soap (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../09-php5.6-xml_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-xml (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../10-php5.6-zip_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-zip (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../11-php5.6-intl_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-intl (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../12-php5.6-gd_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-gd (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../13-php5.6-imap_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-imap (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../14-php5.6-mcrypt_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-mcrypt (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../15-php5.6-dev_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-dev (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../16-php5.6-mysql_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-mysql (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../17-php5.6-curl_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-curl (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../18-php5.6-bcmath_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-bcmath (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../19-php5.6-common_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-common (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) over (5.6.38-3+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Selecting previously unselected package php5.6-ldap. | |
Chuck-Apache: Preparing to unpack .../20-php5.6-ldap_5.6.40-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php5.6-ldap (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Processing triggers for ureadahead (0.100.0-20) ... | |
Chuck-Apache: Setting up php5.6-common (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php5.6-mcrypt (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php5.6-readline (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php5.6-imap (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php5.6-gd (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Processing triggers for systemd (237-3ubuntu10.4) ... | |
Chuck-Apache: Setting up php5.6-zip (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php5.6-xml (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php5.6-soap (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php5.6-mbstring (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php5.6-ldap (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Creating config file /etc/php/5.6/mods-available/ldap.ini with new version | |
Chuck-Apache: Processing triggers for man-db (2.8.3-2ubuntu0.1) ... | |
Chuck-Apache: Setting up php5.6-sqlite3 (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php5.6-pgsql (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php5.6-intl (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php5.6-curl (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php5.6-opcache (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php5.6-mysql (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php5.6-json (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php5.6-bcmath (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php5.6-cli (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: php_invoke xdebug: no action - module was disabled by maintainer for PHP 5.6 cli sapi | |
Chuck-Apache: Setting up php5.6-fpm (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: NOTICE: Not enabling PHP 5.6 FPM by default. | |
Chuck-Apache: NOTICE: To enable PHP 5.6 FPM in Apache2 do: | |
Chuck-Apache: NOTICE: a2enmod proxy_fcgi setenvif | |
Chuck-Apache: NOTICE: a2enconf php5.6-fpm | |
Chuck-Apache: NOTICE: You are seeing this message because you have apache2 package installed. | |
Chuck-Apache: Setting up php5.6-dev (5.6.40-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: --force-yes is deprecated, use one of the options starting with --allow instead. | |
Chuck-Apache: Reading package lists... | |
Chuck-Apache: Building dependency tree... | |
Chuck-Apache: Reading state information... | |
Chuck-Apache: The following additional packages will be installed: | |
Chuck-Apache: php7.0-bcmath php7.0-cli php7.0-common php7.0-curl php7.0-dev php7.0-fpm | |
Chuck-Apache: php7.0-gd php7.0-imap php7.0-intl php7.0-json php7.0-mbstring php7.0-mysql | |
Chuck-Apache: php7.0-opcache php7.0-pgsql php7.0-readline php7.0-soap php7.0-sqlite3 | |
Chuck-Apache: php7.0-xml php7.0-zip | |
Chuck-Apache: Suggested packages: | |
Chuck-Apache: dh-php | |
Chuck-Apache: The following NEW packages will be installed: | |
Chuck-Apache: php7.0-ldap | |
Chuck-Apache: The following packages will be upgraded: | |
Chuck-Apache: php7.0-bcmath php7.0-cli php7.0-common php7.0-curl php7.0-dev php7.0-fpm | |
Chuck-Apache: php7.0-gd php7.0-imap php7.0-intl php7.0-json php7.0-mbstring php7.0-mysql | |
Chuck-Apache: php7.0-opcache php7.0-pgsql php7.0-readline php7.0-soap php7.0-sqlite3 | |
Chuck-Apache: php7.0-xml php7.0-zip | |
Chuck-Apache: 19 upgraded, 1 newly installed, 0 to remove and 194 not upgraded. | |
Chuck-Apache: Need to get 5,294 kB of archives. | |
Chuck-Apache: After this operation, 95.2 kB of additional disk space will be used. | |
Chuck-Apache: Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-soap amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [115 kB] | |
Chuck-Apache: Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-intl amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [127 kB] | |
Chuck-Apache: Get:3 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-xml amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [116 kB] | |
Chuck-Apache: Get:4 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-mysql amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [125 kB] | |
Chuck-Apache: Get:5 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-json amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [17.2 kB] | |
Chuck-Apache: Get:6 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-imap amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [30.6 kB] | |
Chuck-Apache: Get:7 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-sqlite3 amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [25.8 kB] | |
Chuck-Apache: Get:8 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-zip amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [20.4 kB] | |
Chuck-Apache: Get:9 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-pgsql amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [57.1 kB] | |
Chuck-Apache: Get:10 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-opcache amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [79.3 kB] | |
Chuck-Apache: Get:11 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-readline amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [12.5 kB] | |
Chuck-Apache: Get:12 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-cli amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [1,300 kB] | |
Chuck-Apache: Get:13 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-fpm amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [1,306 kB] | |
Chuck-Apache: Get:14 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-curl amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [27.9 kB] | |
Chuck-Apache: Get:15 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-gd amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [27.7 kB] | |
Chuck-Apache: Get:16 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-mbstring amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [466 kB] | |
Chuck-Apache: Get:17 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-dev amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [516 kB] | |
Chuck-Apache: Get:18 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-bcmath amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [15.9 kB] | |
Chuck-Apache: Get:19 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-common amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [885 kB] | |
Chuck-Apache: Get:20 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.0-ldap amd64 7.0.33-1+ubuntu18.04.1+deb.sury.org+1 [21.9 kB] | |
Chuck-Apache: dpkg-preconfigure: unable to re-open stdin: No such file or directory | |
Chuck-Apache: Fetched 5,294 kB in 32s (168 kB/s) | |
Chuck-Apache: (Reading database ... | |
Chuck-Apache: (Reading database ... 5% | |
Chuck-Apache: (Reading database ... 10% | |
Chuck-Apache: (Reading database ... 15% | |
Chuck-Apache: (Reading database ... 20% | |
Chuck-Apache: (Reading database ... 25% | |
Chuck-Apache: (Reading database ... 30% | |
Chuck-Apache: (Reading database ... 35% | |
Chuck-Apache: (Reading database ... 40% | |
Chuck-Apache: (Reading database ... 45% | |
Chuck-Apache: (Reading database ... 50% | |
Chuck-Apache: (Reading database ... 55% | |
Chuck-Apache: (Reading database ... 60% | |
Chuck-Apache: (Reading database ... 65% | |
Chuck-Apache: (Reading database ... 70% | |
Chuck-Apache: (Reading database ... 75% | |
Chuck-Apache: (Reading database ... 80% | |
Chuck-Apache: (Reading database ... 85% | |
Chuck-Apache: (Reading database ... 90% | |
Chuck-Apache: (Reading database ... 95% | |
Chuck-Apache: (Reading database ... 100% | |
Chuck-Apache: (Reading database ... | |
Chuck-Apache: 189603 files and directories currently installed.) | |
Chuck-Apache: Preparing to unpack .../00-php7.0-soap_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-soap (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../01-php7.0-intl_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-intl (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../02-php7.0-xml_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-xml (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../03-php7.0-mysql_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-mysql (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../04-php7.0-json_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-json (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../05-php7.0-imap_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-imap (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../06-php7.0-sqlite3_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-sqlite3 (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../07-php7.0-zip_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-zip (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../08-php7.0-pgsql_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-pgsql (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../09-php7.0-opcache_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-opcache (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../10-php7.0-readline_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-readline (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../11-php7.0-cli_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-cli (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../12-php7.0-fpm_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-fpm (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../13-php7.0-curl_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-curl (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../14-php7.0-gd_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-gd (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../15-php7.0-mbstring_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-mbstring (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../16-php7.0-dev_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-dev (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../17-php7.0-bcmath_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-bcmath (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../18-php7.0-common_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-common (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) over (7.0.32-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Selecting previously unselected package php7.0-ldap. | |
Chuck-Apache: Preparing to unpack .../19-php7.0-ldap_7.0.33-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.0-ldap (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Processing triggers for ureadahead (0.100.0-20) ... | |
Chuck-Apache: Processing triggers for systemd (237-3ubuntu10.4) ... | |
Chuck-Apache: Processing triggers for man-db (2.8.3-2ubuntu0.1) ... | |
Chuck-Apache: Setting up php7.0-common (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.0-xml (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.0-intl (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.0-soap (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.0-mysql (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.0-ldap (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Creating config file /etc/php/7.0/mods-available/ldap.ini with new version | |
Chuck-Apache: Setting up php7.0-readline (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.0-opcache (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.0-mbstring (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.0-gd (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.0-curl (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.0-pgsql (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.0-zip (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.0-sqlite3 (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.0-imap (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.0-json (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.0-bcmath (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.0-cli (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: php_invoke xdebug: no action - module was disabled by maintainer for PHP 7.0 cli sapi | |
Chuck-Apache: Setting up php7.0-fpm (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: NOTICE: Not enabling PHP 7.0 FPM by default. | |
Chuck-Apache: NOTICE: To enable PHP 7.0 FPM in Apache2 do: | |
Chuck-Apache: NOTICE: a2enmod proxy_fcgi setenvif | |
Chuck-Apache: NOTICE: a2enconf php7.0-fpm | |
Chuck-Apache: NOTICE: You are seeing this message because you have apache2 package installed. | |
Chuck-Apache: Setting up php7.0-dev (7.0.33-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: W | |
Chuck-Apache: : | |
Chuck-Apache: --force-yes is deprecated, use one of the options starting with --allow instead. | |
Chuck-Apache: Reading package lists... | |
Chuck-Apache: Building dependency tree... | |
Chuck-Apache: Reading state information... | |
Chuck-Apache: The following additional packages will be installed: | |
Chuck-Apache: php7.1-bcmath php7.1-cli php7.1-common php7.1-curl php7.1-dev php7.1-fpm | |
Chuck-Apache: php7.1-gd php7.1-imap php7.1-intl php7.1-json php7.1-mbstring php7.1-mysql | |
Chuck-Apache: php7.1-opcache php7.1-pgsql php7.1-readline php7.1-soap php7.1-sqlite3 | |
Chuck-Apache: php7.1-xml php7.1-zip | |
Chuck-Apache: Suggested packages: | |
Chuck-Apache: dh-php | |
Chuck-Apache: The following NEW packages will be installed: | |
Chuck-Apache: php7.1-ldap | |
Chuck-Apache: The following packages will be upgraded: | |
Chuck-Apache: php7.1-bcmath php7.1-cli php7.1-common php7.1-curl php7.1-dev php7.1-fpm | |
Chuck-Apache: php7.1-gd php7.1-imap php7.1-intl php7.1-json php7.1-mbstring php7.1-mysql | |
Chuck-Apache: php7.1-opcache php7.1-pgsql php7.1-readline php7.1-soap php7.1-sqlite3 | |
Chuck-Apache: php7.1-xml php7.1-zip | |
Chuck-Apache: 19 upgraded, 1 newly installed, 0 to remove and 175 not upgraded. | |
Chuck-Apache: Need to get 5,478 kB of archives. | |
Chuck-Apache: After this operation, 105 kB of additional disk space will be used. | |
Chuck-Apache: Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-intl amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [129 kB] | |
Chuck-Apache: Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-opcache amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [147 kB] | |
Chuck-Apache: Get:3 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-json amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [17.5 kB] | |
Chuck-Apache: Get:4 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-zip amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [20.2 kB] | |
Chuck-Apache: Get:5 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-curl amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [28.8 kB] | |
Chuck-Apache: Get:6 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-readline amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [12.5 kB] | |
Chuck-Apache: Get:7 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-cli amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [1,344 kB] | |
Chuck-Apache: Get:8 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-xml amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [115 kB] | |
Chuck-Apache: Get:9 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-soap amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [115 kB] | |
Chuck-Apache: Get:10 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-fpm amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [1,349 kB] | |
Chuck-Apache: Get:11 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-pgsql amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [57.5 kB] | |
Chuck-Apache: Get:12 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-mbstring amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [470 kB] | |
Chuck-Apache: Get:13 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-mysql amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [120 kB] | |
Chuck-Apache: Get:14 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-sqlite3 amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [26.0 kB] | |
Chuck-Apache: Get:15 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-dev amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [532 kB] | |
Chuck-Apache: Get:16 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-gd amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [27.8 kB] | |
Chuck-Apache: Get:17 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-imap amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [30.6 kB] | |
Chuck-Apache: Get:18 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-bcmath amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [15.9 kB] | |
Chuck-Apache: Get:19 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-common amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [898 kB] | |
Chuck-Apache: Get:20 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.1-ldap amd64 7.1.26-1+ubuntu18.04.1+deb.sury.org+1 [22.4 kB] | |
Chuck-Apache: dpkg-preconfigure: unable to re-open stdin: No such file or directory | |
Chuck-Apache: Fetched 5,478 kB in 23s (243 kB/s) | |
Chuck-Apache: (Reading database ... | |
Chuck-Apache: (Reading database ... 5% | |
Chuck-Apache: (Reading database ... 10% | |
Chuck-Apache: (Reading database ... 15% | |
Chuck-Apache: (Reading database ... 20% | |
Chuck-Apache: (Reading database ... 25% | |
Chuck-Apache: (Reading database ... 30% | |
Chuck-Apache: (Reading database ... 35% | |
Chuck-Apache: (Reading database ... 40% | |
Chuck-Apache: (Reading database ... 45% | |
Chuck-Apache: (Reading database ... 50% | |
Chuck-Apache: (Reading database ... 55% | |
Chuck-Apache: (Reading database ... 60% | |
Chuck-Apache: (Reading database ... 65% | |
Chuck-Apache: (Reading database ... 70% | |
Chuck-Apache: (Reading database ... 75% | |
Chuck-Apache: (Reading database ... 80% | |
Chuck-Apache: (Reading database ... 85% | |
Chuck-Apache: (Reading database ... 90% | |
Chuck-Apache: (Reading database ... 95% | |
Chuck-Apache: (Reading database ... 100% | |
Chuck-Apache: (Reading database ... | |
Chuck-Apache: 189612 files and directories currently installed.) | |
Chuck-Apache: Preparing to unpack .../00-php7.1-intl_7.1.26-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.1-intl (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) over (7.1.23-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../01-php7.1-opcache_7.1.26-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.1-opcache (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) over (7.1.23-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../02-php7.1-json_7.1.26-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.1-json (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) over (7.1.23-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../03-php7.1-zip_7.1.26-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.1-zip (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) over (7.1.23-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../04-php7.1-curl_7.1.26-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.1-curl (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) over (7.1.23-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../05-php7.1-readline_7.1.26-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Package configuration┌────────────────────┤ Modified configuration file ├────────────────────┐│ php.ini: A new version (/usr/lib/php/7.1/php.ini-production.cli) of ││ configuration file /etc/php/7.1/cli/php.ini is available, but the││ version installed currently has been locally modified.││││ What do you want to do about modified configuration file php.ini?││││install the package maintainer's version││keep the local version currently installed ││show the differences between the versions││show a side-by-side difference between the versions││start a new shell to examine the situation││││││<Ok>│││└───────────────────────────────────────────────────────────────────────┘ck-Apache: Unpacking php7.1-xml (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) over (7.1.23-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../08-php7.1-soap_7.1.26-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.1-soap (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) over (7.1.23-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../09-php7.1-fpm_7.1.26-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.1-fpm (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) over (7.1.23-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../10-php7.1-pgsql_7.1.26-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.1-pgsql (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) over (7.1.23-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../11-php7.1-mbstring_7.1.26-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.1-mbstring (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) over (7.1.23-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../12-php7.1-mysql_7.1.26-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.1-mysql (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) over (7.1.23-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../13-php7.1-sqlite3_7.1.26-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.1-sqlite3 (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) over (7.1.23-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../14-php7.1-dev_7.1.26-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.1-dev (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) over (7.1.23-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../15-php7.1-gd_7.1.26-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.1-gd (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) over (7.1.23-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../16-php7.1-imap_7.1.26-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.1-imap (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) over (7.1.23-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../17-php7.1-bcmath_7.1.26-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.1-bcmath (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) over (7.1.23-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Preparing to unpack .../18-php7.1-common_7.1.26-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.1-common (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) over (7.1.23-4+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Selecting previously unselected package php7.1-ldap. | |
Chuck-Apache: Preparing to unpack .../19-php7.1-ldap_7.1.26-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ... | |
Chuck-Apache: Unpacking php7.1-ldap (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.1-common (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.1-imap (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.1-gd (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Processing triggers for ureadahead (0.100.0-20) ... | |
Chuck-Apache: Setting up php7.1-sqlite3 (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.1-readline (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.1-mysql (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.1-mbstring (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.1-pgsql (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.1-bcmath (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.1-soap (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.1-xml (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.1-curl (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.1-ldap (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Creating config file /etc/php/7.1/mods-available/ldap.ini with new version | |
Chuck-Apache: Processing triggers for systemd (237-3ubuntu10.4) ... | |
Chuck-Apache: Setting up php7.1-zip (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Processing triggers for man-db (2.8.3-2ubuntu0.1) ... | |
Chuck-Apache: Setting up php7.1-json (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.1-opcache (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.1-intl (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: Setting up php7.1-cli (7.1.26-1+ubuntu18.04.1+deb.sury.org+1) ... | |
Chuck-Apache: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment