Varying-Vagrant-Vagrants / VVV

An open source Vagrant configuration for developing with WordPress
https://varyingvagrantvagrants.org
MIT License
4.54k stars 848 forks source link

unable to provision using several providers on Arm64/Apple Silicon M3 chip #2727

Open columbian-chris opened 3 weeks ago

columbian-chris commented 3 weeks ago

What was The Command Used To Provision

Using only an out of the box clone from this VVV GitHub repository with no customizations and using default config.

What Kind of VVV Provision Was This

This was a fresh install

Logs/What Broke

Trying to install with Docker via vagrant up --provision --provider="docker" resulted in this:

Bringing machine 'default' up with 'docker' provider...
==> default: Creating and configuring docker networks...
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/driver.rb:352:in `block in network_defined?': undefined method `size' for nil:NilClass (NoMethodError)

          if (config.size > 0 &&
                    ^^^^^
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/driver.rb:350:in `each'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/driver.rb:350:in `network_defined?'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_networks.rb:140:in `process_private_network'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_networks.rb:343:in `block (3 levels) in call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_networks.rb:333:in `each'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_networks.rb:333:in `each_with_index'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_networks.rb:333:in `block (2 levels) in call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/environment.rb:649:in `lock'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_networks.rb:331:in `block in call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_networks.rb:330:in `synchronize'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_networks.rb:330:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_nfs_settings.rb:18:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/synced_folders.rb:90:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/delayed.rb:22:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/synced_folder_cleanup.rb:31:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/synced_folders/nfs/action_cleanup.rb:28:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_nfs_valid_ids.rb:17:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/host_machine_sync_folders.rb:26:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/host_machine_build_dir.rb:22:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/init_state.rb:18:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/call.rb:56:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/provision.rb:83:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/call.rb:56:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/call.rb:56:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/destroy_build_image.rb:46:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/handle_box.rb:28:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/call.rb:56:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/host_machine.rb:21:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/config_validate.rb:28:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/handle_box.rb:28:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/call.rb:56:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/delayed.rb:22:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/machine.rb:247:in `action_raw'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/machine.rb:216:in `block in action'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/environment.rb:649:in `lock'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/machine.rb:202:in `call'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/machine.rb:202:in `action'
    from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/batch_action.rb:89:in `block (2 levels) in run'

Trying to provision with Parallels via vagrant up --provision --provider="parallels" resulted in this:

...no errors up to this point...
    default: Get:156 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxpm4 arm64 1:3.5.12-1ubuntu0.20.04.2 [32.2 kB]
    default: Get:157 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgif7 arm64 5.1.9-1ubuntu0.1 [32.1 kB]
    default: Get:158 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet1 arm64 1.1.6+dfsg-3.1build1 [43.3 kB]
    default: Ign:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssl-dev arm64 1.1.1f-1ubuntu2.23
    default: Err:160 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtool all 2.4.6-14
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Ign:161 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwebpdemux2 arm64 0.6.1-2ubuntu0.20.04.3
    default: Ign:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxslt1.1 arm64 1.1.34-4ubuntu0.20.04.1
    default: Err:163 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1ubuntu1
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:164 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 ngrep arm64 1.47+ds1-2
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Ign:165 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 ntpdate arm64 1:4.2.8p12+dfsg-3ubuntu4.20.04.1
    default: Err:166 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pkg-config arm64 0.29.1-0ubuntu4
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:167 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 shtool all 2.0.8-10
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:168 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 ssl-cert all 1.0.39
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Ign:169 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 postfix arm64 3.4.13-0ubuntu1.4
    default: Ign:170 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 python-pip-whl all 20.0.2-5ubuntu1.10
    default: Ign:171 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 python3-wheel all 0.34.2-1ubuntu0.1
    default: Ign:172 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 python3-pip all 20.0.2-5ubuntu1.10
    default: Ign:173 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 subversion arm64 1.13.0-3ubuntu0.2
    default: Err:174 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 unattended-upgrades all 2.3ubuntu0.3
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:175 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 unzip arm64 6.0-25ubuntu1.2
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:176 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 zip arm64 3.0-11build1
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:177 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 dos2unix arm64 7.4.0-2
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Ign:178 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwebp-dev arm64 0.6.1-2ubuntu0.20.04.3
    default: Ign:179 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 webp arm64 0.6.1-2ubuntu0.20.04.3
    default: Err:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssl-dev arm64 1.1.1f-1ubuntu2.23
    default:   Could not connect to ports.ubuntu.com:80 (185.125.190.39). - connect (111: Connection refused) [IP: 185.125.190.39 80]
    default: Err:161 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwebpdemux2 arm64 0.6.1-2ubuntu0.20.04.3
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxslt1.1 arm64 1.1.34-4ubuntu0.20.04.1
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:165 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 ntpdate arm64 1:4.2.8p12+dfsg-3ubuntu4.20.04.1
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:169 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 postfix arm64 3.4.13-0ubuntu1.4
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:170 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 python-pip-whl all 20.0.2-5ubuntu1.10
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:171 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 python3-wheel all 0.34.2-1ubuntu0.1
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:172 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 python3-pip all 20.0.2-5ubuntu1.10
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:173 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 subversion arm64 1.13.0-3ubuntu0.2
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:178 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwebp-dev arm64 0.6.1-2ubuntu0.20.04.3
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:179 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 webp arm64 0.6.1-2ubuntu0.20.04.3
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Fetched 95.1 MB in 39s (2,466 kB/s)
    default: Unable to correct missing packages.
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/o/openssl/libssl-dev_1.1.1f-1ubuntu2.23_arm64.deb  Could not connect to ports.ubuntu.com:80 (185.125.190.39). - connect (111: Connection refused) [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/libt/libtool/libtool_2.4.6-14_all.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/libw/libwebp/libwebpdemux2_0.6.1-2ubuntu0.20.04.3_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/libx/libxslt/libxslt1.1_1.1.34-4ubuntu0.20.04.1_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/n/net-tools/net-tools_1.60+git20180626.aebd88e-1ubuntu1_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/universe/n/ngrep/ngrep_1.47+ds1-2_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/universe/n/ntp/ntpdate_4.2.8p12+dfsg-3ubuntu4.20.04.1_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/p/pkg-config/pkg-config_0.29.1-0ubuntu4_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/s/shtool/shtool_2.0.8-10_all.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/s/ssl-cert/ssl-cert_1.0.39_all.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/p/postfix/postfix_3.4.13-0ubuntu1.4_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/universe/p/python-pip/python-pip-whl_20.0.2-5ubuntu1.10_all.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/universe/w/wheel/python3-wheel_0.34.2-1ubuntu0.1_all.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/universe/p/python-pip/python3-pip_20.0.2-5ubuntu1.10_all.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/universe/s/subversion/subversion_1.13.0-3ubuntu0.2_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/u/unattended-upgrades/unattended-upgrades_2.3ubuntu0.3_all.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/u/unzip/unzip_6.0-25ubuntu1.2_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/z/zip/zip_3.0-11build1_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/universe/d/dos2unix/dos2unix_7.4.0-2_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/libw/libwebp/libwebp-dev_0.6.1-2ubuntu0.20.04.3_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/universe/libw/libwebp/webp_0.6.1-2ubuntu0.20.04.3_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Aborting install.
    default:  * Installing apt-get packages returned a failure code, cleaning up apt caches then exiting
    default:  ! Main packages check and install failed, halting provision
    default:  ! The 'main' provisioner ran into problems, the full log is available at '/var/log/provisioners/2024.08.19_18-40-47/provisioner-main.log'. It completed in 133 seconds.
    default:  * Restoring the default PHP CLI version ( 8.2 )
    default: update-alternatives: error: no alternatives for php
    default: update-alternatives: error: no alternatives for phar
    default: update-alternatives: error: no alternatives for phar.phar
    default: update-alternatives: error: no alternatives for phpize
    default: update-alternatives: error: no alternatives for php-config
    default:  * Restoration complete
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

And then finally attempting to provision with VMWare via vagrant up --provision --provider="vmware_desktop" resulted with this:

...no errors up trough this point...
    default: Processing triggers for rsyslog (8.2001.0-1ubuntu1.3) ...
    default: Processing triggers for ufw (0.36-6ubuntu1.1) ...
    default: Processing triggers for systemd (245.4-4ubuntu3.23) ...
    default: Processing triggers for man-db (2.9.1-1) ...
    default: Processing triggers for dbus (1.12.16-2ubuntu2.3) ...
    default: Processing triggers for install-info (6.7.0.dfsg.2-5) ...
    default: Processing triggers for php8.2-cli (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ...
    default: Processing triggers for php8.2-fpm (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ...
    default: Errors were encountered while processing:
    default:  nginx
    default: E: Sub-process /usr/bin/dpkg returned an error code (1)
    default:  * Installing apt-get packages returned a failure code, cleaning up apt caches then exiting
    default:  ! Main packages check and install failed, halting provision
    default:  ! The 'main' provisioner ran into problems, the full log is available at '/var/log/provisioners/2024.08.19_23-48-37/provisioner-main.log'. It completed in 185 seconds.
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

I thought at least one of these would work now that I'm on an Apple Silicon machine and no longer am able to use virtualbox.

Your Environment

VVV: v3.14 Ruby: 3.1.4 git develop branch, commit 8f4eaaae Platform: darwin shell:/bin/zsh shared_db_folder_disabled Vagrant: v2.4.1 Parallels: v19.4.1 VMWare: Fusion Professional Version 13.5.2 (23775688) Docker Desktop: v4.33.0 (160616), Engine: 27.1.1 MacBook with Apple M3 Max chip MacOS Sonoma 14.6.1 (23G93)

tomjn commented 3 weeks ago

So this is an issue in vagrant itself rather than VVV, I encountered it and made a PR upstream so a new release of vagrant should fix this ( 2.4.2 most likely but it hasn't been released yet ).

As for how I resolved this, it involved removing docker networks, docker network ls will list all the networks available and their network IDs. Use docker network prune to auto-remove unused networks and try the vagrant command again. If that doesn't help, remove anything vagrant related that's listed in docker network ls using docker network rm and try again.

Note that this only impacts the Docker provider, other providers are unaffected. Also remember that vagrant will always stick to the provider of the current VM, even if you change your mind. So if you start with a docker provider, you'll need to destroy that VM before you can switch to Parallels/etc

tomjn commented 3 weeks ago

And then finally attempting to provision with VMWare via vagrant up --provision --provider="vmware_desktop" resulted with this:

I'm happy VMWare got at least that far, support for VMWare is spotty at best though, nobody working on VVV uses it but if we try and deprecate or remove support people complain as they still use it. A full copy of the provisioner log for VMWare would be helpful though, happy to try and fix issues with VMWare but it might mean you need to help test since I can't verify a fix works at my end.

Trying to provision with Parallels via vagrant up --provision --provider="parallels" resulted in this:

Those look like the VM has DNS issues, configuring the VM internally to use a 3rd party DNS server such as 1.1.1.1 helps here, I've tried to automate this in https://github.com/Varying-Vagrant-Vagrants/VVV/pull/2701 but it didn't work, manually setting up the DNS only needs to happen once though, and you can use any generic Ubuntu guide for the terminal to do it

columbian-chris commented 3 weeks ago

A full copy of the provisioner log for VMWare would be helpful though, happy to try and fix issues with VMWare but it might mean you need to help test since I can't verify a fix works at my end.

No problem, here's the full VMWare provision log: ``` [0;38;5;2m ▷ Running the [0m[1m[0;38;5;5m'main'[21m[0;38;5;2m provisioner...[0m[0m[0m [0m[39m[2m ▷ Running [0m[1m[0;38;5;5minit[21m[0m[39m[2m hook[21m[0m [0m[39m[2m * Bash profile setup and directories.[21m[0m [0m[39m[2m * Reloading SSH Daemon[21m[0m [0m[39m[2m * checking Ubuntu version[21m[0m [0m[39m[2m * Copying /srv/provision/core/vvv/apt-conf-d/99hashmismatch to /etc/apt/apt.conf.d/99hashmismatch[21m[0m [0;38;5;2m ✔ Finished [0m[1m[0;38;5;5minit[21m[0;38;5;2m hook in [0m[0m[1m[0;38;5;5m0s[21m[0m[0m [0m[39m[2m * Testing network connection to [0m[4;38;5;3mhttps://ppa.launchpadcontent.net[0m with wget -q --spider --timeout=5 --tries=3 https://ppa.launchpadcontent.net[21m[0m [0;38;5;2m * Successful Network connection to [0m[4;38;5;3mhttps://ppa.launchpadcontent.net[0m[0;38;5;2m detected[0m[0m [0m[39m[2m * Testing network connection to [0m[4;38;5;3mhttps://wordpress.org[0m with wget -q --spider --timeout=5 --tries=3 https://wordpress.org[21m[0m [0;38;5;2m * Successful Network connection to [0m[4;38;5;3mhttps://wordpress.org[0m[0;38;5;2m detected[0m[0m [0m[39m[2m * Testing network connection to [0m[4;38;5;3mhttps://github.com[0m with wget -q --spider --timeout=5 --tries=3 https://github.com[21m[0m [0;38;5;2m * Successful Network connection to [0m[4;38;5;3mhttps://github.com[0m[0;38;5;2m detected[0m[0m [0m[39m[2m * Testing network connection to [0m[4;38;5;3mhttps://raw.githubusercontent.com[0m with wget -q --spider --timeout=5 --tries=3 https://raw.githubusercontent.com[21m[0m [0;38;5;2m * Successful Network connection to [0m[4;38;5;3mhttps://raw.githubusercontent.com[0m[0;38;5;2m detected[0m[0m [0m[39m[2m * Testing network connection to [0m[4;38;5;3mhttps://getcomposer.org[0m with wget -q --spider --timeout=5 --tries=3 https://getcomposer.org[21m[0m [0;38;5;2m * Successful Network connection to [0m[4;38;5;3mhttps://getcomposer.org[0m[0;38;5;2m detected[0m[0m [0m[39m[2m * Testing network connection to [0m[4;38;5;3mhttps://deb.nodesource.com[0m with wget -q --spider --timeout=5 --tries=3 https://deb.nodesource.com[21m[0m [0;38;5;2m * Successful Network connection to [0m[4;38;5;3mhttps://deb.nodesource.com[0m[0;38;5;2m detected[0m[0m [0m[39m[2m * Testing network connection to [0m[4;38;5;3mhttps://mirror.rackspace.com[0m with wget -q --spider --timeout=5 --tries=3 https://mirror.rackspace.com[21m[0m [0;38;5;2m * Successful Network connection to [0m[4;38;5;3mhttps://mirror.rackspace.com[0m[0;38;5;2m detected[0m[0m [0;38;5;2m * Network checks succeeded[0m[0m [0m[39m[2m * Apt package install pre-checks[21m[0m [0m[39m[2m ▷ Running [0m[1m[0;38;5;5mbefore_packages[21m[0m[39m[2m hook[21m[0m [0m[39m[2m * Setting up MySQL configuration file links...[21m[0m * creating mysql group [0m[39m[2m * adding the mysql user[21m[0m [0m[39m[2m * Copying /srv/provision/core/mariadb/config/vvv-core.cnf to /etc/mysql/conf.d/vvv-core.cnf[21m[0m [0m[39m[2m * Checking supplementary PHP configs[21m[0m [0;38;5;2m ✔ Finished [0m[1m[0;38;5;5mbefore_packages[21m[0;38;5;2m hook in [0m[0m[1m[0;38;5;5m0s[21m[0m[0m [0m[39m[2m * Registering apt keys[21m[0m [0m[39m[2m ▷ Running [0m[1m[0;38;5;5mregister_apt_keys[21m[0m[39m[2m hook[21m[0m [0m[39m[2m * Applying the PackageCloud Git-LFS signing key...[21m[0m OK [0m[39m[2m * Applying the MariaDB signing key...[21m[0m OK [0m[39m[2m * Adding Nginx signing key...[21m[0m OK [0;38;5;2m ✔ Finished [0m[1m[0;38;5;5mregister_apt_keys[21m[0;38;5;2m hook in [0m[0m[1m[0;38;5;5m0s[21m[0m[0m [0m[39m[2m * Registering apt sources[21m[0m [0m[39m[2m ▷ Running [0m[1m[0;38;5;5mregister_apt_sources[21m[0m[39m[2m hook[21m[0m [0m[39m[2m * Applying the VVV mirror signing key...[21m[0m OK [0m[39m[2m * Adding ppa:git-core/ppa repository[21m[0m Get:1 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease [24.6 kB] Hit:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [128 kB] Get:4 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main arm64 Packages [3,028 B] Get:5 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main Translation-en [2,252 B] Get:6 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [128 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [128 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2,679 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/main Translation-en [543 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [46.6 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted Translation-en [442 kB] Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1,138 kB] Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe Translation-en [294 kB] Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [10.7 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse Translation-en [7,936 B] Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [2,384 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/main Translation-en [464 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [46.3 kB] Get:19 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted Translation-en [425 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [918 kB] Get:21 http://ports.ubuntu.com/ubuntu-ports focal-security/universe Translation-en [212 kB] Get:22 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [5,400 B] Get:23 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse Translation-en [5,968 B] Fetched 10.0 MB in 8s (1,219 kB/s) Reading package lists... [0;38;5;2m * git-core/ppa added[0m[0m [0m[39m[2m * installing MariaDB apt sources[21m[0m [0m[39m[2m * Applying the Ondřej PHP signing key...[21m[0m OK [0;38;5;2m ✔ Finished [0m[1m[0;38;5;5mregister_apt_sources[21m[0;38;5;2m hook in [0m[0m[1m[0;38;5;5m12s[21m[0m[0m [0m[39m[2m * Upgrading apt packages[21m[0m [0m[39m[2m * Updating apt keys[21m[0m gpg: key 3B4FE6ACC0B21F32: 3 signatures not checked due to missing keys gpg: key 3B4FE6ACC0B21F32: "Ubuntu Archive Automatic Signing Key (2012) " not changed gpg: key D94AA3F0EFE21092: 3 signatures not checked due to missing keys gpg: key D94AA3F0EFE21092: "Ubuntu CD Image Automatic Signing Key (2012) " not changed gpg: key 871920D1991BC93C: 1 signature not checked due to a missing key gpg: key 871920D1991BC93C: "Ubuntu Archive Automatic Signing Key (2018) " not changed gpg: Total number processed: 3 gpg: unchanged: 3 [0m[39m[2m * Running apt-get update...[21m[0m Get:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB] Get:3 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease [24.6 kB] Get:1 https://packagecloud.io/github/git-lfs/ubuntu focal InRelease [28.0 kB] Get:4 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main arm64 Packages [3,028 B] Get:5 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal InRelease [24.6 kB] Get:6 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main Translation-en [2,252 B] Get:7 https://nginx.org/packages/mainline/ubuntu focal InRelease [3,602 B] Get:8 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal InRelease [7,767 B] Get:9 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main Sources [49.3 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [128 kB] Get:11 https://nginx.org/packages/mainline/ubuntu focal/nginx Sources [67.5 kB] Get:12 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 Packages [131 kB] Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [128 kB] Get:14 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main Sources [1,812 B] Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [128 kB] Get:16 https://nginx.org/packages/mainline/ubuntu focal/nginx arm64 Packages [70.7 kB] Get:17 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main Translation-en [42.0 kB] Get:18 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main ppc64el Packages [16.7 kB] Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [940 kB] Get:20 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main arm64 Packages [16.6 kB] Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main Translation-en [506 kB] Get:22 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main amd64 Packages [17.4 kB] Get:23 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main s390x Packages [15.6 kB] Get:24 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1,300 B] Get:25 http://ports.ubuntu.com/ubuntu-ports focal/restricted Translation-en [6,212 B] Get:26 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [8,458 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports focal/universe Translation-en [5,124 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [114 kB] Get:29 http://ports.ubuntu.com/ubuntu-ports focal/multiverse Translation-en [104 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2,679 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/main Translation-en [543 kB] Get:32 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [46.6 kB] Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted Translation-en [442 kB] Get:34 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1,138 kB] Get:35 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe Translation-en [294 kB] Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [10.7 kB] Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse Translation-en [7,936 B] Get:38 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [45.4 kB] Get:39 http://ports.ubuntu.com/ubuntu-ports focal-backports/main Translation-en [16.3 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [24.3 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe Translation-en [16.3 kB] Get:42 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [2,384 kB] Get:43 http://ports.ubuntu.com/ubuntu-ports focal-security/main Translation-en [464 kB] Get:44 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [46.3 kB] Get:45 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted Translation-en [425 kB] Get:46 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [918 kB] Get:47 http://ports.ubuntu.com/ubuntu-ports focal-security/universe Translation-en [212 kB] Get:48 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [5,400 B] Get:49 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse Translation-en [5,968 B] Fetched 26.1 MB in 14s (1,857 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following packages have been kept back: linux-image-generic The following packages will be upgraded: bind9-dnsutils bind9-host bind9-libs busybox-initramfs busybox-static cloud-init cpio curl distro-info-data git git-man klibc-utils kpartx krb5-locales landscape-common less libargon2-1 libc-bin libc6 libcurl3-gnutls libcurl4 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libidn2-0 libk5crypto3 libklibc libkrb5-3 libkrb5support0 libnetplan0 libnghttp2-14 libpcre2-8-0 libpcre3 libpython3.8 libpython3.8-minimal libpython3.8-stdlib libssl1.1 libtss2-esys0 libxml2 libzstd1 locales multipath-tools netplan.io openssl python3-idna python3-jinja2 python3-zipp python3.8 python3.8-minimal snapd tzdata ubuntu-advantage-tools ubuntu-pro-client ubuntu-pro-client-l10n vim vim-common vim-runtime vim-tiny wget xxd 61 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. Need to get 62.7 MB of archives. After this operation, 16.1 MB of additional disk space will be used. Get:1 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main arm64 git arm64 1:2.46.0-0ppa1~ubuntu20.04.1 [7,585 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc6 arm64 2.31-0ubuntu9.16 [2,277 kB] Get:3 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libpcre3 arm64 2:8.45-1+ubuntu20.04.1+deb.sury.org+1 [217 kB] Get:4 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libidn2-0 arm64 2.3.0-1+ubuntu20.04.1+deb.sury.org+2 [68.0 kB] Get:5 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libpcre2-8-0 arm64 10.42-3+ubuntu20.04.1+deb.sury.org+1 [180 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 locales all 2.31-0ubuntu9.16 [3,871 kB] Get:7 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main arm64 git-man all 1:2.46.0-0ppa1~ubuntu20.04.1 [2,224 kB] Get:8 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libzstd1 arm64 1.4.8+dfsg-2+ubuntu20.04.1+deb.sury.org+4 [283 kB] Get:9 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libxml2 arm64 2.9.14+dfsg-0.1+ubuntu20.04.1+deb.sury.org+1 [647 kB] Get:10 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libargon2-1 arm64 0~20190702-0.1+ubuntu20.04.1+deb.sury.org+1 [18.6 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc-bin arm64 2.31-0ubuntu9.16 [498 kB] Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssl1.1 arm64 1.1.1f-1ubuntu2.23 [1,159 kB] Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3.8 arm64 3.8.10-0ubuntu1~20.04.11 [387 kB] Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpython3.8 arm64 3.8.10-0ubuntu1~20.04.11 [1,491 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpython3.8-stdlib arm64 3.8.10-0ubuntu1~20.04.11 [1,648 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3.8-minimal arm64 3.8.10-0ubuntu1~20.04.11 [1,833 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpython3.8-minimal arm64 3.8.10-0ubuntu1~20.04.11 [715 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 distro-info-data all 0.43ubuntu1.16 [5,032 B] Get:19 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 less arm64 551-1ubuntu0.3 [119 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-data all 2.64.6-1~ubuntu20.04.7 [5,944 B] Get:21 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-bin arm64 2.64.6-1~ubuntu20.04.7 [69.2 kB] Get:22 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-0 arm64 2.64.6-1~ubuntu20.04.7 [1,201 kB] Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 netplan.io arm64 0.104-0ubuntu2~20.04.6 [88.0 kB] Get:24 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libnetplan0 arm64 0.104-0ubuntu2~20.04.6 [73.5 kB] Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 openssl arm64 1.1.1f-1ubuntu2.23 [600 kB] Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 tzdata all 2024a-0ubuntu0.20.04.1 [301 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 ubuntu-pro-client-l10n arm64 32.3.1~20.04 [18.5 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 ubuntu-pro-client arm64 32.3.1~20.04 [206 kB] Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 ubuntu-advantage-tools all 32.3.1~20.04 [11.0 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 vim arm64 2:8.1.2269-1ubuntu5.23 [1,141 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 vim-tiny arm64 2:8.1.2269-1ubuntu5.23 [535 kB] Get:32 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 vim-runtime all 2:8.1.2269-1ubuntu5.23 [5,880 kB] Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 xxd arm64 2:8.1.2269-1ubuntu5.23 [52.4 kB] Get:34 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 vim-common all 2:8.1.2269-1ubuntu5.23 [87.9 kB] Get:35 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi-krb5-2 arm64 1.17-6ubuntu4.6 [113 kB] Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-3 arm64 1.17-6ubuntu4.6 [312 kB] Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5support0 arm64 1.17-6ubuntu4.6 [30.4 kB] Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libk5crypto3 arm64 1.17-6ubuntu4.6 [80.6 kB] Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libnghttp2-14 arm64 1.40.0-1ubuntu0.3 [75.5 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 bind9-dnsutils arm64 1:9.18.28-0ubuntu0.20.04.1 [138 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 bind9-libs arm64 1:9.18.28-0ubuntu0.20.04.1 [1,037 kB] Get:42 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 bind9-host arm64 1:9.18.28-0ubuntu0.20.04.1 [45.7 kB] Get:43 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 busybox-static arm64 1:1.30.1-4ubuntu6.5 [799 kB] Get:44 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 cpio arm64 2.13+dfsg-2ubuntu0.4 [80.9 kB] Get:45 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 krb5-locales all 1.17-6ubuntu4.6 [11.4 kB] Get:46 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 wget arm64 1.20.3-1ubuntu2.1 [331 kB] Get:47 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 busybox-initramfs arm64 1:1.30.1-4ubuntu6.5 [158 kB] Get:48 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 curl arm64 7.68.0-1ubuntu2.23 [157 kB] Get:49 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl4 arm64 7.68.0-1ubuntu2.23 [216 kB] Get:50 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl3-gnutls arm64 7.68.0-1ubuntu2.23 [213 kB] Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 klibc-utils arm64 2.0.7-1ubuntu5.2 [98.8 kB] Get:52 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libklibc arm64 2.0.7-1ubuntu5.2 [45.4 kB] Get:53 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 landscape-common arm64 23.02-0ubuntu1~20.04.3 [86.9 kB] Get:54 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libtss2-esys0 arm64 2.3.2-1ubuntu0.20.04.2 [187 kB] Get:55 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-idna all 2.8-1ubuntu0.1 [36.2 kB] Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-jinja2 all 2.10.1-2ubuntu0.3 [96.0 kB] Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-zipp all 1.0.0-1ubuntu0.1 [6,172 B] Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 snapd arm64 2.63+20.04ubuntu0.1 [21.9 MB] Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 cloud-init all 24.1.3-0ubuntu1~20.04.5 [563 kB] Get:60 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 kpartx arm64 0.8.3-1ubuntu2.4 [27.0 kB] Get:61 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 multipath-tools arm64 0.8.3-1ubuntu2.4 [273 kB] Preconfiguring packages ... Fetched 62.7 MB in 23s (2,702 kB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 41574 files and directories currently installed.) Preparing to unpack .../libc6_2.31-0ubuntu9.16_arm64.deb ... Unpacking libc6:arm64 (2.31-0ubuntu9.16) over (2.31-0ubuntu9.14) ... Setting up libc6:arm64 (2.31-0ubuntu9.16) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 41574 files and directories currently installed.) Preparing to unpack .../locales_2.31-0ubuntu9.16_all.deb ... Unpacking locales (2.31-0ubuntu9.16) over (2.31-0ubuntu9.14) ... Preparing to unpack .../libc-bin_2.31-0ubuntu9.16_arm64.deb ... Unpacking libc-bin (2.31-0ubuntu9.16) over (2.31-0ubuntu9.14) ... Setting up libc-bin (2.31-0ubuntu9.16) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 41574 files and directories currently installed.) Preparing to unpack .../0-libssl1.1_1.1.1f-1ubuntu2.23_arm64.deb ... Unpacking libssl1.1:arm64 (1.1.1f-1ubuntu2.23) over (1.1.1f-1ubuntu2.22) ... Preparing to unpack .../1-python3.8_3.8.10-0ubuntu1~20.04.11_arm64.deb ... Unpacking python3.8 (3.8.10-0ubuntu1~20.04.11) over (3.8.10-0ubuntu1~20.04.9) ... Preparing to unpack .../2-libpython3.8_3.8.10-0ubuntu1~20.04.11_arm64.deb ... Unpacking libpython3.8:arm64 (3.8.10-0ubuntu1~20.04.11) over (3.8.10-0ubuntu1~20.04.9) ... Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.11_arm64.deb ... Unpacking libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.11) over (3.8.10-0ubuntu1~20.04.9) ... Preparing to unpack .../4-python3.8-minimal_3.8.10-0ubuntu1~20.04.11_arm64.deb ... Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.11) over (3.8.10-0ubuntu1~20.04.9) ... Preparing to unpack .../5-libpython3.8-minimal_3.8.10-0ubuntu1~20.04.11_arm64.deb ... Unpacking libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.11) over (3.8.10-0ubuntu1~20.04.9) ... Preparing to unpack .../6-libpcre3_2%3a8.45-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking libpcre3:arm64 (2:8.45-1+ubuntu20.04.1+deb.sury.org+1) over (2:8.39-12ubuntu0.1) ... Setting up libpcre3:arm64 (2:8.45-1+ubuntu20.04.1+deb.sury.org+1) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 41574 files and directories currently installed.) Preparing to unpack .../libidn2-0_2.3.0-1+ubuntu20.04.1+deb.sury.org+2_arm64.deb ... Unpacking libidn2-0:arm64 (2.3.0-1+ubuntu20.04.1+deb.sury.org+2) over (2.2.0-2) ... Setting up libidn2-0:arm64 (2.3.0-1+ubuntu20.04.1+deb.sury.org+2) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 41597 files and directories currently installed.) Preparing to unpack .../libpcre2-8-0_10.42-3+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking libpcre2-8-0:arm64 (10.42-3+ubuntu20.04.1+deb.sury.org+1) over (10.34-7ubuntu0.1) ... Setting up libpcre2-8-0:arm64 (10.42-3+ubuntu20.04.1+deb.sury.org+1) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 41597 files and directories currently installed.) Preparing to unpack .../libzstd1_1.4.8+dfsg-2+ubuntu20.04.1+deb.sury.org+4_arm64.deb ... Unpacking libzstd1:arm64 (1.4.8+dfsg-2+ubuntu20.04.1+deb.sury.org+4) over (1.4.4+dfsg-3ubuntu0.1) ... Setting up libzstd1:arm64 (1.4.8+dfsg-2+ubuntu20.04.1+deb.sury.org+4) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 41597 files and directories currently installed.) Preparing to unpack .../00-distro-info-data_0.43ubuntu1.16_all.deb ... Unpacking distro-info-data (0.43ubuntu1.16) over (0.43ubuntu1.15) ... Preparing to unpack .../01-less_551-1ubuntu0.3_arm64.deb ... Unpacking less (551-1ubuntu0.3) over (551-1ubuntu0.2) ... Preparing to unpack .../02-libglib2.0-data_2.64.6-1~ubuntu20.04.7_all.deb ... Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.7) over (2.64.6-1~ubuntu20.04.6) ... Preparing to unpack .../03-libglib2.0-bin_2.64.6-1~ubuntu20.04.7_arm64.deb ... Unpacking libglib2.0-bin (2.64.6-1~ubuntu20.04.7) over (2.64.6-1~ubuntu20.04.6) ... Preparing to unpack .../04-libglib2.0-0_2.64.6-1~ubuntu20.04.7_arm64.deb ... Unpacking libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.7) over (2.64.6-1~ubuntu20.04.6) ... Preparing to unpack .../05-netplan.io_0.104-0ubuntu2~20.04.6_arm64.deb ... Unpacking netplan.io (0.104-0ubuntu2~20.04.6) over (0.104-0ubuntu2~20.04.4) ... Preparing to unpack .../06-libnetplan0_0.104-0ubuntu2~20.04.6_arm64.deb ... Unpacking libnetplan0:arm64 (0.104-0ubuntu2~20.04.6) over (0.104-0ubuntu2~20.04.4) ... Preparing to unpack .../07-openssl_1.1.1f-1ubuntu2.23_arm64.deb ... Unpacking openssl (1.1.1f-1ubuntu2.23) over (1.1.1f-1ubuntu2.22) ... Preparing to unpack .../08-tzdata_2024a-0ubuntu0.20.04.1_all.deb ... Unpacking tzdata (2024a-0ubuntu0.20.04.1) over (2024a-0ubuntu0.20.04) ... Preparing to unpack .../09-ubuntu-pro-client-l10n_32.3.1~20.04_arm64.deb ... Unpacking ubuntu-pro-client-l10n (32.3.1~20.04) over (31.2.2~20.04) ... Preparing to unpack .../10-ubuntu-pro-client_32.3.1~20.04_arm64.deb ... Unpacking ubuntu-pro-client (32.3.1~20.04) over (31.2.2~20.04) ... Preparing to unpack .../11-ubuntu-advantage-tools_32.3.1~20.04_all.deb ... Unpacking ubuntu-advantage-tools (32.3.1~20.04) over (31.2.2~20.04) ... Preparing to unpack .../12-vim_2%3a8.1.2269-1ubuntu5.23_arm64.deb ... Unpacking vim (2:8.1.2269-1ubuntu5.23) over (2:8.1.2269-1ubuntu5.22) ... Preparing to unpack .../13-vim-tiny_2%3a8.1.2269-1ubuntu5.23_arm64.deb ... Unpacking vim-tiny (2:8.1.2269-1ubuntu5.23) over (2:8.1.2269-1ubuntu5.22) ... Preparing to unpack .../14-vim-runtime_2%3a8.1.2269-1ubuntu5.23_all.deb ... Unpacking vim-runtime (2:8.1.2269-1ubuntu5.23) over (2:8.1.2269-1ubuntu5.22) ... Preparing to unpack .../15-xxd_2%3a8.1.2269-1ubuntu5.23_arm64.deb ... Unpacking xxd (2:8.1.2269-1ubuntu5.23) over (2:8.1.2269-1ubuntu5.22) ... Preparing to unpack .../16-vim-common_2%3a8.1.2269-1ubuntu5.23_all.deb ... Unpacking vim-common (2:8.1.2269-1ubuntu5.23) over (2:8.1.2269-1ubuntu5.22) ... Preparing to unpack .../17-libgssapi-krb5-2_1.17-6ubuntu4.6_arm64.deb ... Unpacking libgssapi-krb5-2:arm64 (1.17-6ubuntu4.6) over (1.17-6ubuntu4.4) ... Preparing to unpack .../18-libkrb5-3_1.17-6ubuntu4.6_arm64.deb ... Unpacking libkrb5-3:arm64 (1.17-6ubuntu4.6) over (1.17-6ubuntu4.4) ... Preparing to unpack .../19-libkrb5support0_1.17-6ubuntu4.6_arm64.deb ... Unpacking libkrb5support0:arm64 (1.17-6ubuntu4.6) over (1.17-6ubuntu4.4) ... Preparing to unpack .../20-libk5crypto3_1.17-6ubuntu4.6_arm64.deb ... Unpacking libk5crypto3:arm64 (1.17-6ubuntu4.6) over (1.17-6ubuntu4.4) ... Preparing to unpack .../21-libnghttp2-14_1.40.0-1ubuntu0.3_arm64.deb ... Unpacking libnghttp2-14:arm64 (1.40.0-1ubuntu0.3) over (1.40.0-1ubuntu0.2) ... Preparing to unpack .../22-libxml2_2.9.14+dfsg-0.1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking libxml2:arm64 (2.9.14+dfsg-0.1+ubuntu20.04.1+deb.sury.org+1) over (2.9.10+dfsg-5ubuntu0.20.04.7) ... Preparing to unpack .../23-bind9-dnsutils_1%3a9.18.28-0ubuntu0.20.04.1_arm64.deb ... Unpacking bind9-dnsutils (1:9.18.28-0ubuntu0.20.04.1) over (1:9.16.48-0ubuntu0.20.04.1) ... Preparing to unpack .../24-bind9-libs_1%3a9.18.28-0ubuntu0.20.04.1_arm64.deb ... Unpacking bind9-libs:arm64 (1:9.18.28-0ubuntu0.20.04.1) over (1:9.16.48-0ubuntu0.20.04.1) ... Preparing to unpack .../25-bind9-host_1%3a9.18.28-0ubuntu0.20.04.1_arm64.deb ... Unpacking bind9-host (1:9.18.28-0ubuntu0.20.04.1) over (1:9.16.48-0ubuntu0.20.04.1) ... Preparing to unpack .../26-busybox-static_1%3a1.30.1-4ubuntu6.5_arm64.deb ... Unpacking busybox-static (1:1.30.1-4ubuntu6.5) over (1:1.30.1-4ubuntu6.4) ... Preparing to unpack .../27-cpio_2.13+dfsg-2ubuntu0.4_arm64.deb ... Unpacking cpio (2.13+dfsg-2ubuntu0.4) over (2.13+dfsg-2ubuntu0.3) ... Preparing to unpack .../28-krb5-locales_1.17-6ubuntu4.6_all.deb ... Unpacking krb5-locales (1.17-6ubuntu4.6) over (1.17-6ubuntu4.4) ... Preparing to unpack .../29-wget_1.20.3-1ubuntu2.1_arm64.deb ... Unpacking wget (1.20.3-1ubuntu2.1) over (1.20.3-1ubuntu2) ... Preparing to unpack .../30-busybox-initramfs_1%3a1.30.1-4ubuntu6.5_arm64.deb ... Unpacking busybox-initramfs (1:1.30.1-4ubuntu6.5) over (1:1.30.1-4ubuntu6.4) ... Preparing to unpack .../31-curl_7.68.0-1ubuntu2.23_arm64.deb ... Unpacking curl (7.68.0-1ubuntu2.23) over (7.68.0-1ubuntu2.22) ... Preparing to unpack .../32-libcurl4_7.68.0-1ubuntu2.23_arm64.deb ... Unpacking libcurl4:arm64 (7.68.0-1ubuntu2.23) over (7.68.0-1ubuntu2.22) ... Preparing to unpack .../33-git_1%3a2.46.0-0ppa1~ubuntu20.04.1_arm64.deb ... Unpacking git (1:2.46.0-0ppa1~ubuntu20.04.1) over (1:2.25.1-1ubuntu3.11) ... Preparing to unpack .../34-git-man_1%3a2.46.0-0ppa1~ubuntu20.04.1_all.deb ... Unpacking git-man (1:2.46.0-0ppa1~ubuntu20.04.1) over (1:2.25.1-1ubuntu3.11) ... Preparing to unpack .../35-libcurl3-gnutls_7.68.0-1ubuntu2.23_arm64.deb ... Unpacking libcurl3-gnutls:arm64 (7.68.0-1ubuntu2.23) over (7.68.0-1ubuntu2.22) ... Preparing to unpack .../36-klibc-utils_2.0.7-1ubuntu5.2_arm64.deb ... Unpacking klibc-utils (2.0.7-1ubuntu5.2) over (2.0.7-1ubuntu5.1) ... Preparing to unpack .../37-libklibc_2.0.7-1ubuntu5.2_arm64.deb ... Unpacking libklibc:arm64 (2.0.7-1ubuntu5.2) over (2.0.7-1ubuntu5.1) ... Preparing to unpack .../38-landscape-common_23.02-0ubuntu1~20.04.3_arm64.deb ... Unpacking landscape-common (23.02-0ubuntu1~20.04.3) over (19.12-0ubuntu4.3) ... Preparing to unpack .../39-libargon2-1_0~20190702-0.1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking libargon2-1:arm64 (0~20190702-0.1+ubuntu20.04.1+deb.sury.org+1) over (0~20171227-0.2) ... Preparing to unpack .../40-libtss2-esys0_2.3.2-1ubuntu0.20.04.2_arm64.deb ... Unpacking libtss2-esys0 (2.3.2-1ubuntu0.20.04.2) over (2.3.2-1ubuntu0.20.04.1) ... Preparing to unpack .../41-python3-idna_2.8-1ubuntu0.1_all.deb ... Unpacking python3-idna (2.8-1ubuntu0.1) over (2.8-1) ... Preparing to unpack .../42-python3-jinja2_2.10.1-2ubuntu0.3_all.deb ... Unpacking python3-jinja2 (2.10.1-2ubuntu0.3) over (2.10.1-2ubuntu0.2) ... Preparing to unpack .../43-python3-zipp_1.0.0-1ubuntu0.1_all.deb ... Unpacking python3-zipp (1.0.0-1ubuntu0.1) over (1.0.0-1) ... Preparing to unpack .../44-snapd_2.63+20.04ubuntu0.1_arm64.deb ... Unpacking snapd (2.63+20.04ubuntu0.1) over (2.61.3+20.04) ... Preparing to unpack .../45-cloud-init_24.1.3-0ubuntu1~20.04.5_all.deb ... Unpacking cloud-init (24.1.3-0ubuntu1~20.04.5) over (23.4.4-0ubuntu0~20.04.1) ... Preparing to unpack .../46-kpartx_0.8.3-1ubuntu2.4_arm64.deb ... Unpacking kpartx (0.8.3-1ubuntu2.4) over (0.8.3-1ubuntu2.3) ... Preparing to unpack .../47-multipath-tools_0.8.3-1ubuntu2.4_arm64.deb ... Unpacking multipath-tools (0.8.3-1ubuntu2.4) over (0.8.3-1ubuntu2.3) ... Setting up cpio (2.13+dfsg-2ubuntu0.4) ... Setting up snapd (2.63+20.04ubuntu0.1) ... Installing new version of config file /etc/apparmor.d/usr.lib.snapd.snap-confine.real ... snapd.failure.service is a disabled or a static unit not running, not starting it. snapd.snap-repair.service is a disabled or a static unit not running, not starting it. Failed to restart snapd.mounts-pre.target: Operation refused, unit snapd.mounts-pre.target may be requested by dependency only (it is configured to refuse manual start/stop). See system logs and 'systemctl status snapd.mounts-pre.target' for details. Setting up libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.7) ... Setting up distro-info-data (0.43ubuntu1.16) ... Setting up libssl1.1:arm64 (1.1.1f-1ubuntu2.23) ... Setting up libargon2-1:arm64 (0~20190702-0.1+ubuntu20.04.1+deb.sury.org+1) ... Setting up libnghttp2-14:arm64 (1.40.0-1ubuntu0.3) ... Setting up less (551-1ubuntu0.3) ... Setting up libnetplan0:arm64 (0.104-0ubuntu2~20.04.6) ... Setting up krb5-locales (1.17-6ubuntu4.6) ... Setting up python3-zipp (1.0.0-1ubuntu0.1) ... Setting up locales (2.31-0ubuntu9.16) ... Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. Setting up landscape-common (23.02-0ubuntu1~20.04.3) ... Setting up xxd (2:8.1.2269-1ubuntu5.23) ... Setting up netplan.io (0.104-0ubuntu2~20.04.6) ... Setting up libkrb5support0:arm64 (1.17-6ubuntu4.6) ... Setting up tzdata (2024a-0ubuntu0.20.04.1) ... Current default time zone: 'Etc/UTC' Local time is now: Mon Aug 19 23:49:46 UTC 2024. Universal Time is now: Mon Aug 19 23:49:46 UTC 2024. Run 'dpkg-reconfigure tzdata' if you wish to change it. Setting up libklibc:arm64 (2.0.7-1ubuntu5.2) ... Setting up python3-jinja2 (2.10.1-2ubuntu0.3) ... Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.7) ... Setting up vim-common (2:8.1.2269-1ubuntu5.23) ... Setting up busybox-static (1:1.30.1-4ubuntu6.5) ... Setting up python3-idna (2.8-1ubuntu0.1) ... Setting up libk5crypto3:arm64 (1.17-6ubuntu4.6) ... Setting up busybox-initramfs (1:1.30.1-4ubuntu6.5) ... Setting up kpartx (0.8.3-1ubuntu2.4) ... Setting up git-man (1:2.46.0-0ppa1~ubuntu20.04.1) ... Setting up libkrb5-3:arm64 (1.17-6ubuntu4.6) ... Setting up vim-runtime (2:8.1.2269-1ubuntu5.23) ... Setting up klibc-utils (2.0.7-1ubuntu5.2) ... Setting up openssl (1.1.1f-1ubuntu2.23) ... Setting up libxml2:arm64 (2.9.14+dfsg-0.1+ubuntu20.04.1+deb.sury.org+1) ... Setting up ubuntu-pro-client (32.3.1~20.04) ... Installing new version of config file /etc/apparmor.d/ubuntu_pro_apt_news ... Setting up ubuntu-pro-client-l10n (32.3.1~20.04) ... Setting up libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.11) ... Setting up cloud-init (24.1.3-0ubuntu1~20.04.5) ... Installing new version of config file /etc/cloud/cloud.cfg ... Installing new version of config file /etc/cloud/cloud.cfg.d/05_logging.cfg ... Installing new version of config file /etc/cloud/templates/chrony.conf.cos.tmpl ... Installing new version of config file /etc/cloud/templates/chrony.conf.debian.tmpl ... Installing new version of config file /etc/cloud/templates/chrony.conf.ubuntu.tmpl ... Installing new version of config file /etc/cloud/templates/hosts.alpine.tmpl ... Installing new version of config file /etc/cloud/templates/hosts.mariner.tmpl ... Installing new version of config file /etc/cloud/templates/ntp.conf.ubuntu.tmpl ... Installing new version of config file /etc/cloud/templates/sources.list.ubuntu.deb822.tmpl ... Installing new version of config file /etc/profile.d/Z99-cloud-locale-test.sh ... Removing obsolete conffile /etc/cloud/clean.d/README ... Setting up wget (1.20.3-1ubuntu2.1) ... Setting up libtss2-esys0 (2.3.2-1ubuntu0.20.04.2) ... Setting up libglib2.0-bin (2.64.6-1~ubuntu20.04.7) ... Setting up vim-tiny (2:8.1.2269-1ubuntu5.23) ... Setting up multipath-tools (0.8.3-1ubuntu2.4) ... Job failed. See "journalctl -xe" for details. Setting up libgssapi-krb5-2:arm64 (1.17-6ubuntu4.6) ... Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.11) ... Setting up libcurl4:arm64 (7.68.0-1ubuntu2.23) ... Setting up curl (7.68.0-1ubuntu2.23) ... Setting up ubuntu-advantage-tools (32.3.1~20.04) ... Setting up libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.11) ... Setting up python3.8 (3.8.10-0ubuntu1~20.04.11) ... Setting up bind9-libs:arm64 (1:9.18.28-0ubuntu0.20.04.1) ... Setting up libcurl3-gnutls:arm64 (7.68.0-1ubuntu2.23) ... Setting up libpython3.8:arm64 (3.8.10-0ubuntu1~20.04.11) ... Setting up git (1:2.46.0-0ppa1~ubuntu20.04.1) ... Setting up bind9-host (1:9.18.28-0ubuntu0.20.04.1) ... Setting up vim (2:8.1.2269-1ubuntu5.23) ... Setting up bind9-dnsutils (1:9.18.28-0ubuntu0.20.04.1) ... Processing triggers for mime-support (3.64ubuntu1) ... Processing triggers for initramfs-tools (0.136ubuntu6.7) ... update-initramfs: Generating /boot/initrd.img-5.4.0-176-generic Processing triggers for libc-bin (2.31-0ubuntu9.16) ... Processing triggers for rsyslog (8.2001.0-1ubuntu1.3) ... Processing triggers for man-db (2.9.1-1) ... Processing triggers for dbus (1.12.16-2ubuntu2.3) ... Processing triggers for install-info (6.7.0.dfsg.2-5) ... [0m[39m[2m * Registering apt packages to install[21m[0m [0m[39m[2m ▷ Running [0m[1m[0;38;5;5mregister_apt_packages[21m[0m[39m[2m hook[21m[0m [0;38;5;2m ✔ Finished [0m[1m[0;38;5;5mregister_apt_packages[21m[0;38;5;2m hook in [0m[0m[1m[0;38;5;5m0s[21m[0m[0m [0m[39m[2m * Main packages check and install.[21m[0m [0m[39m[2m * Checking for apt packages to remove.[21m[0m [0m[39m[2m * No apt packages to remove[21m[0m [0m[39m[2m * Checking for apt packages to install.[21m[0m [0m[39m[2m * Cleaning up dpkg lock file[21m[0m [0m[39m[2m * Updating apt keys[21m[0m gpg: key 3B4FE6ACC0B21F32: 3 signatures not checked due to missing keys gpg: key 3B4FE6ACC0B21F32: "Ubuntu Archive Automatic Signing Key (2012) " not changed gpg: key D94AA3F0EFE21092: 3 signatures not checked due to missing keys gpg: key D94AA3F0EFE21092: "Ubuntu CD Image Automatic Signing Key (2012) " not changed gpg: key 871920D1991BC93C: 1 signature not checked due to a missing key gpg: key 871920D1991BC93C: "Ubuntu Archive Automatic Signing Key (2018) " not changed gpg: Total number processed: 3 gpg: unchanged: 3 [0m[39m[2m * Running apt-get update...[21m[0m Get:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB] Get:3 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease [24.6 kB] Get:1 https://packagecloud.io/github/git-lfs/ubuntu focal InRelease [28.0 kB] Get:4 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main arm64 Packages [3,028 B] Get:5 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal InRelease [7,767 B] Get:6 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal InRelease [24.6 kB] Get:7 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main Translation-en [2,252 B] Get:8 https://nginx.org/packages/mainline/ubuntu focal InRelease [3,602 B] Get:9 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main Sources [1,812 B] Get:10 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main Sources [49.3 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [128 kB] Get:12 https://nginx.org/packages/mainline/ubuntu focal/nginx Sources [67.5 kB] Get:13 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 Packages [131 kB] Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [128 kB] Get:15 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main ppc64el Packages [16.7 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [128 kB] Get:17 https://nginx.org/packages/mainline/ubuntu focal/nginx arm64 Packages [70.7 kB] Get:18 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main Translation-en [42.0 kB] Get:19 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main amd64 Packages [17.4 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [940 kB] Get:21 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main arm64 Packages [16.6 kB] Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main Translation-en [506 kB] Get:23 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main s390x Packages [15.6 kB] Get:24 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1,300 B] Get:25 http://ports.ubuntu.com/ubuntu-ports focal/restricted Translation-en [6,212 B] Get:26 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [8,458 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports focal/universe Translation-en [5,124 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [114 kB] Get:29 http://ports.ubuntu.com/ubuntu-ports focal/multiverse Translation-en [104 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2,679 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/main Translation-en [543 kB] Get:32 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [46.6 kB] Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted Translation-en [442 kB] Get:34 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1,138 kB] Get:35 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe Translation-en [294 kB] Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [10.7 kB] Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse Translation-en [7,936 B] Get:38 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [45.4 kB] Get:39 http://ports.ubuntu.com/ubuntu-ports focal-backports/main Translation-en [16.3 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [24.3 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe Translation-en [16.3 kB] Get:42 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [2,384 kB] Get:43 http://ports.ubuntu.com/ubuntu-ports focal-security/main Translation-en [464 kB] Get:44 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [46.3 kB] Get:45 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted Translation-en [425 kB] Get:46 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [918 kB] Get:47 http://ports.ubuntu.com/ubuntu-ports focal-security/universe Translation-en [212 kB] Get:48 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [5,400 B] Get:49 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse Translation-en [5,968 B] Fetched 26.1 MB in 14s (1,848 kB/s) Reading package lists... [0m[39m[2m * Installing apt-get packages...[21m[0m Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: autoconf automake autotools-dev binutils binutils-aarch64-linux-gnu binutils-common cpp cpp-9 fontconfig-config fonts-dejavu-core freeglut3 galera-4 gcc gcc-9 gcc-9-base hicolor-icon-theme imagemagick-6-common imagemagick-6.q16 libapr1 libaprutil1 libasan5 libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libavahi-core7 libbinutils libc-client2007e libc-dev-bin libc6-dev libcc1-0 libcroco3 libcrypt-dev libctf-nobfd0 libctf0 libdaemon0 libdbi-perl libdpkg-perl libdrm-amdgpu1 libdrm-nouveau2 libdrm-radeon1 libfftw3-double3 libfontconfig1 libgcc-9-dev libgd3 libgif7 libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglvnd0 libglx-mesa0 libglx0 libgomp1 libgraphite2-3 libharfbuzz0b libhashkit2 libimagequant0 libisl22 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjq1 liblcms2-2 libllvm12 liblqr-1-0 liblsan0 libmagickcore-6.q16-6 libmagickwand-6.q16-6 libmariadb3 libmemcached11 libmpc3 libnet1 libonig5 libopts25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 libraqm0 libsensors-config libsensors5 libserf-1-1 libssh2-1 libssl-dev libsvn-perl libsvn1 libterm-readkey-perl libtiff5 libtool libtsan0 libubsan1 libutf8proc2 libvulkan1 libwebp6 libwebpdemux2 libwebpmux3 libx11-6 libx11-data libx11-xcb1 libxau6 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb1 libxdmcp6 libxext6 libxfixes3 libxi6 libxpm4 libxshmfence1 libxxf86vm1 libyaml-perl libzip4 linux-libc-dev m4 mariadb-client-10.5 mariadb-client-core-10.5 mariadb-common mariadb-server-10.5 mariadb-server-core-10.5 mlock mysql-common php-common php8.2-igbinary php8.2-msgpack php8.2-opcache php8.2-readline pkg-config python-pip-whl python3-distro-info python3-wheel shtool socat ssl-cert Suggested packages: autoconf-archive gnu-standards autoconf-doc avahi-autoipd binutils-doc cpp-doc gcc-9-locales gcc-multilib manpages-dev flex bison gdb gcc-doc gcc-9-doc gettext-doc autopoint libasprintf-dev libgettextpo-dev git-doc imagemagick-doc autotrace cups-bsd | lpr | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin mplayer povray radiance sane-utils texlive-base-bin transfig ufraw-batch xdg-utils uw-mailutils glibc-doc libclone-perl libmldbm-perl libnet-daemon-perl libsql-statement-perl debian-keyring bzr libfftw3-bin libfftw3-dev libgd-tools liblcms2-utils libmagickcore-6.q16-6-extra lm-sensors libssl-doc libtool-doc gfortran | fortran95-compiler gcj-jdk libyaml-shell-perl m4-doc make-doc mailx mariadb-test libanyevent-perl libcache-memcached-perl libmemcached ntp-doc dh-php redis-server dpkg-dev procmail postfix-mysql postfix-pgsql postfix-ldap postfix-pcre postfix-lmdb postfix-sqlite sasl2-bin | dovecot-common resolvconf postfix-cdb mail-reader postfix-doc openssl-blacklist db5.3-util libapache2-mod-svn subversion-tools bsd-mailx needrestart Recommended packages: libnss-mdns libmagickcore-6.q16-6-extra ghostscript netpbm manpages-dev libfile-fcntllock-perl gsfonts libltdl-dev mesa-vulkan-drivers | vulkan-icd libyaml-libyaml-perl | libyaml-syck-perl libdbd-mariadb-perl | libdbd-mysql-perl libhtml-template-perl sntp pkg-php-tools build-essential python3-dev The following packages will be REMOVED: systemd-timesyncd The following NEW packages will be installed: autoconf automake autotools-dev avahi-daemon avahi-utils binutils binutils-aarch64-linux-gnu binutils-common colordiff cpp cpp-9 dos2unix fontconfig-config fonts-dejavu-core freeglut3 galera-4 gcc gcc-9 gcc-9-base gettext git-lfs git-svn hicolor-icon-theme imagemagick imagemagick-6-common imagemagick-6.q16 jq lftp libapr1 libaprutil1 libasan5 libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libavahi-core7 libbinutils libc-client2007e libc-dev-bin libc6-dev libcc1-0 libcroco3 libcrypt-dev libctf-nobfd0 libctf0 libdaemon0 libdbi-perl libdpkg-perl libdrm-amdgpu1 libdrm-nouveau2 libdrm-radeon1 libfftw3-double3 libfontconfig1 libgcc-9-dev libgd3 libgif7 libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglvnd0 libglx-mesa0 libglx0 libgomp1 libgraphite2-3 libharfbuzz0b libhashkit2 libimagequant0 libisl22 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjq1 liblcms2-2 libllvm12 liblqr-1-0 liblsan0 libmagickcore-6.q16-6 libmagickwand-6.q16-6 libmariadb3 libmemcached11 libmpc3 libnet1 libonig5 libopts25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 libraqm0 libsensors-config libsensors5 libserf-1-1 libssh2-1 libssl-dev libsvn-perl libsvn1 libterm-readkey-perl libtiff5 libtool libtsan0 libubsan1 libutf8proc2 libvulkan1 libwebp-dev libwebp6 libwebpdemux2 libwebpmux3 libx11-6 libx11-data libx11-xcb1 libxau6 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb1 libxdmcp6 libxext6 libxfixes3 libxi6 libxpm4 libxshmfence1 libxxf86vm1 libyaml-perl libzip4 linux-libc-dev m4 make mariadb-client-10.5 mariadb-client-core-10.5 mariadb-common mariadb-server mariadb-server-10.5 mariadb-server-core-10.5 memcached mlock mysql-common net-tools nginx ngrep ntp ntpdate php-common php-pear php8.2-bcmath php8.2-cli php8.2-common php8.2-curl php8.2-dev php8.2-fpm php8.2-gd php8.2-gmp php8.2-igbinary php8.2-imagick php8.2-imap php8.2-intl php8.2-mbstring php8.2-memcache php8.2-memcached php8.2-msgpack php8.2-mysql php8.2-opcache php8.2-pcov php8.2-readline php8.2-redis php8.2-soap php8.2-ssh2 php8.2-xdebug php8.2-xml php8.2-yaml php8.2-zip pkg-config postfix python-pip-whl python3-distro-info python3-pip python3-wheel shtool socat ssl-cert subversion unattended-upgrades unzip webp zip 0 upgraded, 190 newly installed, 1 to remove and 1 not upgraded. Need to get 112 MB of archives. After this operation, 1,485 MB of additional disk space will be used. Get:1 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main arm64 git-svn all 1:2.46.0-0ppa1~ubuntu20.04.1 [1,167 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 libopts25 arm64 1:5.18.16-3 [55.5 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 ntp arm64 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 [629 kB] Get:4 https://nginx.org/packages/mainline/ubuntu focal/nginx arm64 nginx arm64 1.27.1-1~focal [959 kB] Get:5 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main amd64 mysql-common all 1:10.5.26+maria~ubu2004 [3,256 B] Get:6 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php-common all 2:94+ubuntu20.04.1+deb.sury.org+2 [16.4 kB] Get:7 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-common arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [660 kB] Get:8 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main amd64 mariadb-common all 1:10.5.26+maria~ubu2004 [4,436 B] Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgomp1 arm64 10.5.0-1ubuntu1~20.04 [93.5 kB] Get:10 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main arm64 galera-4 arm64 26.4.19-ubu2004 [12.4 MB] Get:11 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfftw3-double3 arm64 3.3.8-2ubuntu1 [380 kB] Get:12 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-opcache arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [497 kB] Get:13 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 fonts-dejavu-core all 2.37-1 [1,041 kB] Get:14 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-readline arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [12.0 kB] Get:15 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-cli arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [1,561 kB] Get:16 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-fpm arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [1,571 kB] Get:17 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main arm64 libmariadb3 arm64 1:10.5.26+maria~ubu2004 [136 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] Get:19 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-igbinary arm64 3.2.15-1+ubuntu20.04.1+deb.sury.org+1 [30.7 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfontconfig1 arm64 2.13.1-2ubuntu3 [111 kB] Get:21 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-imagick arm64 3.7.0-5+ubuntu20.04.1+deb.sury.org+1 [96.5 kB] Get:22 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libjbig0 arm64 2.1-3.1ubuntu0.20.04.1 [25.8 kB] Get:23 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-memcache arm64 8.2-2+ubuntu20.04.1+deb.sury.org+2 [47.5 kB] Get:24 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libjpeg-turbo8 arm64 2.0.3-0ubuntu1.20.04.3 [101 kB] Get:25 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main arm64 mariadb-client-core-10.5 arm64 1:10.5.26+maria~ubu2004 [757 kB] Get:26 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-msgpack arm64 1:2.2.0-4+ubuntu20.04.1+deb.sury.org+1 [29.7 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjpeg8 arm64 8c-2ubuntu8 [2,198 B] Get:28 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libhashkit2 arm64 1.1.4-1+ubuntu20.04.1+deb.sury.org+1 [22.0 kB] Get:29 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblcms2-2 arm64 2.9-4 [131 kB] Get:30 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libmemcached11 arm64 1.1.4-1+ubuntu20.04.1+deb.sury.org+1 [78.6 kB] Get:31 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-memcached arm64 3.2.0++-1+ubuntu20.04.1+deb.sury.org+2 [41.0 kB] Get:32 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 liblqr-1-0 arm64 0.4.2-2.1 [22.5 kB] Get:33 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main arm64 mariadb-client-10.5 arm64 1:10.5.26+maria~ubu2004 [1,544 kB] Get:34 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-pcov arm64 1.0.11-5+ubuntu20.04.1+deb.sury.org+2 [12.4 kB] Get:35 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-redis arm64 6.0.2-1+ubuntu20.04.1+deb.sury.org+1 [176 kB] Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwebp6 arm64 0.6.1-2ubuntu0.20.04.3 [167 kB] Get:37 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-xdebug arm64 3.3.2-1+ubuntu20.04.1+deb.sury.org+1 [630 kB] Get:38 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-yaml arm64 2.2.3-2+ubuntu20.04.1+deb.sury.org+2 [19.8 kB] Get:39 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main arm64 mariadb-server-core-10.5 arm64 1:10.5.26+maria~ubu2004 [6,779 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libtiff5 arm64 4.1.0+git191117-2ubuntu0.20.04.13 [153 kB] Get:41 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-ssh2 arm64 1.4.1-1+ubuntu20.04.1+deb.sury.org+1 [29.5 kB] Get:42 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libgd3 arm64 2.3.3-12+ubuntu20.04.1+deb.sury.org+1 [122 kB] Get:43 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwebpmux3 arm64 0.6.1-2ubuntu0.20.04.3 [18.6 kB] Get:44 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libpcre2-16-0 arm64 10.42-3+ubuntu20.04.1+deb.sury.org+1 [166 kB] Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxau6 arm64 1:1.0.9-0ubuntu1 [7,356 B] Get:46 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libpcre2-32-0 arm64 10.42-3+ubuntu20.04.1+deb.sury.org+1 [156 kB] Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu1 [10.3 kB] Get:48 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libpcre2-posix3 arm64 10.42-3+ubuntu20.04.1+deb.sury.org+1 [8,728 B] Get:49 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb1 arm64 1.14-2 [43.0 kB] Get:50 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libpcre2-dev arm64 10.42-3+ubuntu20.04.1+deb.sury.org+1 [614 kB] Get:51 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main arm64 mariadb-server-10.5 arm64 1:10.5.26+maria~ubu2004 [4,312 kB] Get:52 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libx11-data all 2:1.6.9-2ubuntu1.6 [114 kB] Get:53 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libzip4 arm64 1.7.3-1+ubuntu20.04.1+deb.sury.org+2 [51.7 kB] Get:54 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libx11-6 arm64 2:1.6.9-2ubuntu1.6 [554 kB] Get:55 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-xml arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [102 kB] Get:56 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php-pear all 1:1.10.13+submodules+notgz+2022032202-2+ubuntu20.04.1+deb.sury.org+1 [290 kB] Get:57 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-bcmath arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [14.3 kB] Get:58 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxext6 arm64 2:1.3.4-0ubuntu1 [27.7 kB] Get:59 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-curl arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [32.2 kB] Get:60 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 imagemagick-6-common all 8:6.9.10.23+dfsg-2.1ubuntu11.10 [62.2 kB] Get:61 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main amd64 mariadb-server all 1:10.5.26+maria~ubu2004 [3,204 B] Get:62 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-dev arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [509 kB] Get:63 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-gd arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [27.2 kB] Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 libmagickcore-6.q16-6 arm64 8:6.9.10.23+dfsg-2.1ubuntu11.10 [1,452 kB] Get:65 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-gmp arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [22.3 kB] Get:66 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-imap arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [30.0 kB] Get:67 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-intl arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [131 kB] Get:68 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-mbstring arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [428 kB] Get:69 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-mysql arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [109 kB] Get:70 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-soap arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [109 kB] Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 libmagickwand-6.q16-6 arm64 8:6.9.10.23+dfsg-2.1ubuntu11.10 [243 kB] Get:72 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-zip arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [24.5 kB] Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdbi-perl arm64 1.643-1ubuntu0.1 [724 kB] Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 socat arm64 1.7.3.3-2 [315 kB] Get:75 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 memcached arm64 1.5.22-2ubuntu0.3 [122 kB] Get:76 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 libssh2-1 arm64 1.8.0-2.1ubuntu0.1 [70.3 kB] Get:77 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-distro-info all 0.23ubuntu1.1 [5,944 B] Get:78 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 m4 arm64 1.4.18-4 [194 kB] Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autoconf all 2.69-11.1 [321 kB] Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autotools-dev all 20180224.1 [39.6 kB] Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 automake all 1:1.16.1-4ubuntu6 [522 kB] Get:82 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libavahi-common-data arm64 0.7-4ubuntu7.3 [21.4 kB] Get:83 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libavahi-common3 arm64 0.7-4ubuntu7.3 [20.6 kB] Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libavahi-core7 arm64 0.7-4ubuntu7.3 [73.4 kB] Get:85 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdaemon0 arm64 0.14-7 [12.8 kB] Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 avahi-daemon arm64 0.7-4ubuntu7.3 [57.9 kB] Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libavahi-client3 arm64 0.7-4ubuntu7.3 [24.1 kB] Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 avahi-utils arm64 0.7-4ubuntu7.3 [23.4 kB] Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils-common arm64 2.34-6ubuntu1.9 [208 kB] Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libbinutils arm64 2.34-6ubuntu1.9 [474 kB] Get:91 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libctf-nobfd0 arm64 2.34-6ubuntu1.9 [45.1 kB] Get:92 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libctf0 arm64 2.34-6ubuntu1.9 [43.0 kB] Get:93 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.34-6ubuntu1.9 [1,987 kB] Get:94 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils arm64 2.34-6ubuntu1.9 [3,352 B] Get:95 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 colordiff all 1.0.18-1 [13.2 kB] Get:96 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gcc-9-base arm64 9.4.0-1ubuntu1~20.04.2 [18.9 kB] Get:97 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libisl22 arm64 0.22.1-1 [537 kB] Get:98 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] Get:99 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 cpp-9 arm64 9.4.0-1ubuntu1~20.04.2 [5,985 kB] Get:100 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 cpp arm64 4:9.3.0-1ubuntu2 [27.6 kB] Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglvnd0 arm64 1.3.2-1~ubuntu0.20.04.2 [42.6 kB] Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglapi-mesa arm64 21.2.6-0ubuntu0.1~20.04.2 [52.2 kB] Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libx11-xcb1 arm64 2:1.6.9-2ubuntu1.6 [9,468 B] Get:104 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb-dri2-0 arm64 1.14-2 [6,872 B] Get:105 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb-dri3-0 arm64 1.14-2 [6,556 B] Get:106 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb-glx0 arm64 1.14-2 [22.1 kB] Get:107 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb-present0 arm64 1.14-2 [5,484 B] Get:108 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb-shm0 arm64 1.14-2 [5,560 B] Get:109 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb-sync1 arm64 1.14-2 [8,824 B] Get:110 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb-xfixes0 arm64 1.14-2 [9,268 B] Get:111 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxfixes3 arm64 1:5.0.3-2 [10.8 kB] Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxshmfence1 arm64 1.3-1 [4,868 B] Get:113 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxxf86vm1 arm64 1:1.1.4-1build1 [9,908 B] Get:114 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdrm-amdgpu1 arm64 2.4.107-8ubuntu1~20.04.2 [17.9 kB] Get:115 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdrm-nouveau2 arm64 2.4.107-8ubuntu1~20.04.2 [15.9 kB] Get:116 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdrm-radeon1 arm64 2.4.107-8ubuntu1~20.04.2 [18.7 kB] Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libllvm12 arm64 1:12.0.0-3ubuntu1~20.04.5 [16.1 MB] Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsensors-config all 1:3.6.0-2ubuntu1.1 [6,052 B] Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsensors5 arm64 1:3.6.0-2ubuntu1.1 [26.0 kB] Get:120 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libvulkan1 arm64 1.2.131.2-1 [89.8 kB] Get:121 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgl1-mesa-dri arm64 21.2.6-0ubuntu0.1~20.04.2 [7,595 kB] Get:122 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglx-mesa0 arm64 21.2.6-0ubuntu0.1~20.04.2 [138 kB] Get:123 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglx0 arm64 1.3.2-1~ubuntu0.20.04.2 [29.0 kB] Get:124 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgl1 arm64 1.3.2-1~ubuntu0.20.04.2 [88.6 kB] Get:125 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgl1-mesa-glx arm64 21.2.6-0ubuntu0.1~20.04.2 [5,536 B] Get:126 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxi6 arm64 2:1.7.10-0ubuntu1 [28.2 kB] Get:127 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 freeglut3 arm64 2.8.1-3 [65.0 kB] Get:128 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcc1-0 arm64 10.5.0-1ubuntu1~20.04 [46.2 kB] Get:129 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libitm1 arm64 10.5.0-1ubuntu1~20.04 [24.1 kB] Get:130 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libatomic1 arm64 10.5.0-1ubuntu1~20.04 [9,808 B] Get:131 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libasan5 arm64 9.4.0-1ubuntu1~20.04.2 [2,690 kB] Get:132 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 liblsan0 arm64 10.5.0-1ubuntu1~20.04 [800 kB] Get:133 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libtsan0 arm64 10.5.0-1ubuntu1~20.04 [1,972 kB] Get:134 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libubsan1 arm64 10.5.0-1ubuntu1~20.04 [765 kB] Get:135 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgcc-9-dev arm64 9.4.0-1ubuntu1~20.04.2 [920 kB] Get:136 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gcc-9 arm64 9.4.0-1ubuntu1~20.04.2 [6,736 kB] Get:137 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gcc arm64 4:9.3.0-1ubuntu2 [5,228 B] Get:138 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcroco3 arm64 0.6.13-1ubuntu0.1 [77.2 kB] Get:139 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gettext arm64 0.19.8.1-10build1 [850 kB] Get:140 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 git-lfs arm64 2.9.2-1 [2,893 kB] Get:141 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libapr1 arm64 1.6.5-1ubuntu1 [85.4 kB] Get:142 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libaprutil1 arm64 1.6.1-4ubuntu2.2 [82.6 kB] Get:143 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 libserf-1-1 arm64 1.3.9-8build1 [43.1 kB] Get:144 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 libutf8proc2 arm64 2.5.0-1 [50.0 kB] Get:145 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 libsvn1 arm64 1.13.0-3ubuntu0.2 [1,143 kB] Get:146 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 libsvn-perl arm64 1.13.0-3ubuntu0.2 [857 kB] Get:147 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libyaml-perl all 1.30-1 [58.2 kB] Get:148 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libterm-readkey-perl arm64 2.38-1build1 [24.1 kB] Get:149 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 hicolor-icon-theme all 0.17-2 [9,976 B] Get:150 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 imagemagick-6.q16 arm64 8:6.9.10.23+dfsg-2.1ubuntu11.10 [427 kB] Get:151 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 imagemagick arm64 8:6.9.10.23+dfsg-2.1ubuntu11.10 [14.4 kB] Get:152 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 libonig5 arm64 6.9.4-1 [134 kB] Get:153 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 libjq1 arm64 1.6-1ubuntu0.20.04.1 [107 kB] Get:154 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 jq arm64 1.6-1ubuntu0.20.04.1 [49.6 kB] Get:155 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 lftp arm64 4.8.4-2build3 [522 kB] Get:156 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 mlock arm64 8:2007f~dfsg-7 [11.7 kB] Get:157 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 libc-client2007e arm64 8:2007f~dfsg-7 [562 kB] Get:158 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc-dev-bin arm64 2.31-0ubuntu9.16 [64.2 kB] Get:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 linux-libc-dev arm64 5.4.0-192.212 [1,125 kB] Get:160 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcrypt-dev arm64 1:4.4.10-10ubuntu4 [111 kB] Get:161 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc6-dev arm64 2.31-0ubuntu9.16 [2,072 kB] Get:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB] Get:163 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libimagequant0 arm64 2.12.2-1.1 [29.3 kB] Get:164 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgraphite2-3 arm64 1.3.13-11build1 [67.7 kB] Get:165 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libharfbuzz0b arm64 2.6.4-1ubuntu4.2 [352 kB] Get:166 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 libraqm0 arm64 0.7.0-4 [10.7 kB] Get:167 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxpm4 arm64 1:3.5.12-1ubuntu0.20.04.2 [32.2 kB] Get:168 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgif7 arm64 5.1.9-1ubuntu0.1 [32.1 kB] Get:169 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet1 arm64 1.1.6+dfsg-3.1build1 [43.3 kB] Get:170 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssl-dev arm64 1.1.1f-1ubuntu2.23 [1,464 kB] Get:171 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtool all 2.4.6-14 [161 kB] Get:172 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwebpdemux2 arm64 0.6.1-2ubuntu0.20.04.3 [9,376 B] Get:173 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 make arm64 4.2.1-1.2 [154 kB] Get:174 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1ubuntu1 [194 kB] Get:175 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 ngrep arm64 1.47+ds1-2 [31.9 kB] Get:176 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 ntpdate arm64 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 [47.2 kB] Get:177 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pkg-config arm64 0.29.1-0ubuntu4 [43.8 kB] Get:178 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 shtool all 2.0.8-10 [122 kB] Get:179 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 ssl-cert all 1.0.39 [17.0 kB] Get:180 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 postfix arm64 3.4.13-0ubuntu1.4 [1,156 kB] Get:181 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 python-pip-whl all 20.0.2-5ubuntu1.10 [1,805 kB] Get:182 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 python3-wheel all 0.34.2-1ubuntu0.1 [23.9 kB] Get:183 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 python3-pip all 20.0.2-5ubuntu1.10 [231 kB] Get:184 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 subversion arm64 1.13.0-3ubuntu0.2 [807 kB] Get:185 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 unattended-upgrades all 2.3ubuntu0.3 [48.5 kB] Get:186 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 unzip arm64 6.0-25ubuntu1.2 [162 kB] Get:187 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 zip arm64 3.0-11build1 [146 kB] Get:188 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 dos2unix arm64 7.4.0-2 [372 kB] Get:189 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwebp-dev arm64 0.6.1-2ubuntu0.20.04.3 [281 kB] Get:190 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 webp arm64 0.6.1-2ubuntu0.20.04.3 [79.5 kB] Preconfiguring packages ... Fetched 112 MB in 51s (2,179 kB/s) Selecting previously unselected package libopts25:arm64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 41819 files and directories currently installed.) Preparing to unpack .../libopts25_1%3a5.18.16-3_arm64.deb ... Unpacking libopts25:arm64 (1:5.18.16-3) ... dpkg: systemd-timesyncd: dependency problems, but removing anyway as you requested: systemd depends on systemd-timesyncd | time-daemon; however: Package systemd-timesyncd is to be removed. Package time-daemon is not installed. Package systemd-timesyncd which provides time-daemon is to be removed. systemd depends on systemd-timesyncd | time-daemon; however: Package systemd-timesyncd is to be removed. Package time-daemon is not installed. Package systemd-timesyncd which provides time-daemon is to be removed. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 41824 files and directories currently installed.) Removing systemd-timesyncd (245.4-4ubuntu3.23) ... Selecting previously unselected package ntp. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 41811 files and directories currently installed.) Preparing to unpack .../00-ntp_1%3a4.2.8p12+dfsg-3ubuntu4.20.04.1_arm64.deb ... Unpacking ntp (1:4.2.8p12+dfsg-3ubuntu4.20.04.1) ... Selecting previously unselected package libgomp1:arm64. Preparing to unpack .../01-libgomp1_10.5.0-1ubuntu1~20.04_arm64.deb ... Unpacking libgomp1:arm64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libfftw3-double3:arm64. Preparing to unpack .../02-libfftw3-double3_3.3.8-2ubuntu1_arm64.deb ... Unpacking libfftw3-double3:arm64 (3.3.8-2ubuntu1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../03-fonts-dejavu-core_2.37-1_all.deb ... Unpacking fonts-dejavu-core (2.37-1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../04-fontconfig-config_2.13.1-2ubuntu3_all.deb ... Unpacking fontconfig-config (2.13.1-2ubuntu3) ... Selecting previously unselected package libfontconfig1:arm64. Preparing to unpack .../05-libfontconfig1_2.13.1-2ubuntu3_arm64.deb ... Unpacking libfontconfig1:arm64 (2.13.1-2ubuntu3) ... Selecting previously unselected package libjbig0:arm64. Preparing to unpack .../06-libjbig0_2.1-3.1ubuntu0.20.04.1_arm64.deb ... Unpacking libjbig0:arm64 (2.1-3.1ubuntu0.20.04.1) ... Selecting previously unselected package libjpeg-turbo8:arm64. Preparing to unpack .../07-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.3_arm64.deb ... Unpacking libjpeg-turbo8:arm64 (2.0.3-0ubuntu1.20.04.3) ... Selecting previously unselected package libjpeg8:arm64. Preparing to unpack .../08-libjpeg8_8c-2ubuntu8_arm64.deb ... Unpacking libjpeg8:arm64 (8c-2ubuntu8) ... Selecting previously unselected package liblcms2-2:arm64. Preparing to unpack .../09-liblcms2-2_2.9-4_arm64.deb ... Unpacking liblcms2-2:arm64 (2.9-4) ... Selecting previously unselected package liblqr-1-0:arm64. Preparing to unpack .../10-liblqr-1-0_0.4.2-2.1_arm64.deb ... Unpacking liblqr-1-0:arm64 (0.4.2-2.1) ... Selecting previously unselected package libwebp6:arm64. Preparing to unpack .../11-libwebp6_0.6.1-2ubuntu0.20.04.3_arm64.deb ... Unpacking libwebp6:arm64 (0.6.1-2ubuntu0.20.04.3) ... Selecting previously unselected package libtiff5:arm64. Preparing to unpack .../12-libtiff5_4.1.0+git191117-2ubuntu0.20.04.13_arm64.deb ... Unpacking libtiff5:arm64 (4.1.0+git191117-2ubuntu0.20.04.13) ... Selecting previously unselected package libwebpmux3:arm64. Preparing to unpack .../13-libwebpmux3_0.6.1-2ubuntu0.20.04.3_arm64.deb ... Unpacking libwebpmux3:arm64 (0.6.1-2ubuntu0.20.04.3) ... Selecting previously unselected package libxau6:arm64. Preparing to unpack .../14-libxau6_1%3a1.0.9-0ubuntu1_arm64.deb ... Unpacking libxau6:arm64 (1:1.0.9-0ubuntu1) ... Selecting previously unselected package libxdmcp6:arm64. Preparing to unpack .../15-libxdmcp6_1%3a1.1.3-0ubuntu1_arm64.deb ... Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu1) ... Selecting previously unselected package libxcb1:arm64. Preparing to unpack .../16-libxcb1_1.14-2_arm64.deb ... Unpacking libxcb1:arm64 (1.14-2) ... Selecting previously unselected package libx11-data. Preparing to unpack .../17-libx11-data_2%3a1.6.9-2ubuntu1.6_all.deb ... Unpacking libx11-data (2:1.6.9-2ubuntu1.6) ... Selecting previously unselected package libx11-6:arm64. Preparing to unpack .../18-libx11-6_2%3a1.6.9-2ubuntu1.6_arm64.deb ... Unpacking libx11-6:arm64 (2:1.6.9-2ubuntu1.6) ... Selecting previously unselected package libxext6:arm64. Preparing to unpack .../19-libxext6_2%3a1.3.4-0ubuntu1_arm64.deb ... Unpacking libxext6:arm64 (2:1.3.4-0ubuntu1) ... Selecting previously unselected package imagemagick-6-common. Preparing to unpack .../20-imagemagick-6-common_8%3a6.9.10.23+dfsg-2.1ubuntu11.10_all.deb ... Unpacking imagemagick-6-common (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... Selecting previously unselected package libmagickcore-6.q16-6:arm64. Preparing to unpack .../21-libmagickcore-6.q16-6_8%3a6.9.10.23+dfsg-2.1ubuntu11.10_arm64.deb ... Unpacking libmagickcore-6.q16-6:arm64 (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... Selecting previously unselected package libmagickwand-6.q16-6:arm64. Preparing to unpack .../22-libmagickwand-6.q16-6_8%3a6.9.10.23+dfsg-2.1ubuntu11.10_arm64.deb ... Unpacking libmagickwand-6.q16-6:arm64 (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... Selecting previously unselected package mysql-common. Preparing to unpack .../23-mysql-common_1%3a10.5.26+maria~ubu2004_all.deb ... Unpacking mysql-common (1:10.5.26+maria~ubu2004) ... Selecting previously unselected package mariadb-common. Preparing to unpack .../24-mariadb-common_1%3a10.5.26+maria~ubu2004_all.deb ... Unpacking mariadb-common (1:10.5.26+maria~ubu2004) ... Selecting previously unselected package galera-4. Preparing to unpack .../25-galera-4_26.4.19-ubu2004_arm64.deb ... Unpacking galera-4 (26.4.19-ubu2004) ... Selecting previously unselected package libdbi-perl:arm64. Preparing to unpack .../26-libdbi-perl_1.643-1ubuntu0.1_arm64.deb ... Unpacking libdbi-perl:arm64 (1.643-1ubuntu0.1) ... Selecting previously unselected package libmariadb3:arm64. Preparing to unpack .../27-libmariadb3_1%3a10.5.26+maria~ubu2004_arm64.deb ... Unpacking libmariadb3:arm64 (1:10.5.26+maria~ubu2004) ... Selecting previously unselected package mariadb-client-core-10.5. Preparing to unpack .../28-mariadb-client-core-10.5_1%3a10.5.26+maria~ubu2004_arm64.deb ... Unpacking mariadb-client-core-10.5 (1:10.5.26+maria~ubu2004) ... Selecting previously unselected package mariadb-client-10.5. Preparing to unpack .../29-mariadb-client-10.5_1%3a10.5.26+maria~ubu2004_arm64.deb ... Unpacking mariadb-client-10.5 (1:10.5.26+maria~ubu2004) ... Selecting previously unselected package mariadb-server-core-10.5. Preparing to unpack .../30-mariadb-server-core-10.5_1%3a10.5.26+maria~ubu2004_arm64.deb ... Unpacking mariadb-server-core-10.5 (1:10.5.26+maria~ubu2004) ... Selecting previously unselected package socat. Preparing to unpack .../31-socat_1.7.3.3-2_arm64.deb ... Unpacking socat (1.7.3.3-2) ... Setting up mysql-common (1:10.5.26+maria~ubu2004) ... Setting up mariadb-common (1:10.5.26+maria~ubu2004) ... update-alternatives: error: no alternatives for my.cnf update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode Selecting previously unselected package mariadb-server-10.5. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 43029 files and directories currently installed.) Preparing to unpack .../0-mariadb-server-10.5_1%3a10.5.26+maria~ubu2004_arm64.deb ... Unpacking mariadb-server-10.5 (1:10.5.26+maria~ubu2004) ... Selecting previously unselected package memcached. Preparing to unpack .../1-memcached_1.5.22-2ubuntu0.3_arm64.deb ... Unpacking memcached (1.5.22-2ubuntu0.3) ... Selecting previously unselected package php-common. Preparing to unpack .../2-php-common_2%3a94+ubuntu20.04.1+deb.sury.org+2_all.deb ... Unpacking php-common (2:94+ubuntu20.04.1+deb.sury.org+2) ... Selecting previously unselected package php8.2-common. Preparing to unpack .../3-php8.2-common_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-common (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-opcache. Preparing to unpack .../4-php8.2-opcache_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-opcache (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-readline. Preparing to unpack .../5-php8.2-readline_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-readline (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-cli. Preparing to unpack .../6-php8.2-cli_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-cli (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-fpm. Preparing to unpack .../7-php8.2-fpm_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-fpm (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Setting up php-common (2:94+ubuntu20.04.1+deb.sury.org+2) ... Created symlink /etc/systemd/system/timers.target.wants/phpsessionclean.timer → /lib/systemd/system/phpsessionclean.timer. Selecting previously unselected package php8.2-igbinary. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 43332 files and directories currently installed.) Preparing to unpack .../000-php8.2-igbinary_3.2.15-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-igbinary (3.2.15-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-imagick. Preparing to unpack .../001-php8.2-imagick_3.7.0-5+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-imagick (3.7.0-5+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-memcache. Preparing to unpack .../002-php8.2-memcache_8.2-2+ubuntu20.04.1+deb.sury.org+2_arm64.deb ... Unpacking php8.2-memcache (8.2-2+ubuntu20.04.1+deb.sury.org+2) ... Selecting previously unselected package php8.2-msgpack. Preparing to unpack .../003-php8.2-msgpack_1%3a2.2.0-4+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-msgpack (1:2.2.0-4+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package libhashkit2:arm64. Preparing to unpack .../004-libhashkit2_1.1.4-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking libhashkit2:arm64 (1.1.4-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package libmemcached11:arm64. Preparing to unpack .../005-libmemcached11_1.1.4-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking libmemcached11:arm64 (1.1.4-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-memcached. Preparing to unpack .../006-php8.2-memcached_3.2.0++-1+ubuntu20.04.1+deb.sury.org+2_arm64.deb ... Unpacking php8.2-memcached (3.2.0++-1+ubuntu20.04.1+deb.sury.org+2) ... Selecting previously unselected package php8.2-pcov. Preparing to unpack .../007-php8.2-pcov_1.0.11-5+ubuntu20.04.1+deb.sury.org+2_arm64.deb ... Unpacking php8.2-pcov (1.0.11-5+ubuntu20.04.1+deb.sury.org+2) ... Selecting previously unselected package php8.2-redis. Preparing to unpack .../008-php8.2-redis_6.0.2-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-redis (6.0.2-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-xdebug. Preparing to unpack .../009-php8.2-xdebug_3.3.2-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-xdebug (3.3.2-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-yaml. Preparing to unpack .../010-php8.2-yaml_2.2.3-2+ubuntu20.04.1+deb.sury.org+2_arm64.deb ... Unpacking php8.2-yaml (2.2.3-2+ubuntu20.04.1+deb.sury.org+2) ... Selecting previously unselected package libssh2-1:arm64. Preparing to unpack .../011-libssh2-1_1.8.0-2.1ubuntu0.1_arm64.deb ... Unpacking libssh2-1:arm64 (1.8.0-2.1ubuntu0.1) ... Selecting previously unselected package php8.2-ssh2. Preparing to unpack .../012-php8.2-ssh2_1.4.1-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-ssh2 (1.4.1-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package python3-distro-info. Preparing to unpack .../013-python3-distro-info_0.23ubuntu1.1_all.deb ... Unpacking python3-distro-info (0.23ubuntu1.1) ... Selecting previously unselected package m4. Preparing to unpack .../014-m4_1.4.18-4_arm64.deb ... Unpacking m4 (1.4.18-4) ... Selecting previously unselected package autoconf. Preparing to unpack .../015-autoconf_2.69-11.1_all.deb ... Unpacking autoconf (2.69-11.1) ... Selecting previously unselected package autotools-dev. Preparing to unpack .../016-autotools-dev_20180224.1_all.deb ... Unpacking autotools-dev (20180224.1) ... Selecting previously unselected package automake. Preparing to unpack .../017-automake_1%3a1.16.1-4ubuntu6_all.deb ... Unpacking automake (1:1.16.1-4ubuntu6) ... Selecting previously unselected package libavahi-common-data:arm64. Preparing to unpack .../018-libavahi-common-data_0.7-4ubuntu7.3_arm64.deb ... Unpacking libavahi-common-data:arm64 (0.7-4ubuntu7.3) ... Selecting previously unselected package libavahi-common3:arm64. Preparing to unpack .../019-libavahi-common3_0.7-4ubuntu7.3_arm64.deb ... Unpacking libavahi-common3:arm64 (0.7-4ubuntu7.3) ... Selecting previously unselected package libavahi-core7:arm64. Preparing to unpack .../020-libavahi-core7_0.7-4ubuntu7.3_arm64.deb ... Unpacking libavahi-core7:arm64 (0.7-4ubuntu7.3) ... Selecting previously unselected package libdaemon0:arm64. Preparing to unpack .../021-libdaemon0_0.14-7_arm64.deb ... Unpacking libdaemon0:arm64 (0.14-7) ... Selecting previously unselected package avahi-daemon. Preparing to unpack .../022-avahi-daemon_0.7-4ubuntu7.3_arm64.deb ... Unpacking avahi-daemon (0.7-4ubuntu7.3) ... Selecting previously unselected package libavahi-client3:arm64. Preparing to unpack .../023-libavahi-client3_0.7-4ubuntu7.3_arm64.deb ... Unpacking libavahi-client3:arm64 (0.7-4ubuntu7.3) ... Selecting previously unselected package avahi-utils. Preparing to unpack .../024-avahi-utils_0.7-4ubuntu7.3_arm64.deb ... Unpacking avahi-utils (0.7-4ubuntu7.3) ... Selecting previously unselected package binutils-common:arm64. Preparing to unpack .../025-binutils-common_2.34-6ubuntu1.9_arm64.deb ... Unpacking binutils-common:arm64 (2.34-6ubuntu1.9) ... Selecting previously unselected package libbinutils:arm64. Preparing to unpack .../026-libbinutils_2.34-6ubuntu1.9_arm64.deb ... Unpacking libbinutils:arm64 (2.34-6ubuntu1.9) ... Selecting previously unselected package libctf-nobfd0:arm64. Preparing to unpack .../027-libctf-nobfd0_2.34-6ubuntu1.9_arm64.deb ... Unpacking libctf-nobfd0:arm64 (2.34-6ubuntu1.9) ... Selecting previously unselected package libctf0:arm64. Preparing to unpack .../028-libctf0_2.34-6ubuntu1.9_arm64.deb ... Unpacking libctf0:arm64 (2.34-6ubuntu1.9) ... Selecting previously unselected package binutils-aarch64-linux-gnu. Preparing to unpack .../029-binutils-aarch64-linux-gnu_2.34-6ubuntu1.9_arm64.deb ... Unpacking binutils-aarch64-linux-gnu (2.34-6ubuntu1.9) ... Selecting previously unselected package binutils. Preparing to unpack .../030-binutils_2.34-6ubuntu1.9_arm64.deb ... Unpacking binutils (2.34-6ubuntu1.9) ... Selecting previously unselected package colordiff. Preparing to unpack .../031-colordiff_1.0.18-1_all.deb ... Unpacking colordiff (1.0.18-1) ... Selecting previously unselected package gcc-9-base:arm64. Preparing to unpack .../032-gcc-9-base_9.4.0-1ubuntu1~20.04.2_arm64.deb ... Unpacking gcc-9-base:arm64 (9.4.0-1ubuntu1~20.04.2) ... Selecting previously unselected package libisl22:arm64. Preparing to unpack .../033-libisl22_0.22.1-1_arm64.deb ... Unpacking libisl22:arm64 (0.22.1-1) ... Selecting previously unselected package libmpc3:arm64. Preparing to unpack .../034-libmpc3_1.1.0-1_arm64.deb ... Unpacking libmpc3:arm64 (1.1.0-1) ... Selecting previously unselected package cpp-9. Preparing to unpack .../035-cpp-9_9.4.0-1ubuntu1~20.04.2_arm64.deb ... Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.2) ... Selecting previously unselected package cpp. Preparing to unpack .../036-cpp_4%3a9.3.0-1ubuntu2_arm64.deb ... Unpacking cpp (4:9.3.0-1ubuntu2) ... Selecting previously unselected package libglvnd0:arm64. Preparing to unpack .../037-libglvnd0_1.3.2-1~ubuntu0.20.04.2_arm64.deb ... Unpacking libglvnd0:arm64 (1.3.2-1~ubuntu0.20.04.2) ... Selecting previously unselected package libglapi-mesa:arm64. Preparing to unpack .../038-libglapi-mesa_21.2.6-0ubuntu0.1~20.04.2_arm64.deb ... Unpacking libglapi-mesa:arm64 (21.2.6-0ubuntu0.1~20.04.2) ... Selecting previously unselected package libx11-xcb1:arm64. Preparing to unpack .../039-libx11-xcb1_2%3a1.6.9-2ubuntu1.6_arm64.deb ... Unpacking libx11-xcb1:arm64 (2:1.6.9-2ubuntu1.6) ... Selecting previously unselected package libxcb-dri2-0:arm64. Preparing to unpack .../040-libxcb-dri2-0_1.14-2_arm64.deb ... Unpacking libxcb-dri2-0:arm64 (1.14-2) ... Selecting previously unselected package libxcb-dri3-0:arm64. Preparing to unpack .../041-libxcb-dri3-0_1.14-2_arm64.deb ... Unpacking libxcb-dri3-0:arm64 (1.14-2) ... Selecting previously unselected package libxcb-glx0:arm64. Preparing to unpack .../042-libxcb-glx0_1.14-2_arm64.deb ... Unpacking libxcb-glx0:arm64 (1.14-2) ... Selecting previously unselected package libxcb-present0:arm64. Preparing to unpack .../043-libxcb-present0_1.14-2_arm64.deb ... Unpacking libxcb-present0:arm64 (1.14-2) ... Selecting previously unselected package libxcb-shm0:arm64. Preparing to unpack .../044-libxcb-shm0_1.14-2_arm64.deb ... Unpacking libxcb-shm0:arm64 (1.14-2) ... Selecting previously unselected package libxcb-sync1:arm64. Preparing to unpack .../045-libxcb-sync1_1.14-2_arm64.deb ... Unpacking libxcb-sync1:arm64 (1.14-2) ... Selecting previously unselected package libxcb-xfixes0:arm64. Preparing to unpack .../046-libxcb-xfixes0_1.14-2_arm64.deb ... Unpacking libxcb-xfixes0:arm64 (1.14-2) ... Selecting previously unselected package libxfixes3:arm64. Preparing to unpack .../047-libxfixes3_1%3a5.0.3-2_arm64.deb ... Unpacking libxfixes3:arm64 (1:5.0.3-2) ... Selecting previously unselected package libxshmfence1:arm64. Preparing to unpack .../048-libxshmfence1_1.3-1_arm64.deb ... Unpacking libxshmfence1:arm64 (1.3-1) ... Selecting previously unselected package libxxf86vm1:arm64. Preparing to unpack .../049-libxxf86vm1_1%3a1.1.4-1build1_arm64.deb ... Unpacking libxxf86vm1:arm64 (1:1.1.4-1build1) ... Selecting previously unselected package libdrm-amdgpu1:arm64. Preparing to unpack .../050-libdrm-amdgpu1_2.4.107-8ubuntu1~20.04.2_arm64.deb ... Unpacking libdrm-amdgpu1:arm64 (2.4.107-8ubuntu1~20.04.2) ... Selecting previously unselected package libdrm-nouveau2:arm64. Preparing to unpack .../051-libdrm-nouveau2_2.4.107-8ubuntu1~20.04.2_arm64.deb ... Unpacking libdrm-nouveau2:arm64 (2.4.107-8ubuntu1~20.04.2) ... Selecting previously unselected package libdrm-radeon1:arm64. Preparing to unpack .../052-libdrm-radeon1_2.4.107-8ubuntu1~20.04.2_arm64.deb ... Unpacking libdrm-radeon1:arm64 (2.4.107-8ubuntu1~20.04.2) ... Selecting previously unselected package libllvm12:arm64. Preparing to unpack .../053-libllvm12_1%3a12.0.0-3ubuntu1~20.04.5_arm64.deb ... Unpacking libllvm12:arm64 (1:12.0.0-3ubuntu1~20.04.5) ... Selecting previously unselected package libsensors-config. Preparing to unpack .../054-libsensors-config_1%3a3.6.0-2ubuntu1.1_all.deb ... Unpacking libsensors-config (1:3.6.0-2ubuntu1.1) ... Selecting previously unselected package libsensors5:arm64. Preparing to unpack .../055-libsensors5_1%3a3.6.0-2ubuntu1.1_arm64.deb ... Unpacking libsensors5:arm64 (1:3.6.0-2ubuntu1.1) ... Selecting previously unselected package libvulkan1:arm64. Preparing to unpack .../056-libvulkan1_1.2.131.2-1_arm64.deb ... Unpacking libvulkan1:arm64 (1.2.131.2-1) ... Selecting previously unselected package libgl1-mesa-dri:arm64. Preparing to unpack .../057-libgl1-mesa-dri_21.2.6-0ubuntu0.1~20.04.2_arm64.deb ... Unpacking libgl1-mesa-dri:arm64 (21.2.6-0ubuntu0.1~20.04.2) ... Selecting previously unselected package libglx-mesa0:arm64. Preparing to unpack .../058-libglx-mesa0_21.2.6-0ubuntu0.1~20.04.2_arm64.deb ... Unpacking libglx-mesa0:arm64 (21.2.6-0ubuntu0.1~20.04.2) ... Selecting previously unselected package libglx0:arm64. Preparing to unpack .../059-libglx0_1.3.2-1~ubuntu0.20.04.2_arm64.deb ... Unpacking libglx0:arm64 (1.3.2-1~ubuntu0.20.04.2) ... Selecting previously unselected package libgl1:arm64. Preparing to unpack .../060-libgl1_1.3.2-1~ubuntu0.20.04.2_arm64.deb ... Unpacking libgl1:arm64 (1.3.2-1~ubuntu0.20.04.2) ... Selecting previously unselected package libgl1-mesa-glx:arm64. Preparing to unpack .../061-libgl1-mesa-glx_21.2.6-0ubuntu0.1~20.04.2_arm64.deb ... Unpacking libgl1-mesa-glx:arm64 (21.2.6-0ubuntu0.1~20.04.2) ... Selecting previously unselected package libxi6:arm64. Preparing to unpack .../062-libxi6_2%3a1.7.10-0ubuntu1_arm64.deb ... Unpacking libxi6:arm64 (2:1.7.10-0ubuntu1) ... Selecting previously unselected package freeglut3:arm64. Preparing to unpack .../063-freeglut3_2.8.1-3_arm64.deb ... Unpacking freeglut3:arm64 (2.8.1-3) ... Selecting previously unselected package libcc1-0:arm64. Preparing to unpack .../064-libcc1-0_10.5.0-1ubuntu1~20.04_arm64.deb ... Unpacking libcc1-0:arm64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libitm1:arm64. Preparing to unpack .../065-libitm1_10.5.0-1ubuntu1~20.04_arm64.deb ... Unpacking libitm1:arm64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libatomic1:arm64. Preparing to unpack .../066-libatomic1_10.5.0-1ubuntu1~20.04_arm64.deb ... Unpacking libatomic1:arm64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libasan5:arm64. Preparing to unpack .../067-libasan5_9.4.0-1ubuntu1~20.04.2_arm64.deb ... Unpacking libasan5:arm64 (9.4.0-1ubuntu1~20.04.2) ... Selecting previously unselected package liblsan0:arm64. Preparing to unpack .../068-liblsan0_10.5.0-1ubuntu1~20.04_arm64.deb ... Unpacking liblsan0:arm64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libtsan0:arm64. Preparing to unpack .../069-libtsan0_10.5.0-1ubuntu1~20.04_arm64.deb ... Unpacking libtsan0:arm64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libubsan1:arm64. Preparing to unpack .../070-libubsan1_10.5.0-1ubuntu1~20.04_arm64.deb ... Unpacking libubsan1:arm64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libgcc-9-dev:arm64. Preparing to unpack .../071-libgcc-9-dev_9.4.0-1ubuntu1~20.04.2_arm64.deb ... Unpacking libgcc-9-dev:arm64 (9.4.0-1ubuntu1~20.04.2) ... Selecting previously unselected package gcc-9. Preparing to unpack .../072-gcc-9_9.4.0-1ubuntu1~20.04.2_arm64.deb ... Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.2) ... Selecting previously unselected package gcc. Preparing to unpack .../073-gcc_4%3a9.3.0-1ubuntu2_arm64.deb ... Unpacking gcc (4:9.3.0-1ubuntu2) ... Selecting previously unselected package libcroco3:arm64. Preparing to unpack .../074-libcroco3_0.6.13-1ubuntu0.1_arm64.deb ... Unpacking libcroco3:arm64 (0.6.13-1ubuntu0.1) ... Selecting previously unselected package gettext. Preparing to unpack .../075-gettext_0.19.8.1-10build1_arm64.deb ... Unpacking gettext (0.19.8.1-10build1) ... Selecting previously unselected package git-lfs. Preparing to unpack .../076-git-lfs_2.9.2-1_arm64.deb ... Unpacking git-lfs (2.9.2-1) ... Selecting previously unselected package libapr1:arm64. Preparing to unpack .../077-libapr1_1.6.5-1ubuntu1_arm64.deb ... Unpacking libapr1:arm64 (1.6.5-1ubuntu1) ... Selecting previously unselected package libaprutil1:arm64. Preparing to unpack .../078-libaprutil1_1.6.1-4ubuntu2.2_arm64.deb ... Unpacking libaprutil1:arm64 (1.6.1-4ubuntu2.2) ... Selecting previously unselected package libserf-1-1:arm64. Preparing to unpack .../079-libserf-1-1_1.3.9-8build1_arm64.deb ... Unpacking libserf-1-1:arm64 (1.3.9-8build1) ... Selecting previously unselected package libutf8proc2:arm64. Preparing to unpack .../080-libutf8proc2_2.5.0-1_arm64.deb ... Unpacking libutf8proc2:arm64 (2.5.0-1) ... Selecting previously unselected package libsvn1:arm64. Preparing to unpack .../081-libsvn1_1.13.0-3ubuntu0.2_arm64.deb ... Unpacking libsvn1:arm64 (1.13.0-3ubuntu0.2) ... Selecting previously unselected package libsvn-perl:arm64. Preparing to unpack .../082-libsvn-perl_1.13.0-3ubuntu0.2_arm64.deb ... Unpacking libsvn-perl:arm64 (1.13.0-3ubuntu0.2) ... Selecting previously unselected package libyaml-perl. Preparing to unpack .../083-libyaml-perl_1.30-1_all.deb ... Unpacking libyaml-perl (1.30-1) ... Selecting previously unselected package libterm-readkey-perl. Preparing to unpack .../084-libterm-readkey-perl_2.38-1build1_arm64.deb ... Unpacking libterm-readkey-perl (2.38-1build1) ... Selecting previously unselected package git-svn. Preparing to unpack .../085-git-svn_1%3a2.46.0-0ppa1~ubuntu20.04.1_all.deb ... Unpacking git-svn (1:2.46.0-0ppa1~ubuntu20.04.1) ... Selecting previously unselected package hicolor-icon-theme. Preparing to unpack .../086-hicolor-icon-theme_0.17-2_all.deb ... Unpacking hicolor-icon-theme (0.17-2) ... Selecting previously unselected package imagemagick-6.q16. Preparing to unpack .../087-imagemagick-6.q16_8%3a6.9.10.23+dfsg-2.1ubuntu11.10_arm64.deb ... Unpacking imagemagick-6.q16 (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... Selecting previously unselected package imagemagick. Preparing to unpack .../088-imagemagick_8%3a6.9.10.23+dfsg-2.1ubuntu11.10_arm64.deb ... Unpacking imagemagick (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... Selecting previously unselected package libonig5:arm64. Preparing to unpack .../089-libonig5_6.9.4-1_arm64.deb ... Unpacking libonig5:arm64 (6.9.4-1) ... Selecting previously unselected package libjq1:arm64. Preparing to unpack .../090-libjq1_1.6-1ubuntu0.20.04.1_arm64.deb ... Unpacking libjq1:arm64 (1.6-1ubuntu0.20.04.1) ... Selecting previously unselected package jq. Preparing to unpack .../091-jq_1.6-1ubuntu0.20.04.1_arm64.deb ... Unpacking jq (1.6-1ubuntu0.20.04.1) ... Selecting previously unselected package lftp. Preparing to unpack .../092-lftp_4.8.4-2build3_arm64.deb ... Unpacking lftp (4.8.4-2build3) ... Selecting previously unselected package mlock. Preparing to unpack .../093-mlock_8%3a2007f~dfsg-7_arm64.deb ... Unpacking mlock (8:2007f~dfsg-7) ... Selecting previously unselected package libc-client2007e. Preparing to unpack .../094-libc-client2007e_8%3a2007f~dfsg-7_arm64.deb ... Unpacking libc-client2007e (8:2007f~dfsg-7) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../095-libc-dev-bin_2.31-0ubuntu9.16_arm64.deb ... Unpacking libc-dev-bin (2.31-0ubuntu9.16) ... Selecting previously unselected package linux-libc-dev:arm64. Preparing to unpack .../096-linux-libc-dev_5.4.0-192.212_arm64.deb ... Unpacking linux-libc-dev:arm64 (5.4.0-192.212) ... Selecting previously unselected package libcrypt-dev:arm64. Preparing to unpack .../097-libcrypt-dev_1%3a4.4.10-10ubuntu4_arm64.deb ... Unpacking libcrypt-dev:arm64 (1:4.4.10-10ubuntu4) ... Selecting previously unselected package libc6-dev:arm64. Preparing to unpack .../098-libc6-dev_2.31-0ubuntu9.16_arm64.deb ... Unpacking libc6-dev:arm64 (2.31-0ubuntu9.16) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../099-libdpkg-perl_1.19.7ubuntu3.2_all.deb ... Unpacking libdpkg-perl (1.19.7ubuntu3.2) ... Selecting previously unselected package libimagequant0:arm64. Preparing to unpack .../100-libimagequant0_2.12.2-1.1_arm64.deb ... Unpacking libimagequant0:arm64 (2.12.2-1.1) ... Selecting previously unselected package libgraphite2-3:arm64. Preparing to unpack .../101-libgraphite2-3_1.3.13-11build1_arm64.deb ... Unpacking libgraphite2-3:arm64 (1.3.13-11build1) ... Selecting previously unselected package libharfbuzz0b:arm64. Preparing to unpack .../102-libharfbuzz0b_2.6.4-1ubuntu4.2_arm64.deb ... Unpacking libharfbuzz0b:arm64 (2.6.4-1ubuntu4.2) ... Selecting previously unselected package libraqm0:arm64. Preparing to unpack .../103-libraqm0_0.7.0-4_arm64.deb ... Unpacking libraqm0:arm64 (0.7.0-4) ... Selecting previously unselected package libxpm4:arm64. Preparing to unpack .../104-libxpm4_1%3a3.5.12-1ubuntu0.20.04.2_arm64.deb ... Unpacking libxpm4:arm64 (1:3.5.12-1ubuntu0.20.04.2) ... Selecting previously unselected package libgd3:arm64. Preparing to unpack .../105-libgd3_2.3.3-12+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking libgd3:arm64 (2.3.3-12+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package libgif7:arm64. Preparing to unpack .../106-libgif7_5.1.9-1ubuntu0.1_arm64.deb ... Unpacking libgif7:arm64 (5.1.9-1ubuntu0.1) ... Selecting previously unselected package libnet1:arm64. Preparing to unpack .../107-libnet1_1.1.6+dfsg-3.1build1_arm64.deb ... Unpacking libnet1:arm64 (1.1.6+dfsg-3.1build1) ... Selecting previously unselected package libpcre2-16-0:arm64. Preparing to unpack .../108-libpcre2-16-0_10.42-3+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking libpcre2-16-0:arm64 (10.42-3+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package libpcre2-32-0:arm64. Preparing to unpack .../109-libpcre2-32-0_10.42-3+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking libpcre2-32-0:arm64 (10.42-3+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package libpcre2-posix3:arm64. Preparing to unpack .../110-libpcre2-posix3_10.42-3+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking libpcre2-posix3:arm64 (10.42-3+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package libpcre2-dev:arm64. Preparing to unpack .../111-libpcre2-dev_10.42-3+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking libpcre2-dev:arm64 (10.42-3+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package libssl-dev:arm64. Preparing to unpack .../112-libssl-dev_1.1.1f-1ubuntu2.23_arm64.deb ... Unpacking libssl-dev:arm64 (1.1.1f-1ubuntu2.23) ... Selecting previously unselected package libtool. Preparing to unpack .../113-libtool_2.4.6-14_all.deb ... Unpacking libtool (2.4.6-14) ... Selecting previously unselected package libwebpdemux2:arm64. Preparing to unpack .../114-libwebpdemux2_0.6.1-2ubuntu0.20.04.3_arm64.deb ... Unpacking libwebpdemux2:arm64 (0.6.1-2ubuntu0.20.04.3) ... Selecting previously unselected package libzip4:arm64. Preparing to unpack .../115-libzip4_1.7.3-1+ubuntu20.04.1+deb.sury.org+2_arm64.deb ... Unpacking libzip4:arm64 (1.7.3-1+ubuntu20.04.1+deb.sury.org+2) ... Selecting previously unselected package make. Preparing to unpack .../116-make_4.2.1-1.2_arm64.deb ... Unpacking make (4.2.1-1.2) ... Selecting previously unselected package mariadb-server. Preparing to unpack .../117-mariadb-server_1%3a10.5.26+maria~ubu2004_all.deb ... Unpacking mariadb-server (1:10.5.26+maria~ubu2004) ... Selecting previously unselected package net-tools. Preparing to unpack .../118-net-tools_1.60+git20180626.aebd88e-1ubuntu1_arm64.deb ... Unpacking net-tools (1.60+git20180626.aebd88e-1ubuntu1) ... Selecting previously unselected package nginx. Preparing to unpack .../119-nginx_1.27.1-1~focal_arm64.deb ... ---------------------------------------------------------------------- Thanks for using nginx! Please find the official documentation for nginx here: * https://nginx.org/en/docs/ Please subscribe to nginx-announce mailing list to get the most important news about nginx: * https://nginx.org/en/support.html Commercial subscriptions for nginx are available on: * https://nginx.com/products/ ---------------------------------------------------------------------- Unpacking nginx (1.27.1-1~focal) ... Selecting previously unselected package ngrep. Preparing to unpack .../120-ngrep_1.47+ds1-2_arm64.deb ... Unpacking ngrep (1.47+ds1-2) ... Selecting previously unselected package ntpdate. Preparing to unpack .../121-ntpdate_1%3a4.2.8p12+dfsg-3ubuntu4.20.04.1_arm64.deb ... Unpacking ntpdate (1:4.2.8p12+dfsg-3ubuntu4.20.04.1) ... Selecting previously unselected package php8.2-xml. Preparing to unpack .../122-php8.2-xml_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-xml (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php-pear. Preparing to unpack .../123-php-pear_1%3a1.10.13+submodules+notgz+2022032202-2+ubuntu20.04.1+deb.sury.org+1_all.deb ... Unpacking php-pear (1:1.10.13+submodules+notgz+2022032202-2+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-bcmath. Preparing to unpack .../124-php8.2-bcmath_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-bcmath (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-curl. Preparing to unpack .../125-php8.2-curl_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-curl (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package pkg-config. Preparing to unpack .../126-pkg-config_0.29.1-0ubuntu4_arm64.deb ... Unpacking pkg-config (0.29.1-0ubuntu4) ... Selecting previously unselected package shtool. Preparing to unpack .../127-shtool_2.0.8-10_all.deb ... Unpacking shtool (2.0.8-10) ... Selecting previously unselected package php8.2-dev. Preparing to unpack .../128-php8.2-dev_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-dev (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-gd. Preparing to unpack .../129-php8.2-gd_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-gd (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-gmp. Preparing to unpack .../130-php8.2-gmp_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-gmp (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-imap. Preparing to unpack .../131-php8.2-imap_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-imap (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-intl. Preparing to unpack .../132-php8.2-intl_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-intl (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-mbstring. Preparing to unpack .../133-php8.2-mbstring_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-mbstring (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-mysql. Preparing to unpack .../134-php8.2-mysql_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-mysql (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-soap. Preparing to unpack .../135-php8.2-soap_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-soap (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-zip. Preparing to unpack .../136-php8.2-zip_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-zip (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package ssl-cert. Preparing to unpack .../137-ssl-cert_1.0.39_all.deb ... Unpacking ssl-cert (1.0.39) ... Selecting previously unselected package postfix. Preparing to unpack .../138-postfix_3.4.13-0ubuntu1.4_arm64.deb ... Unpacking postfix (3.4.13-0ubuntu1.4) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../139-python-pip-whl_20.0.2-5ubuntu1.10_all.deb ... Unpacking python-pip-whl (20.0.2-5ubuntu1.10) ... Selecting previously unselected package python3-wheel. Preparing to unpack .../140-python3-wheel_0.34.2-1ubuntu0.1_all.deb ... Unpacking python3-wheel (0.34.2-1ubuntu0.1) ... Selecting previously unselected package python3-pip. Preparing to unpack .../141-python3-pip_20.0.2-5ubuntu1.10_all.deb ... Unpacking python3-pip (20.0.2-5ubuntu1.10) ... Selecting previously unselected package subversion. Preparing to unpack .../142-subversion_1.13.0-3ubuntu0.2_arm64.deb ... Unpacking subversion (1.13.0-3ubuntu0.2) ... Selecting previously unselected package unattended-upgrades. Preparing to unpack .../143-unattended-upgrades_2.3ubuntu0.3_all.deb ... Unpacking unattended-upgrades (2.3ubuntu0.3) ... Selecting previously unselected package unzip. Preparing to unpack .../144-unzip_6.0-25ubuntu1.2_arm64.deb ... Unpacking unzip (6.0-25ubuntu1.2) ... Selecting previously unselected package zip. Preparing to unpack .../145-zip_3.0-11build1_arm64.deb ... Unpacking zip (3.0-11build1) ... Selecting previously unselected package dos2unix. Preparing to unpack .../146-dos2unix_7.4.0-2_arm64.deb ... Unpacking dos2unix (7.4.0-2) ... Selecting previously unselected package libwebp-dev:arm64. Preparing to unpack .../147-libwebp-dev_0.6.1-2ubuntu0.20.04.3_arm64.deb ... Unpacking libwebp-dev:arm64 (0.6.1-2ubuntu0.20.04.3) ... Selecting previously unselected package webp. Preparing to unpack .../148-webp_0.6.1-2ubuntu0.20.04.3_arm64.deb ... Unpacking webp (0.6.1-2ubuntu0.20.04.3) ... Setting up shtool (2.0.8-10) ... Setting up mariadb-server-core-10.5 (1:10.5.26+maria~ubu2004) ... Setting up libgraphite2-3:arm64 (1.3.13-11build1) ... Setting up liblcms2-2:arm64 (2.9-4) ... Setting up galera-4 (26.4.19-ubu2004) ... Setting up libx11-xcb1:arm64 (2:1.6.9-2ubuntu1.6) ... Setting up php8.2-common (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/calendar.ini with new version Creating config file /etc/php/8.2/mods-available/ctype.ini with new version Creating config file /etc/php/8.2/mods-available/exif.ini with new version Creating config file /etc/php/8.2/mods-available/fileinfo.ini with new version Creating config file /etc/php/8.2/mods-available/ffi.ini with new version Creating config file /etc/php/8.2/mods-available/ftp.ini with new version Creating config file /etc/php/8.2/mods-available/gettext.ini with new version Creating config file /etc/php/8.2/mods-available/iconv.ini with new version Creating config file /etc/php/8.2/mods-available/pdo.ini with new version Creating config file /etc/php/8.2/mods-available/phar.ini with new version Creating config file /etc/php/8.2/mods-available/posix.ini with new version Creating config file /etc/php/8.2/mods-available/shmop.ini with new version Creating config file /etc/php/8.2/mods-available/sockets.ini with new version Creating config file /etc/php/8.2/mods-available/sysvmsg.ini with new version Creating config file /etc/php/8.2/mods-available/sysvsem.ini with new version Creating config file /etc/php/8.2/mods-available/sysvshm.ini with new version Creating config file /etc/php/8.2/mods-available/tokenizer.ini with new version Setting up libxau6:arm64 (1:1.0.9-0ubuntu1) ... Setting up net-tools (1.60+git20180626.aebd88e-1ubuntu1) ... Setting up imagemagick-6-common (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu1) ... Setting up libdrm-nouveau2:arm64 (2.4.107-8ubuntu1~20.04.2) ... Setting up libxcb1:arm64 (1.14-2) ... Setting up libxcb-xfixes0:arm64 (1.14-2) ... Setting up php8.2-mysql (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/mysqlnd.ini with new version Creating config file /etc/php/8.2/mods-available/mysqli.ini with new version Creating config file /etc/php/8.2/mods-available/pdo_mysql.ini with new version Setting up hicolor-icon-theme (0.17-2) ... Setting up php8.2-bcmath (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/bcmath.ini with new version Setting up nginx (1.27.1-1~focal) ... chown: changing ownership of '/var/log/nginx/access.log': Operation not permitted dpkg: error processing package nginx (--configure): installed nginx package post-installation script subprocess returned error exit status 1 Setting up libdrm-radeon1:arm64 (2.4.107-8ubuntu1~20.04.2) ... Setting up libglvnd0:arm64 (1.3.2-1~ubuntu0.20.04.2) ... Setting up php8.2-opcache (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/opcache.ini with new version Setting up libzip4:arm64 (1.7.3-1+ubuntu20.04.1+deb.sury.org+2) ... Setting up libxcb-glx0:arm64 (1.14-2) ... Setting up unzip (6.0-25ubuntu1.2) ... Setting up mlock (8:2007f~dfsg-7) ... Setting up libutf8proc2:arm64 (2.5.0-1) ... Setting up php8.2-readline (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/readline.ini with new version Setting up lftp (4.8.4-2build3) ... Setting up binutils-common:arm64 (2.34-6ubuntu1.9) ... Setting up libsensors-config (1:3.6.0-2ubuntu1.1) ... Setting up libapr1:arm64 (1.6.5-1ubuntu1) ... Setting up linux-libc-dev:arm64 (5.4.0-192.212) ... Setting up libctf-nobfd0:arm64 (2.34-6ubuntu1.9) ... Setting up m4 (1.4.18-4) ... Setting up libxcb-shm0:arm64 (1.14-2) ... Setting up libnet1:arm64 (1.1.6+dfsg-3.1build1) ... Setting up libgomp1:arm64 (10.5.0-1ubuntu1~20.04) ... Setting up libopts25:arm64 (1:5.18.16-3) ... Setting up libyaml-perl (1.30-1) ... Setting up python3-wheel (0.34.2-1ubuntu0.1) ... Setting up colordiff (1.0.18-1) ... Setting up libjbig0:arm64 (2.1-3.1ubuntu0.20.04.1) ... Setting up php8.2-intl (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/intl.ini with new version Setting up ntpdate (1:4.2.8p12+dfsg-3ubuntu4.20.04.1) ... Setting up memcached (1.5.22-2ubuntu0.3) ... Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. Setting up libpcre2-16-0:arm64 (10.42-3+ubuntu20.04.1+deb.sury.org+1) ... Setting up libhashkit2:arm64 (1.1.4-1+ubuntu20.04.1+deb.sury.org+1) ... Setting up libxcb-present0:arm64 (1.14-2) ... Setting up zip (3.0-11build1) ... Setting up autotools-dev (20180224.1) ... Setting up libpcre2-32-0:arm64 (10.42-3+ubuntu20.04.1+deb.sury.org+1) ... Setting up php8.2-curl (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/curl.ini with new version Setting up libx11-data (2:1.6.9-2ubuntu1.6) ... Setting up make (4.2.1-1.2) ... Setting up ssl-cert (1.0.39) ... Setting up libxcb-sync1:arm64 (1.14-2) ... Setting up php8.2-xml (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/dom.ini with new version Creating config file /etc/php/8.2/mods-available/simplexml.ini with new version Creating config file /etc/php/8.2/mods-available/xml.ini with new version Creating config file /etc/php/8.2/mods-available/xmlreader.ini with new version Creating config file /etc/php/8.2/mods-available/xmlwriter.ini with new version Creating config file /etc/php/8.2/mods-available/xsl.ini with new version Setting up libavahi-common-data:arm64 (0.7-4ubuntu7.3) ... Setting up socat (1.7.3.3-2) ... Setting up libllvm12:arm64 (1:12.0.0-3ubuntu1~20.04.5) ... Setting up ntp (1:4.2.8p12+dfsg-3ubuntu4.20.04.1) ... Created symlink /etc/systemd/system/network-pre.target.wants/ntp-systemd-netif.path → /lib/systemd/system/ntp-systemd-netif.path. Created symlink /etc/systemd/system/multi-user.target.wants/ntp.service → /lib/systemd/system/ntp.service. ntp-systemd-netif.service is a disabled or a static unit, not starting it. Setting up libimagequant0:arm64 (2.12.2-1.1) ... Setting up libssl-dev:arm64 (1.1.1f-1ubuntu2.23) ... Setting up libmpc3:arm64 (1.1.0-1) ... Setting up libatomic1:arm64 (10.5.0-1ubuntu1~20.04) ... Setting up libwebp6:arm64 (0.6.1-2ubuntu0.20.04.3) ... Setting up libcroco3:arm64 (0.6.13-1ubuntu0.1) ... Setting up libmariadb3:arm64 (1:10.5.26+maria~ubu2004) ... Setting up fonts-dejavu-core (2.37-1) ... Setting up libsensors5:arm64 (1:3.6.0-2ubuntu1.1) ... Setting up libjpeg-turbo8:arm64 (2.0.3-0ubuntu1.20.04.3) ... Setting up libfftw3-double3:arm64 (3.3.8-2ubuntu1) ... Setting up libglapi-mesa:arm64 (21.2.6-0ubuntu0.1~20.04.2) ... Setting up libdpkg-perl (1.19.7ubuntu3.2) ... Setting up libvulkan1:arm64 (1.2.131.2-1) ... Setting up autoconf (2.69-11.1) ... Setting up libubsan1:arm64 (10.5.0-1ubuntu1~20.04) ... Setting up libxcb-dri2-0:arm64 (1.14-2) ... Setting up libgif7:arm64 (5.1.9-1ubuntu0.1) ... Setting up postfix (3.4.13-0ubuntu1.4) ... Adding group `postfix' (GID 121) ... Done. Adding system user `postfix' (UID 115) ... Adding new user `postfix' (UID 115) with group `postfix' ... Not creating home directory `/var/spool/postfix'. Creating /etc/postfix/dynamicmaps.cf Adding group `postdrop' (GID 122) ... Done. setting myhostname: vvv.localdomain setting alias maps setting alias database mailname is not a fully qualified domain name. Not changing /etc/mailname. setting destinations: $myhostname, vvv, localhost.localdomain, , localhost setting relayhost: setting mynetworks: 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 setting mailbox_size_limit: 0 setting recipient_delimiter: + setting inet_interfaces: all setting inet_protocols: all /etc/aliases does not exist, creating it. WARNING: /etc/aliases exists, but does not have a root alias. Postfix (main.cf) is now set up with a default configuration. If you need to make changes, edit /etc/postfix/main.cf (and others) as needed. To view Postfix configuration values, see postconf(1). After modifying main.cf, be sure to run 'systemctl reload postfix'. Running newaliases Created symlink /etc/systemd/system/multi-user.target.wants/postfix.service → /lib/systemd/system/postfix.service. Setting up libpcre2-posix3:arm64 (10.42-3+ubuntu20.04.1+deb.sury.org+1) ... Setting up liblqr-1-0:arm64 (0.4.2-2.1) ... Setting up libmemcached11:arm64 (1.1.4-1+ubuntu20.04.1+deb.sury.org+1) ... Setting up libxshmfence1:arm64 (1.3-1) ... Setting up libcrypt-dev:arm64 (1:4.4.10-10ubuntu4) ... Setting up php8.2-gmp (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/gmp.ini with new version Setting up libx11-6:arm64 (2:1.6.9-2ubuntu1.6) ... Setting up libharfbuzz0b:arm64 (2.6.4-1ubuntu4.2) ... Setting up libisl22:arm64 (0.22.1-1) ... Setting up libssh2-1:arm64 (1.8.0-2.1ubuntu0.1) ... Setting up python-pip-whl (20.0.2-5ubuntu1.10) ... Setting up dos2unix (7.4.0-2) ... Setting up libc-client2007e (8:2007f~dfsg-7) ... Setting up libterm-readkey-perl (2.38-1build1) ... Setting up libbinutils:arm64 (2.34-6ubuntu1.9) ... Setting up php8.2-cli (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... update-alternatives: using /usr/bin/php8.2 to provide /usr/bin/php (php) in auto mode update-alternatives: using /usr/bin/phar8.2 to provide /usr/bin/phar (phar) in auto mode update-alternatives: using /usr/bin/phar.phar8.2 to provide /usr/bin/phar.phar (phar.phar) in auto mode Creating config file /etc/php/8.2/cli/php.ini with new version Setting up libc-dev-bin (2.31-0ubuntu9.16) ... Setting up libdaemon0:arm64 (0.14-7) ... Setting up git-lfs (2.9.2-1) ... Setting up php8.2-pcov (1.0.11-5+ubuntu20.04.1+deb.sury.org+2) ... Setting up libwebpmux3:arm64 (0.6.1-2ubuntu0.20.04.3) ... Setting up php8.2-soap (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/soap.ini with new version Setting up python3-distro-info (0.23ubuntu1.1) ... Setting up libcc1-0:arm64 (10.5.0-1ubuntu1~20.04) ... Setting up libonig5:arm64 (6.9.4-1) ... Setting up libdbi-perl:arm64 (1.643-1ubuntu0.1) ... Setting up liblsan0:arm64 (10.5.0-1ubuntu1~20.04) ... Setting up libitm1:arm64 (10.5.0-1ubuntu1~20.04) ... Setting up gcc-9-base:arm64 (9.4.0-1ubuntu1~20.04.2) ... Setting up libdrm-amdgpu1:arm64 (2.4.107-8ubuntu1~20.04.2) ... Setting up libaprutil1:arm64 (1.6.1-4ubuntu2.2) ... Setting up libtsan0:arm64 (10.5.0-1ubuntu1~20.04) ... Setting up libctf0:arm64 (2.34-6ubuntu1.9) ... Setting up libjpeg8:arm64 (8c-2ubuntu8) ... Setting up automake (1:1.16.1-4ubuntu6) ... update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode Setting up php8.2-ssh2 (1.4.1-1+ubuntu20.04.1+deb.sury.org+1) ... Setting up libxcb-dri3-0:arm64 (1.14-2) ... Setting up php-pear (1:1.10.13+submodules+notgz+2022032202-2+ubuntu20.04.1+deb.sury.org+1) ... Setting up gettext (0.19.8.1-10build1) ... Setting up php8.2-memcache (8.2-2+ubuntu20.04.1+deb.sury.org+2) ... Setting up php8.2-imap (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/imap.ini with new version Setting up libxpm4:arm64 (1:3.5.12-1ubuntu0.20.04.2) ... Setting up libjq1:arm64 (1.6-1ubuntu0.20.04.1) ... Setting up php8.2-zip (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/zip.ini with new version Setting up fontconfig-config (2.13.1-2ubuntu3) ... Setting up libwebpdemux2:arm64 (0.6.1-2ubuntu0.20.04.3) ... Setting up php8.2-mbstring (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/mbstring.ini with new version Setting up libgl1-mesa-dri:arm64 (21.2.6-0ubuntu0.1~20.04.2) ... Setting up php8.2-xdebug (3.3.2-1+ubuntu20.04.1+deb.sury.org+1) ... Setting up libserf-1-1:arm64 (1.3.9-8build1) ... Setting up libavahi-common3:arm64 (0.7-4ubuntu7.3) ... Setting up ngrep (1.47+ds1-2) ... Setting up libxext6:arm64 (2:1.3.4-0ubuntu1) ... Setting up binutils-aarch64-linux-gnu (2.34-6ubuntu1.9) ... Setting up binutils (2.34-6ubuntu1.9) ... Setting up libxxf86vm1:arm64 (1:1.1.4-1build1) ... Setting up php8.2-igbinary (3.2.15-1+ubuntu20.04.1+deb.sury.org+1) ... Setting up libasan5:arm64 (9.4.0-1ubuntu1~20.04.2) ... Setting up php8.2-fpm (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/fpm/php.ini with new version Created symlink /etc/systemd/system/multi-user.target.wants/php8.2-fpm.service → /lib/systemd/system/php8.2-fpm.service. Setting up unattended-upgrades (2.3ubuntu0.3) ... Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /lib/systemd/system/unattended-upgrades.service. Synchronizing state of unattended-upgrades.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable unattended-upgrades Setting up libwebp-dev:arm64 (0.6.1-2ubuntu0.20.04.3) ... Setting up libxfixes3:arm64 (1:5.0.3-2) ... Setting up libraqm0:arm64 (0.7.0-4) ... Setting up mariadb-client-core-10.5 (1:10.5.26+maria~ubu2004) ... Setting up php8.2-redis (6.0.2-1+ubuntu20.04.1+deb.sury.org+1) ... Setting up pkg-config (0.29.1-0ubuntu4) ... Setting up python3-pip (20.0.2-5ubuntu1.10) ... Setting up mariadb-client-10.5 (1:10.5.26+maria~ubu2004) ... Setting up php8.2-msgpack (1:2.2.0-4+ubuntu20.04.1+deb.sury.org+1) ... Setting up jq (1.6-1ubuntu0.20.04.1) ... Setting up cpp-9 (9.4.0-1ubuntu1~20.04.2) ... Setting up libc6-dev:arm64 (2.31-0ubuntu9.16) ... Setting up libtiff5:arm64 (4.1.0+git191117-2ubuntu0.20.04.13) ... Setting up libfontconfig1:arm64 (2.13.1-2ubuntu3) ... Setting up php8.2-yaml (2.2.3-2+ubuntu20.04.1+deb.sury.org+2) ... Setting up libsvn1:arm64 (1.13.0-3ubuntu0.2) ... Setting up libavahi-core7:arm64 (0.7-4ubuntu7.3) ... Setting up libavahi-client3:arm64 (0.7-4ubuntu7.3) ... Setting up libsvn-perl:arm64 (1.13.0-3ubuntu0.2) ... Setting up libglx-mesa0:arm64 (21.2.6-0ubuntu0.1~20.04.2) ... Setting up libpcre2-dev:arm64 (10.42-3+ubuntu20.04.1+deb.sury.org+1) ... Setting up libxi6:arm64 (2:1.7.10-0ubuntu1) ... Setting up libglx0:arm64 (1.3.2-1~ubuntu0.20.04.2) ... Setting up subversion (1.13.0-3ubuntu0.2) ... Setting up git-svn (1:2.46.0-0ppa1~ubuntu20.04.1) ... Setting up mariadb-server-10.5 (1:10.5.26+maria~ubu2004) ... Created symlink /etc/systemd/system/multi-user.target.wants/mariadb.service → /lib/systemd/system/mariadb.service. Setting up mariadb-server (1:10.5.26+maria~ubu2004) ... Setting up libgcc-9-dev:arm64 (9.4.0-1ubuntu1~20.04.2) ... Setting up libmagickcore-6.q16-6:arm64 (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... Setting up libgl1:arm64 (1.3.2-1~ubuntu0.20.04.2) ... Setting up php8.2-memcached (3.2.0++-1+ubuntu20.04.1+deb.sury.org+2) ... Setting up libgd3:arm64 (2.3.3-12+ubuntu20.04.1+deb.sury.org+1) ... Setting up libgl1-mesa-glx:arm64 (21.2.6-0ubuntu0.1~20.04.2) ... Setting up avahi-daemon (0.7-4ubuntu7.3) ... Created symlink /etc/systemd/system/dbus-org.freedesktop.Avahi.service → /lib/systemd/system/avahi-daemon.service. Created symlink /etc/systemd/system/multi-user.target.wants/avahi-daemon.service → /lib/systemd/system/avahi-daemon.service. Created symlink /etc/systemd/system/sockets.target.wants/avahi-daemon.socket → /lib/systemd/system/avahi-daemon.socket. Setting up cpp (4:9.3.0-1ubuntu2) ... Setting up libmagickwand-6.q16-6:arm64 (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... Setting up php8.2-gd (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/gd.ini with new version Setting up gcc-9 (9.4.0-1ubuntu1~20.04.2) ... Setting up freeglut3:arm64 (2.8.1-3) ... Setting up libtool (2.4.6-14) ... Setting up avahi-utils (0.7-4ubuntu7.3) ... Setting up gcc (4:9.3.0-1ubuntu2) ... Setting up php8.2-dev (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... update-alternatives: using /usr/bin/php-config8.2 to provide /usr/bin/php-config (php-config) in auto mode update-alternatives: using /usr/bin/phpize8.2 to provide /usr/bin/phpize (phpize) in auto mode Setting up php8.2-imagick (3.7.0-5+ubuntu20.04.1+deb.sury.org+1) ... Setting up imagemagick-6.q16 (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode Setting up webp (0.6.1-2ubuntu0.20.04.3) ... Setting up imagemagick (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... Processing triggers for mime-support (3.64ubuntu1) ... Processing triggers for libc-bin (2.31-0ubuntu9.16) ... Processing triggers for rsyslog (8.2001.0-1ubuntu1.3) ... Processing triggers for ufw (0.36-6ubuntu1.1) ... Processing triggers for systemd (245.4-4ubuntu3.23) ... Processing triggers for man-db (2.9.1-1) ... Processing triggers for dbus (1.12.16-2ubuntu2.3) ... Processing triggers for install-info (6.7.0.dfsg.2-5) ... Processing triggers for php8.2-cli (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Processing triggers for php8.2-fpm (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Errors were encountered while processing: nginx E: Sub-process /usr/bin/dpkg returned an error code (1) [0;38;5;9m * Installing apt-get packages returned a failure code, cleaning up apt caches then exiting[0m[0m [0;38;5;9m ! Main packages check and install failed, halting provision[0m[0m [0;38;5;9m ! The [0m[1m[0;38;5;5m'main'[21m[0;38;5;9m provisioner ran into problems, the full log is available at [0m[1m[0;38;5;5m'/var/log/provisioners/2024.08.19_23-48-37/provisioner-main.log'[21m[0;38;5;9m. It completed in [0m[1m[0;38;5;5m185[21m[0;38;5;9m seconds.[0m[0m ```
columbian-chris commented 3 weeks ago

So this is an issue in vagrant itself rather than VVV, I encountered it and made a PR upstream so a new release of vagrant should fix this ( 2.4.2 most likely but it hasn't been released yet ).

Do you maybe have a link to your PR so I can ask the vagrant folks if that's going to be released here at some point soon? Is it this issue? I wonder if doing a bleeding edge build of vagrant from source would have this modification included?

As for how I resolved this, it involved removing docker networks, docker network ls will list all the networks available and their network IDs. Use docker network prune to auto-remove unused networks and try the vagrant command again.

Unfortunately, docker network prune didn't change anything from what docker network ls listed, probably because the provision didn't get far enough to fire up a VM.

NETWORK ID     NAME      DRIVER    SCOPE
EXAMPLE1234A   bridge    bridge    local
EXAMPLE1234B   host      host      local
EXAMPLE1234C   none      null      local
columbian-chris commented 2 weeks ago

Trying to provision with Parallels via vagrant up --provision --provider="parallels" resulted in this:

Those look like the VM has DNS issues, configuring the VM internally to use a 3rd party DNS server such as 1.1.1.1 helps here...

I tried setting the DNS to `1.1.1.1` as suggested using the following commands... ``` sudo apt install resolvconf sudo systemctl enable --now resolvconf.service ``` Then added `namespace 1.1.1.1` to `/etc/resolvconf/resolv.conf.d/head`. ``` sudo resolvconf -u ```
Tried reprovisioning and got stuck at a weird mysql root password error... ``` [0;38;5;2m ▷ Running the [0m[1m[0;38;5;5m'main'[21m[0;38;5;2m provisioner...[0m[0m[0m [0m[39m[2m ▷ Running [0m[1m[0;38;5;5minit[21m[0m[39m[2m hook[21m[0m [0m[39m[2m * Bash profile setup and directories.[21m[0m [0m[39m[2m * Reloading SSH Daemon[21m[0m [0m[39m[2m * checking Ubuntu version[21m[0m [0;38;5;2m ✔ Finished [0m[1m[0;38;5;5minit[21m[0;38;5;2m hook in [0m[0m[1m[0;38;5;5m0s[21m[0m[0m [0m[39m[2m * Testing network connection to [0m[4;38;5;3mhttps://ppa.launchpadcontent.net[0m with wget -q --spider --timeout=5 --tries=3 https://ppa.launchpadcontent.net[21m[0m [0;38;5;2m * Successful Network connection to [0m[4;38;5;3mhttps://ppa.launchpadcontent.net[0m[0;38;5;2m detected[0m[0m [0m[39m[2m * Testing network connection to [0m[4;38;5;3mhttps://wordpress.org[0m with wget -q --spider --timeout=5 --tries=3 https://wordpress.org[21m[0m [0;38;5;2m * Successful Network connection to [0m[4;38;5;3mhttps://wordpress.org[0m[0;38;5;2m detected[0m[0m [0m[39m[2m * Testing network connection to [0m[4;38;5;3mhttps://github.com[0m with wget -q --spider --timeout=5 --tries=3 https://github.com[21m[0m [0;38;5;2m * Successful Network connection to [0m[4;38;5;3mhttps://github.com[0m[0;38;5;2m detected[0m[0m [0m[39m[2m * Testing network connection to [0m[4;38;5;3mhttps://raw.githubusercontent.com[0m with wget -q --spider --timeout=5 --tries=3 https://raw.githubusercontent.com[21m[0m [0;38;5;2m * Successful Network connection to [0m[4;38;5;3mhttps://raw.githubusercontent.com[0m[0;38;5;2m detected[0m[0m [0m[39m[2m * Testing network connection to [0m[4;38;5;3mhttps://getcomposer.org[0m with wget -q --spider --timeout=5 --tries=3 https://getcomposer.org[21m[0m [0;38;5;2m * Successful Network connection to [0m[4;38;5;3mhttps://getcomposer.org[0m[0;38;5;2m detected[0m[0m [0m[39m[2m * Testing network connection to [0m[4;38;5;3mhttps://deb.nodesource.com[0m with wget -q --spider --timeout=5 --tries=3 https://deb.nodesource.com[21m[0m [0;38;5;2m * Successful Network connection to [0m[4;38;5;3mhttps://deb.nodesource.com[0m[0;38;5;2m detected[0m[0m [0m[39m[2m * Testing network connection to [0m[4;38;5;3mhttps://mirror.rackspace.com[0m with wget -q --spider --timeout=5 --tries=3 https://mirror.rackspace.com[21m[0m [0;38;5;9m ! Network connection issues found. Unable to reach [0m[4;38;5;3mhttps://mirror.rackspace.com[0m[0m[0m [0;38;5;9m#################################################################[0m[0m [0;38;5;9m [0m[0m [0;38;5;9m! Warning! Network Problems:[0m[0m [0;38;5;9m [0m[0m [0;38;5;9mVVV tried to check several domains it needs for provisioning but 1 of 7 failed:[0m[0m [0;38;5;9m [0m[0m [0m [[0;38;5;9mx[0m] https://ppa.launchpadcontent.net[0;38;5;9m| [0m [[0;38;5;9mx[0m] https://wordpress.org[0;38;5;9m| [0m [[0;38;5;9mx[0m] https://github.com[0;38;5;9m| [0m [[0;38;5;9mx[0m] https://raw.githubusercontent.com[0;38;5;9m| [0m [[0;38;5;9mx[0m] https://getcomposer.org[0;38;5;9m| [0m [[0;38;5;9mx[0m] https://deb.nodesource.com[0;38;5;9m| [0m [[0;38;5;9mx[0m] https://mirror.rackspace.com[0;38;5;9m| [0;38;5;9m [0m[0m [0;38;5;9mMake sure you have a working internet connection, that you [0m[0m [0;38;5;9mrestarted after installing VirtualBox/Parallels/Vagrant, and that [0m[0m [0;38;5;9mthey aren't blocked by a firewall or security software.[0m[0m [0;38;5;9mIf you can load the address in your browser, then VVV should[0m[0m [0;38;5;9mbe able to connect.[0m[0m [0;38;5;9m [0m[0m [0;38;5;9mAlso note that some users have reported issues when combined[0m[0m [0;38;5;9mwith VPNs, disable your VPN and reprovision to see if this is[0m[0m [0;38;5;9mthe cause.[0m[0m [0;38;5;9m [0m[0m [0;38;5;9mAdditionally, if you're at a contributor day event, be kind,[0m[0m [0;38;5;9mprovisioning involves downloading things, a full provision may [0m[0m [0;38;5;9mruin the wifi for everybody else :([0m[0m [0;38;5;9m [0m[0m [0;38;5;9mTry provisioning again once network connectivity is restored.[0m[0m [0;38;5;9mIf that doesn't work, and you're sure you have no VPNs and a strong [0m[0m [0;38;5;9minternet connection, open an issue on GitHub, and include the [0m[0m [0;38;5;9moutput above so that the problem can be debugged[0m[0m [0;38;5;9m [0m[0m [0;38;5;9mvagrant halt[0m[0m [0;38;5;9mvagrant up --provision[0m[0m [0;38;5;9m [0m[0m [0;38;5;9m[0m[4;38;5;3mhttps://github.com/Varying-Vagrant-Vagrants/VVV/issues[0m[0m[0m [0;38;5;9m [0m[0m [0;38;5;9m#################################################################[0m[0m [0;38;5;3m ==================================================================================================[0m[0m [0;38;5;3m ! If this check fails despite succeeding in the browser, contact us in Slack or GitHub immediately[0m[0m [0;38;5;3m ==================================================================================================[0m[0m [0m[39m[2m * Apt package install pre-checks[21m[0m [0m[39m[2m ▷ Running [0m[1m[0;38;5;5mbefore_packages[21m[0m[39m[2m hook[21m[0m [0m[39m[2m * Setting up MySQL configuration file links...[21m[0m [0m[39m[2m * mysql group exists[21m[0m [0m[39m[2m * mysql user present and has uid 9001[21m[0m [0m[39m[2m * Copying /srv/provision/core/mariadb/config/vvv-core.cnf to /etc/mysql/conf.d/vvv-core.cnf[21m[0m [0m[39m[2m * Checking supplementary PHP configs[21m[0m [0;38;5;2m ✔ Finished [0m[1m[0;38;5;5mbefore_packages[21m[0;38;5;2m hook in [0m[0m[1m[0;38;5;5m0s[21m[0m[0m [0m[39m[2m * Registering apt keys[21m[0m [0m[39m[2m ▷ Running [0m[1m[0;38;5;5mregister_apt_keys[21m[0m[39m[2m hook[21m[0m [0m[39m[2m * Replacing expired Nginx signing key...[21m[0m OK [0;38;5;2m ✔ Finished [0m[1m[0;38;5;5mregister_apt_keys[21m[0;38;5;2m hook in [0m[0m[1m[0;38;5;5m1s[21m[0m[0m [0m[39m[2m * Registering apt sources[21m[0m [0m[39m[2m ▷ Running [0m[1m[0;38;5;5mregister_apt_sources[21m[0m[39m[2m hook[21m[0m [0m[39m[2m * git-core/ppa already present, skipping[21m[0m [0m[39m[2m * installing MariaDB apt sources[21m[0m [0;38;5;2m ✔ Finished [0m[1m[0;38;5;5mregister_apt_sources[21m[0;38;5;2m hook in [0m[0m[1m[0;38;5;5m0s[21m[0m[0m [0m[39m[2m * Upgrading apt packages[21m[0m [0m[39m[2m * Updating apt keys[21m[0m gpg: key 3B4FE6ACC0B21F32: 3 signatures not checked due to missing keys gpg: key 3B4FE6ACC0B21F32: "Ubuntu Archive Automatic Signing Key (2012) " not changed gpg: key D94AA3F0EFE21092: 3 signatures not checked due to missing keys gpg: key D94AA3F0EFE21092: "Ubuntu CD Image Automatic Signing Key (2012) " not changed gpg: key 871920D1991BC93C: 1 signature not checked due to a missing key gpg: key 871920D1991BC93C: "Ubuntu Archive Automatic Signing Key (2018) " not changed gpg: Total number processed: 3 gpg: unchanged: 3 [0m[39m[2m * Running apt-get update...[21m[0m Get:1 https://packagecloud.io/github/git-lfs/ubuntu focal InRelease [28.0 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB] Get:3 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease [24.6 kB] Get:4 https://nginx.org/packages/mainline/ubuntu focal InRelease [3,602 B] Get:5 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main arm64 Packages [3,028 B] Get:6 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main Translation-en [2,252 B] Get:7 https://nginx.org/packages/mainline/ubuntu focal/nginx Sources [67.5 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [128 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [128 kB] Get:10 https://nginx.org/packages/mainline/ubuntu focal/nginx arm64 Packages [70.7 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [128 kB] Get:12 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [940 kB] Get:13 http://ports.ubuntu.com/ubuntu-ports focal/main Translation-en [506 kB] Get:14 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1,300 B] Get:15 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal InRelease [24.6 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports focal/restricted Translation-en [6,212 B] Get:17 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [8,458 kB] Get:18 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main Sources [49.3 kB] Get:19 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 Packages [131 kB] Get:20 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main Translation-en [42.0 kB] Get:21 http://ports.ubuntu.com/ubuntu-ports focal/universe Translation-en [5,124 kB] Get:22 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [114 kB] Get:23 http://ports.ubuntu.com/ubuntu-ports focal/multiverse Translation-en [104 kB] Get:24 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2,712 kB] Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main Translation-en [547 kB] Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [46.6 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted Translation-en [448 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1,141 kB] Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe Translation-en [294 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [10.7 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse Translation-en [7,936 B] Get:32 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [45.4 kB] Get:33 http://ports.ubuntu.com/ubuntu-ports focal-backports/main Translation-en [16.3 kB] Get:34 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [24.3 kB] Get:35 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe Translation-en [16.3 kB] Get:36 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [2,416 kB] Get:37 http://ports.ubuntu.com/ubuntu-ports focal-security/main Translation-en [467 kB] Get:38 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [46.3 kB] Get:39 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted Translation-en [431 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [922 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports focal-security/universe Translation-en [212 kB] Get:42 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [5,400 B] Get:43 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse Translation-en [5,968 B] Get:44 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal InRelease [7,767 B] Get:45 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main Sources [1,812 B] Get:46 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main arm64 Packages [16.6 kB] Get:47 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main s390x Packages [15.6 kB] Get:48 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main amd64 Packages [17.4 kB] Get:49 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main ppc64el Packages [16.7 kB] Fetched 26.2 MB in 17s (1,568 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following packages have been kept back: linux-image-generic 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. [0m[39m[2m * Registering apt packages to install[21m[0m [0m[39m[2m ▷ Running [0m[1m[0;38;5;5mregister_apt_packages[21m[0m[39m[2m hook[21m[0m [0;38;5;2m ✔ Finished [0m[1m[0;38;5;5mregister_apt_packages[21m[0;38;5;2m hook in [0m[0m[1m[0;38;5;5m0s[21m[0m[0m [0m[39m[2m * Main packages check and install.[21m[0m [0m[39m[2m * Checking for apt packages to remove.[21m[0m [0m[39m[2m * No apt packages to remove[21m[0m [0m[39m[2m * Checking for apt packages to install.[21m[0m [0m[39m[2m * Cleaning up dpkg lock file[21m[0m [0m[39m[2m * Updating apt keys[21m[0m gpg: key 3B4FE6ACC0B21F32: 3 signatures not checked due to missing keys gpg: key 3B4FE6ACC0B21F32: "Ubuntu Archive Automatic Signing Key (2012) " not changed gpg: key D94AA3F0EFE21092: 3 signatures not checked due to missing keys gpg: key D94AA3F0EFE21092: "Ubuntu CD Image Automatic Signing Key (2012) " not changed gpg: key 871920D1991BC93C: 1 signature not checked due to a missing key gpg: key 871920D1991BC93C: "Ubuntu Archive Automatic Signing Key (2018) " not changed gpg: Total number processed: 3 gpg: unchanged: 3 [0m[39m[2m * Running apt-get update...[21m[0m Get:2 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal InRelease [7,767 B] Ign:3 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main Sources Ign:4 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main arm64 Packages Ign:5 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main amd64 Packages Ign:6 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main ppc64el Packages Ign:7 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main s390x Packages Err:3 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main Sources Could not connect to mirror.rackspace.com:443 (166.78.229.131). - connect (111: Connection refused) [IP: 166.78.229.131 443] Err:4 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main arm64 Packages Unable to connect to mirror.rackspace.com:https: [IP: 166.78.229.131 443] Err:5 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main amd64 Packages Unable to connect to mirror.rackspace.com:https: [IP: 166.78.229.131 443] Err:6 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main ppc64el Packages Unable to connect to mirror.rackspace.com:https: [IP: 166.78.229.131 443] Err:7 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main s390x Packages Unable to connect to mirror.rackspace.com:https: [IP: 166.78.229.131 443] Get:1 https://packagecloud.io/github/git-lfs/ubuntu focal InRelease [28.0 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB] Get:9 https://nginx.org/packages/mainline/ubuntu focal InRelease [3,602 B] Get:10 https://nginx.org/packages/mainline/ubuntu focal/nginx Sources [67.5 kB] Get:11 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease [24.6 kB] Get:12 https://nginx.org/packages/mainline/ubuntu focal/nginx arm64 Packages [70.7 kB] Get:13 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main arm64 Packages [3,028 B] Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [128 kB] Get:15 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main Translation-en [2,252 B] Get:16 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [128 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [128 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [940 kB] Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main Translation-en [506 kB] Get:20 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal InRelease [24.6 kB] Get:21 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main Sources [49.3 kB] Get:22 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1,300 B] Get:23 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 Packages [131 kB] Get:24 http://ports.ubuntu.com/ubuntu-ports focal/restricted Translation-en [6,212 B] Get:25 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [8,458 kB] Get:26 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main Translation-en [42.0 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports focal/universe Translation-en [5,124 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [114 kB] Get:29 http://ports.ubuntu.com/ubuntu-ports focal/multiverse Translation-en [104 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2,712 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/main Translation-en [547 kB] Get:32 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [46.6 kB] Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted Translation-en [448 kB] Get:34 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1,141 kB] Get:35 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe Translation-en [294 kB] Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [10.7 kB] Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse Translation-en [7,936 B] Get:38 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [45.4 kB] Get:39 http://ports.ubuntu.com/ubuntu-ports focal-backports/main Translation-en [16.3 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [24.3 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe Translation-en [16.3 kB] Get:42 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [2,416 kB] Get:43 http://ports.ubuntu.com/ubuntu-ports focal-security/main Translation-en [467 kB] Get:44 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [46.3 kB] Get:45 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted Translation-en [431 kB] Get:46 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [922 kB] Get:47 http://ports.ubuntu.com/ubuntu-ports focal-security/universe Translation-en [212 kB] Get:48 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [5,400 B] Get:49 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse Translation-en [5,968 B] Fetched 26.2 MB in 15s (1,695 kB/s) Reading package lists... W: Failed to fetch https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu/dists/focal/main/source/Sources Could not connect to mirror.rackspace.com:443 (166.78.229.131). - connect (111: Connection refused) [IP: 166.78.229.131 443] W: Failed to fetch https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu/dists/focal/main/binary-arm64/Packages Unable to connect to mirror.rackspace.com:https: [IP: 166.78.229.131 443] W: Failed to fetch https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu/dists/focal/main/binary-amd64/Packages Unable to connect to mirror.rackspace.com:https: [IP: 166.78.229.131 443] W: Failed to fetch https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu/dists/focal/main/binary-ppc64el/Packages Unable to connect to mirror.rackspace.com:https: [IP: 166.78.229.131 443] W: Failed to fetch https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu/dists/focal/main/binary-s390x/Packages Unable to connect to mirror.rackspace.com:https: [IP: 166.78.229.131 443] W: Some index files failed to download. They have been ignored, or old ones used instead. [0m[39m[2m * Installing apt-get packages...[21m[0m Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: autoconf automake autotools-dev fontconfig-config fonts-dejavu-core freeglut3 galera-3 gcc gcc-9 hicolor-icon-theme imagemagick-6-common imagemagick-6.q16 libapr1 libaprutil1 libasan5 libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libavahi-core7 libc-client2007e libc-dev-bin libc6-dev libcc1-0 libconfig-inifiles-perl libcroco3 libcrypt-dev libdaemon0 libdbi-perl libdpkg-perl libdrm-amdgpu1 libdrm-nouveau2 libdrm-radeon1 libfftw3-double3 libfontconfig1 libgcc-9-dev libgd3 libgif7 libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglvnd0 libglx-mesa0 libglx0 libgomp1 libgraphite2-3 libharfbuzz0b libhashkit2 libimagequant0 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjq1 liblcms2-2 libllvm12 liblqr-1-0 liblsan0 libmagickcore-6.q16-6 libmagickwand-6.q16-6 libmemcached11 libnet1 libonig5 libopts25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 libraqm0 libsensors-config libsensors5 libserf-1-1 libsnappy1v5 libssh2-1 libssl-dev libsvn-perl libsvn1 libterm-readkey-perl libtiff5 libtool libtsan0 libubsan1 libutf8proc2 libvulkan1 libwebp6 libwebpdemux2 libwebpmux3 libx11-6 libx11-data libx11-xcb1 libxau6 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb1 libxdmcp6 libxext6 libxfixes3 libxi6 libxpm4 libxshmfence1 libxslt1.1 libxxf86vm1 libyaml-perl libzip4 linux-libc-dev m4 mariadb-client-10.3 mariadb-client-core-10.3 mariadb-common mariadb-server-10.3 mariadb-server-core-10.3 mlock mysql-common php-common php8.2-igbinary php8.2-msgpack php8.2-opcache php8.2-readline pkg-config python-pip-whl python3-distro-info python3-wheel shtool socat ssl-cert Suggested packages: autoconf-archive gnu-standards autoconf-doc avahi-autoipd gcc-multilib manpages-dev flex bison gdb gcc-doc gcc-9-doc gcc-9-locales gettext-doc autopoint libasprintf-dev libgettextpo-dev git-doc imagemagick-doc autotrace cups-bsd | lpr | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin mplayer povray radiance sane-utils texlive-base-bin transfig ufraw-batch xdg-utils uw-mailutils glibc-doc libclone-perl libmldbm-perl libnet-daemon-perl libsql-statement-perl debian-keyring bzr libfftw3-bin libfftw3-dev libgd-tools liblcms2-utils libmagickcore-6.q16-6-extra lm-sensors libssl-doc libtool-doc gfortran | fortran95-compiler gcj-jdk libyaml-shell-perl m4-doc mailx mariadb-test tinyca libanyevent-perl libcache-memcached-perl libmemcached ntp-doc dh-php redis-server dpkg-dev procmail postfix-mysql postfix-pgsql postfix-ldap postfix-pcre postfix-lmdb postfix-sqlite sasl2-bin | dovecot-common postfix-cdb mail-reader postfix-doc openssl-blacklist db5.3-util libapache2-mod-svn subversion-tools bsd-mailx needrestart Recommended packages: libnss-mdns libmagickcore-6.q16-6-extra ghostscript netpbm manpages-dev libfile-fcntllock-perl gsfonts libltdl-dev mesa-vulkan-drivers | vulkan-icd libyaml-libyaml-perl | libyaml-syck-perl libdbd-mysql-perl libhtml-template-perl sntp pkg-php-tools build-essential python3-dev The following packages will be REMOVED: systemd-timesyncd The following NEW packages will be installed: autoconf automake autotools-dev avahi-daemon avahi-utils colordiff dos2unix fontconfig-config fonts-dejavu-core freeglut3 galera-3 gcc gcc-9 gettext git-lfs git-svn hicolor-icon-theme imagemagick imagemagick-6-common imagemagick-6.q16 jq lftp libapr1 libaprutil1 libasan5 libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libavahi-core7 libc-client2007e libc-dev-bin libc6-dev libcc1-0 libconfig-inifiles-perl libcroco3 libcrypt-dev libdaemon0 libdbi-perl libdpkg-perl libdrm-amdgpu1 libdrm-nouveau2 libdrm-radeon1 libfftw3-double3 libfontconfig1 libgcc-9-dev libgd3 libgif7 libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglvnd0 libglx-mesa0 libglx0 libgomp1 libgraphite2-3 libharfbuzz0b libhashkit2 libimagequant0 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjq1 liblcms2-2 libllvm12 liblqr-1-0 liblsan0 libmagickcore-6.q16-6 libmagickwand-6.q16-6 libmemcached11 libnet1 libonig5 libopts25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 libraqm0 libsensors-config libsensors5 libserf-1-1 libsnappy1v5 libssh2-1 libssl-dev libsvn-perl libsvn1 libterm-readkey-perl libtiff5 libtool libtsan0 libubsan1 libutf8proc2 libvulkan1 libwebp-dev libwebp6 libwebpdemux2 libwebpmux3 libx11-6 libx11-data libx11-xcb1 libxau6 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb1 libxdmcp6 libxext6 libxfixes3 libxi6 libxpm4 libxshmfence1 libxslt1.1 libxxf86vm1 libyaml-perl libzip4 linux-libc-dev m4 mariadb-client-10.3 mariadb-client-core-10.3 mariadb-common mariadb-server mariadb-server-10.3 mariadb-server-core-10.3 memcached mlock mysql-common net-tools nginx ngrep ntp ntpdate php-common php-pear php8.2-bcmath php8.2-cli php8.2-common php8.2-curl php8.2-dev php8.2-fpm php8.2-gd php8.2-gmp php8.2-igbinary php8.2-imagick php8.2-imap php8.2-intl php8.2-mbstring php8.2-memcache php8.2-memcached php8.2-msgpack php8.2-mysql php8.2-opcache php8.2-pcov php8.2-readline php8.2-redis php8.2-soap php8.2-ssh2 php8.2-xdebug php8.2-xml php8.2-yaml php8.2-zip pkg-config postfix python-pip-whl python3-distro-info python3-pip python3-wheel shtool socat ssl-cert subversion unattended-upgrades unzip webp zip 0 upgraded, 180 newly installed, 1 to remove and 1 not upgraded. Need to get 93.7 MB of archives. After this operation, 1,391 MB of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 libopts25 arm64 1:5.18.16-3 [55.5 kB] Get:2 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main arm64 git-svn all 1:2.46.0-0ppa1~ubuntu20.04.1 [1,167 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 ntp arm64 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 [629 kB] Get:4 https://nginx.org/packages/mainline/ubuntu focal/nginx arm64 nginx arm64 1.27.1-1~focal [959 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgomp1 arm64 10.5.0-1ubuntu1~20.04 [93.5 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfftw3-double3 arm64 3.3.8-2ubuntu1 [380 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 fonts-dejavu-core all 2.37-1 [1,041 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfontconfig1 arm64 2.13.1-2ubuntu3 [111 kB] Get:10 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php-common all 2:94+ubuntu20.04.1+deb.sury.org+2 [16.4 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libjbig0 arm64 2.1-3.1ubuntu0.20.04.1 [25.8 kB] Get:12 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-common arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [660 kB] Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libjpeg-turbo8 arm64 2.0.3-0ubuntu1.20.04.3 [101 kB] Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjpeg8 arm64 8c-2ubuntu8 [2,198 B] Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblcms2-2 arm64 2.9-4 [131 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 liblqr-1-0 arm64 0.4.2-2.1 [22.5 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwebp6 arm64 0.6.1-2ubuntu0.20.04.3 [167 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libtiff5 arm64 4.1.0+git191117-2ubuntu0.20.04.13 [153 kB] Get:19 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-opcache arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [497 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwebpmux3 arm64 0.6.1-2ubuntu0.20.04.3 [18.6 kB] Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxau6 arm64 1:1.0.9-0ubuntu1 [7,356 B] Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu1 [10.3 kB] Get:23 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb1 arm64 1.14-2 [43.0 kB] Get:24 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libx11-data all 2:1.6.9-2ubuntu1.6 [114 kB] Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libx11-6 arm64 2:1.6.9-2ubuntu1.6 [554 kB] Get:26 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-readline arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [12.0 kB] Get:27 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-cli arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [1,561 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxext6 arm64 2:1.3.4-0ubuntu1 [27.7 kB] Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 imagemagick-6-common all 8:6.9.10.23+dfsg-2.1ubuntu11.10 [62.2 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 libmagickcore-6.q16-6 arm64 8:6.9.10.23+dfsg-2.1ubuntu11.10 [1,452 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 libmagickwand-6.q16-6 arm64 8:6.9.10.23+dfsg-2.1ubuntu11.10 [243 kB] Get:32 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 mysql-common all 5.8+1.0.5ubuntu2 [7,496 B] Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 mariadb-common all 1:10.3.39-0ubuntu0.20.04.2 [16.0 kB] Get:34 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 galera-3 arm64 25.3.29-1 [747 kB] Get:35 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdbi-perl arm64 1.643-1ubuntu0.1 [724 kB] Get:36 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libconfig-inifiles-perl all 3.000002-1 [40.6 kB] Get:37 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsnappy1v5 arm64 1.1.8-1build1 [16.0 kB] Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 mariadb-client-core-10.3 arm64 1:10.3.39-0ubuntu0.20.04.2 [5,423 kB] Get:39 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-fpm arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [1,571 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 mariadb-client-10.3 arm64 1:10.3.39-0ubuntu0.20.04.2 [1,115 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 mariadb-server-core-10.3 arm64 1:10.3.39-0ubuntu0.20.04.2 [5,824 kB] Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 socat arm64 1.7.3.3-2 [315 kB] Get:43 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-igbinary arm64 3.2.15-1+ubuntu20.04.1+deb.sury.org+1 [30.7 kB] Get:44 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-imagick arm64 3.7.0-5+ubuntu20.04.1+deb.sury.org+1 [96.5 kB] Get:45 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 mariadb-server-10.3 arm64 1:10.3.39-0ubuntu0.20.04.2 [4,003 kB] Get:46 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-memcache arm64 8.2-2+ubuntu20.04.1+deb.sury.org+2 [47.5 kB] Get:47 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-msgpack arm64 1:2.2.0-4+ubuntu20.04.1+deb.sury.org+1 [29.7 kB] Get:48 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libhashkit2 arm64 1.1.4-1+ubuntu20.04.1+deb.sury.org+1 [22.0 kB] Get:49 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libmemcached11 arm64 1.1.4-1+ubuntu20.04.1+deb.sury.org+1 [78.6 kB] Get:50 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-memcached arm64 3.2.0++-1+ubuntu20.04.1+deb.sury.org+2 [41.0 kB] Get:51 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-pcov arm64 1.0.11-5+ubuntu20.04.1+deb.sury.org+2 [12.4 kB] Get:52 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 memcached arm64 1.5.22-2ubuntu0.3 [122 kB] Get:53 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-redis arm64 6.0.2-1+ubuntu20.04.1+deb.sury.org+1 [176 kB] Get:54 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 libssh2-1 arm64 1.8.0-2.1ubuntu0.1 [70.3 kB] Get:55 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-distro-info all 0.23ubuntu1.1 [5,944 B] Get:56 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 m4 arm64 1.4.18-4 [194 kB] Get:57 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-xdebug arm64 3.3.2-1+ubuntu20.04.1+deb.sury.org+1 [630 kB] Get:58 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autoconf all 2.69-11.1 [321 kB] Get:59 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autotools-dev all 20180224.1 [39.6 kB] Get:60 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 automake all 1:1.16.1-4ubuntu6 [522 kB] Get:61 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libavahi-common-data arm64 0.7-4ubuntu7.3 [21.4 kB] Get:62 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libavahi-common3 arm64 0.7-4ubuntu7.3 [20.6 kB] Get:63 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libavahi-core7 arm64 0.7-4ubuntu7.3 [73.4 kB] Get:64 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-yaml arm64 2.2.3-2+ubuntu20.04.1+deb.sury.org+2 [19.8 kB] Get:65 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-ssh2 arm64 1.4.1-1+ubuntu20.04.1+deb.sury.org+1 [29.5 kB] Get:66 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libgd3 arm64 2.3.3-12+ubuntu20.04.1+deb.sury.org+1 [122 kB] Get:67 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdaemon0 arm64 0.14-7 [12.8 kB] Get:68 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 avahi-daemon arm64 0.7-4ubuntu7.3 [57.9 kB] Get:69 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libpcre2-16-0 arm64 10.42-3+ubuntu20.04.1+deb.sury.org+1 [166 kB] Get:70 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libavahi-client3 arm64 0.7-4ubuntu7.3 [24.1 kB] Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 avahi-utils arm64 0.7-4ubuntu7.3 [23.4 kB] Get:72 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libpcre2-32-0 arm64 10.42-3+ubuntu20.04.1+deb.sury.org+1 [156 kB] Get:73 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 colordiff all 1.0.18-1 [13.2 kB] Get:74 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglvnd0 arm64 1.3.2-1~ubuntu0.20.04.2 [42.6 kB] Get:75 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglapi-mesa arm64 21.2.6-0ubuntu0.1~20.04.2 [52.2 kB] Get:76 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libpcre2-posix3 arm64 10.42-3+ubuntu20.04.1+deb.sury.org+1 [8,728 B] Get:77 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libpcre2-dev arm64 10.42-3+ubuntu20.04.1+deb.sury.org+1 [614 kB] Get:78 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libx11-xcb1 arm64 2:1.6.9-2ubuntu1.6 [9,468 B] Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb-dri2-0 arm64 1.14-2 [6,872 B] Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb-dri3-0 arm64 1.14-2 [6,556 B] Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb-glx0 arm64 1.14-2 [22.1 kB] Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb-present0 arm64 1.14-2 [5,484 B] Get:83 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb-shm0 arm64 1.14-2 [5,560 B] Get:84 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb-sync1 arm64 1.14-2 [8,824 B] Get:85 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 libzip4 arm64 1.7.3-1+ubuntu20.04.1+deb.sury.org+2 [51.7 kB] Get:86 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb-xfixes0 arm64 1.14-2 [9,268 B] Get:87 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-xml arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [102 kB] Get:88 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxfixes3 arm64 1:5.0.3-2 [10.8 kB] Get:89 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxshmfence1 arm64 1.3-1 [4,868 B] Get:90 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php-pear all 1:1.10.13+submodules+notgz+2022032202-2+ubuntu20.04.1+deb.sury.org+1 [290 kB] Get:91 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxxf86vm1 arm64 1:1.1.4-1build1 [9,908 B] Get:92 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdrm-amdgpu1 arm64 2.4.107-8ubuntu1~20.04.2 [17.9 kB] Get:93 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdrm-nouveau2 arm64 2.4.107-8ubuntu1~20.04.2 [15.9 kB] Get:94 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdrm-radeon1 arm64 2.4.107-8ubuntu1~20.04.2 [18.7 kB] Get:95 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-bcmath arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [14.3 kB] Get:96 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-curl arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [32.2 kB] Get:97 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libllvm12 arm64 1:12.0.0-3ubuntu1~20.04.5 [16.1 MB] Get:98 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-dev arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [509 kB] Get:99 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-gd arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [27.2 kB] Get:100 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-gmp arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [22.3 kB] Get:101 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-imap arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [30.0 kB] Get:102 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-intl arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [131 kB] Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsensors-config all 1:3.6.0-2ubuntu1.1 [6,052 B] Get:104 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-mbstring arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [428 kB] Get:105 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsensors5 arm64 1:3.6.0-2ubuntu1.1 [26.0 kB] Get:106 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libvulkan1 arm64 1.2.131.2-1 [89.8 kB] Get:107 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgl1-mesa-dri arm64 21.2.6-0ubuntu0.1~20.04.2 [7,595 kB] Get:108 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-mysql arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [109 kB] Get:109 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-soap arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [109 kB] Get:110 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglx-mesa0 arm64 21.2.6-0ubuntu0.1~20.04.2 [138 kB] Get:111 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglx0 arm64 1.3.2-1~ubuntu0.20.04.2 [29.0 kB] Get:112 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 php8.2-zip arm64 8.2.22-1+ubuntu20.04.1+deb.sury.org+1 [24.5 kB] Get:113 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgl1 arm64 1.3.2-1~ubuntu0.20.04.2 [88.6 kB] Get:114 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgl1-mesa-glx arm64 21.2.6-0ubuntu0.1~20.04.2 [5,536 B] Get:115 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxi6 arm64 2:1.7.10-0ubuntu1 [28.2 kB] Get:116 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 freeglut3 arm64 2.8.1-3 [65.0 kB] Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcc1-0 arm64 10.5.0-1ubuntu1~20.04 [46.2 kB] Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libitm1 arm64 10.5.0-1ubuntu1~20.04 [24.1 kB] Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libatomic1 arm64 10.5.0-1ubuntu1~20.04 [9,808 B] Get:120 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libasan5 arm64 9.4.0-1ubuntu1~20.04.2 [2,690 kB] Get:121 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 liblsan0 arm64 10.5.0-1ubuntu1~20.04 [800 kB] Get:122 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libtsan0 arm64 10.5.0-1ubuntu1~20.04 [1,972 kB] Get:123 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libubsan1 arm64 10.5.0-1ubuntu1~20.04 [765 kB] Get:124 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgcc-9-dev arm64 9.4.0-1ubuntu1~20.04.2 [920 kB] Get:125 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gcc-9 arm64 9.4.0-1ubuntu1~20.04.2 [6,736 kB] Get:126 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gcc arm64 4:9.3.0-1ubuntu2 [5,228 B] Get:127 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcroco3 arm64 0.6.13-1ubuntu0.1 [77.2 kB] Get:128 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gettext arm64 0.19.8.1-10build1 [850 kB] Get:129 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 git-lfs arm64 2.9.2-1 [2,893 kB] Get:130 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libapr1 arm64 1.6.5-1ubuntu1 [85.4 kB] Get:131 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libaprutil1 arm64 1.6.1-4ubuntu2.2 [82.6 kB] Get:132 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 libserf-1-1 arm64 1.3.9-8build1 [43.1 kB] Get:133 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 libutf8proc2 arm64 2.5.0-1 [50.0 kB] Get:134 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 libsvn1 arm64 1.13.0-3ubuntu0.2 [1,143 kB] Get:135 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 libsvn-perl arm64 1.13.0-3ubuntu0.2 [857 kB] Get:136 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libyaml-perl all 1.30-1 [58.2 kB] Get:137 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libterm-readkey-perl arm64 2.38-1build1 [24.1 kB] Get:138 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 hicolor-icon-theme all 0.17-2 [9,976 B] Get:139 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 imagemagick-6.q16 arm64 8:6.9.10.23+dfsg-2.1ubuntu11.10 [427 kB] Get:140 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 imagemagick arm64 8:6.9.10.23+dfsg-2.1ubuntu11.10 [14.4 kB] Get:141 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 libonig5 arm64 6.9.4-1 [134 kB] Get:142 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 libjq1 arm64 1.6-1ubuntu0.20.04.1 [107 kB] Get:143 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 jq arm64 1.6-1ubuntu0.20.04.1 [49.6 kB] Get:144 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 lftp arm64 4.8.4-2build3 [522 kB] Get:145 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 mlock arm64 8:2007f~dfsg-7 [11.7 kB] Get:146 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 libc-client2007e arm64 8:2007f~dfsg-7 [562 kB] Get:147 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc-dev-bin arm64 2.31-0ubuntu9.16 [64.2 kB] Get:148 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 linux-libc-dev arm64 5.4.0-193.213 [1,109 kB] Get:149 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcrypt-dev arm64 1:4.4.10-10ubuntu4 [111 kB] Get:150 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc6-dev arm64 2.31-0ubuntu9.16 [2,072 kB] Get:151 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB] Get:152 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libimagequant0 arm64 2.12.2-1.1 [29.3 kB] Get:153 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgraphite2-3 arm64 1.3.13-11build1 [67.7 kB] Get:154 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libharfbuzz0b arm64 2.6.4-1ubuntu4.2 [352 kB] Get:155 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 libraqm0 arm64 0.7.0-4 [10.7 kB] Get:156 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxpm4 arm64 1:3.5.12-1ubuntu0.20.04.2 [32.2 kB] Get:157 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgif7 arm64 5.1.9-1ubuntu0.1 [32.1 kB] Get:158 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet1 arm64 1.1.6+dfsg-3.1build1 [43.3 kB] Get:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssl-dev arm64 1.1.1f-1ubuntu2.23 [1,464 kB] Get:160 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtool all 2.4.6-14 [161 kB] Get:161 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwebpdemux2 arm64 0.6.1-2ubuntu0.20.04.3 [9,376 B] Get:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxslt1.1 arm64 1.1.34-4ubuntu0.20.04.1 [141 kB] Get:163 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 mariadb-server all 1:10.3.39-0ubuntu0.20.04.2 [12.7 kB] Get:164 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1ubuntu1 [194 kB] Get:165 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 ngrep arm64 1.47+ds1-2 [31.9 kB] Get:166 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 ntpdate arm64 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 [47.2 kB] Get:167 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pkg-config arm64 0.29.1-0ubuntu4 [43.8 kB] Get:168 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 shtool all 2.0.8-10 [122 kB] Get:169 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 ssl-cert all 1.0.39 [17.0 kB] Get:170 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 postfix arm64 3.4.13-0ubuntu1.4 [1,156 kB] Get:171 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 python-pip-whl all 20.0.2-5ubuntu1.10 [1,805 kB] Get:172 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 python3-wheel all 0.34.2-1ubuntu0.1 [23.9 kB] Get:173 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 python3-pip all 20.0.2-5ubuntu1.10 [231 kB] Get:174 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 subversion arm64 1.13.0-3ubuntu0.2 [807 kB] Get:175 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 unattended-upgrades all 2.3ubuntu0.3 [48.5 kB] Get:176 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 unzip arm64 6.0-25ubuntu1.2 [162 kB] Get:177 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 zip arm64 3.0-11build1 [146 kB] Get:178 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 dos2unix arm64 7.4.0-2 [372 kB] Get:179 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwebp-dev arm64 0.6.1-2ubuntu0.20.04.3 [281 kB] Get:180 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 webp arm64 0.6.1-2ubuntu0.20.04.3 [79.5 kB] Preconfiguring packages ... Fetched 93.7 MB in 58s (1,629 kB/s) Selecting previously unselected package libopts25:arm64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 72951 files and directories currently installed.) Preparing to unpack .../libopts25_1%3a5.18.16-3_arm64.deb ... Unpacking libopts25:arm64 (1:5.18.16-3) ... dpkg: systemd-timesyncd: dependency problems, but removing anyway as you requested: systemd depends on systemd-timesyncd | time-daemon; however: Package systemd-timesyncd is to be removed. Package time-daemon is not installed. Package systemd-timesyncd which provides time-daemon is to be removed. systemd depends on systemd-timesyncd | time-daemon; however: Package systemd-timesyncd is to be removed. Package time-daemon is not installed. Package systemd-timesyncd which provides time-daemon is to be removed. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 72956 files and directories currently installed.) Removing systemd-timesyncd (245.4-4ubuntu3.23) ... Selecting previously unselected package ntp. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 72943 files and directories currently installed.) Preparing to unpack .../00-ntp_1%3a4.2.8p12+dfsg-3ubuntu4.20.04.1_arm64.deb ... Unpacking ntp (1:4.2.8p12+dfsg-3ubuntu4.20.04.1) ... Selecting previously unselected package libgomp1:arm64. Preparing to unpack .../01-libgomp1_10.5.0-1ubuntu1~20.04_arm64.deb ... Unpacking libgomp1:arm64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libfftw3-double3:arm64. Preparing to unpack .../02-libfftw3-double3_3.3.8-2ubuntu1_arm64.deb ... Unpacking libfftw3-double3:arm64 (3.3.8-2ubuntu1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../03-fonts-dejavu-core_2.37-1_all.deb ... Unpacking fonts-dejavu-core (2.37-1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../04-fontconfig-config_2.13.1-2ubuntu3_all.deb ... Unpacking fontconfig-config (2.13.1-2ubuntu3) ... Selecting previously unselected package libfontconfig1:arm64. Preparing to unpack .../05-libfontconfig1_2.13.1-2ubuntu3_arm64.deb ... Unpacking libfontconfig1:arm64 (2.13.1-2ubuntu3) ... Selecting previously unselected package libjbig0:arm64. Preparing to unpack .../06-libjbig0_2.1-3.1ubuntu0.20.04.1_arm64.deb ... Unpacking libjbig0:arm64 (2.1-3.1ubuntu0.20.04.1) ... Selecting previously unselected package libjpeg-turbo8:arm64. Preparing to unpack .../07-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.3_arm64.deb ... Unpacking libjpeg-turbo8:arm64 (2.0.3-0ubuntu1.20.04.3) ... Selecting previously unselected package libjpeg8:arm64. Preparing to unpack .../08-libjpeg8_8c-2ubuntu8_arm64.deb ... Unpacking libjpeg8:arm64 (8c-2ubuntu8) ... Selecting previously unselected package liblcms2-2:arm64. Preparing to unpack .../09-liblcms2-2_2.9-4_arm64.deb ... Unpacking liblcms2-2:arm64 (2.9-4) ... Selecting previously unselected package liblqr-1-0:arm64. Preparing to unpack .../10-liblqr-1-0_0.4.2-2.1_arm64.deb ... Unpacking liblqr-1-0:arm64 (0.4.2-2.1) ... Selecting previously unselected package libwebp6:arm64. Preparing to unpack .../11-libwebp6_0.6.1-2ubuntu0.20.04.3_arm64.deb ... Unpacking libwebp6:arm64 (0.6.1-2ubuntu0.20.04.3) ... Selecting previously unselected package libtiff5:arm64. Preparing to unpack .../12-libtiff5_4.1.0+git191117-2ubuntu0.20.04.13_arm64.deb ... Unpacking libtiff5:arm64 (4.1.0+git191117-2ubuntu0.20.04.13) ... Selecting previously unselected package libwebpmux3:arm64. Preparing to unpack .../13-libwebpmux3_0.6.1-2ubuntu0.20.04.3_arm64.deb ... Unpacking libwebpmux3:arm64 (0.6.1-2ubuntu0.20.04.3) ... Selecting previously unselected package libxau6:arm64. Preparing to unpack .../14-libxau6_1%3a1.0.9-0ubuntu1_arm64.deb ... Unpacking libxau6:arm64 (1:1.0.9-0ubuntu1) ... Selecting previously unselected package libxdmcp6:arm64. Preparing to unpack .../15-libxdmcp6_1%3a1.1.3-0ubuntu1_arm64.deb ... Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu1) ... Selecting previously unselected package libxcb1:arm64. Preparing to unpack .../16-libxcb1_1.14-2_arm64.deb ... Unpacking libxcb1:arm64 (1.14-2) ... Selecting previously unselected package libx11-data. Preparing to unpack .../17-libx11-data_2%3a1.6.9-2ubuntu1.6_all.deb ... Unpacking libx11-data (2:1.6.9-2ubuntu1.6) ... Selecting previously unselected package libx11-6:arm64. Preparing to unpack .../18-libx11-6_2%3a1.6.9-2ubuntu1.6_arm64.deb ... Unpacking libx11-6:arm64 (2:1.6.9-2ubuntu1.6) ... Selecting previously unselected package libxext6:arm64. Preparing to unpack .../19-libxext6_2%3a1.3.4-0ubuntu1_arm64.deb ... Unpacking libxext6:arm64 (2:1.3.4-0ubuntu1) ... Selecting previously unselected package imagemagick-6-common. Preparing to unpack .../20-imagemagick-6-common_8%3a6.9.10.23+dfsg-2.1ubuntu11.10_all.deb ... Unpacking imagemagick-6-common (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... Selecting previously unselected package libmagickcore-6.q16-6:arm64. Preparing to unpack .../21-libmagickcore-6.q16-6_8%3a6.9.10.23+dfsg-2.1ubuntu11.10_arm64.deb ... Unpacking libmagickcore-6.q16-6:arm64 (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... Selecting previously unselected package libmagickwand-6.q16-6:arm64. Preparing to unpack .../22-libmagickwand-6.q16-6_8%3a6.9.10.23+dfsg-2.1ubuntu11.10_arm64.deb ... Unpacking libmagickwand-6.q16-6:arm64 (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... Selecting previously unselected package mysql-common. Preparing to unpack .../23-mysql-common_5.8+1.0.5ubuntu2_all.deb ... Unpacking mysql-common (5.8+1.0.5ubuntu2) ... Selecting previously unselected package mariadb-common. Preparing to unpack .../24-mariadb-common_1%3a10.3.39-0ubuntu0.20.04.2_all.deb ... Unpacking mariadb-common (1:10.3.39-0ubuntu0.20.04.2) ... Selecting previously unselected package galera-3. Preparing to unpack .../25-galera-3_25.3.29-1_arm64.deb ... Unpacking galera-3 (25.3.29-1) ... Selecting previously unselected package libdbi-perl:arm64. Preparing to unpack .../26-libdbi-perl_1.643-1ubuntu0.1_arm64.deb ... Unpacking libdbi-perl:arm64 (1.643-1ubuntu0.1) ... Selecting previously unselected package libconfig-inifiles-perl. Preparing to unpack .../27-libconfig-inifiles-perl_3.000002-1_all.deb ... Unpacking libconfig-inifiles-perl (3.000002-1) ... Selecting previously unselected package libsnappy1v5:arm64. Preparing to unpack .../28-libsnappy1v5_1.1.8-1build1_arm64.deb ... Unpacking libsnappy1v5:arm64 (1.1.8-1build1) ... Selecting previously unselected package mariadb-client-core-10.3. Preparing to unpack .../29-mariadb-client-core-10.3_1%3a10.3.39-0ubuntu0.20.04.2_arm64.deb ... Unpacking mariadb-client-core-10.3 (1:10.3.39-0ubuntu0.20.04.2) ... Selecting previously unselected package mariadb-client-10.3. Preparing to unpack .../30-mariadb-client-10.3_1%3a10.3.39-0ubuntu0.20.04.2_arm64.deb ... Unpacking mariadb-client-10.3 (1:10.3.39-0ubuntu0.20.04.2) ... Selecting previously unselected package mariadb-server-core-10.3. Preparing to unpack .../31-mariadb-server-core-10.3_1%3a10.3.39-0ubuntu0.20.04.2_arm64.deb ... Unpacking mariadb-server-core-10.3 (1:10.3.39-0ubuntu0.20.04.2) ... Selecting previously unselected package socat. Preparing to unpack .../32-socat_1.7.3.3-2_arm64.deb ... Unpacking socat (1.7.3.3-2) ... Setting up mysql-common (5.8+1.0.5ubuntu2) ... update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode Setting up mariadb-common (1:10.3.39-0ubuntu0.20.04.2) ... update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode Selecting previously unselected package mariadb-server-10.3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74129 files and directories currently installed.) Preparing to unpack .../0-mariadb-server-10.3_1%3a10.3.39-0ubuntu0.20.04.2_arm64.deb ... Unpacking mariadb-server-10.3 (1:10.3.39-0ubuntu0.20.04.2) ... Selecting previously unselected package memcached. Preparing to unpack .../1-memcached_1.5.22-2ubuntu0.3_arm64.deb ... Unpacking memcached (1.5.22-2ubuntu0.3) ... Selecting previously unselected package php-common. Preparing to unpack .../2-php-common_2%3a94+ubuntu20.04.1+deb.sury.org+2_all.deb ... Unpacking php-common (2:94+ubuntu20.04.1+deb.sury.org+2) ... Selecting previously unselected package php8.2-common. Preparing to unpack .../3-php8.2-common_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-common (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-opcache. Preparing to unpack .../4-php8.2-opcache_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-opcache (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-readline. Preparing to unpack .../5-php8.2-readline_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-readline (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-cli. Preparing to unpack .../6-php8.2-cli_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-cli (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-fpm. Preparing to unpack .../7-php8.2-fpm_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-fpm (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Setting up php-common (2:94+ubuntu20.04.1+deb.sury.org+2) ... Created symlink /etc/systemd/system/timers.target.wants/phpsessionclean.timer → /lib/systemd/system/phpsessionclean.timer. Selecting previously unselected package php8.2-igbinary. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74421 files and directories currently installed.) Preparing to unpack .../000-php8.2-igbinary_3.2.15-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-igbinary (3.2.15-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-imagick. Preparing to unpack .../001-php8.2-imagick_3.7.0-5+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-imagick (3.7.0-5+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-memcache. Preparing to unpack .../002-php8.2-memcache_8.2-2+ubuntu20.04.1+deb.sury.org+2_arm64.deb ... Unpacking php8.2-memcache (8.2-2+ubuntu20.04.1+deb.sury.org+2) ... Selecting previously unselected package php8.2-msgpack. Preparing to unpack .../003-php8.2-msgpack_1%3a2.2.0-4+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-msgpack (1:2.2.0-4+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package libhashkit2:arm64. Preparing to unpack .../004-libhashkit2_1.1.4-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking libhashkit2:arm64 (1.1.4-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package libmemcached11:arm64. Preparing to unpack .../005-libmemcached11_1.1.4-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking libmemcached11:arm64 (1.1.4-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-memcached. Preparing to unpack .../006-php8.2-memcached_3.2.0++-1+ubuntu20.04.1+deb.sury.org+2_arm64.deb ... Unpacking php8.2-memcached (3.2.0++-1+ubuntu20.04.1+deb.sury.org+2) ... Selecting previously unselected package php8.2-pcov. Preparing to unpack .../007-php8.2-pcov_1.0.11-5+ubuntu20.04.1+deb.sury.org+2_arm64.deb ... Unpacking php8.2-pcov (1.0.11-5+ubuntu20.04.1+deb.sury.org+2) ... Selecting previously unselected package php8.2-redis. Preparing to unpack .../008-php8.2-redis_6.0.2-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-redis (6.0.2-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-xdebug. Preparing to unpack .../009-php8.2-xdebug_3.3.2-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-xdebug (3.3.2-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-yaml. Preparing to unpack .../010-php8.2-yaml_2.2.3-2+ubuntu20.04.1+deb.sury.org+2_arm64.deb ... Unpacking php8.2-yaml (2.2.3-2+ubuntu20.04.1+deb.sury.org+2) ... Selecting previously unselected package libssh2-1:arm64. Preparing to unpack .../011-libssh2-1_1.8.0-2.1ubuntu0.1_arm64.deb ... Unpacking libssh2-1:arm64 (1.8.0-2.1ubuntu0.1) ... Selecting previously unselected package php8.2-ssh2. Preparing to unpack .../012-php8.2-ssh2_1.4.1-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-ssh2 (1.4.1-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package python3-distro-info. Preparing to unpack .../013-python3-distro-info_0.23ubuntu1.1_all.deb ... Unpacking python3-distro-info (0.23ubuntu1.1) ... Selecting previously unselected package m4. Preparing to unpack .../014-m4_1.4.18-4_arm64.deb ... Unpacking m4 (1.4.18-4) ... Selecting previously unselected package autoconf. Preparing to unpack .../015-autoconf_2.69-11.1_all.deb ... Unpacking autoconf (2.69-11.1) ... Selecting previously unselected package autotools-dev. Preparing to unpack .../016-autotools-dev_20180224.1_all.deb ... Unpacking autotools-dev (20180224.1) ... Selecting previously unselected package automake. Preparing to unpack .../017-automake_1%3a1.16.1-4ubuntu6_all.deb ... Unpacking automake (1:1.16.1-4ubuntu6) ... Selecting previously unselected package libavahi-common-data:arm64. Preparing to unpack .../018-libavahi-common-data_0.7-4ubuntu7.3_arm64.deb ... Unpacking libavahi-common-data:arm64 (0.7-4ubuntu7.3) ... Selecting previously unselected package libavahi-common3:arm64. Preparing to unpack .../019-libavahi-common3_0.7-4ubuntu7.3_arm64.deb ... Unpacking libavahi-common3:arm64 (0.7-4ubuntu7.3) ... Selecting previously unselected package libavahi-core7:arm64. Preparing to unpack .../020-libavahi-core7_0.7-4ubuntu7.3_arm64.deb ... Unpacking libavahi-core7:arm64 (0.7-4ubuntu7.3) ... Selecting previously unselected package libdaemon0:arm64. Preparing to unpack .../021-libdaemon0_0.14-7_arm64.deb ... Unpacking libdaemon0:arm64 (0.14-7) ... Selecting previously unselected package avahi-daemon. Preparing to unpack .../022-avahi-daemon_0.7-4ubuntu7.3_arm64.deb ... Unpacking avahi-daemon (0.7-4ubuntu7.3) ... Selecting previously unselected package libavahi-client3:arm64. Preparing to unpack .../023-libavahi-client3_0.7-4ubuntu7.3_arm64.deb ... Unpacking libavahi-client3:arm64 (0.7-4ubuntu7.3) ... Selecting previously unselected package avahi-utils. Preparing to unpack .../024-avahi-utils_0.7-4ubuntu7.3_arm64.deb ... Unpacking avahi-utils (0.7-4ubuntu7.3) ... Selecting previously unselected package colordiff. Preparing to unpack .../025-colordiff_1.0.18-1_all.deb ... Unpacking colordiff (1.0.18-1) ... Selecting previously unselected package libglvnd0:arm64. Preparing to unpack .../026-libglvnd0_1.3.2-1~ubuntu0.20.04.2_arm64.deb ... Unpacking libglvnd0:arm64 (1.3.2-1~ubuntu0.20.04.2) ... Selecting previously unselected package libglapi-mesa:arm64. Preparing to unpack .../027-libglapi-mesa_21.2.6-0ubuntu0.1~20.04.2_arm64.deb ... Unpacking libglapi-mesa:arm64 (21.2.6-0ubuntu0.1~20.04.2) ... Selecting previously unselected package libx11-xcb1:arm64. Preparing to unpack .../028-libx11-xcb1_2%3a1.6.9-2ubuntu1.6_arm64.deb ... Unpacking libx11-xcb1:arm64 (2:1.6.9-2ubuntu1.6) ... Selecting previously unselected package libxcb-dri2-0:arm64. Preparing to unpack .../029-libxcb-dri2-0_1.14-2_arm64.deb ... Unpacking libxcb-dri2-0:arm64 (1.14-2) ... Selecting previously unselected package libxcb-dri3-0:arm64. Preparing to unpack .../030-libxcb-dri3-0_1.14-2_arm64.deb ... Unpacking libxcb-dri3-0:arm64 (1.14-2) ... Selecting previously unselected package libxcb-glx0:arm64. Preparing to unpack .../031-libxcb-glx0_1.14-2_arm64.deb ... Unpacking libxcb-glx0:arm64 (1.14-2) ... Selecting previously unselected package libxcb-present0:arm64. Preparing to unpack .../032-libxcb-present0_1.14-2_arm64.deb ... Unpacking libxcb-present0:arm64 (1.14-2) ... Selecting previously unselected package libxcb-shm0:arm64. Preparing to unpack .../033-libxcb-shm0_1.14-2_arm64.deb ... Unpacking libxcb-shm0:arm64 (1.14-2) ... Selecting previously unselected package libxcb-sync1:arm64. Preparing to unpack .../034-libxcb-sync1_1.14-2_arm64.deb ... Unpacking libxcb-sync1:arm64 (1.14-2) ... Selecting previously unselected package libxcb-xfixes0:arm64. Preparing to unpack .../035-libxcb-xfixes0_1.14-2_arm64.deb ... Unpacking libxcb-xfixes0:arm64 (1.14-2) ... Selecting previously unselected package libxfixes3:arm64. Preparing to unpack .../036-libxfixes3_1%3a5.0.3-2_arm64.deb ... Unpacking libxfixes3:arm64 (1:5.0.3-2) ... Selecting previously unselected package libxshmfence1:arm64. Preparing to unpack .../037-libxshmfence1_1.3-1_arm64.deb ... Unpacking libxshmfence1:arm64 (1.3-1) ... Selecting previously unselected package libxxf86vm1:arm64. Preparing to unpack .../038-libxxf86vm1_1%3a1.1.4-1build1_arm64.deb ... Unpacking libxxf86vm1:arm64 (1:1.1.4-1build1) ... Selecting previously unselected package libdrm-amdgpu1:arm64. Preparing to unpack .../039-libdrm-amdgpu1_2.4.107-8ubuntu1~20.04.2_arm64.deb ... Unpacking libdrm-amdgpu1:arm64 (2.4.107-8ubuntu1~20.04.2) ... Selecting previously unselected package libdrm-nouveau2:arm64. Preparing to unpack .../040-libdrm-nouveau2_2.4.107-8ubuntu1~20.04.2_arm64.deb ... Unpacking libdrm-nouveau2:arm64 (2.4.107-8ubuntu1~20.04.2) ... Selecting previously unselected package libdrm-radeon1:arm64. Preparing to unpack .../041-libdrm-radeon1_2.4.107-8ubuntu1~20.04.2_arm64.deb ... Unpacking libdrm-radeon1:arm64 (2.4.107-8ubuntu1~20.04.2) ... Selecting previously unselected package libllvm12:arm64. Preparing to unpack .../042-libllvm12_1%3a12.0.0-3ubuntu1~20.04.5_arm64.deb ... Unpacking libllvm12:arm64 (1:12.0.0-3ubuntu1~20.04.5) ... Selecting previously unselected package libsensors-config. Preparing to unpack .../043-libsensors-config_1%3a3.6.0-2ubuntu1.1_all.deb ... Unpacking libsensors-config (1:3.6.0-2ubuntu1.1) ... Selecting previously unselected package libsensors5:arm64. Preparing to unpack .../044-libsensors5_1%3a3.6.0-2ubuntu1.1_arm64.deb ... Unpacking libsensors5:arm64 (1:3.6.0-2ubuntu1.1) ... Selecting previously unselected package libvulkan1:arm64. Preparing to unpack .../045-libvulkan1_1.2.131.2-1_arm64.deb ... Unpacking libvulkan1:arm64 (1.2.131.2-1) ... Selecting previously unselected package libgl1-mesa-dri:arm64. Preparing to unpack .../046-libgl1-mesa-dri_21.2.6-0ubuntu0.1~20.04.2_arm64.deb ... Unpacking libgl1-mesa-dri:arm64 (21.2.6-0ubuntu0.1~20.04.2) ... Selecting previously unselected package libglx-mesa0:arm64. Preparing to unpack .../047-libglx-mesa0_21.2.6-0ubuntu0.1~20.04.2_arm64.deb ... Unpacking libglx-mesa0:arm64 (21.2.6-0ubuntu0.1~20.04.2) ... Selecting previously unselected package libglx0:arm64. Preparing to unpack .../048-libglx0_1.3.2-1~ubuntu0.20.04.2_arm64.deb ... Unpacking libglx0:arm64 (1.3.2-1~ubuntu0.20.04.2) ... Selecting previously unselected package libgl1:arm64. Preparing to unpack .../049-libgl1_1.3.2-1~ubuntu0.20.04.2_arm64.deb ... Unpacking libgl1:arm64 (1.3.2-1~ubuntu0.20.04.2) ... Selecting previously unselected package libgl1-mesa-glx:arm64. Preparing to unpack .../050-libgl1-mesa-glx_21.2.6-0ubuntu0.1~20.04.2_arm64.deb ... Unpacking libgl1-mesa-glx:arm64 (21.2.6-0ubuntu0.1~20.04.2) ... Selecting previously unselected package libxi6:arm64. Preparing to unpack .../051-libxi6_2%3a1.7.10-0ubuntu1_arm64.deb ... Unpacking libxi6:arm64 (2:1.7.10-0ubuntu1) ... Selecting previously unselected package freeglut3:arm64. Preparing to unpack .../052-freeglut3_2.8.1-3_arm64.deb ... Unpacking freeglut3:arm64 (2.8.1-3) ... Selecting previously unselected package libcc1-0:arm64. Preparing to unpack .../053-libcc1-0_10.5.0-1ubuntu1~20.04_arm64.deb ... Unpacking libcc1-0:arm64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libitm1:arm64. Preparing to unpack .../054-libitm1_10.5.0-1ubuntu1~20.04_arm64.deb ... Unpacking libitm1:arm64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libatomic1:arm64. Preparing to unpack .../055-libatomic1_10.5.0-1ubuntu1~20.04_arm64.deb ... Unpacking libatomic1:arm64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libasan5:arm64. Preparing to unpack .../056-libasan5_9.4.0-1ubuntu1~20.04.2_arm64.deb ... Unpacking libasan5:arm64 (9.4.0-1ubuntu1~20.04.2) ... Selecting previously unselected package liblsan0:arm64. Preparing to unpack .../057-liblsan0_10.5.0-1ubuntu1~20.04_arm64.deb ... Unpacking liblsan0:arm64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libtsan0:arm64. Preparing to unpack .../058-libtsan0_10.5.0-1ubuntu1~20.04_arm64.deb ... Unpacking libtsan0:arm64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libubsan1:arm64. Preparing to unpack .../059-libubsan1_10.5.0-1ubuntu1~20.04_arm64.deb ... Unpacking libubsan1:arm64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libgcc-9-dev:arm64. Preparing to unpack .../060-libgcc-9-dev_9.4.0-1ubuntu1~20.04.2_arm64.deb ... Unpacking libgcc-9-dev:arm64 (9.4.0-1ubuntu1~20.04.2) ... Selecting previously unselected package gcc-9. Preparing to unpack .../061-gcc-9_9.4.0-1ubuntu1~20.04.2_arm64.deb ... Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.2) ... Selecting previously unselected package gcc. Preparing to unpack .../062-gcc_4%3a9.3.0-1ubuntu2_arm64.deb ... Unpacking gcc (4:9.3.0-1ubuntu2) ... Selecting previously unselected package libcroco3:arm64. Preparing to unpack .../063-libcroco3_0.6.13-1ubuntu0.1_arm64.deb ... Unpacking libcroco3:arm64 (0.6.13-1ubuntu0.1) ... Selecting previously unselected package gettext. Preparing to unpack .../064-gettext_0.19.8.1-10build1_arm64.deb ... Unpacking gettext (0.19.8.1-10build1) ... Selecting previously unselected package git-lfs. Preparing to unpack .../065-git-lfs_2.9.2-1_arm64.deb ... Unpacking git-lfs (2.9.2-1) ... Selecting previously unselected package libapr1:arm64. Preparing to unpack .../066-libapr1_1.6.5-1ubuntu1_arm64.deb ... Unpacking libapr1:arm64 (1.6.5-1ubuntu1) ... Selecting previously unselected package libaprutil1:arm64. Preparing to unpack .../067-libaprutil1_1.6.1-4ubuntu2.2_arm64.deb ... Unpacking libaprutil1:arm64 (1.6.1-4ubuntu2.2) ... Selecting previously unselected package libserf-1-1:arm64. Preparing to unpack .../068-libserf-1-1_1.3.9-8build1_arm64.deb ... Unpacking libserf-1-1:arm64 (1.3.9-8build1) ... Selecting previously unselected package libutf8proc2:arm64. Preparing to unpack .../069-libutf8proc2_2.5.0-1_arm64.deb ... Unpacking libutf8proc2:arm64 (2.5.0-1) ... Selecting previously unselected package libsvn1:arm64. Preparing to unpack .../070-libsvn1_1.13.0-3ubuntu0.2_arm64.deb ... Unpacking libsvn1:arm64 (1.13.0-3ubuntu0.2) ... Selecting previously unselected package libsvn-perl:arm64. Preparing to unpack .../071-libsvn-perl_1.13.0-3ubuntu0.2_arm64.deb ... Unpacking libsvn-perl:arm64 (1.13.0-3ubuntu0.2) ... Selecting previously unselected package libyaml-perl. Preparing to unpack .../072-libyaml-perl_1.30-1_all.deb ... Unpacking libyaml-perl (1.30-1) ... Selecting previously unselected package libterm-readkey-perl. Preparing to unpack .../073-libterm-readkey-perl_2.38-1build1_arm64.deb ... Unpacking libterm-readkey-perl (2.38-1build1) ... Selecting previously unselected package git-svn. Preparing to unpack .../074-git-svn_1%3a2.46.0-0ppa1~ubuntu20.04.1_all.deb ... Unpacking git-svn (1:2.46.0-0ppa1~ubuntu20.04.1) ... Selecting previously unselected package hicolor-icon-theme. Preparing to unpack .../075-hicolor-icon-theme_0.17-2_all.deb ... Unpacking hicolor-icon-theme (0.17-2) ... Selecting previously unselected package imagemagick-6.q16. Preparing to unpack .../076-imagemagick-6.q16_8%3a6.9.10.23+dfsg-2.1ubuntu11.10_arm64.deb ... Unpacking imagemagick-6.q16 (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... Selecting previously unselected package imagemagick. Preparing to unpack .../077-imagemagick_8%3a6.9.10.23+dfsg-2.1ubuntu11.10_arm64.deb ... Unpacking imagemagick (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... Selecting previously unselected package libonig5:arm64. Preparing to unpack .../078-libonig5_6.9.4-1_arm64.deb ... Unpacking libonig5:arm64 (6.9.4-1) ... Selecting previously unselected package libjq1:arm64. Preparing to unpack .../079-libjq1_1.6-1ubuntu0.20.04.1_arm64.deb ... Unpacking libjq1:arm64 (1.6-1ubuntu0.20.04.1) ... Selecting previously unselected package jq. Preparing to unpack .../080-jq_1.6-1ubuntu0.20.04.1_arm64.deb ... Unpacking jq (1.6-1ubuntu0.20.04.1) ... Selecting previously unselected package lftp. Preparing to unpack .../081-lftp_4.8.4-2build3_arm64.deb ... Unpacking lftp (4.8.4-2build3) ... Selecting previously unselected package mlock. Preparing to unpack .../082-mlock_8%3a2007f~dfsg-7_arm64.deb ... Unpacking mlock (8:2007f~dfsg-7) ... Selecting previously unselected package libc-client2007e. Preparing to unpack .../083-libc-client2007e_8%3a2007f~dfsg-7_arm64.deb ... Unpacking libc-client2007e (8:2007f~dfsg-7) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../084-libc-dev-bin_2.31-0ubuntu9.16_arm64.deb ... Unpacking libc-dev-bin (2.31-0ubuntu9.16) ... Selecting previously unselected package linux-libc-dev:arm64. Preparing to unpack .../085-linux-libc-dev_5.4.0-193.213_arm64.deb ... Unpacking linux-libc-dev:arm64 (5.4.0-193.213) ... Selecting previously unselected package libcrypt-dev:arm64. Preparing to unpack .../086-libcrypt-dev_1%3a4.4.10-10ubuntu4_arm64.deb ... Unpacking libcrypt-dev:arm64 (1:4.4.10-10ubuntu4) ... Selecting previously unselected package libc6-dev:arm64. Preparing to unpack .../087-libc6-dev_2.31-0ubuntu9.16_arm64.deb ... Unpacking libc6-dev:arm64 (2.31-0ubuntu9.16) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../088-libdpkg-perl_1.19.7ubuntu3.2_all.deb ... Unpacking libdpkg-perl (1.19.7ubuntu3.2) ... Selecting previously unselected package libimagequant0:arm64. Preparing to unpack .../089-libimagequant0_2.12.2-1.1_arm64.deb ... Unpacking libimagequant0:arm64 (2.12.2-1.1) ... Selecting previously unselected package libgraphite2-3:arm64. Preparing to unpack .../090-libgraphite2-3_1.3.13-11build1_arm64.deb ... Unpacking libgraphite2-3:arm64 (1.3.13-11build1) ... Selecting previously unselected package libharfbuzz0b:arm64. Preparing to unpack .../091-libharfbuzz0b_2.6.4-1ubuntu4.2_arm64.deb ... Unpacking libharfbuzz0b:arm64 (2.6.4-1ubuntu4.2) ... Selecting previously unselected package libraqm0:arm64. Preparing to unpack .../092-libraqm0_0.7.0-4_arm64.deb ... Unpacking libraqm0:arm64 (0.7.0-4) ... Selecting previously unselected package libxpm4:arm64. Preparing to unpack .../093-libxpm4_1%3a3.5.12-1ubuntu0.20.04.2_arm64.deb ... Unpacking libxpm4:arm64 (1:3.5.12-1ubuntu0.20.04.2) ... Selecting previously unselected package libgd3:arm64. Preparing to unpack .../094-libgd3_2.3.3-12+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking libgd3:arm64 (2.3.3-12+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package libgif7:arm64. Preparing to unpack .../095-libgif7_5.1.9-1ubuntu0.1_arm64.deb ... Unpacking libgif7:arm64 (5.1.9-1ubuntu0.1) ... Selecting previously unselected package libnet1:arm64. Preparing to unpack .../096-libnet1_1.1.6+dfsg-3.1build1_arm64.deb ... Unpacking libnet1:arm64 (1.1.6+dfsg-3.1build1) ... Selecting previously unselected package libpcre2-16-0:arm64. Preparing to unpack .../097-libpcre2-16-0_10.42-3+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking libpcre2-16-0:arm64 (10.42-3+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package libpcre2-32-0:arm64. Preparing to unpack .../098-libpcre2-32-0_10.42-3+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking libpcre2-32-0:arm64 (10.42-3+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package libpcre2-posix3:arm64. Preparing to unpack .../099-libpcre2-posix3_10.42-3+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking libpcre2-posix3:arm64 (10.42-3+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package libpcre2-dev:arm64. Preparing to unpack .../100-libpcre2-dev_10.42-3+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking libpcre2-dev:arm64 (10.42-3+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package libssl-dev:arm64. Preparing to unpack .../101-libssl-dev_1.1.1f-1ubuntu2.23_arm64.deb ... Unpacking libssl-dev:arm64 (1.1.1f-1ubuntu2.23) ... Selecting previously unselected package libtool. Preparing to unpack .../102-libtool_2.4.6-14_all.deb ... Unpacking libtool (2.4.6-14) ... Selecting previously unselected package libwebpdemux2:arm64. Preparing to unpack .../103-libwebpdemux2_0.6.1-2ubuntu0.20.04.3_arm64.deb ... Unpacking libwebpdemux2:arm64 (0.6.1-2ubuntu0.20.04.3) ... Selecting previously unselected package libxslt1.1:arm64. Preparing to unpack .../104-libxslt1.1_1.1.34-4ubuntu0.20.04.1_arm64.deb ... Unpacking libxslt1.1:arm64 (1.1.34-4ubuntu0.20.04.1) ... Selecting previously unselected package libzip4:arm64. Preparing to unpack .../105-libzip4_1.7.3-1+ubuntu20.04.1+deb.sury.org+2_arm64.deb ... Unpacking libzip4:arm64 (1.7.3-1+ubuntu20.04.1+deb.sury.org+2) ... Selecting previously unselected package mariadb-server. Preparing to unpack .../106-mariadb-server_1%3a10.3.39-0ubuntu0.20.04.2_all.deb ... Unpacking mariadb-server (1:10.3.39-0ubuntu0.20.04.2) ... Selecting previously unselected package net-tools. Preparing to unpack .../107-net-tools_1.60+git20180626.aebd88e-1ubuntu1_arm64.deb ... Unpacking net-tools (1.60+git20180626.aebd88e-1ubuntu1) ... Selecting previously unselected package nginx. Preparing to unpack .../108-nginx_1.27.1-1~focal_arm64.deb ... ---------------------------------------------------------------------- Thanks for using nginx! Please find the official documentation for nginx here: * https://nginx.org/en/docs/ Please subscribe to nginx-announce mailing list to get the most important news about nginx: * https://nginx.org/en/support.html Commercial subscriptions for nginx are available on: * https://nginx.com/products/ ---------------------------------------------------------------------- Unpacking nginx (1.27.1-1~focal) ... Selecting previously unselected package ngrep. Preparing to unpack .../109-ngrep_1.47+ds1-2_arm64.deb ... Unpacking ngrep (1.47+ds1-2) ... Selecting previously unselected package ntpdate. Preparing to unpack .../110-ntpdate_1%3a4.2.8p12+dfsg-3ubuntu4.20.04.1_arm64.deb ... Unpacking ntpdate (1:4.2.8p12+dfsg-3ubuntu4.20.04.1) ... Selecting previously unselected package php8.2-xml. Preparing to unpack .../111-php8.2-xml_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-xml (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php-pear. Preparing to unpack .../112-php-pear_1%3a1.10.13+submodules+notgz+2022032202-2+ubuntu20.04.1+deb.sury.org+1_all.deb ... Unpacking php-pear (1:1.10.13+submodules+notgz+2022032202-2+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-bcmath. Preparing to unpack .../113-php8.2-bcmath_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-bcmath (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-curl. Preparing to unpack .../114-php8.2-curl_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-curl (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package pkg-config. Preparing to unpack .../115-pkg-config_0.29.1-0ubuntu4_arm64.deb ... Unpacking pkg-config (0.29.1-0ubuntu4) ... Selecting previously unselected package shtool. Preparing to unpack .../116-shtool_2.0.8-10_all.deb ... Unpacking shtool (2.0.8-10) ... Selecting previously unselected package php8.2-dev. Preparing to unpack .../117-php8.2-dev_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-dev (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-gd. Preparing to unpack .../118-php8.2-gd_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-gd (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-gmp. Preparing to unpack .../119-php8.2-gmp_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-gmp (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-imap. Preparing to unpack .../120-php8.2-imap_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-imap (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-intl. Preparing to unpack .../121-php8.2-intl_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-intl (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-mbstring. Preparing to unpack .../122-php8.2-mbstring_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-mbstring (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-mysql. Preparing to unpack .../123-php8.2-mysql_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-mysql (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-soap. Preparing to unpack .../124-php8.2-soap_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-soap (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.2-zip. Preparing to unpack .../125-php8.2-zip_8.2.22-1+ubuntu20.04.1+deb.sury.org+1_arm64.deb ... Unpacking php8.2-zip (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package ssl-cert. Preparing to unpack .../126-ssl-cert_1.0.39_all.deb ... Unpacking ssl-cert (1.0.39) ... Selecting previously unselected package postfix. Preparing to unpack .../127-postfix_3.4.13-0ubuntu1.4_arm64.deb ... Unpacking postfix (3.4.13-0ubuntu1.4) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../128-python-pip-whl_20.0.2-5ubuntu1.10_all.deb ... Unpacking python-pip-whl (20.0.2-5ubuntu1.10) ... Selecting previously unselected package python3-wheel. Preparing to unpack .../129-python3-wheel_0.34.2-1ubuntu0.1_all.deb ... Unpacking python3-wheel (0.34.2-1ubuntu0.1) ... Selecting previously unselected package python3-pip. Preparing to unpack .../130-python3-pip_20.0.2-5ubuntu1.10_all.deb ... Unpacking python3-pip (20.0.2-5ubuntu1.10) ... Selecting previously unselected package subversion. Preparing to unpack .../131-subversion_1.13.0-3ubuntu0.2_arm64.deb ... Unpacking subversion (1.13.0-3ubuntu0.2) ... Selecting previously unselected package unattended-upgrades. Preparing to unpack .../132-unattended-upgrades_2.3ubuntu0.3_all.deb ... Unpacking unattended-upgrades (2.3ubuntu0.3) ... Selecting previously unselected package unzip. Preparing to unpack .../133-unzip_6.0-25ubuntu1.2_arm64.deb ... Unpacking unzip (6.0-25ubuntu1.2) ... Selecting previously unselected package zip. Preparing to unpack .../134-zip_3.0-11build1_arm64.deb ... Unpacking zip (3.0-11build1) ... Selecting previously unselected package dos2unix. Preparing to unpack .../135-dos2unix_7.4.0-2_arm64.deb ... Unpacking dos2unix (7.4.0-2) ... Selecting previously unselected package libwebp-dev:arm64. Preparing to unpack .../136-libwebp-dev_0.6.1-2ubuntu0.20.04.3_arm64.deb ... Unpacking libwebp-dev:arm64 (0.6.1-2ubuntu0.20.04.3) ... Selecting previously unselected package webp. Preparing to unpack .../137-webp_0.6.1-2ubuntu0.20.04.3_arm64.deb ... Unpacking webp (0.6.1-2ubuntu0.20.04.3) ... Setting up libconfig-inifiles-perl (3.000002-1) ... Setting up shtool (2.0.8-10) ... Setting up libgraphite2-3:arm64 (1.3.13-11build1) ... Setting up liblcms2-2:arm64 (2.9-4) ... Setting up libx11-xcb1:arm64 (2:1.6.9-2ubuntu1.6) ... Setting up php8.2-common (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/calendar.ini with new version Creating config file /etc/php/8.2/mods-available/ctype.ini with new version Creating config file /etc/php/8.2/mods-available/exif.ini with new version Creating config file /etc/php/8.2/mods-available/fileinfo.ini with new version Creating config file /etc/php/8.2/mods-available/ffi.ini with new version Creating config file /etc/php/8.2/mods-available/ftp.ini with new version Creating config file /etc/php/8.2/mods-available/gettext.ini with new version Creating config file /etc/php/8.2/mods-available/iconv.ini with new version Creating config file /etc/php/8.2/mods-available/pdo.ini with new version Creating config file /etc/php/8.2/mods-available/phar.ini with new version Creating config file /etc/php/8.2/mods-available/posix.ini with new version Creating config file /etc/php/8.2/mods-available/shmop.ini with new version Creating config file /etc/php/8.2/mods-available/sockets.ini with new version Creating config file /etc/php/8.2/mods-available/sysvmsg.ini with new version Creating config file /etc/php/8.2/mods-available/sysvsem.ini with new version Creating config file /etc/php/8.2/mods-available/sysvshm.ini with new version Creating config file /etc/php/8.2/mods-available/tokenizer.ini with new version Setting up libxau6:arm64 (1:1.0.9-0ubuntu1) ... Setting up net-tools (1.60+git20180626.aebd88e-1ubuntu1) ... Setting up imagemagick-6-common (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu1) ... Setting up libdrm-nouveau2:arm64 (2.4.107-8ubuntu1~20.04.2) ... Setting up libxcb1:arm64 (1.14-2) ... Setting up libxcb-xfixes0:arm64 (1.14-2) ... Setting up php8.2-mysql (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/mysqlnd.ini with new version Creating config file /etc/php/8.2/mods-available/mysqli.ini with new version Creating config file /etc/php/8.2/mods-available/pdo_mysql.ini with new version Setting up hicolor-icon-theme (0.17-2) ... Setting up php8.2-bcmath (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/bcmath.ini with new version Setting up nginx (1.27.1-1~focal) ... Created symlink /etc/systemd/system/multi-user.target.wants/nginx.service → /lib/systemd/system/nginx.service. Setting up libdrm-radeon1:arm64 (2.4.107-8ubuntu1~20.04.2) ... Setting up libglvnd0:arm64 (1.3.2-1~ubuntu0.20.04.2) ... Setting up php8.2-opcache (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/opcache.ini with new version Setting up libzip4:arm64 (1.7.3-1+ubuntu20.04.1+deb.sury.org+2) ... Setting up libxcb-glx0:arm64 (1.14-2) ... Setting up unzip (6.0-25ubuntu1.2) ... Setting up mlock (8:2007f~dfsg-7) ... Setting up libutf8proc2:arm64 (2.5.0-1) ... Setting up php8.2-readline (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/readline.ini with new version Setting up lftp (4.8.4-2build3) ... Setting up libsensors-config (1:3.6.0-2ubuntu1.1) ... Setting up libapr1:arm64 (1.6.5-1ubuntu1) ... Setting up linux-libc-dev:arm64 (5.4.0-193.213) ... Setting up m4 (1.4.18-4) ... Setting up libxcb-shm0:arm64 (1.14-2) ... Setting up libnet1:arm64 (1.1.6+dfsg-3.1build1) ... Setting up libgomp1:arm64 (10.5.0-1ubuntu1~20.04) ... Setting up libopts25:arm64 (1:5.18.16-3) ... Setting up libyaml-perl (1.30-1) ... Setting up python3-wheel (0.34.2-1ubuntu0.1) ... Setting up colordiff (1.0.18-1) ... Setting up libjbig0:arm64 (2.1-3.1ubuntu0.20.04.1) ... Setting up php8.2-intl (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/intl.ini with new version Setting up ntpdate (1:4.2.8p12+dfsg-3ubuntu4.20.04.1) ... Setting up memcached (1.5.22-2ubuntu0.3) ... Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. Setting up libpcre2-16-0:arm64 (10.42-3+ubuntu20.04.1+deb.sury.org+1) ... Setting up libhashkit2:arm64 (1.1.4-1+ubuntu20.04.1+deb.sury.org+1) ... Setting up libsnappy1v5:arm64 (1.1.8-1build1) ... Setting up libxcb-present0:arm64 (1.14-2) ... Setting up libasan5:arm64 (9.4.0-1ubuntu1~20.04.2) ... Setting up zip (3.0-11build1) ... Setting up autotools-dev (20180224.1) ... Setting up libpcre2-32-0:arm64 (10.42-3+ubuntu20.04.1+deb.sury.org+1) ... Setting up php8.2-curl (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/curl.ini with new version Setting up libx11-data (2:1.6.9-2ubuntu1.6) ... Setting up ssl-cert (1.0.39) ... Setting up libxcb-sync1:arm64 (1.14-2) ... Setting up libavahi-common-data:arm64 (0.7-4ubuntu7.3) ... Setting up socat (1.7.3.3-2) ... Setting up libllvm12:arm64 (1:12.0.0-3ubuntu1~20.04.5) ... Setting up ntp (1:4.2.8p12+dfsg-3ubuntu4.20.04.1) ... Created symlink /etc/systemd/system/network-pre.target.wants/ntp-systemd-netif.path → /lib/systemd/system/ntp-systemd-netif.path. Created symlink /etc/systemd/system/multi-user.target.wants/ntp.service → /lib/systemd/system/ntp.service. ntp-systemd-netif.service is a disabled or a static unit, not starting it. Setting up libimagequant0:arm64 (2.12.2-1.1) ... Setting up libssl-dev:arm64 (1.1.1f-1ubuntu2.23) ... Setting up mariadb-server-core-10.3 (1:10.3.39-0ubuntu0.20.04.2) ... Setting up libatomic1:arm64 (10.5.0-1ubuntu1~20.04) ... Setting up libwebp6:arm64 (0.6.1-2ubuntu0.20.04.3) ... Setting up libcroco3:arm64 (0.6.13-1ubuntu0.1) ... Setting up fonts-dejavu-core (2.37-1) ... Setting up libsensors5:arm64 (1:3.6.0-2ubuntu1.1) ... Setting up libjpeg-turbo8:arm64 (2.0.3-0ubuntu1.20.04.3) ... Setting up libfftw3-double3:arm64 (3.3.8-2ubuntu1) ... Setting up libglapi-mesa:arm64 (21.2.6-0ubuntu0.1~20.04.2) ... Setting up libdpkg-perl (1.19.7ubuntu3.2) ... Setting up libvulkan1:arm64 (1.2.131.2-1) ... Setting up autoconf (2.69-11.1) ... Setting up galera-3 (25.3.29-1) ... Setting up libubsan1:arm64 (10.5.0-1ubuntu1~20.04) ... Setting up libxcb-dri2-0:arm64 (1.14-2) ... Setting up libgif7:arm64 (5.1.9-1ubuntu0.1) ... Setting up postfix (3.4.13-0ubuntu1.4) ... Adding group `postfix' (GID 121) ... Done. Adding system user `postfix' (UID 115) ... Adding new user `postfix' (UID 115) with group `postfix' ... Not creating home directory `/var/spool/postfix'. Creating /etc/postfix/dynamicmaps.cf Adding group `postdrop' (GID 122) ... Done. setting myhostname: vvv.localdomain setting alias maps setting alias database mailname is not a fully qualified domain name. Not changing /etc/mailname. setting destinations: $myhostname, vvv, localhost.localdomain, , localhost setting relayhost: setting mynetworks: 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 setting mailbox_size_limit: 0 setting recipient_delimiter: + setting inet_interfaces: all setting inet_protocols: all /etc/aliases does not exist, creating it. WARNING: /etc/aliases exists, but does not have a root alias. Postfix (main.cf) is now set up with a default configuration. If you need to make changes, edit /etc/postfix/main.cf (and others) as needed. To view Postfix configuration values, see postconf(1). After modifying main.cf, be sure to run 'systemctl reload postfix'. Running newaliases Created symlink /etc/systemd/system/multi-user.target.wants/postfix.service → /lib/systemd/system/postfix.service. Setting up libpcre2-posix3:arm64 (10.42-3+ubuntu20.04.1+deb.sury.org+1) ... Setting up liblqr-1-0:arm64 (0.4.2-2.1) ... Setting up libmemcached11:arm64 (1.1.4-1+ubuntu20.04.1+deb.sury.org+1) ... Setting up libxshmfence1:arm64 (1.3-1) ... Setting up mariadb-client-core-10.3 (1:10.3.39-0ubuntu0.20.04.2) ... Setting up libcrypt-dev:arm64 (1:4.4.10-10ubuntu4) ... Setting up libxslt1.1:arm64 (1.1.34-4ubuntu0.20.04.1) ... Setting up php8.2-gmp (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/gmp.ini with new version Setting up libx11-6:arm64 (2:1.6.9-2ubuntu1.6) ... Setting up libharfbuzz0b:arm64 (2.6.4-1ubuntu4.2) ... Setting up libssh2-1:arm64 (1.8.0-2.1ubuntu0.1) ... Setting up python-pip-whl (20.0.2-5ubuntu1.10) ... Setting up dos2unix (7.4.0-2) ... Setting up libc-client2007e (8:2007f~dfsg-7) ... Setting up libterm-readkey-perl (2.38-1build1) ... Setting up php8.2-cli (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... update-alternatives: using /usr/bin/php8.2 to provide /usr/bin/php (php) in auto mode update-alternatives: using /usr/bin/phar8.2 to provide /usr/bin/phar (phar) in auto mode update-alternatives: using /usr/bin/phar.phar8.2 to provide /usr/bin/phar.phar (phar.phar) in auto mode Creating config file /etc/php/8.2/cli/php.ini with new version Setting up libc-dev-bin (2.31-0ubuntu9.16) ... Setting up libdaemon0:arm64 (0.14-7) ... Setting up git-lfs (2.9.2-1) ... Setting up php8.2-pcov (1.0.11-5+ubuntu20.04.1+deb.sury.org+2) ... Setting up libwebpmux3:arm64 (0.6.1-2ubuntu0.20.04.3) ... Setting up php8.2-soap (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/soap.ini with new version Setting up python3-distro-info (0.23ubuntu1.1) ... Setting up libcc1-0:arm64 (10.5.0-1ubuntu1~20.04) ... Setting up libonig5:arm64 (6.9.4-1) ... Setting up libdbi-perl:arm64 (1.643-1ubuntu0.1) ... Setting up liblsan0:arm64 (10.5.0-1ubuntu1~20.04) ... Setting up libitm1:arm64 (10.5.0-1ubuntu1~20.04) ... Setting up libdrm-amdgpu1:arm64 (2.4.107-8ubuntu1~20.04.2) ... Setting up libaprutil1:arm64 (1.6.1-4ubuntu2.2) ... Setting up libtsan0:arm64 (10.5.0-1ubuntu1~20.04) ... Setting up libjpeg8:arm64 (8c-2ubuntu8) ... Setting up automake (1:1.16.1-4ubuntu6) ... update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode Setting up php8.2-ssh2 (1.4.1-1+ubuntu20.04.1+deb.sury.org+1) ... Setting up libxcb-dri3-0:arm64 (1.14-2) ... Setting up gettext (0.19.8.1-10build1) ... Setting up php8.2-memcache (8.2-2+ubuntu20.04.1+deb.sury.org+2) ... Setting up php8.2-imap (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/imap.ini with new version Setting up libxpm4:arm64 (1:3.5.12-1ubuntu0.20.04.2) ... Setting up libjq1:arm64 (1.6-1ubuntu0.20.04.1) ... Setting up php8.2-zip (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/zip.ini with new version Setting up fontconfig-config (2.13.1-2ubuntu3) ... Setting up libwebpdemux2:arm64 (0.6.1-2ubuntu0.20.04.3) ... Setting up php8.2-mbstring (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/mbstring.ini with new version Setting up libgl1-mesa-dri:arm64 (21.2.6-0ubuntu0.1~20.04.2) ... Setting up php8.2-xdebug (3.3.2-1+ubuntu20.04.1+deb.sury.org+1) ... Setting up libserf-1-1:arm64 (1.3.9-8build1) ... Setting up libavahi-common3:arm64 (0.7-4ubuntu7.3) ... Setting up ngrep (1.47+ds1-2) ... Setting up libxext6:arm64 (2:1.3.4-0ubuntu1) ... Setting up libxxf86vm1:arm64 (1:1.1.4-1build1) ... Setting up php8.2-igbinary (3.2.15-1+ubuntu20.04.1+deb.sury.org+1) ... Setting up libgcc-9-dev:arm64 (9.4.0-1ubuntu1~20.04.2) ... Setting up php8.2-fpm (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/fpm/php.ini with new version Created symlink /etc/systemd/system/multi-user.target.wants/php8.2-fpm.service → /lib/systemd/system/php8.2-fpm.service. Setting up unattended-upgrades (2.3ubuntu0.3) ... Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /lib/systemd/system/unattended-upgrades.service. Synchronizing state of unattended-upgrades.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable unattended-upgrades Setting up libwebp-dev:arm64 (0.6.1-2ubuntu0.20.04.3) ... Setting up libxfixes3:arm64 (1:5.0.3-2) ... Setting up php8.2-xml (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/dom.ini with new version Creating config file /etc/php/8.2/mods-available/simplexml.ini with new version Creating config file /etc/php/8.2/mods-available/xml.ini with new version Creating config file /etc/php/8.2/mods-available/xmlreader.ini with new version Creating config file /etc/php/8.2/mods-available/xmlwriter.ini with new version Creating config file /etc/php/8.2/mods-available/xsl.ini with new version Setting up libraqm0:arm64 (0.7.0-4) ... Setting up mariadb-client-10.3 (1:10.3.39-0ubuntu0.20.04.2) ... Setting up php8.2-redis (6.0.2-1+ubuntu20.04.1+deb.sury.org+1) ... Setting up pkg-config (0.29.1-0ubuntu4) ... Setting up python3-pip (20.0.2-5ubuntu1.10) ... Setting up php8.2-msgpack (1:2.2.0-4+ubuntu20.04.1+deb.sury.org+1) ... Setting up jq (1.6-1ubuntu0.20.04.1) ... Setting up mariadb-server-10.3 (1:10.3.39-0ubuntu0.20.04.2) ... Created symlink /etc/systemd/system/mysql.service → /lib/systemd/system/mariadb.service. Created symlink /etc/systemd/system/mysqld.service → /lib/systemd/system/mariadb.service. Created symlink /etc/systemd/system/multi-user.target.wants/mariadb.service → /lib/systemd/system/mariadb.service. Setting up libc6-dev:arm64 (2.31-0ubuntu9.16) ... Setting up libtiff5:arm64 (4.1.0+git191117-2ubuntu0.20.04.13) ... Setting up libfontconfig1:arm64 (2.13.1-2ubuntu3) ... Setting up php8.2-yaml (2.2.3-2+ubuntu20.04.1+deb.sury.org+2) ... Setting up libsvn1:arm64 (1.13.0-3ubuntu0.2) ... Setting up libavahi-core7:arm64 (0.7-4ubuntu7.3) ... Setting up libavahi-client3:arm64 (0.7-4ubuntu7.3) ... Setting up gcc-9 (9.4.0-1ubuntu1~20.04.2) ... Setting up libsvn-perl:arm64 (1.13.0-3ubuntu0.2) ... Setting up php-pear (1:1.10.13+submodules+notgz+2022032202-2+ubuntu20.04.1+deb.sury.org+1) ... Setting up libglx-mesa0:arm64 (21.2.6-0ubuntu0.1~20.04.2) ... Setting up libpcre2-dev:arm64 (10.42-3+ubuntu20.04.1+deb.sury.org+1) ... Setting up libxi6:arm64 (2:1.7.10-0ubuntu1) ... Setting up libglx0:arm64 (1.3.2-1~ubuntu0.20.04.2) ... Setting up libtool (2.4.6-14) ... Setting up subversion (1.13.0-3ubuntu0.2) ... Setting up git-svn (1:2.46.0-0ppa1~ubuntu20.04.1) ... Setting up gcc (4:9.3.0-1ubuntu2) ... Setting up mariadb-server (1:10.3.39-0ubuntu0.20.04.2) ... Setting up libmagickcore-6.q16-6:arm64 (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... Setting up php8.2-dev (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... update-alternatives: using /usr/bin/php-config8.2 to provide /usr/bin/php-config (php-config) in auto mode update-alternatives: using /usr/bin/phpize8.2 to provide /usr/bin/phpize (phpize) in auto mode Setting up libgl1:arm64 (1.3.2-1~ubuntu0.20.04.2) ... Setting up php8.2-memcached (3.2.0++-1+ubuntu20.04.1+deb.sury.org+2) ... Setting up libgd3:arm64 (2.3.3-12+ubuntu20.04.1+deb.sury.org+1) ... Setting up libgl1-mesa-glx:arm64 (21.2.6-0ubuntu0.1~20.04.2) ... Setting up avahi-daemon (0.7-4ubuntu7.3) ... Created symlink /etc/systemd/system/dbus-org.freedesktop.Avahi.service → /lib/systemd/system/avahi-daemon.service. Created symlink /etc/systemd/system/multi-user.target.wants/avahi-daemon.service → /lib/systemd/system/avahi-daemon.service. Created symlink /etc/systemd/system/sockets.target.wants/avahi-daemon.socket → /lib/systemd/system/avahi-daemon.socket. Setting up libmagickwand-6.q16-6:arm64 (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... Setting up php8.2-gd (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Creating config file /etc/php/8.2/mods-available/gd.ini with new version Setting up freeglut3:arm64 (2.8.1-3) ... Setting up avahi-utils (0.7-4ubuntu7.3) ... Setting up php8.2-imagick (3.7.0-5+ubuntu20.04.1+deb.sury.org+1) ... Setting up imagemagick-6.q16 (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode Setting up webp (0.6.1-2ubuntu0.20.04.3) ... Setting up imagemagick (8:6.9.10.23+dfsg-2.1ubuntu11.10) ... Processing triggers for mime-support (3.64ubuntu1) ... Processing triggers for libc-bin (2.31-0ubuntu9.16) ... Processing triggers for rsyslog (8.2001.0-1ubuntu1.3) ... Processing triggers for ufw (0.36-6ubuntu1.1) ... Processing triggers for systemd (245.4-4ubuntu3.23) ... Processing triggers for man-db (2.9.1-1) ... Processing triggers for dbus (1.12.16-2ubuntu2.3) ... Processing triggers for install-info (6.7.0.dfsg.2-5) ... Processing triggers for php8.2-cli (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... Processing triggers for php8.2-fpm (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ... [0m[39m[2m * Removing unnecessary apt packages...[21m[0m Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. [0m[39m[2m * Cleaning apt caches...[21m[0m [0m[39m[2m * Running after_packages[21m[0m [0m[39m[2m ▷ Running [0m[1m[0;38;5;5mafter_packages[21m[0m[39m[2m hook[21m[0m [0m[39m[2m * Installing Shyaml for bash provisioning..[21m[0m Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (0.34.2) Collecting shyaml Downloading shyaml-0.6.2-py2.py3-none-any.whl (19 kB) Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from shyaml) (5.3.1) Installing collected packages: shyaml Successfully installed shyaml-0.6.2 [0m[39m[2m * Git hasn't been told how to merge branches, setting pull.rebase false for the merge strategy[21m[0m [0m[39m[2m * Git hasn't been told how to merge branches, setting pull.rebase false for the merge strategy[21m[0m [0m[39m[2m * Installing MailHog[21m[0m [0;38;5;2m * Mailhog binary installed[0m[0m [0m[39m[2m * Installing MHSendmail[21m[0m [0;38;5;2m * MHSendmail downloaded[0m[0m [0m[39m[2m * Adding Mailhog service file[21m[0m [0m[39m[2m * Enabling MailHog Service[21m[0m [0m[39m[2m * Starting MailHog Service[21m[0m [0m[39m[2m * Started MailHog Service[21m[0m [0m[39m[2m * Checking for NVM[21m[0m [0m[39m[2m - Installing NVM via git[21m[0m Cloning into '/home/vagrant/.nvm'... Note: switching to 'v0.40.0'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at deac4e0 v0.40.0 /home/vagrant [0m[39m[2m - Loading nvm[21m[0m [0m[39m[2m - NVM loaded[21m[0m [0;38;5;2m ✓ NVM installed[0m[0m [0m[39m[2m - Installing Node 20 via nvm[21m[0m Downloading and installing node v20.17.0... Downloading https://nodejs.org/dist/v20.17.0/node-v20.17.0-linux-arm64.tar.xz... 0.0% ####### 9.8% ################## 25.6% ################################## 48.5% ################################################## 69.5% ######################################################################## 100.0% Computing checksum with sha256sum Checksums matched! Now using node v20.17.0 (npm v10.8.2) Creating default alias: default -> 20 (-> v20.17.0 *) Now using node v20.17.0 (npm v10.8.2) [0m[39m[2m - Ensuring vagrant user owns its own nvm folder[21m[0m [0;38;5;2m ✓ NVM setup completed[0m[0m [0m[39m[2m * Setting up database configuration file links...[21m[0m [0m[39m[2m * Copied /srv/provision/core/mariadb/config/my.cnf to /etc/mysql/my.cnf[21m[0m [0m[39m[2m * Copied /srv/provision/core/mariadb/config/root-my.cnf to /root/.my.cnf[21m[0m [0m[39m[2m * Copied /srv/provision/core/mariadb/config/root-my.cnf to /home/vagrant/.my.cnf[21m[0m [0m[39m[2m * Copied /srv/provision/core/mariadb/config/debian.cnf to /etc/mysql/debian.cnf[21m[0m [0m[39m[2m * Ensuring MariaDB service is started[21m[0m [0m[39m[2m * Checking the root user password is root[21m[0m [0;38;5;3m * The root password is not root, fixing[0m[0m ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'PASSWORD('root')' at line 1 [0;38;5;9m ! The [0m[1m[0;38;5;5m'main'[21m[0;38;5;9m provisioner ran into problems, the full log is available at [0m[1m[0;38;5;5m'/var/log/provisioners/2024.08.23_12-35-40/provisioner-main.log'[21m[0;38;5;9m. It completed in [0m[1m[0;38;5;5m151[21m[0;38;5;9m seconds.[0m[0m ```
columbian-chris commented 2 weeks ago

Tried reprovisioning and got stuck at a weird mysql root password error.

I SSHed in and reset the MariaDB root password using `sudo mysqladmin -u root password root` and reprovisioned and it did fully provision, although I did this error in the provision: ``` ... default: * Testing network connection to https://ppa.launchpadcontent.net with wget -q --spider --timeout=5 --tries=3 https://ppa.launchpadcontent.net default: * Successful Network connection to https://ppa.launchpadcontent.net detected default: * Testing network connection to https://wordpress.org with wget -q --spider --timeout=5 --tries=3 https://wordpress.org default: * Successful Network connection to https://wordpress.org detected default: * Testing network connection to https://github.com with wget -q --spider --timeout=5 --tries=3 https://github.com default: * Successful Network connection to https://github.com detected default: * Testing network connection to https://raw.githubusercontent.com with wget -q --spider --timeout=5 --tries=3 https://raw.githubusercontent.com default: * Successful Network connection to https://raw.githubusercontent.com detected default: * Testing network connection to https://getcomposer.org with wget -q --spider --timeout=5 --tries=3 https://getcomposer.org default: * Successful Network connection to https://getcomposer.org detected default: * Testing network connection to https://deb.nodesource.com with wget -q --spider --timeout=5 --tries=3 https://deb.nodesource.com default: * Successful Network connection to https://deb.nodesource.com detected default: * Testing network connection to https://mirror.rackspace.com with wget -q --spider --timeout=5 --tries=3 https://mirror.rackspace.com default: ! Network connection issues found. Unable to reach https://mirror.rackspace.com default: ################################################################# default: default: ! Warning! Network Problems: default: default: VVV tried to check several domains it needs for provisioning but 1 of 7 failed: default: default: [x] https://ppa.launchpadcontent.net| default: [x] https://wordpress.org| default: [x] https://github.com| default: [x] https://raw.githubusercontent.com| default: [x] https://getcomposer.org| default: [x] https://deb.nodesource.com| default: [x] https://mirror.rackspace.com| default: default: Make sure you have a working internet connection, that you default: restarted after installing VirtualBox/Parallels/Vagrant, and that default: they aren't blocked by a firewall or security software. default: If you can load the address in your browser, then VVV should default: be able to connect. default: default: Also note that some users have reported issues when combined default: with VPNs, disable your VPN and reprovision to see if this is default: the cause. default: default: Additionally, if you're at a contributor day event, be kind, default: provisioning involves downloading things, a full provision may default: ruin the wifi for everybody else :( default: default: Network ifconfig output: default: default: eth0: flags=4163 mtu 1500 default: inet 10.211.55.4 netmask 255.255.255.0 broadcast 10.211.55.255 default: inet6 fdb2:2c26:f4e4:0:21c:42ff:fee7:b819 prefixlen 64 scopeid 0x0 default: inet6 fe80::21c:42ff:fee7:b819 prefixlen 64 scopeid 0x20 default: ether 00:1c:42:e7:b8:19 txqueuelen 1000 (Ethernet) default: RX packets 2637 bytes 342250 (342.2 KB) default: RX errors 0 dropped 0 overruns 0 frame 0 default: TX packets 2644 bytes 380108 (380.1 KB) default: TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 default: default: eth1: flags=4163 mtu 1500 default: inet 192.168.56.4 netmask 255.255.255.0 broadcast 192.168.56.255 default: inet6 fdb2:2c26:f4e4:2:21c:42ff:fe73:76f1 prefixlen 64 scopeid 0x0 default: inet6 fe80::21c:42ff:fe73:76f1 prefixlen 64 scopeid 0x20 default: ether 00:1c:42:73:76:f1 txqueuelen 1000 (Ethernet) default: RX packets 2 bytes 220 (220.0 B) default: RX errors 0 dropped 0 overruns 0 frame 0 default: TX packets 55 bytes 7924 (7.9 KB) default: TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 default: default: lo: flags=73 mtu 65536 default: inet 127.0.0.1 netmask 255.0.0.0 default: inet6 ::1 prefixlen 128 scopeid 0x10 default: loop txqueuelen 1000 (Local Loopback) default: RX packets 10 bytes 1552 (1.5 KB) default: RX errors 0 dropped 0 overruns 0 frame 0 default: TX packets 10 bytes 1552 (1.5 KB) default: TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 default: default: default: Try provisioning again once network connectivity is restored. default: If that doesn't work, and you're sure you have no VPNs and a strong default: internet connection, open an issue on GitHub, and include the default: output above so that the problem can be debugged default: default: vagrant halt default: vagrant up --provision default: default: https://github.com/Varying-Vagrant-Vagrants/VVV/issues default: default: ################################################################# default: ================================================================================================== default: ! If this check fails despite succeeding in the browser, contact us in Slack or GitHub immediately default: ================================================================================================== default: * Apt package install pre-checks default: ▷ Running before_packages hook default: * Setting up MySQL configuration file links... default: * mysql group exists default: * mysql user present and has uid 9001 default: * Copying /srv/provision/core/mariadb/config/vvv-core.cnf to /etc/mysql/conf.d/vvv-core.cnf default: * Copying PHP configs default: * Checking supplementary PHP configs default: ✔ Finished before_packages hook in 0s ...continues... ```

I reprovisioned again and didn't get the error trying to connect to mirror.rackspace.com. Everything looks good on the surface but I can't access any sites in a web browser, including vvv.test. At least I could get it to fire up without any errors.

tomjn commented 2 weeks ago

Tried reprovisioning and got stuck at a weird mysql root password error...

Surprising but I see rackspace have more issues with their mariadb mirror again in your log output >_<

W: Failed to fetch https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu/dists/focal/main/source/Sources Could not connect to mirror.rackspace.com:443 (166.78.229.131). - connect (111: Connection refused) [IP: 166.78.229.131 443]

Can you check https://mariadb.gb.ssimn.org/repo/10.5/ubuntu and let me know how quickly that loads for you? Is it super slow or is it a reasonable loading time? I'm assuming from the username you're in an American timezone?

The network check used to halt provisioning but it seems that some people could provision even with it failing, we had someone pop up with rackspace Apt issues a few days ago which resolved on their own.

Do you maybe have a link to your PR so I can ask the vagrant folks if that's going to be released here at some point soon? Is it https://github.com/hashicorp/vagrant/issues/13371?

That's the issue, my PR to fix it got merged but looking at what was already there someone else had tried fixing it for another reason and that hadn't been released either.

https://github.com/hashicorp/vagrant/issues/13339#issuecomment-1906805586 seems to diagnose the issue better and reveal the root causes, and also implies downgrading docker to <v25 might also be a solution though I'm loathe to do that. You could also apply the change directly to the vagrant gem ruby files which is how I debugged the issue though that's more of a hack ( albeit one that gets stuff working )

Given 2.4.1 was in January it's been quite a while for a 2.4.2 release

I wonder if doing a bleeding edge build of vagrant from source would have this modification included?

Their release page should have a 2.4.2 dev build so you shouldn't have to build from source, here's one from July https://github.com/hashicorp/vagrant/releases/tag/2.4.2.dev%2B000038-26a1ff10

404 Not Found
Index of /repo/10.5/ubuntu
GitHub
Release 2.4.2.dev+000038-26a1ff10 · hashicorp/vagrant
Custom Vagrant build on main at 26a1ff10
tomjn commented 2 weeks ago

For VMWare this was what failed the provisioning during the Nginx package install:

Setting up php8.2-bcmath (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ...

Creating config file /etc/php/8.2/mods-available/bcmath.ini with new version
Setting up nginx (1.27.1-1~focal) ...
chown: changing ownership of '/var/log/nginx/access.log': Operation not permitted
dpkg: error processing package nginx (--configure):
 installed nginx package post-installation script subprocess returned error exit status 1
Setting up libdrm-radeon1:arm64 (2.4.107-8ubuntu1~20.04.2) ...
Setting up libglvnd0:arm64 (1.3.2-1~ubuntu0.20.04.2) ...
Setting up php8.2-opcache (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ...

Currently we mount that folder and others like this:

  # The VMware Provider does not understand "dmode"/"fmode" in the "mount_options" as
  # those are specific to Virtualbox. The folder is therefore overridden with one that
  # uses corresponding VMware mount options.
  config.vm.provider :vmware_desktop do |_v, override|
    override.vm.synced_folder 'www/', '/srv/www', owner: 'vagrant', group: 'www-data', mount_options: ['umask=002']

    override.vm.synced_folder 'log/memcached', '/var/log/memcached', owner: 'root', create: true, group: 'root', mount_options: ['umask=000']
    override.vm.synced_folder 'log/nginx', '/var/log/nginx', owner: 'root', create: true, group: 'root', mount_options: ['umask=000']
    override.vm.synced_folder 'log/php', '/var/log/php', create: true, owner: 'root', group: 'root', mount_options: ['umask=000']
    override.vm.synced_folder 'log/provisioners', '/var/log/provisioners', create: true, owner: 'root', group: 'root', mount_options: ['umask=000']

I wonder if it's the owner/group or the umask that needs changing for that. Also curious if VMWare is running the Arm64 box or if it's using x86 + Rosetta 2 or transpiling on the fly

columbian-chris commented 2 weeks ago

I wonder if it's the owner/group or the umask that needs changing for that.

I changed the all of the umasks to `777` just to give it a shot and my provision failed: ``` 0;38;5;2m ▷ Running the 0m 1m 0;38;5;5m'main' 21m 0;38;5;2m provisioner... 0m 0m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5minit 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Bash profile setup and directories. 21m 0m 0m 39m 2m * Reloading SSH Daemon 21m 0m 0m 39m 2m * checking Ubuntu version 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5minit 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://ppa.launchpadcontent.net 0m with wget -q --spider --timeout=5 --tries=3 https://ppa.launchpadcontent.net 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://ppa.launchpadcontent.net 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://wordpress.org 0m with wget -q --spider --timeout=5 --tries=3 https://wordpress.org 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://wordpress.org 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://github.com 0m with wget -q --spider --timeout=5 --tries=3 https://github.com 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://github.com 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://raw.githubusercontent.com 0m with wget -q --spider --timeout=5 --tries=3 https://raw.githubusercontent.com 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://raw.githubusercontent.com 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://getcomposer.org 0m with wget -q --spider --timeout=5 --tries=3 https://getcomposer.org 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://getcomposer.org 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://deb.nodesource.com 0m with wget -q --spider --timeout=5 --tries=3 https://deb.nodesource.com 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://deb.nodesource.com 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://mirror.rackspace.com 0m with wget -q --spider --timeout=5 --tries=3 https://mirror.rackspace.com 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://mirror.rackspace.com 0m 0;38;5;2m detected 0m 0m 0;38;5;2m * Network checks succeeded 0m 0m 0m 39m 2m * Apt package install pre-checks 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mbefore_packages 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Setting up MySQL configuration file links... 21m 0m 0m 39m 2m * mysql group exists 21m 0m 0m 39m 2m * mysql user present and has uid 9001 21m 0m 0m 39m 2m * Copying /srv/provision/core/mariadb/config/vvv-core.cnf to /etc/mysql/conf.d/vvv-core.cnf 21m 0m 0m 39m 2m * Copying PHP configs 21m 0m 0m 39m 2m * Checking supplementary PHP configs 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mbefore_packages 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Registering apt keys 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mregister_apt_keys 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Replacing expired Nginx signing key... 21m 0m OK 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mregister_apt_keys 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Registering apt sources 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mregister_apt_sources 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * git-core/ppa already present, skipping 21m 0m 0m 39m 2m * installing MariaDB apt sources 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mregister_apt_sources 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Upgrading apt packages 21m 0m 0m 39m 2m * Updating apt keys 21m 0m gpg: key 3B4FE6ACC0B21F32: 3 signatures not checked due to missing keys gpg: key 3B4FE6ACC0B21F32: "Ubuntu Archive Automatic Signing Key (2012) " not changed gpg: key D94AA3F0EFE21092: 3 signatures not checked due to missing keys gpg: key D94AA3F0EFE21092: "Ubuntu CD Image Automatic Signing Key (2012) " not changed gpg: key 871920D1991BC93C: 1 signature not checked due to a missing key gpg: key 871920D1991BC93C: "Ubuntu Archive Automatic Signing Key (2018) " not changed gpg: Total number processed: 3 gpg: unchanged: 3 0m 39m 2m * Running apt-get update... 21m 0m Get:1 https://packagecloud.io/github/git-lfs/ubuntu focal InRelease [28.0 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB] Get:3 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease [24.6 kB] Get:4 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal InRelease [24.6 kB] Get:5 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main arm64 Packages [3,028 B] Get:6 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main Sources [49.3 kB] Get:7 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main Translation-en [2,252 B] Get:8 https://nginx.org/packages/mainline/ubuntu focal InRelease [3,602 B] Get:9 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 Packages [131 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [128 kB] Get:11 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal InRelease [7,767 B] Get:12 https://nginx.org/packages/mainline/ubuntu focal/nginx Sources [67.5 kB] Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [128 kB] Get:14 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main Translation-en [42.0 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [128 kB] Get:16 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main Sources [1,812 B] Get:17 https://nginx.org/packages/mainline/ubuntu focal/nginx arm64 Packages [70.7 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [940 kB] Get:19 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main amd64 Packages [17.4 kB] Get:20 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main arm64 Packages [16.6 kB] Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main Translation-en [506 kB] Get:22 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main ppc64el Packages [16.7 kB] Get:23 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1,300 B] Get:24 http://ports.ubuntu.com/ubuntu-ports focal/restricted Translation-en [6,212 B] Get:25 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main s390x Packages [15.6 kB] Get:26 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [8,458 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports focal/universe Translation-en [5,124 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [114 kB] Get:29 http://ports.ubuntu.com/ubuntu-ports focal/multiverse Translation-en [104 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2,712 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/main Translation-en [547 kB] Get:32 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [46.6 kB] Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted Translation-en [448 kB] Get:34 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1,141 kB] Get:35 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe Translation-en [294 kB] Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [10.7 kB] Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse Translation-en [7,936 B] Get:38 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [45.4 kB] Get:39 http://ports.ubuntu.com/ubuntu-ports focal-backports/main Translation-en [16.3 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [24.3 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe Translation-en [16.3 kB] Get:42 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [2,416 kB] Get:43 http://ports.ubuntu.com/ubuntu-ports focal-security/main Translation-en [467 kB] Get:44 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [46.3 kB] Get:45 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted Translation-en [431 kB] Get:46 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [922 kB] Get:47 http://ports.ubuntu.com/ubuntu-ports focal-security/universe Translation-en [212 kB] Get:48 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [5,400 B] Get:49 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse Translation-en [5,968 B] Fetched 26.2 MB in 14s (1,822 kB/s) Reading package lists... Setting up nginx (1.27.1-1~focal) ... chown: changing ownership of '/var/log/nginx/error.log': Operation not permitted dpkg: error processing package nginx (--configure): installed nginx package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: nginx 0;38;5;9m ! The 0m 1m 0;38;5;5m'main' 21m 0;38;5;9m provisioner ran into problems, the full log is available at 0m 1m 0;38;5;5m'/var/log/provisioners/2024.08.23_20-45-01/provisioner-main.log' 21m 0;38;5;9m. It completed in 0m 1m 0;38;5;5m19 21m 0;38;5;9m seconds. 0m 0m ```

I also tried changing the owner and group to vagrant (the umasks still set to 777) and this was the result of my provision:

provisioner-main.log ``` 0;38;5;2m ▷ Running the 0m 1m 0;38;5;5m'main' 21m 0;38;5;2m provisioner... 0m 0m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5minit 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Bash profile setup and directories. 21m 0m 0m 39m 2m * Reloading SSH Daemon 21m 0m 0m 39m 2m * checking Ubuntu version 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5minit 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m1s 21m 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://ppa.launchpadcontent.net 0m with wget -q --spider --timeout=5 --tries=3 https://ppa.launchpadcontent.net 21m 0m 0;38;5;9m ! Network connection issues found. Unable to reach 0m 4;38;5;3mhttps://ppa.launchpadcontent.net 0m 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://wordpress.org 0m with wget -q --spider --timeout=5 --tries=3 https://wordpress.org 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://wordpress.org 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://github.com 0m with wget -q --spider --timeout=5 --tries=3 https://github.com 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://github.com 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://raw.githubusercontent.com 0m with wget -q --spider --timeout=5 --tries=3 https://raw.githubusercontent.com 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://raw.githubusercontent.com 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://getcomposer.org 0m with wget -q --spider --timeout=5 --tries=3 https://getcomposer.org 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://getcomposer.org 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://deb.nodesource.com 0m with wget -q --spider --timeout=5 --tries=3 https://deb.nodesource.com 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://deb.nodesource.com 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://mirror.rackspace.com 0m with wget -q --spider --timeout=5 --tries=3 https://mirror.rackspace.com 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://mirror.rackspace.com 0m 0;38;5;2m detected 0m 0m 0;38;5;9m################################################################# 0m 0m 0;38;5;9m 0m 0m 0;38;5;9m! Warning! Network Problems: 0m 0m 0;38;5;9m 0m 0m 0;38;5;9mVVV tried to check several domains it needs for provisioning but 1 of 7 failed: 0m 0m 0;38;5;9m 0m 0m 0m [ 0;38;5;9mx 0m] https://ppa.launchpadcontent.net 0;38;5;9m| 0m [ 0;38;5;9mx 0m] https://wordpress.org 0;38;5;9m| 0m [ 0;38;5;9mx 0m] https://github.com 0;38;5;9m| 0m [ 0;38;5;9mx 0m] https://raw.githubusercontent.com 0;38;5;9m| 0m [ 0;38;5;9mx 0m] https://getcomposer.org 0;38;5;9m| 0m [ 0;38;5;9mx 0m] https://deb.nodesource.com 0;38;5;9m| 0m [ 0;38;5;9mx 0m] https://mirror.rackspace.com 0;38;5;9m| 0;38;5;9m 0m 0m 0;38;5;9mMake sure you have a working internet connection, that you 0m 0m 0;38;5;9mrestarted after installing VirtualBox/Parallels/Vagrant, and that 0m 0m 0;38;5;9mthey aren't blocked by a firewall or security software. 0m 0m 0;38;5;9mIf you can load the address in your browser, then VVV should 0m 0m 0;38;5;9mbe able to connect. 0m 0m 0;38;5;9m 0m 0m 0;38;5;9mAlso note that some users have reported issues when combined 0m 0m 0;38;5;9mwith VPNs, disable your VPN and reprovision to see if this is 0m 0m 0;38;5;9mthe cause. 0m 0m 0;38;5;9m 0m 0m 0;38;5;9mAdditionally, if you're at a contributor day event, be kind, 0m 0m 0;38;5;9mprovisioning involves downloading things, a full provision may 0m 0m 0;38;5;9mruin the wifi for everybody else :( 0m 0m 0;38;5;9m 0m 0m 0;38;5;9mNetwork ifconfig output: 0m 0m 0;38;5;9m 0m 0m eth0: flags=4163 mtu 1500 inet 192.168.142.134 netmask 255.255.255.0 broadcast 192.168.142.255 inet6 fe80::20c:29ff:fe78:68a6 prefixlen 64 scopeid 0x20 ether 00:0c:29:78:68:a6 txqueuelen 1000 (Ethernet) RX packets 4274 bytes 702113 (702.1 KB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 3232 bytes 576702 (576.7 KB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 38 memory 0x3fe00000-3fe20000 eth1: flags=4099 mtu 1500 ether 00:0c:29:78:68:b0 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 37 memory 0x3ee00000-3ee20000 lo: flags=73 mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10 loop txqueuelen 1000 (Local Loopback) RX packets 103 bytes 9975 (9.9 KB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 103 bytes 9975 (9.9 KB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 0;38;5;9m 0m 0m 0;38;5;9mTry provisioning again once network connectivity is restored. 0m 0m 0;38;5;9mIf that doesn't work, and you're sure you have no VPNs and a strong 0m 0m 0;38;5;9minternet connection, open an issue on GitHub, and include the 0m 0m 0;38;5;9moutput above so that the problem can be debugged 0m 0m 0;38;5;9m 0m 0m 0;38;5;9mvagrant halt 0m 0m 0;38;5;9mvagrant up --provision 0m 0m 0;38;5;9m 0m 0m 0;38;5;9m 0m 4;38;5;3mhttps://github.com/Varying-Vagrant-Vagrants/VVV/issues 0m 0m 0m 0;38;5;9m 0m 0m 0;38;5;9m################################################################# 0m 0m 0;38;5;3m ================================================================================================== 0m 0m 0;38;5;3m ! If this check fails despite succeeding in the browser, contact us in Slack or GitHub immediately 0m 0m 0;38;5;3m ================================================================================================== 0m 0m 0m 39m 2m * Apt package install pre-checks 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mbefore_packages 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Setting up MySQL configuration file links... 21m 0m 0m 39m 2m * mysql group exists 21m 0m 0m 39m 2m * mysql user present and has uid 9001 21m 0m 0m 39m 2m * Copying /srv/provision/core/mariadb/config/vvv-core.cnf to /etc/mysql/conf.d/vvv-core.cnf 21m 0m 0m 39m 2m * Copying PHP configs 21m 0m 0m 39m 2m * Checking supplementary PHP configs 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mbefore_packages 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Registering apt keys 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mregister_apt_keys 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Replacing expired Nginx signing key... 21m 0m OK 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mregister_apt_keys 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Registering apt sources 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mregister_apt_sources 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * git-core/ppa already present, skipping 21m 0m 0m 39m 2m * installing MariaDB apt sources 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mregister_apt_sources 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Upgrading apt packages 21m 0m 0m 39m 2m * Updating apt keys 21m 0m gpg: key 3B4FE6ACC0B21F32: 3 signatures not checked due to missing keys gpg: key 3B4FE6ACC0B21F32: "Ubuntu Archive Automatic Signing Key (2012) " not changed gpg: key D94AA3F0EFE21092: 3 signatures not checked due to missing keys gpg: key D94AA3F0EFE21092: "Ubuntu CD Image Automatic Signing Key (2012) " not changed gpg: key 871920D1991BC93C: 1 signature not checked due to a missing key gpg: key 871920D1991BC93C: "Ubuntu Archive Automatic Signing Key (2018) " not changed gpg: Total number processed: 3 gpg: unchanged: 3 0m 39m 2m * Running apt-get update... 21m 0m Get:1 https://packagecloud.io/github/git-lfs/ubuntu focal InRelease [28.0 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB] Get:3 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease [24.6 kB] Get:4 https://nginx.org/packages/mainline/ubuntu focal InRelease [3,602 B] Get:5 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal InRelease [7,767 B] Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [128 kB] Get:7 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main arm64 Packages [3,028 B] Get:8 https://nginx.org/packages/mainline/ubuntu focal/nginx Sources [67.5 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [128 kB] Get:10 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main Sources [1,812 B] Get:11 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main Translation-en [2,252 B] Get:12 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [128 kB] Get:13 https://nginx.org/packages/mainline/ubuntu focal/nginx arm64 Packages [70.7 kB] Get:14 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main amd64 Packages [17.4 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [940 kB] Get:16 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main ppc64el Packages [16.7 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main Translation-en [506 kB] Get:18 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main arm64 Packages [16.6 kB] Get:19 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1,300 B] Get:20 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main s390x Packages [15.6 kB] Get:21 http://ports.ubuntu.com/ubuntu-ports focal/restricted Translation-en [6,212 B] Get:22 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [8,458 kB] Get:23 http://ports.ubuntu.com/ubuntu-ports focal/universe Translation-en [5,124 kB] Get:24 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [114 kB] Get:25 http://ports.ubuntu.com/ubuntu-ports focal/multiverse Translation-en [104 kB] Get:26 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal InRelease [24.6 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2,712 kB] Get:28 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main Sources [49.3 kB] Get:29 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 Packages [131 kB] Get:30 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main Translation-en [42.0 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/main Translation-en [547 kB] Get:32 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [46.6 kB] Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted Translation-en [448 kB] Get:34 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1,141 kB] Get:35 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe Translation-en [294 kB] Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [10.7 kB] Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse Translation-en [7,936 B] Get:38 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [45.4 kB] Get:39 http://ports.ubuntu.com/ubuntu-ports focal-backports/main Translation-en [16.3 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [24.3 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe Translation-en [16.3 kB] Get:42 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [2,416 kB] Get:43 http://ports.ubuntu.com/ubuntu-ports focal-security/main Translation-en [467 kB] Get:44 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [46.3 kB] Get:45 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted Translation-en [431 kB] Get:46 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [922 kB] Get:47 http://ports.ubuntu.com/ubuntu-ports focal-security/universe Translation-en [212 kB] Get:48 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [5,400 B] Get:49 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse Translation-en [5,968 B] Fetched 26.2 MB in 14s (1,874 kB/s) Reading package lists... Setting up nginx (1.27.1-1~focal) ... Created symlink /etc/systemd/system/multi-user.target.wants/nginx.service → /lib/systemd/system/nginx.service. Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following packages have been kept back: linux-image-generic The following packages will be upgraded: krb5-locales libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 linux-libc-dev 6 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. Need to get 1,657 kB of archives. After this operation, 1,024 B of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 krb5-locales all 1.17-6ubuntu4.7 [11.4 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi-krb5-2 arm64 1.17-6ubuntu4.7 [114 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-3 arm64 1.17-6ubuntu4.7 [312 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5support0 arm64 1.17-6ubuntu4.7 [30.4 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libk5crypto3 arm64 1.17-6ubuntu4.7 [80.3 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 linux-libc-dev arm64 5.4.0-193.213 [1,109 kB] Fetched 1,657 kB in 3s (621 kB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 49134 files and directories currently installed.) Preparing to unpack .../0-krb5-locales_1.17-6ubuntu4.7_all.deb ... Unpacking krb5-locales (1.17-6ubuntu4.7) over (1.17-6ubuntu4.6) ... Preparing to unpack .../1-libgssapi-krb5-2_1.17-6ubuntu4.7_arm64.deb ... Unpacking libgssapi-krb5-2:arm64 (1.17-6ubuntu4.7) over (1.17-6ubuntu4.6) ... Preparing to unpack .../2-libkrb5-3_1.17-6ubuntu4.7_arm64.deb ... Unpacking libkrb5-3:arm64 (1.17-6ubuntu4.7) over (1.17-6ubuntu4.6) ... Preparing to unpack .../3-libkrb5support0_1.17-6ubuntu4.7_arm64.deb ... Unpacking libkrb5support0:arm64 (1.17-6ubuntu4.7) over (1.17-6ubuntu4.6) ... Preparing to unpack .../4-libk5crypto3_1.17-6ubuntu4.7_arm64.deb ... Unpacking libk5crypto3:arm64 (1.17-6ubuntu4.7) over (1.17-6ubuntu4.6) ... Preparing to unpack .../5-linux-libc-dev_5.4.0-193.213_arm64.deb ... Unpacking linux-libc-dev:arm64 (5.4.0-193.213) over (5.4.0-192.212) ... Setting up linux-libc-dev:arm64 (5.4.0-193.213) ... Setting up krb5-locales (1.17-6ubuntu4.7) ... Setting up libkrb5support0:arm64 (1.17-6ubuntu4.7) ... Setting up libk5crypto3:arm64 (1.17-6ubuntu4.7) ... Setting up libkrb5-3:arm64 (1.17-6ubuntu4.7) ... Setting up libgssapi-krb5-2:arm64 (1.17-6ubuntu4.7) ... Processing triggers for libc-bin (2.31-0ubuntu9.16) ... 0m 39m 2m * Registering apt packages to install 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mregister_apt_packages 21m 0m 39m 2m hook 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mregister_apt_packages 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Main packages check and install. 21m 0m 0m 39m 2m * Checking for apt packages to remove. 21m 0m 0m 39m 2m * No apt packages to remove 21m 0m 0m 39m 2m * Checking for apt packages to install. 21m 0m 0m 39m 2m * No apt packages to install 21m 0m 0m 39m 2m * Running after_packages 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mafter_packages 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Installing Shyaml for bash provisioning.. 21m 0m Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (0.34.2) Collecting shyaml Downloading shyaml-0.6.2-py2.py3-none-any.whl (19 kB) Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from shyaml) (5.3.1) Installing collected packages: shyaml Successfully installed shyaml-0.6.2 0m 39m 2m * Git hasn't been told how to merge branches, setting pull.rebase false for the merge strategy 21m 0m 0m 39m 2m * Git hasn't been told how to merge branches, setting pull.rebase false for the merge strategy 21m 0m 0m 39m 2m * Installing MailHog 21m 0m 0;38;5;2m * Mailhog binary installed 0m 0m 0m 39m 2m * Installing MHSendmail 21m 0m 0;38;5;2m * MHSendmail downloaded 0m 0m 0m 39m 2m * Adding Mailhog service file 21m 0m 0m 39m 2m * Enabling MailHog Service 21m 0m 0m 39m 2m * Starting MailHog Service 21m 0m 0m 39m 2m * Started MailHog Service 21m 0m 0m 39m 2m * Checking for NVM 21m 0m 0m 39m 2m - Installing NVM via git 21m 0m Cloning into '/home/vagrant/.nvm'... Note: switching to 'v0.40.0'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at deac4e0 v0.40.0 /home/vagrant 0m 39m 2m - Loading nvm 21m 0m 0m 39m 2m - NVM loaded 21m 0m 0;38;5;2m ✓ NVM installed 0m 0m 0m 39m 2m - Installing Node 20 via nvm 21m 0m Downloading and installing node v20.17.0... Downloading https://nodejs.org/dist/v20.17.0/node-v20.17.0-linux-arm64.tar.xz... #=#=# ### 5.3% ################### 27.5% ################################# 47.0% #################################################### 73.3% ######################################################################## 100.0% Computing checksum with sha256sum Checksums matched! Now using node v20.17.0 (npm v10.8.2) Creating default alias: default -> 20 (-> v20.17.0 *) Now using node v20.17.0 (npm v10.8.2) 0m 39m 2m - Ensuring vagrant user owns its own nvm folder 21m 0m 0;38;5;2m ✓ NVM setup completed 0m 0m 0m 39m 2m * Setting up database configuration file links... 21m 0m 0m 39m 2m * Copied /srv/provision/core/mariadb/config/my.cnf to /etc/mysql/my.cnf 21m 0m 0m 39m 2m * Copied /srv/provision/core/mariadb/config/root-my.cnf to /root/.my.cnf 21m 0m 0m 39m 2m * Copied /srv/provision/core/mariadb/config/root-my.cnf to /home/vagrant/.my.cnf 21m 0m 0m 39m 2m * Copied /srv/provision/core/mariadb/config/debian.cnf to /etc/mysql/debian.cnf 21m 0m 0m 39m 2m * Ensuring MariaDB service is started 21m 0m 0m 39m 2m * Checking the root user password is root 21m 0m 0;38;5;3m * The root password is not root, fixing 0m 0m 0;38;5;2m - root user password should now be root 0m 0m 0m 39m 2m * Starting the mariadb service 21m 0m 0m 39m 2m * No custom MySQL scripting found in database/init-custom.sql, skipping... 21m 0m 0m 39m 2m * Initial SQL prep... 21m 0m 0m 39m 2m * Skipping DB import script, disabled via the VVV config file 21m 0m 0m 39m 2m * Generating Random Number for cert generation... 21m 0m 0m 39m 2m * Generating Nginx server private key... 21m 0m 0m 39m 2m * Sign the certificate using the above private key... 21m 0m 0m 39m 2m * Setup configuration files... 21m 0m 0m 39m 2m * Copying /srv/provision/core/nginx/config/nginx.conf to /etc/nginx/nginx.conf 21m 0m 0m 39m 2m * Copying /srv/provision/core/nginx/config/nginx-wp-common.conf to /etc/nginx/nginx-wp-common.conf 21m 0m 0m 39m 2m * Copying /srv/provision/core/nginx/default-pages to /usr/share/nginx/html 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mnginx_upstreams 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Copying /srv/config/php-config/upstream.conf to /etc/nginx/upstreams/php82.conf 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mnginx_upstreams 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Rsync'ing /srv/provision/core/nginx/config/sites/ to /etc/nginx/custom-sites 21m 0m sending incremental file list default.conf sent 1.05K bytes received 35 bytes 2.17K bytes/sec total size is 2.55K speedup is 2.34 0m 39m 2m * Making sure the Nginx log files and folder exist 21m 0m 0m 39m 2m * Copying PHP configs 21m 0m 0m 39m 2m * Checking supplementary PHP configs 21m 0m 0m 39m 2m * Copying /srv/provision/core/memcached/config/memcached.conf to /etc/memcached.conf and /etc/memcached_default.conf 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mafter_packages 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m8s 21m 0m 0m 0m 39m 2m * Finalizing 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mfinalize 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Cleaning up Nginx configs 21m 0m 0m 39m 2m * Disabling XDebug PHP extension 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mphp_finalize 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Enabling MailHog for PHP 21m 0m 0;38;5;2m * MailHog enabled 0m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mphp_finalize 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Cleaning the virtual machine's /etc/hosts file... 21m 0m 0m 39m 2m * Restarting services... 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mservices_restart 21m 0m 39m 2m hook 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mservices_restart 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Services restarted... 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mfinalize 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0;38;5;2m ✔ The 0m 1m 0;38;5;5m'main' 21m 0;38;5;2m provisioner completed in 0m 0m 1m 0;38;5;5m35 21m 0;38;5;2m seconds. 0m 0m 0m ```
provisioner-tools.log ``` 0;38;5;2m ▷ Running the 0m 1m 0;38;5;5m'tools' 21m 0;38;5;2m provisioner... 0m 0m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mtools_pre_setup 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * [Composer]: Turning off PHP debug mods to avoid Composer performance issues 21m 0m 0m 39m 2mAttempting to disable PHP debug mods and switch to 0m 1m 0;38;5;5mnone 21m 0m 39m 2m: 21m 0m 0m 39m 2m * Restarting PHP FPM services so that the change takes effect 21m 0m 0;38;5;2m ✔ Completed restart sequence 0m 0m 0;38;5;2m ✔ All PHP Debug mods are now turned off. 0m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mtools_pre_setup 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mtools_setup 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * [Composer]: Checking if Composer is installed 21m 0m 0m 39m 2m * [Composer]: Running Composer Installer... 21m 0m All settings correct for using Composer Downloading... Composer (version 2.7.8) successfully installed to: /home/vagrant/composer.phar Use it: php composer.phar 0m 39m 2m * [Composer]: Setting ownership and executable bit of composer... 21m 0m 0m 39m 2m * [Composer]: Moving composer into place... 21m 0m 0;38;5;2m * [Composer]: Installed to /usr/local/bin 0m 0m 0m 39m 2m * [Composer]: Making sure the Composer cache is not owned by root 21m 0m 0m 39m 2m * [Composer]: Checking for GitHub tokens 21m 0m 0m 39m 2m * [Composer]: Checking for Composer updates 21m 0m PHP version 8.2.22 (/usr/bin/php8.2) Run the "diagnose" command to get more detailed diagnostics output. Composer version 2.7.8 2024-08-22 15:28:36 0;38;5;2m * [Composer]: Main tasks completed, running after_composer hook 0m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mafter_composer 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * [PHPCS]: Provisioning PHP_CodeSniffer (phpcs), see https://github.com/PHPCSStandards/PHP_CodeSniffer 21m 0m mkdir: cannot create directory ‘/srv/www’: Permission denied 0;38;5;9m ! The 0m 1m 0;38;5;5m'tools' 21m 0;38;5;9m provisioner ran into problems, the full log is available at 0m 1m 0;38;5;5m'/var/log/provisioners/2024.08.23_21-09-41/provisioner-tools.log' 21m 0;38;5;9m. It completed in 0m 1m 0;38;5;5m2 21m 0;38;5;9m seconds. 0m 0m ```

Also curious if VMWare is running the Arm64 box or if it's using x86 + Rosetta 2 or transpiling on the fly.

Here's what Activity Monitor is reporting:

Screenshot 2024-08-23 at 2 08 39 PM

I believe vmrest, VMware Fusion Applications Menu, and VMware Fusion Applications Menu Helper are running Rosetta 2 since the "Kind" listed is Intel.

columbian-chris commented 2 weeks ago

Can you check https://mariadb.gb.ssimn.org/repo/10.5/ubuntu and let me know how quickly that loads for you? Is it super slow or is it a reasonable loading time? I'm assuming from the username you're in an American timezone?

I'm loaded the URL at either ~650-800 ms or ~170 ms (assuming these requests are cached) in a Chrome browser. Yes, I am in the Pacific time zone on the west coast of the United States.

columbian-chris commented 2 weeks ago

Their release page should have a 2.4.2 dev build so you shouldn't have to build from source, here's one from July https://github.com/hashicorp/vagrant/releases/tag/2.4.2.dev%2B000038-26a1ff10

How do I upgrade vagrant to the 2.4.2 build with this .deb file (vagrant_2.4.2.dev-1_amd64.deb)?

GitHub
Release 2.4.2.dev+000038-26a1ff10 · hashicorp/vagrant
Custom Vagrant build on main at 26a1ff10
tomjn commented 2 weeks ago

I also tried changing the owner and group to vagrant (the umasks still set to 777) and this was the result of my provision:

That change helped, have you tried doing that to the other mounts?

How do I upgrade vagrant to the 2.4.2 build with this .deb file (vagrant_2.4.2.dev-1_amd64.deb)?

The .deb being for Ubuntu/Debian Linux you'd probably need to build from source still, but given most of it is ruby files the file that needs changing is still a plaintext file somewhere on your machine that can be edited ( /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/driver.rb )

columbian-chris commented 2 weeks ago

I also tried changing the owner and group to vagrant (the umasks still set to 777) and this was the result of my provision:

That change helped, have you tried doing that to the other mounts?

I changed all owner/group fields in the Vagrantfile to vagrant instead of root and all references to file permissions to 777. Here's the resulting provision log:

provisioner-main.log ``` 0;38;5;2m ▷ Running the 0m 1m 0;38;5;5m'main' 21m 0;38;5;2m provisioner... 0m 0m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5minit 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Bash profile setup and directories. 21m 0m 0m 39m 2m * Reloading SSH Daemon 21m 0m 0m 39m 2m * checking Ubuntu version 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5minit 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://ppa.launchpadcontent.net 0m with wget -q --spider --timeout=5 --tries=3 https://ppa.launchpadcontent.net 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://ppa.launchpadcontent.net 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://wordpress.org 0m with wget -q --spider --timeout=5 --tries=3 https://wordpress.org 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://wordpress.org 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://github.com 0m with wget -q --spider --timeout=5 --tries=3 https://github.com 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://github.com 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://raw.githubusercontent.com 0m with wget -q --spider --timeout=5 --tries=3 https://raw.githubusercontent.com 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://raw.githubusercontent.com 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://getcomposer.org 0m with wget -q --spider --timeout=5 --tries=3 https://getcomposer.org 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://getcomposer.org 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://deb.nodesource.com 0m with wget -q --spider --timeout=5 --tries=3 https://deb.nodesource.com 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://deb.nodesource.com 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://mirror.rackspace.com 0m with wget -q --spider --timeout=5 --tries=3 https://mirror.rackspace.com 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://mirror.rackspace.com 0m 0;38;5;2m detected 0m 0m 0;38;5;2m * Network checks succeeded 0m 0m 0m 39m 2m * Apt package install pre-checks 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mbefore_packages 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Setting up MySQL configuration file links... 21m 0m 0m 39m 2m * mysql group exists 21m 0m 0m 39m 2m * mysql user present and has uid 9001 21m 0m 0m 39m 2m * Copying /srv/provision/core/mariadb/config/vvv-core.cnf to /etc/mysql/conf.d/vvv-core.cnf 21m 0m 0m 39m 2m * Copying PHP configs 21m 0m 0m 39m 2m * Checking supplementary PHP configs 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mbefore_packages 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Registering apt keys 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mregister_apt_keys 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Replacing expired Nginx signing key... 21m 0m OK 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mregister_apt_keys 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Registering apt sources 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mregister_apt_sources 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * git-core/ppa already present, skipping 21m 0m 0m 39m 2m * installing MariaDB apt sources 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mregister_apt_sources 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Upgrading apt packages 21m 0m 0m 39m 2m * Updating apt keys 21m 0m gpg: key 3B4FE6ACC0B21F32: 3 signatures not checked due to missing keys gpg: key 3B4FE6ACC0B21F32: "Ubuntu Archive Automatic Signing Key (2012) " not changed gpg: key D94AA3F0EFE21092: 3 signatures not checked due to missing keys gpg: key D94AA3F0EFE21092: "Ubuntu CD Image Automatic Signing Key (2012) " not changed gpg: key 871920D1991BC93C: 1 signature not checked due to a missing key gpg: key 871920D1991BC93C: "Ubuntu Archive Automatic Signing Key (2018) " not changed gpg: Total number processed: 3 gpg: unchanged: 3 0m 39m 2m * Running apt-get update... 21m 0m Get:2 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease [24.6 kB] Get:1 https://packagecloud.io/github/git-lfs/ubuntu focal InRelease [28.0 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB] Get:4 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal InRelease [24.6 kB] Get:5 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main arm64 Packages [3,028 B] Get:6 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main Translation-en [2,252 B] Get:7 https://nginx.org/packages/mainline/ubuntu focal InRelease [3,602 B] Get:8 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal InRelease [7,767 B] Get:9 https://nginx.org/packages/mainline/ubuntu focal/nginx Sources [67.5 kB] Get:10 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main Sources [49.3 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [128 kB] Get:12 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [128 kB] Get:13 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main Sources [1,812 B] Get:14 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 Packages [131 kB] Get:15 https://nginx.org/packages/mainline/ubuntu focal/nginx arm64 Packages [70.7 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [128 kB] Get:17 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main s390x Packages [15.6 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [940 kB] Get:19 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main Translation-en [42.0 kB] Get:20 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main ppc64el Packages [16.7 kB] Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main Translation-en [506 kB] Get:22 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main amd64 Packages [17.4 kB] Get:23 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1,300 B] Get:24 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main arm64 Packages [16.6 kB] Get:25 http://ports.ubuntu.com/ubuntu-ports focal/restricted Translation-en [6,212 B] Get:26 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [8,458 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports focal/universe Translation-en [5,124 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [114 kB] Get:29 http://ports.ubuntu.com/ubuntu-ports focal/multiverse Translation-en [104 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2,712 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/main Translation-en [547 kB] Get:32 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [46.6 kB] Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted Translation-en [448 kB] Get:34 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1,141 kB] Get:35 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe Translation-en [294 kB] Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [10.7 kB] Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse Translation-en [7,936 B] Get:38 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [45.4 kB] Get:39 http://ports.ubuntu.com/ubuntu-ports focal-backports/main Translation-en [16.3 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [24.3 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe Translation-en [16.3 kB] Get:42 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [2,416 kB] Get:43 http://ports.ubuntu.com/ubuntu-ports focal-security/main Translation-en [467 kB] Get:44 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [46.3 kB] Get:45 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted Translation-en [431 kB] Get:46 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [922 kB] Get:47 http://ports.ubuntu.com/ubuntu-ports focal-security/universe Translation-en [212 kB] Get:48 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [5,400 B] Get:49 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse Translation-en [5,968 B] Fetched 26.2 MB in 15s (1,708 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following packages have been kept back: linux-image-generic 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 0m 39m 2m * Registering apt packages to install 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mregister_apt_packages 21m 0m 39m 2m hook 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mregister_apt_packages 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Main packages check and install. 21m 0m 0m 39m 2m * Checking for apt packages to remove. 21m 0m 0m 39m 2m * No apt packages to remove 21m 0m 0m 39m 2m * Checking for apt packages to install. 21m 0m 0m 39m 2m * No apt packages to install 21m 0m 0m 39m 2m * Running after_packages 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mafter_packages 21m 0m 39m 2m hook 21m 0m false false 0m 39m 2m * Adding Mailhog service file 21m 0m 0m 39m 2m * Enabling MailHog Service 21m 0m 0m 39m 2m * Starting MailHog Service 21m 0m 0m 39m 2m * Started MailHog Service 21m 0m 0m 39m 2m * Checking for NVM 21m 0m 0;38;5;2m ✓ NVM is already installed, checking for updates 0m 0m HEAD is now at deac4e0 v0.40.0 /home/vagrant 0m 39m 2m - Loading nvm 21m 0m 0m 39m 2m - nvm loaded 21m 0m 0m 39m 2m - Installing Node 20 via nvm 21m 0m v20.17.0 is already installed. Now using node v20.17.0 (npm v10.8.2) Now using node v20.17.0 (npm v10.8.2) 0m 39m 2m - Ensuring vagrant user owns its own nvm folder 21m 0m 0;38;5;2m ✓ NVM setup completed 0m 0m 0m 39m 2m * Setting up database configuration file links... 21m 0m 0m 39m 2m * Copied /srv/provision/core/mariadb/config/my.cnf to /etc/mysql/my.cnf 21m 0m 0m 39m 2m * Copied /srv/provision/core/mariadb/config/root-my.cnf to /root/.my.cnf 21m 0m 0m 39m 2m * Copied /srv/provision/core/mariadb/config/root-my.cnf to /home/vagrant/.my.cnf 21m 0m 0m 39m 2m * Copied /srv/provision/core/mariadb/config/debian.cnf to /etc/mysql/debian.cnf 21m 0m 0m 39m 2m * Ensuring MariaDB service is started 21m 0m 0m 39m 2m * Checking the root user password is root 21m 0m 0;38;5;2m * The database root password is the expected value 0m 0m 0m 39m 2m * Starting the mariadb service 21m 0m 0m 39m 2m * No custom MySQL scripting found in database/init-custom.sql, skipping... 21m 0m 0m 39m 2m * Initial SQL prep... 21m 0m 0m 39m 2m * Skipping DB import script, disabled via the VVV config file 21m 0m 0m 39m 2m * Setup configuration files... 21m 0m 0m 39m 2m * Copying /srv/provision/core/nginx/config/nginx.conf to /etc/nginx/nginx.conf 21m 0m 0m 39m 2m * Copying /srv/provision/core/nginx/config/nginx-wp-common.conf to /etc/nginx/nginx-wp-common.conf 21m 0m 0m 39m 2m * Copying /srv/provision/core/nginx/default-pages to /usr/share/nginx/html 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mnginx_upstreams 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Copying /srv/config/php-config/upstream.conf to /etc/nginx/upstreams/php82.conf 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mnginx_upstreams 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Rsync'ing /srv/provision/core/nginx/config/sites/ to /etc/nginx/custom-sites 21m 0m sending incremental file list default.conf sent 1.05K bytes received 35 bytes 2.17K bytes/sec total size is 2.55K speedup is 2.34 0m 39m 2m * Making sure the Nginx log files and folder exist 21m 0m 0m 39m 2m * Copying PHP configs 21m 0m 0m 39m 2m * Checking supplementary PHP configs 21m 0m 0m 39m 2m * Copying /srv/provision/core/memcached/config/memcached.conf to /etc/memcached.conf and /etc/memcached_default.conf 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mafter_packages 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m2s 21m 0m 0m 0m 39m 2m * Finalizing 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mfinalize 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Cleaning up Nginx configs 21m 0m 0m 39m 2m * Disabling XDebug PHP extension 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mphp_finalize 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Enabling MailHog for PHP 21m 0m 0;38;5;2m * MailHog enabled 0m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mphp_finalize 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Cleaning the virtual machine's /etc/hosts file... 21m 0m 0m 39m 2m * Restarting services... 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mservices_restart 21m 0m 39m 2m hook 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mservices_restart 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Services restarted... 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mfinalize 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0;38;5;2m ✔ The 0m 1m 0;38;5;5m'main' 21m 0;38;5;2m provisioner completed in 0m 0m 1m 0;38;5;5m23 21m 0;38;5;2m seconds. 0m 0m 0m ```
provisioner-tools.log ``` 0;38;5;2m ▷ Running the 0m 1m 0;38;5;5m'tools' 21m 0;38;5;2m provisioner... 0m 0m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mtools_pre_setup 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * [Composer]: Turning off PHP debug mods to avoid Composer performance issues 21m 0m 0m 39m 2mAttempting to disable PHP debug mods and switch to 0m 1m 0;38;5;5mnone 21m 0m 39m 2m: 21m 0m 0m 39m 2m * Restarting PHP FPM services so that the change takes effect 21m 0m 0;38;5;2m ✔ Completed restart sequence 0m 0m 0;38;5;2m ✔ All PHP Debug mods are now turned off. 0m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mtools_pre_setup 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m1s 21m 0m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mtools_setup 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * [Composer]: Checking if Composer is installed 21m 0m PHP version 8.2.22 (/usr/bin/php8.2) Run the "diagnose" command to get more detailed diagnostics output. 0m 39m 2m * [Composer]: Already installed: Composer version 2.7.8 2024-08-22 15:28:36 21m 0m 0m 39m 2m * [Composer]: Making sure the Composer cache is not owned by root 21m 0m 0m 39m 2m * [Composer]: Checking for GitHub tokens 21m 0m 0m 39m 2m * [Composer]: Checking for Composer updates 21m 0m PHP version 8.2.22 (/usr/bin/php8.2) Run the "diagnose" command to get more detailed diagnostics output. Composer version 2.7.8 2024-08-22 15:28:36 0;38;5;2m * [Composer]: Main tasks completed, running after_composer hook 0m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mafter_composer 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * [PHPCS]: Provisioning PHP_CodeSniffer (phpcs), see https://github.com/PHPCSStandards/PHP_CodeSniffer 21m 0m mkdir: cannot create directory ‘/srv/www’: Permission denied 0;38;5;9m ! The 0m 1m 0;38;5;5m'tools' 21m 0;38;5;9m provisioner ran into problems, the full log is available at 0m 1m 0;38;5;5m'/var/log/provisioners/2024.08.23_23-49-06/provisioner-tools.log' 21m 0;38;5;9m. It completed in 0m 1m 0;38;5;5m1 21m 0;38;5;9m seconds. 0m 0m ```
columbian-chris commented 2 weeks ago

How do I upgrade vagrant to the 2.4.2 build with this .deb file (vagrant_2.4.2.dev-1_amd64.deb)?

The .deb being for Ubuntu/Debian Linux you'd probably need to build from source still, but given most of it is ruby files the file that needs changing is still a plaintext file somewhere on your machine that can be edited ( /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/driver.rb )

I edited that driver file (saved myself a lot of time going through the build process) with the edit you mentioned and reprovisioned my docker provision and it appears to have booted normally. This looks like the route to take. You have been such a giant help, @tomjn; thank you so sincerely.

columbian-chris commented 2 weeks ago

One issue did come up when I fire up the box:

==> default: Running trigger: VVV Post-Reload...
    default: Running: inline script
    default:  * Reinit /etc/hosts
    default:  * Restarting Nginx
    default:  * Restarting nginx nginx
    default: start-stop-daemon: warning: failed to kill 9744: No such process
    default:    ...done.
    default:  * Restarting MariaDB
    default:  * Stopping MariaDB database server mariadbd
    default:    ...done.
    default:  * Starting MariaDB database server mariadbd
    default:    ...done.
    default:  * Restarting PHP-FPM
    default:  * Restarting PHP 8.2 FastCGI Process Manager php-fpm8.2
    default:    ...done.
    default:  * Restarting Memcache
    default: start-stop-daemon: warning: failed to kill 10102: No such process
    default: Restarting memcached: memcached_default.
    default:  * Restarting Mailhog
    default: 
    default:   ✧ ▄▀▀▀▄▄▄▄▄▄▄▀▀▀▄ ✧  Thanks for  __ __ __ __
    default:    ✧█▒▒░░░░░░░░░▒▒█    using       \ V\ V\ V /
    default:  ✧   █░░█░░░░░█░░█ ✧                \_/\_/\_/
    default:   ▄▄  █░░░▀█▀░░░█  ▄▄✧ 
    default:  █░░█ ▀▄░░░░░░░▄▀ █░░█ Vagrant Up has finished! Visit http://vvv.test
    default: ──────────────────────────────────────────────────────────────────────

It has an issue restarting a couple of services. When I SSH into the box and try to reload any process, I get this notice that systemd isn't running:

> systemctl status nginx
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down

Does this box use something besides systemd?

columbian-chris commented 2 weeks ago

I provisioned a fresh VVV instance with Docker on a Mac running on an Intel processor and it provisioned fine after making the same change to the driver.rb file, but when I SSH'ed into the box I got the same error:

vagrant@vvv:~$ systemctl reload nginx
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down

The Vagrantfile refers to a pentatonicfunk/vagrant-ubuntu-base-images box, but I couldn't find the source box online to inspect it.

tomjn commented 2 weeks ago

that won't be a problem with the image since the image doesn't come with Nginx, that image comes from https://github.com/pentatonicfunk/docker-vagrant-ubuntu-base-images it's goal is to get a base container image we can run provisioners in.

https://github.com/Varying-Vagrant-Vagrants/VVV/pull/2687 tries to bundle the dockerfile so we don't need the dependency but it takes longer to provision as it has to build the image each time. It's unlikely this has a docker based solution and it's more likely that Nginx inside the VM is not installed properly for unknown reasons

GitHub
GitHub - pentatonicfunk/docker-vagrant-ubuntu-base-images: Vagrant compatible Ubuntu docker images
Vagrant compatible Ubuntu docker images. Contribute to pentatonicfunk/docker-vagrant-ubuntu-base-images development by creating an account on GitHub.
tomjn commented 2 weeks ago

You won't find it on Hashicorps box catalog because it's a container image not a box:

https://hub.docker.com/r/pentatonicfunk/vagrant-ubuntu-base-images

columbian-chris commented 2 weeks ago

So what now? If nothing else, I thought I could have at least gotten a VVV box to run on Parallels on an Apple Silicon processor.

I mean, I guess I could still use the Docker box for testing/development without the ability to control system processes with systemd, although not preferred obviously.

tomjn commented 2 weeks ago

Most VVV users have no idea what systemd is, nor should you need to. Nginx should start and stop without any intervention. Is Nginx installed inside the VM and available in path? Have you tried instead using the service command? Most containers don't seem to use systemd at all

tomjn commented 2 weeks ago

As for Parallels I lost track of where you got up to in the above, I thought you ran into a DNS issue, resolved it then had root password issue that you fixed

tomjn commented 2 weeks ago

https://github.com/Varying-Vagrant-Vagrants/VVV/pull/2728 should swap out the rackspace servers and upgrade to MariaDB 10.11

These commands output should prove interesting if not outright useful:

sudo service nginx start
sudo nginx -t
columbian-chris commented 2 weeks ago

As for Parallels I lost track of where you got up to in the above, I thought you ran into a DNS issue, resolved it then had root password issue that you fixed

It'll boot fine, but nothing comes up for vvv.test or any of the provisioned sites. When I ping vvv.test, I get 192.168.56.4, which I can reach the VVV dashboard by accessing in a browser. I looked at my hosts file on my computer and the entries that were added appear correct to me:

192.168.56.4    vvv.test one.wordpress.test two.wordpress.test
10.211.55.5     vvv-parallels-attempt-default-1724804344010-90665.shared vvv-parallels-attempt-default-1724804344010-90665 #prl_hostonly shared

The 10.211.55.5 address also listed in the hosts file also brings up the VVV dashboard for me (I'm not sure what this additional hosts entry is used for). I also discovered I can access the VVV dashboard from vvv.local but still none of the links to the sites work. I set a custom IP using the private_network_ip option of the VVV config file just to see if that would change anything, but with no avail.

tomjn commented 2 weeks ago

What do you get instead for vvv.test? Sometimes duplicates from older provisions can cause issues, do the site provisioner logs say anything about their nginx configs?

columbian-chris commented 2 weeks ago

What do you get instead for vvv.test?

Just an ERR_CONNECTION_REFUSED error:

Screenshot 2024-08-28 at 10 15 10 AM

Do the site provisioner logs say anything about their nginx configs?

Here are last Parallels provision logs (I don't see any nginx errors):

provisioner-tools.log ``` 0;38;5;2m ▷ Running the 0m 1m 0;38;5;5m'tools' 21m 0;38;5;2m provisioner... 0m 0m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mtools_pre_setup 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * [Composer]: Turning off PHP debug mods to avoid Composer performance issues 21m 0m 0m 39m 2mAttempting to disable PHP debug mods and switch to 0m 1m 0;38;5;5mnone 21m 0m 39m 2m: 21m 0m 0m 39m 2m * Restarting PHP FPM services so that the change takes effect 21m 0m 0;38;5;2m ✔ Completed restart sequence 0m 0m 0;38;5;2m ✔ All PHP Debug mods are now turned off. 0m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mtools_pre_setup 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mtools_setup 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * [Composer]: Checking if Composer is installed 21m 0m PHP version 8.2.22 (/usr/bin/php8.2) Run the "diagnose" command to get more detailed diagnostics output. 0m 39m 2m * [Composer]: Already installed: Composer version 2.7.8 2024-08-22 15:28:36 21m 0m 0m 39m 2m * [Composer]: Making sure the Composer cache is not owned by root 21m 0m 0m 39m 2m * [Composer]: Checking for GitHub tokens 21m 0m 0m 39m 2m * [Composer]: Checking for Composer updates 21m 0m PHP version 8.2.22 (/usr/bin/php8.2) Run the "diagnose" command to get more detailed diagnostics output. Composer version 2.7.8 2024-08-22 15:28:36 0;38;5;2m * [Composer]: Main tasks completed, running after_composer hook 0m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mafter_composer 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * [PHPCS]: Provisioning PHP_CodeSniffer (phpcs), see https://github.com/PHPCSStandards/PHP_CodeSniffer 21m 0m Composer could not detect the root package (vvv/phpcs) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version Loading composer repositories with package information Updating dependencies Nothing to modify in lock file Installing dependencies from lock file Nothing to install, update or remove Generating autoload files 6 packages you are using are looking for funding. Use the `composer fund` command to find out more! No security vulnerability advisories found. 0m 39m 2m * [PHPCS]: Setting WordPress-Core as the default PHPCodesniffer standard 21m 0m Using config file: /srv/www/phpcs/vendor/squizlabs/php_codesniffer/CodeSniffer.conf Config value "default_standard" updated successfully; old value was "WordPress-Core" 0;38;5;2m * [PHPCS]: Completed with the following PHPCS standards set up: The installed coding standards are MySource, PEAR, PSR1, PSR2, PSR12, Squiz, Zend, WordPress-VIP-Go, WordPressVIPMinimum, PHPCompatibility, PHPCompatibilityParagonieRandomCompat, PHPCompatibilityParagonieSodiumCompat, PHPCompatibilityWP, Modernize, NormalizedArrays, Universal, PHPCSUtils, VariableAnalysis, WordPress, WordPress-Core, WordPress-Docs and WordPress-Extra 0m 0m 0m 39m 2m * [PHPCS]: Help maintain PHPCS by sponsoring via Github Sponsors at https://github.com/sponsors/phpcsstandards or OpenCollective at https://opencollective.com/php_codesniffer 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mafter_composer 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m2s 21m 0m 0m 0m 39m 2m * [WP CLI]: Installing/updating WP CLI 21m 0m 0m 39m 2m * [WP CLI]: Updating WP CLI Nightly 21m 0m Downloading from https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli-nightly.phar... md5 hash verified: bdbda8c3f894052eea4eea2e05eb2316 New version works. Proceeding to replace. Success: Updated WP-CLI to the latest nightly release. 0;38;5;2m * [WP CLI]: WP CLI Nightly updated 0m 0m 0m 39m 2m * [WP-CLI]: Updating packages 21m 0m Using Composer to update packages... --- Loading composer repositories with package information Updating dependencies Generating rules Resolving dependencies through SAT Looking at all rules. Dependency resolution completed in 0.000 seconds Analyzed 94 packages to resolve dependencies Analyzed 94 rules to resolve dependencies Nothing to modify in lock file Installing dependencies from lock file Nothing to install, update or remove Generating autoload files --- Success: Packages updated. 0m 39m 2m ✓ [WP-CLI]: Package updates completed 21m 0m 0;38;5;2m ✓ [WP-CLI]: WP CLI setup completed 0m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mtools_setup 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m3s 21m 0m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mtools_setup_synchronous 21m 0m 39m 2m hook 21m 0m Now using node v20.17.0 (npm v10.8.2) 0m 39m 2m * [Grunt]: Updating Grunt CLI grunt-sass grunt-cssjanus and grunt-rtlcss 21m 0m npm warn config optional Use `--omit=optional` to exclude optional dependencies, or npm warn config `--include=optional` to include them. npm warn config npm warn config Default value does install optional deps unless otherwise omitted. changed 5 packages in 2s 30 packages are looking for funding run `npm fund` for details 0;38;5;2m * [Grunt]: Completed Grunt CLI update 0m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mtools_setup_synchronous 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m2s 21m 0m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mtools_finalize 21m 0m 39m 2m hook 21m 0m 0;38;5;2m ✔ The 0m 1m 0;38;5;5m'tools' 21m 0;38;5;2m provisioner completed in 0m 0m 1m 0;38;5;5m5 21m 0;38;5;2m seconds. 0m 0m 0m ```
provisioner-site-wordpress-one.log ``` 0;38;5;2m ▷ Running the 0m 1m 0;38;5;5m'site-wordpress-one' 21m 0;38;5;2m provisioner... 0m 0m 0m * Setting the default PHP CLI version ( 8.2 ) for this site Now using node v20.17.0 (npm v10.8.2) 0m 39m 2m * Pulling down the master branch of https://github.com/Varying-Vagrant-Vagrants/custom-site-template.git 21m 0m * Updating wordpress-one provisioner repo in /srv/www/wordpress-one (https://github.com/Varying-Vagrant-Vagrants/custom-site-template.git, master) * Any local changes not present on the server will be discarded in favor of the remote branch * Checking that remote origin is https://github.com/Varying-Vagrant-Vagrants/custom-site-template.git * Fetching origin master From https://github.com/Varying-Vagrant-Vagrants/custom-site-template * branch master -> FETCH_HEAD * performing a hard reset on origin/master HEAD is now at ed0a20c Merge pull request #63 from Varying-Vagrant-Vagrants/live_url_fix * Updating provisioner repo complete * Adding domains to the virtual machine's /etc/hosts file... * Adding hosts for the site to the VM hosts file - Added one.wordpress.test from /vagrant/config.yml * Searching for a site template provisioner, vvv-init.sh * Found vvv-init.sh at /srv/www/wordpress-one/provision/vvv-init.sh * Custom site template provisioner wordpress-one - downloads and installs a copy of WP stable for testing, building client sites, etc * Creating database 'wordpress-one' (if it's not already there) * Granting the wp user priviledges to the 'wordpress-one' database * DB operations done. * Setting up the log subfolder for Nginx logs * Creating the public folder at 'public_html' if it doesn't exist already * Install type is 'single' * Updating WordPress 'latest' Success: WordPress is up to date. * Copying the sites Nginx config template * Using the default vvv-nginx-default.conf, to customize, create a vvv-nginx-custom.conf * Adding constant 'WP_DEBUG' with value 'True' to wp-config.php Success: Updated the constant 'WP_DEBUG' in the 'wp-config.php' file with the raw value 'True'. * Adding constant 'WP_DEBUG_LOG' with value 'True' to wp-config.php Success: Updated the constant 'WP_DEBUG_LOG' in the 'wp-config.php' file with the raw value 'True'. * Adding constant 'WP_DISABLE_FATAL_ERROR_HANDLER' with value 'True' to wp-config.php Success: Updated the constant 'WP_DISABLE_FATAL_ERROR_HANDLER' in the 'wp-config.php' file with the raw value 'True'. * Site Template provisioner script completed for wordpress-one 0m 39m 2m * sourcing of vvv-init.sh reported success 21m 0m 0m 39m 2m * VVV is adding an Nginx config from /srv/www/wordpress-one/provision/vvv-nginx.conf 21m 0m nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful 0;38;5;2m * Installed vvv-wordpress-one-60730e70.conf 0m 0m 0;38;5;2m ✔ The 0m 1m 0;38;5;5m'site-wordpress-one' 21m 0;38;5;2m provisioner completed in 0m 0m 1m 0;38;5;5m4 21m 0;38;5;2m seconds. 0m 0m 0m ```
provisioner-site-wordpress-two.log ``` 0;38;5;2m ▷ Running the 0m 1m 0;38;5;5m'site-wordpress-two' 21m 0;38;5;2m provisioner... 0m 0m 0m * Setting the default PHP CLI version ( 8.2 ) for this site Now using node v20.17.0 (npm v10.8.2) 0m 39m 2m * Pulling down the master branch of https://github.com/Varying-Vagrant-Vagrants/custom-site-template.git 21m 0m * Updating wordpress-two provisioner repo in /srv/www/wordpress-two (https://github.com/Varying-Vagrant-Vagrants/custom-site-template.git, master) * Any local changes not present on the server will be discarded in favor of the remote branch * Checking that remote origin is https://github.com/Varying-Vagrant-Vagrants/custom-site-template.git * Fetching origin master From https://github.com/Varying-Vagrant-Vagrants/custom-site-template * branch master -> FETCH_HEAD * performing a hard reset on origin/master HEAD is now at ed0a20c Merge pull request #63 from Varying-Vagrant-Vagrants/live_url_fix * Updating provisioner repo complete * Adding domains to the virtual machine's /etc/hosts file... * Adding hosts for the site to the VM hosts file - Added two.wordpress.test from /vagrant/config.yml * Searching for a site template provisioner, vvv-init.sh * Found vvv-init.sh at /srv/www/wordpress-two/provision/vvv-init.sh * Custom site template provisioner wordpress-two - downloads and installs a copy of WP stable for testing, building client sites, etc * Creating database 'wordpress-two' (if it's not already there) * Granting the wp user priviledges to the 'wordpress-two' database * DB operations done. * Setting up the log subfolder for Nginx logs * Creating the public folder at 'public_html' if it doesn't exist already * Install type is 'single' * Updating WordPress 'latest' Success: WordPress is up to date. * Copying the sites Nginx config template * Using the default vvv-nginx-default.conf, to customize, create a vvv-nginx-custom.conf * The query-monitor plugin is already installed. * Site Template provisioner script completed for wordpress-two 0m 39m 2m * sourcing of vvv-init.sh reported success 21m 0m 0m 39m 2m * VVV is adding an Nginx config from /srv/www/wordpress-two/provision/vvv-nginx.conf 21m 0m nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful 0;38;5;2m * Installed vvv-wordpress-two-b0bc8489.conf 0m 0m 0;38;5;2m ✔ The 0m 1m 0;38;5;5m'site-wordpress-two' 21m 0;38;5;2m provisioner completed in 0m 0m 1m 0;38;5;5m3 21m 0;38;5;2m seconds. 0m 0m 0m ```
provisioner-main.log ``` 0;38;5;2m ▷ Running the 0m 1m 0;38;5;5m'main' 21m 0;38;5;2m provisioner... 0m 0m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5minit 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Bash profile setup and directories. 21m 0m 0m 39m 2m * Reloading SSH Daemon 21m 0m 0m 39m 2m * checking Ubuntu version 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5minit 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://ppa.launchpadcontent.net 0m with wget -q --spider --timeout=5 --tries=3 https://ppa.launchpadcontent.net 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://ppa.launchpadcontent.net 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://wordpress.org 0m with wget -q --spider --timeout=5 --tries=3 https://wordpress.org 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://wordpress.org 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://github.com 0m with wget -q --spider --timeout=5 --tries=3 https://github.com 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://github.com 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://raw.githubusercontent.com 0m with wget -q --spider --timeout=5 --tries=3 https://raw.githubusercontent.com 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://raw.githubusercontent.com 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://getcomposer.org 0m with wget -q --spider --timeout=5 --tries=3 https://getcomposer.org 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://getcomposer.org 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://deb.nodesource.com 0m with wget -q --spider --timeout=5 --tries=3 https://deb.nodesource.com 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://deb.nodesource.com 0m 0;38;5;2m detected 0m 0m 0m 39m 2m * Testing network connection to 0m 4;38;5;3mhttps://mirror.rackspace.com 0m with wget -q --spider --timeout=5 --tries=3 https://mirror.rackspace.com 21m 0m 0;38;5;2m * Successful Network connection to 0m 4;38;5;3mhttps://mirror.rackspace.com 0m 0;38;5;2m detected 0m 0m 0;38;5;2m * Network checks succeeded 0m 0m 0m 39m 2m * Apt package install pre-checks 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mbefore_packages 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Setting up MySQL configuration file links... 21m 0m 0m 39m 2m * mysql group exists 21m 0m 0m 39m 2m * mysql user present and has uid 9001 21m 0m 0m 39m 2m * Copying /srv/provision/core/mariadb/config/vvv-core.cnf to /etc/mysql/conf.d/vvv-core.cnf 21m 0m 0m 39m 2m * Copying PHP configs 21m 0m 0m 39m 2m * Checking supplementary PHP configs 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mbefore_packages 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Registering apt keys 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mregister_apt_keys 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Replacing expired Nginx signing key... 21m 0m OK 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mregister_apt_keys 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Registering apt sources 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mregister_apt_sources 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * git-core/ppa already present, skipping 21m 0m 0m 39m 2m * installing MariaDB apt sources 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mregister_apt_sources 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Upgrading apt packages 21m 0m 0m 39m 2m * Updating apt keys 21m 0m gpg: key 3B4FE6ACC0B21F32: 3 signatures not checked due to missing keys gpg: key 3B4FE6ACC0B21F32: "Ubuntu Archive Automatic Signing Key (2012) " not changed gpg: key D94AA3F0EFE21092: 3 signatures not checked due to missing keys gpg: key D94AA3F0EFE21092: "Ubuntu CD Image Automatic Signing Key (2012) " not changed gpg: key 871920D1991BC93C: 1 signature not checked due to a missing key gpg: key 871920D1991BC93C: "Ubuntu Archive Automatic Signing Key (2018) " not changed gpg: Total number processed: 3 gpg: unchanged: 3 0m 39m 2m * Running apt-get update... 21m 0m Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB] Get:3 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease [24.6 kB] Get:4 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal InRelease [24.6 kB] Get:2 https://packagecloud.io/github/git-lfs/ubuntu focal InRelease [28.0 kB] Get:5 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main arm64 Packages [3,028 B] Get:6 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main Sources [49.4 kB] Get:7 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main Translation-en [2,252 B] Get:8 https://nginx.org/packages/mainline/ubuntu focal InRelease [3,602 B] Get:9 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal InRelease [7,767 B] Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [128 kB] Get:11 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 Packages [132 kB] Get:12 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main Sources [1,812 B] Get:13 https://nginx.org/packages/mainline/ubuntu focal/nginx Sources [67.5 kB] Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [128 kB] Get:15 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main s390x Packages [15.6 kB] Get:16 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main Translation-en [42.0 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [128 kB] Get:18 https://nginx.org/packages/mainline/ubuntu focal/nginx arm64 Packages [70.7 kB] Get:19 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main amd64 Packages [17.4 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [940 kB] Get:21 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main ppc64el Packages [16.7 kB] Get:22 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal/main arm64 Packages [16.6 kB] Get:23 http://ports.ubuntu.com/ubuntu-ports focal/main Translation-en [506 kB] Get:24 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1,300 B] Get:25 http://ports.ubuntu.com/ubuntu-ports focal/restricted Translation-en [6,212 B] Get:26 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [8,458 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports focal/universe Translation-en [5,124 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [114 kB] Get:29 http://ports.ubuntu.com/ubuntu-ports focal/multiverse Translation-en [104 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2,733 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/main Translation-en [547 kB] Get:32 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [46.6 kB] Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted Translation-en [448 kB] Get:34 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1,141 kB] Get:35 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe Translation-en [294 kB] Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [10.7 kB] Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse Translation-en [7,936 B] Get:38 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [45.4 kB] Get:39 http://ports.ubuntu.com/ubuntu-ports focal-backports/main Translation-en [16.3 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [24.3 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe Translation-en [16.3 kB] Get:42 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [2,416 kB] Get:43 http://ports.ubuntu.com/ubuntu-ports focal-security/main Translation-en [467 kB] Get:44 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [46.3 kB] Get:45 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted Translation-en [431 kB] Get:46 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [922 kB] Get:47 http://ports.ubuntu.com/ubuntu-ports focal-security/universe Translation-en [212 kB] Get:48 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [5,400 B] Get:49 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse Translation-en [5,968 B] Fetched 26.3 MB in 14s (1,890 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following packages have been kept back: linux-image-generic 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 0m 39m 2m * Registering apt packages to install 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mregister_apt_packages 21m 0m 39m 2m hook 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mregister_apt_packages 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Main packages check and install. 21m 0m 0m 39m 2m * Checking for apt packages to remove. 21m 0m 0m 39m 2m * No apt packages to remove 21m 0m 0m 39m 2m * Checking for apt packages to install. 21m 0m 0m 39m 2m * No apt packages to install 21m 0m 0m 39m 2m * Running after_packages 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mafter_packages 21m 0m 39m 2m hook 21m 0m false false 0m 39m 2m * Adding Mailhog service file 21m 0m 0m 39m 2m * Enabling MailHog Service 21m 0m 0m 39m 2m * Starting MailHog Service 21m 0m 0m 39m 2m * Started MailHog Service 21m 0m 0m 39m 2m * Checking for NVM 21m 0m 0;38;5;2m ✓ NVM is already installed, checking for updates 0m 0m HEAD is now at 179d450 v0.40.1 /home/vagrant 0m 39m 2m - Loading nvm 21m 0m 0m 39m 2m - nvm loaded 21m 0m 0m 39m 2m - Installing Node 20 via nvm 21m 0m v20.17.0 is already installed. Now using node v20.17.0 (npm v10.8.2) Now using node v20.17.0 (npm v10.8.2) 0m 39m 2m - Ensuring vagrant user owns its own nvm folder 21m 0m 0;38;5;2m ✓ NVM setup completed 0m 0m 0m 39m 2m * Setting up database configuration file links... 21m 0m 0m 39m 2m * Copied /srv/provision/core/mariadb/config/my.cnf to /etc/mysql/my.cnf 21m 0m 0m 39m 2m * Copied /srv/provision/core/mariadb/config/root-my.cnf to /root/.my.cnf 21m 0m 0m 39m 2m * Copied /srv/provision/core/mariadb/config/root-my.cnf to /home/vagrant/.my.cnf 21m 0m 0m 39m 2m * Copied /srv/provision/core/mariadb/config/debian.cnf to /etc/mysql/debian.cnf 21m 0m 0m 39m 2m * Ensuring MariaDB service is started 21m 0m 0m 39m 2m * Checking the root user password is root 21m 0m 0;38;5;2m * The database root password is the expected value 0m 0m 0m 39m 2m * Starting the mariadb service 21m 0m 0m 39m 2m * No custom MySQL scripting found in database/init-custom.sql, skipping... 21m 0m 0m 39m 2m * Initial SQL prep... 21m 0m 0m 39m 2m * Skipping DB import script, disabled via the VVV config file 21m 0m 0m 39m 2m * Setup configuration files... 21m 0m 0m 39m 2m * Copying /srv/provision/core/nginx/config/nginx.conf to /etc/nginx/nginx.conf 21m 0m 0m 39m 2m * Copying /srv/provision/core/nginx/config/nginx-wp-common.conf to /etc/nginx/nginx-wp-common.conf 21m 0m 0m 39m 2m * Copying /srv/provision/core/nginx/default-pages to /usr/share/nginx/html 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mnginx_upstreams 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Copying /srv/config/php-config/upstream.conf to /etc/nginx/upstreams/php82.conf 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mnginx_upstreams 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Rsync'ing /srv/provision/core/nginx/config/sites/ to /etc/nginx/custom-sites 21m 0m sending incremental file list deleting vvv-wordpress-two-b0bc8489.conf deleting vvv-wordpress-one-60730e70.conf default.conf sent 1.05K bytes received 105 bytes 2.31K bytes/sec total size is 2.55K speedup is 2.20 0m 39m 2m * Making sure the Nginx log files and folder exist 21m 0m 0m 39m 2m * Copying PHP configs 21m 0m 0m 39m 2m * Checking supplementary PHP configs 21m 0m 0m 39m 2m * Copying /srv/provision/core/memcached/config/memcached.conf to /etc/memcached.conf and /etc/memcached_default.conf 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mafter_packages 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m2s 21m 0m 0m 0m 39m 2m * Finalizing 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mfinalize 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Cleaning up Nginx configs 21m 0m 0m 39m 2m * Disabling XDebug PHP extension 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mphp_finalize 21m 0m 39m 2m hook 21m 0m 0m 39m 2m * Enabling MailHog for PHP 21m 0m 0;38;5;2m * MailHog enabled 0m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mphp_finalize 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Cleaning the virtual machine's /etc/hosts file... 21m 0m 0m 39m 2m * Restarting services... 21m 0m 0m 39m 2m ▷ Running 0m 1m 0;38;5;5mservices_restart 21m 0m 39m 2m hook 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mservices_restart 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0m 39m 2m * Services restarted... 21m 0m 0;38;5;2m ✔ Finished 0m 1m 0;38;5;5mfinalize 21m 0;38;5;2m hook in 0m 0m 1m 0;38;5;5m0s 21m 0m 0m 0;38;5;2m ✔ The 0m 1m 0;38;5;5m'main' 21m 0;38;5;2m provisioner completed in 0m 0m 1m 0;38;5;5m20 21m 0;38;5;2m seconds. 0m 0m 0m ```
provisioner-extension-source-core.log ``` 0;38;5;2m ▷ Running the 0m 1m 0;38;5;5m'extension-source-core' 21m 0;38;5;2m provisioner... 0m 0m 0m 0m 39m 2m * Updating the "core" extension on the "master" branch... 21m 0m 0;38;5;2m * Extension git pull and checkout complete 0m 0m 0;38;5;2m ✔ The 0m 1m 0;38;5;5m'extension-source-core' 21m 0;38;5;2m provisioner completed in 0m 0m 1m 0;38;5;5m1 21m 0;38;5;2m seconds. 0m 0m 0m ```
provisioner-extension-core-tls-ca.log ``` 0;38;5;2m ▷ Running the 0m 1m 0;38;5;5m'extension-core-tls-ca' 21m 0;38;5;2m provisioner... 0m 0m 0m * Adding root certificate to the VM * Updating loaded VM certificates Clearing symlinks in /etc/ssl/certs... done. Updating certificates in /etc/ssl/certs... rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 138 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. * Setting up default Certificate for vvv.test and vvv.local * Generating key and CSR for vvv.test * Removing and renewing the default certificate * Symlinking default server certificate and key * Symlinking /srv/certificates/default/dev.crt to /etc/nginx/server-2.1.0.crt * Symlinking /srv/certificates/default/dev.key to /etc/nginx/server-2.1.0.key * Generating site certificates * Generating new certificate for: 'wordpress-one' * Generating new certificate for: 'wordpress-two' * Generating new certificate for: 'wordpress-trunk' * Finished generating site certificates * Finished generating TLS certificates 0;38;5;2m ✔ The 0m 1m 0;38;5;5m'extension-core-tls-ca' 21m 0;38;5;2m provisioner completed in 0m 0m 1m 0;38;5;5m1 21m 0;38;5;2m seconds. 0m 0m 0m ```
provisioner-extension-core-phpmyadmin.log ``` 0;38;5;2m ▷ Running the 0m 1m 0;38;5;5m'extension-core-phpmyadmin' 21m 0;38;5;2m provisioner... 0m 0m 0m * Checking for phpMyAdmin v5.2.1 * PHPMyAdmin v5.2.1 already installed. * Overwriting config file with the latest version 0;38;5;2m ✔ The 0m 1m 0;38;5;5m'extension-core-phpmyadmin' 21m 0;38;5;2m provisioner completed in 0m 0m 1m 0;38;5;5m0 21m 0;38;5;2m seconds. 0m 0m 0m ```
provisioner-dashboard.log ``` 0;38;5;2m ▷ Running the 0m 1m 0;38;5;5m'dashboard' 21m 0;38;5;2m provisioner... 0m 0m 0m 0m 39m 2m * Updating dashboard on the 'master' branch. 21m 0m /srv/www/default/dashboard /home/vagrant 0m 39m 2m * Fetching origin master 21m 0m From https://github.com/Varying-Vagrant-Vagrants/dashboard * branch master -> FETCH_HEAD 0m 39m 2m * performing a hard reset on origin/master 21m 0m HEAD is now at a55582e replaced a vagrant reload with a vagrant up in the adding sites box /home/vagrant 0;38;5;3m * Note that custom dashboards will be going away in a future update, use a site provisioner and a custom host instead such as dashboard.test. 0m 0m 0;38;5;2m ✔ The 0m 1m 0;38;5;5m'dashboard' 21m 0;38;5;2m provisioner completed in 0m 0m 1m 0;38;5;5m1 21m 0;38;5;2m seconds. 0m 0m 0m ```
tomjn commented 2 weeks ago

hmm usually that happens if you've still got left over entries in the hosts file from another VVV with a different IP

columbian-chris commented 1 week ago

hmm usually that happens if you've still got left over entries in the hosts file from another VVV with a different IP

I agree, which is why it's so odd that there isn't. I'm giving up on Parallels for now and continuing my focus on Docker.

columbian-chris commented 1 week ago

It still would be so much better of an experience with my Docker setup if I could get systemd to work. I've got several software packages that include installation instructions that require systemd commands so I'm unable to use them, which were packages that I used regularly before I switched to an Apple processor and couldn't utilize VirtualBox anymore. 😕

tomjn commented 1 week ago

what packages are those? Systemd on a docker container is rare, not to say you couldn't install it manually but that isn't ideal

columbian-chris commented 1 week ago

Sure, I'll give you one I failed to get running on my Docker-provisioned box: Elasticsearch. After installing, it couldn't find the service with service elasticsearch start and I'm trying to use that command as an alternative to any systemctl utility command.

I haven't extensively fired up a lot of Docker containers so I didn't realize this was a rarity. Why wouldn't Systemd work in that environment? Is there possibly an alternative box that runs Systemd properly I could base my provision off of? It is clearly installed in the box because it wouldn't fire back with that kind of error if it wasn't, it just happens to not be working properly. Reinstalling Systemd didn't make it work. I don't know what alternative to Systemd is running; I don't see grub or upstart installed on the box.

columbian-chris commented 3 days ago

Let me ask you this, @tomjn - if you happen to be running VVV on an Apple M-series processor, what setup are you using?

tomjn commented 3 days ago

I did use Parallels but I'm currently on a docker provisioned instance. MacOS Sonoma 14.5/M1 Pro/Docker 27.1.1

columbian-chris commented 3 days ago

Docker has been my most successful attempt in an arm64 processor environment. I would have used Parallels if I could have gotten it to work. I never could find a way to install Elasticsearch in this environment, which something I have always been able to do in VVV running on virtualbox.

Now I'm getting a provision error via docker. It seems it can't find this package:

Err:17 http://ppa.launchpad.net/pitti/systemd/ubuntu focal Release
404 Not Found [IP: 185.125.190.80 80]
Full provision log

 ▷ Running the 'main' provisioner...  ▷ Running init hook  * Bash profile setup and directories.  * Reloading SSH Daemon * Reloading OpenBSD Secure Shell server's configuration sshd ...done.  * checking Ubuntu version  ✔ Finished init hook in 0s  * Testing network connection to https://ppa.launchpadcontent.net with wget -q --spider --timeout=5 --tries=3 https://ppa.launchpadcontent.net  * Successful Network connection to https://ppa.launchpadcontent.net detected  * Testing network connection to https://wordpress.org with wget -q --spider --timeout=5 --tries=3 https://wordpress.org  * Successful Network connection to https://wordpress.org detected  * Testing network connection to https://github.com with wget -q --spider --timeout=5 --tries=3 https://github.com  * Successful Network connection to https://github.com detected  * Testing network connection to https://raw.githubusercontent.com with wget -q --spider --timeout=5 --tries=3 https://raw.githubusercontent.com  * Successful Network connection to https://raw.githubusercontent.com detected  * Testing network connection to https://getcomposer.org with wget -q --spider --timeout=5 --tries=3 https://getcomposer.org  * Successful Network connection to https://getcomposer.org detected  * Testing network connection to https://deb.nodesource.com with wget -q --spider --timeout=5 --tries=3 https://deb.nodesource.com  * Successful Network connection to https://deb.nodesource.com detected  * Testing network connection to https://mirror.rackspace.com with wget -q --spider --timeout=5 --tries=3 https://mirror.rackspace.com  * Successful Network connection to https://mirror.rackspace.com detected  * Network checks succeeded  * Apt package install pre-checks  ▷ Running before_packages hook  * Setting up MySQL configuration file links...  * mysql group exists  * mysql user present and has uid 9001  * Copying /srv/provision/core/mariadb/config/vvv-core.cnf to /etc/mysql/conf.d/vvv-core.cnf  * Copying PHP configs  * Checking supplementary PHP configs  ✔ Finished before_packages hook in 0s  * Registering apt keys  ▷ Running register_apt_keys hook  * Replacing expired Nginx signing key... OK  ✔ Finished register_apt_keys hook in 1s  * Registering apt sources  ▷ Running register_apt_sources hook  * git-core/ppa already present, skipping  * installing MariaDB apt sources  * Applying the Ondřej PHP signing key... OK  ✔ Finished register_apt_sources hook in 0s  * Upgrading apt packages  * Updating apt keys gpg: key 3B4FE6ACC0B21F32: 3 signatures not checked due to missing keys gpg: key 3B4FE6ACC0B21F32: "Ubuntu Archive Automatic Signing Key (2012) " not changed gpg: key D94AA3F0EFE21092: 3 signatures not checked due to missing keys gpg: key D94AA3F0EFE21092: "Ubuntu CD Image Automatic Signing Key (2012) " not changed gpg: key 871920D1991BC93C: 1 signature not checked due to a missing key gpg: key 871920D1991BC93C: "Ubuntu Archive Automatic Signing Key (2018) " not changed gpg: Total number processed: 3 gpg: unchanged: 3  * Running apt-get update... Get:1 https://artifacts.elastic.co/packages/8.x/apt stable InRelease [10.4 kB] Get:2 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB] Get:3 https://download.docker.com/linux/ubuntu focal/stable arm64 Packages [58.5 kB] Get:5 https://packages.redis.io/deb focal InRelease [3821 B] Get:6 https://artifacts.elastic.co/packages/8.x/apt stable/main arm64 Packages [126 kB] Get:7 https://mariadb.gb.ssimn.org/repo/10.11/ubuntu focal InRelease [7767 B] Get:4 https://packagecloud.io/github/git-lfs/ubuntu focal InRelease [28.0 kB] Get:8 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease [24.6 kB] Get:9 https://packages.redis.io/deb focal/main arm64 Packages [26.2 kB] Get:10 https://mariadb.gb.ssimn.org/repo/10.11/ubuntu focal/main arm64 Packages [18.9 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB] Get:12 https://nginx.org/packages/mainline/ubuntu focal InRelease [3602 B] Get:13 https://packages.redis.io/deb focal/main all Packages [5744 B] Ign:14 http://ppa.launchpad.net/pitti/systemd/ubuntu focal InRelease Get:15 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main arm64 Packages [3180 B] Get:16 https://nginx.org/packages/mainline/ubuntu focal/nginx Sources [67.5 kB] Err:17 http://ppa.launchpad.net/pitti/systemd/ubuntu focal Release 404 Not Found [IP: 185.125.190.80 80] Get:18 https://nginx.org/packages/mainline/ubuntu focal/nginx arm64 Packages [70.7 kB] Get:19 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal InRelease [24.6 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [128 kB] Get:21 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [128 kB] Get:22 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main Sources [59.8 kB] Get:23 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [128 kB] Get:24 https://ppa.launchpadcontent.net/ondrej/php/ubuntu focal/main arm64 Packages [221 kB] Get:25 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B] Get:26 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB] Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [3370 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [59.4 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [12.0 kB] Get:32 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1457 kB] Get:33 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [27.8 kB] Get:34 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [54.8 kB] Get:35 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [3000 kB] Get:36 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [1170 kB] Get:37 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [59.1 kB] Get:38 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [5924 B] Reading package lists... E: The repository 'http://ppa.launchpad.net/pitti/systemd/ubuntu focal Release' does not have a Release file.  ! The 'main' provisioner ran into problems, the full log is available at '/var/log/provisioners/2024.09.09_19-55-26/provisioner-main.log'. It completed in 14 seconds.

Is there something I can do to correct this provision issue?

tomjn commented 3 days ago

that looks like it's unrelated to VVV provisioners, I'm guessing you added that source and tried to install systemd manually?

Looking at http://ppa.launchpad.net/pitti/systemd/ubuntu/dists/ there's no focal folder which would explain the issue.

Fundamentally systemd is there to start and end the services, but it's not the only way of doing it. I don't have a nice neat answer for how you would start and stop elastic without systemd though, I can say that the automatic starting and stopping of MariaDB is something that isn't quite working, and that there are scripts that run on up and halt that restart those services in the config/homebin folder

Index of /pitti/systemd/ubuntu/dists
tomjn commented 3 days ago

Though in theory you shouldn't need a custom apt source to install systemd, wouldn't sudo apt-get -y install systemd work?

columbian-chris commented 3 days ago

I had tried the logical sudo apt-get -y install systemd method and it didn't work so I thought I would give another suggestion someone gave online, which clearly is the cause now of my issue (thanks for pointing out what I probably should have). Turns out there's a common issue with systemd in docker environments. So to get that repository out of the mix, I had to remove /etc/apt/sources.list.d/pitti-ubuntu-systemd-focal.list (removing/purging systemd didn't remove it and neither did sudo ppa-purge 'http://ppa.launchpad.net/pitti/systemd/ubuntu focal'), then I could reprovision again.

Not sure what my ongoing issue with certain services not reloading are, and I don't know how much it actually ends up mattering either. ``` Bringing machine 'default' up with 'docker' provider... ==> default: [vagrant-goodhosts] Docker detected, adding 127.0.0.1 and ::1 IP addresses ==> default: [vagrant-goodhosts] - found entry for: 127.0.0.1 vvv.test ==> default: [vagrant-goodhosts] - found entry for: 127.0.0.1 one.wordpress.test ==> default: [vagrant-goodhosts] - found entry for: 127.0.0.1 two.wordpress.test ==> default: [vagrant-goodhosts] - found entry for: ::1 vvv.test ==> default: [vagrant-goodhosts] - found entry for: ::1 one.wordpress.test ==> default: [vagrant-goodhosts] - found entry for: ::1 two.wordpress.test ==> default: [vagrant-goodhosts] Checking for host entries ==> default: [vagrant-goodhosts] Finished processing ==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision` ==> default: flag to force provisioning. Provisioners marked to run always will still run. ==> default: Running action triggers after up ... ==> default: Running trigger: VVV Post-Up... default: Running: inline script default: * Reinit /etc/hosts default: * Restarting Nginx default: * Restarting nginx nginx default: start-stop-daemon: warning: failed to kill 8163: No such process default: ...done. default: * Restarting MariaDB default: * Stopping MariaDB database server mariadbd default: ...done. default: * Starting MariaDB database server mariadbd default: ...done. default: * Restarting PHP-FPM default: * Restarting PHP 8.2 FastCGI Process Manager php-fpm8.2 default: ...done. default: * Restarting Memcache default: start-stop-daemon: warning: failed to kill 8626: No such process default: Restarting memcached: memcached_default. default: * Restarting Mailhog default: default: ✧ ▄▀▀▀▄▄▄▄▄▄▄▀▀▀▄ ✧ Thanks for __ __ __ __ default: ✧█▒▒░░░░░░░░░▒▒█ using \ V\ V\ V / default: ✧ █░░█░░░░░█░░█ ✧ \_/\_/\_/ default: ▄▄ █░░░▀█▀░░░█ ▄▄✧ default: █░░█ ▀▄░░░░░░░▄▀ █░░█ Vagrant Up has finished! Visit http://vvv.test default: ────────────────────────────────────────────────────────────────────── ```
columbian-chris commented 2 days ago

I personally think this is an acceptable fix for the issue of multiple service restarts not working when config/homebin/vagrant_up is ran:

vvv_info " * Restarting Nginx"
- sudo service nginx restart
+ sudo service nginx status > /dev/null && sudo service nginx restart || sudo service nginx start

vvv_info " * Restarting MariaDB"
- sudo service mariadb restart
+ sudo service mariadb status > /dev/null && sudo service mariadb restart || sudo service mariadb start

vvv_info " * Restarting PHP-FPM"
find /etc/init.d/ -name "php*-fpm" -exec bash -c 'sudo service "$(basename "$0")" restart' {} \;

vvv_info " * Restarting Memcache"
- sudo service memcached restart
+ sudo service memcached status > /dev/null && sudo service memcached restart || sudo service memcached start

It checks if the service is running, reloads if it is and starts it if it isn't. Solved the issue on my end.

tomjn commented 2 days ago

That looks good, happy to merge that into VVV for the next release