Ubuntu Version:
Ubuntu LTS 24.04.2 (Noble Numbat)
Problem Description:
I am setting up a fresh environment of MicroStack on an Ubuntu 24.04.2 Nimble server. The server is configured with a proxy setup and has four network interfaces. Two of these interfaces are configured with 10.X.X.X/24 networks, one for control plane network and other one to VMs.
Relevant System Information:
Baremetal installation on a DELL PowerEdge R650 machine (1TB RAM + 32 CPU), going for multinode deploy with three equal servers
Screenshots or Error Messages:
> uoladmin@a1-sunbeam0:~$ sunbeam prepare-node-script --bootstrap | bash -x
> ++ lsb_release -sc
> + '[' noble '!=' noble ']'
> ++ whoami
> + USER=uoladmin
> ++ id -u
> + '[' 1000 -eq 0 -o uoladmin = root ']'
> + SUDO_ASKPASS=/bin/false
> + sudo -A whoami
> + grep NOPASSWD:ALL
> + sudo grep -r uoladmin /etc/sudoers /etc/sudoers.d
> + dpkg -s openssh-server
> + dpkg -s curl
> + sudo usermod --append --groups snap_daemon uoladmin
> + '[' -f /home/uoladmin/.ssh/id_rsa ']'
> + cat /home/uoladmin/.ssh/id_rsa.pub
> ++ hostname --all-ip-addresses
> + ssh-keyscan -H 10.X.X.208 10.X.X.1
> # 10.X.X.208:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> # 10.X.X.208:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> # 10.X.X.208:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> # 10.X.X.208:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> # 10.X.X.208:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> # 10.X.X.1:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> # 10.X.X.1:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> # 10.X.X.1:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> # 10.X.X.1:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> # 10.X.X.1:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> + grep -E 'HTTPS?_PROXY' /etc/environment
> + sudo snap connect openstack:ssh-keys
> + sudo snap install --channel 3.6/stable juju
> snap "juju" is already installed, see 'snap help refresh'
> + mkdir -p /home/uoladmin/.local/share
> + mkdir -p /home/uoladmin/.config/openstack
> ++ snap list openstack --unicode=never --color=never
> ++ grep openstack
> + snap_output='openstack 2024.1 669 2024.1/candidate canonical** -'
> ++ awk -v col=4 '{print $col}'
> + track=2024.1/candidate
> + [[ 2024.1/candidate =~ edge ]]
> + [[ 2024.1/candidate == \- ]]
> + [[ 2024.1/candidate =~ beta ]]
> + [[ 2024.1/candidate =~ candidate ]]
> + risk=candidate
> + [[ candidate != \s\t\a\b\l\e ]]
> + sudo snap set openstack deployment.risk=candidate
> + echo 'Snap has been automatically configured to deploy from' 'candidate channel.'
> Snap has been automatically configured to deploy from candidate channel.
> + echo 'Override by passing a custom manifest with -m/--manifest.'
> Override by passing a custom manifest with -m/--manifest.
> + sudo snap install lxd --channel 5.21/stable
> snap "lxd" is already installed, see 'snap help refresh'
> ++ whoami
> + USER=uoladmin
> + sudo usermod --append --groups lxd uoladmin
> ++ sudo --user uoladmin lxc network list --format csv
> ++ grep lxdbr0
> + '[' -n '' ']'
> ++ sudo --user uoladmin lxc storage list --format csv
> + '[' -z default,dir,/var/snap/lxd/common/lxd/storage-pools/default,,1,CREATED ']'
> + echo 'Bootstrapping Juju onto LXD'
> Bootstrapping Juju onto LXD
> + sudo --user uoladmin juju show-controller
> {}
> ERROR there is no active controller
> + '[' 1 -ne 0 ']'
> + sudo --user uoladmin juju bootstrap localhost
> Creating Juju controller "localhost-localhost" on localhost/localhost
> Looking for packaged Juju agent version 3.6.4 for amd64
> Located Juju agent version 3.6.4-ubuntu-amd64 at https://streams.canonical.com/juju/tools/agent/3.6.4/juju-3.6.4-linux-amd64.tgz
> To configure your system to better support LXD containers, please see: https://documentation.ubuntu.com/lxd/en/latest/explanation/performance_tuning/
> Launching controller instance(s) on localhost/localhost...
> - juju-8f4bee-0 (arch=amd64)
> Installing Juju agent on bootstrap instance
> Waiting for address
> Attempting to connect to 10.X.X.134:22
> Connected to 10.X.X.134
> Running machine configuration script...
> Cloud-init v. 24.4.1-0ubuntu0~24.04.1 running 'init-local' at Mon, 17 Mar 2025 21:29:49 +0000. Up 0.84 seconds.
> Cloud-init v. 24.4.1-0ubuntu0~24.04.1 running 'init' at Mon, 17 Mar 2025 21:29:50 +0000. Up 1.79 seconds.
> ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++
> ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+
> ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |
> ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+
> ci-info: | eth0 | True | 10.X.X.134 | 255.255.255.0 | global | 00:16:3e:7a:86:97 |
> ci-info: | eth0 | True | fe80::216:3eff:fe7a:8697/64 | . | link | 00:16:3e:7a:86:97 |
> ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . |
> ci-info: | lo | True | ::1/128 | . | host | . |
> ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+
> ci-info: +++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++
> ci-info: +-------+--------------+--------------+-----------------+-----------+-------+
> ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |
> ci-info: +-------+--------------+--------------+-----------------+-----------+-------+
> ci-info: | 0 | 0.0.0.0 | 10.212.218.1 | 0.0.0.0 | eth0 | UG |
> ci-info: | 1 | 10.212.218.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |
> ci-info: | 2 | 10.212.218.1 | 0.0.0.0 | 255.255.255.255 | eth0 | UH |
> ci-info: +-------+--------------+--------------+-----------------+-----------+-------+
> ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++
> ci-info: +-------+-------------+---------+-----------+-------+
> ci-info: | Route | Destination | Gateway | Interface | Flags |
> ci-info: +-------+-------------+---------+-----------+-------+
> ci-info: | 0 | fe80::/64 | :: | eth0 | U |
> ci-info: | 2 | local | :: | eth0 | U |
> ci-info: | 3 | multicast | :: | eth0 | U |
> ci-info: +-------+-------------+---------+-----------+-------+
> Cloud-init v. 24.4.1-0ubuntu0~24.04.1 running 'modules:config' at Mon, 17 Mar 2025 21:29:51 +0000. Up 2.20 seconds.
> Cloud-init v. 24.4.1-0ubuntu0~24.04.1 running 'modules:final' at Mon, 17 Mar 2025 21:29:51 +0000. Up 2.92 seconds.
> + install -D -m 644 /dev/null /var/lib/juju/nonce.txt
> + echo user-admin:bootstrap
> Cloud-init v. 24.4.1-0ubuntu0~24.04.1 finished at Mon, 17 Mar 2025 21:29:51 +0000. Datasource DataSourceLXD. Up 3.00 seconds
> Logging to /var/log/cloud-init-output.log on the bootstrap machine
> Regenerating SSH host keys
> Generating public/private rsa key pair.
> Your identification has been saved in /etc/ssh/ssh_host_rsa_key
> Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub
> The key fingerprint is:
> SHA256:1ZtWxpJsjqDC4CFddwH7u5YmgeLmKdq2JStdi7jdOZA root@juju-8f4bee-0
> The key's randomart image is:
> +---[RSA 3072]----+
> | . o.o. |
> | . . . o o o |
> |. + . . . * + |
> | o + o o + * |
> | ..o.. S . = |
> | E o.. . . |
> | +.=.. ... |
> |+o**o.. +. |
> |+BB.o. +. |
> +----[SHA256]-----+
> Generating public/private ecdsa key pair.
> Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key
> Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub
> The key fingerprint is:
> SHA256:BIfMfuvV1/YAJPznNCa3qT3VFVi/5fYl99cf85AvJ58 root@juju-8f4bee-0
> The key's randomart image is:
> +---[ECDSA 256]---+
> | o.... o. |
> | +o o .. ..|
> | . . + +|
> | ... + *.+|
> | .S. . O.*B|
> | . . . *=X|
> | . . +o**|
> | . . =oX|
> | E=|
> +----[SHA256]-----+
> Generating public/private ed25519 key pair.
> Your identification has been saved in /etc/ssh/ssh_host_ed25519_key
> Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub
> The key fingerprint is:
> SHA256:YbLiqpQLtTJn1sC+y8wO8ikKxU0ntNjoP4LWCginn+c root@juju-8f4bee-0
> The key's randomart image is:
> +--[ED25519 256]--+
> | . |
> | = . |
> | o = o o |
> | + o o + . |
> |. O o . S |
> |oBo* . |
> |%+B.= |
> |O&o*.. |
> |+*&+E |
> +----[SHA256]-----+
> Running apt-get update
> Ign:1 http://security.ubuntu.com/ubuntu noble-security InRelease
> Ign:2 http://archive.ubuntu.com/ubuntu noble InRelease
> Ign:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
> Ign:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
> Ign:1 http://security.ubuntu.com/ubuntu noble-security InRelease
> Ign:2 http://archive.ubuntu.com/ubuntu noble InRelease
> Ign:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
> Ign:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
> Ign:1 http://security.ubuntu.com/ubuntu noble-security InRelease
> Ign:2 http://archive.ubuntu.com/ubuntu noble InRelease
> Ign:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
> Ign:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
> Err:1 http://security.ubuntu.com/ubuntu noble-security InRelease
> Could not connect to security.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable)
> Err:2 http://archive.ubuntu.com/ubuntu noble InRelease
> Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> Err:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
> Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> Err:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
> Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> Reading package lists...
> W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble/InRelease Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-updates/InRelease Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-backports/InRelease Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/noble-security/InRelease Could not connect to security.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable)
> W: Some index files failed to download. They have been ignored, or old ones used instead.
> Running apt-get upgrade
> cloud-init set on hold.
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Calculating upgrade...
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> Canceled hold on cloud-init.
> Installing curl, cpu-checker, tmux, ubuntu-fan
> Reading package lists...
> Building dependency tree...
> Reading state information...
> curl is already the newest version (8.5.0-2ubuntu10.6).
> curl set to manually installed.
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following additional packages will be installed:
> msr-tools
> The following NEW packages will be installed:
> cpu-checker msr-tools
> 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
> Need to get 15.8 kB of archives.
> After this operation, 65.5 kB of additional disk space will be used.
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Err:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable)
> Err:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-5build1_amd64.deb Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-1.3build2_amd64.deb Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable)
> E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following additional packages will be installed:
> msr-tools
> The following NEW packages will be installed:
> cpu-checker msr-tools
> 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
> Need to get 15.8 kB of archives.
> After this operation, 65.5 kB of additional disk space will be used.
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Err:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable)
> Err:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-5build1_amd64.deb Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-1.3build2_amd64.deb Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable)
> E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following additional packages will be installed:
> msr-tools
> The following NEW packages will be installed:
> cpu-checker msr-tools
> 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
> Need to get 15.8 kB of archives.
> After this operation, 65.5 kB of additional disk space will be used.
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Err:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable)
> Err:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-5build1_amd64.deb Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-1.3build2_amd64.deb Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable)
> E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following additional packages will be installed:
> msr-tools
> The following NEW packages will be installed:
> cpu-checker msr-tools
> 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
> Need to get 15.8 kB of archives.
> After this operation, 65.5 kB of additional disk space will be used.
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Err:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> Err:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-5build1_amd64.deb Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-1.3build2_amd64.deb Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following additional packages will be installed:
> msr-tools
> The following NEW packages will be installed:
> cpu-checker msr-tools
> 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
> Need to get 15.8 kB of archives.
> After this operation, 65.5 kB of additional disk space will be used.
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Err:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable)
> Err:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-5build1_amd64.deb Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-1.3build2_amd64.deb Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable)
> E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
> ERROR failed to bootstrap model: subprocess encountered error code 100
What I’ve Tried:
Proxy enviroment: Declared proxy settings on /etc/environment as instructed and tried on juju bootstrap localhost --model-default http-proxy --model-default https-proxy --model-default no-proxy
Bootstrap Script Issues: The bootstrap script fails to complete successfully. This script is crucial for initializing the MicroStack environment, and its failure prevents further progress.
Juju Controller Creation: When attempting to create the Juju controller, the process does not complete as expected. This issue seems to be related to network configuration or proxy settings.
APT-GET Update Failure: When the system tries to run apt-get update on the container, it fails. This failure is likely due to the proxy setup or network interface configuration, which might be causing connectivity issues with the package repositories.
Looks like the container itself cannot get to the URLs, but on the machine I can do it normally, checked routes, interfaces no clue at all, if you could help.
Best Regards