Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick PeerOS Install fails to failing fetches during provisioning? (buster box) #2913

Open
mavavilj opened this issue Jan 24, 2023 · 1 comment

Comments

@mavavilj
Copy link

mavavilj commented Jan 24, 2023

https://docs.subutai.io/working-with-subutai/using-peeros/peeros-quick-install

fails on Ubuntu 20.04 host with Vagrant 2.3.4 and VirtualBox 7.0.6 using https://app.vagrantup.com/subutai/boxes/buster.

vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'subutai/buster' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Loading metadata for box 'subutai/buster'
    default: URL: https://vagrantcloud.com/subutai/buster
==> default: Adding box 'subutai/buster' (v8.0.1) for provider: virtualbox
    default: Downloading: https://vagrantcloud.com/subutai/boxes/buster/versions/8.0.1/providers/virtualbox.box
Download redirected to host: bazaar.subutai.io
Download redirected to host: ipfs.subutai.io
    default: Calculating and comparing box checksum...
==> default: Successfully added box 'subutai/buster' (v8.0.1) for 'virtualbox'!
ping: Do you want to ping broadcast? Then -b. If not, check your local firewall rules
==> default: Preparing master VM for linked clones...
    default: This is a one time operation. Once the master VM is prepared,
    default: it will be used as a base for linked clones, making the creation
    default: of new VMs take milliseconds on a modern system.
==> default: Importing base box 'subutai/buster'...
==> default: Cloning VM...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'subutai/buster' version '8.0.1' is up to date...
==> default: Setting the name of the VM: myuser_default_1674586202914_13173
Vagrant is currently configured to create VirtualBox synced folders with
the `SharedFoldersEnableSymlinksCreate` option enabled. If the Vagrant
guest is not trusted, you may want to disable this option. For more
information on this option, please refer to the VirtualBox manual:

  https://www.virtualbox.org/manual/ch04.html#sharedfolders

This option can be disabled globally with an environment variable:

  VAGRANT_DISABLE_VBOXSYMLINKCREATE=1

or on a per folder basis within the Vagrantfile:

  config.vm.synced_folder '/host/path', '/guest/path', SharedFoldersEnableSymlinksCreate: false
==> default: Clearing any previously set network interfaces...
==> default: Available bridged network interfaces:
1) wlo1
2) enp0s25
==> default: When choosing an interface, it is usually the one that is
==> default: being used to connect to the internet.
==> default: 
    default: Which interface should the network bridge to? 1
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
    default: Adapter 2: bridged
==> default: Forwarding ports...
    default: 8443 (guest) => 9999 (host) (adapter 1)
    default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: subutai
    default: SSH auth method: private key
    default: 
    default: Vagrant insecure key detected. Vagrant will automatically replace
    default: this with a newly generated keypair for better security.
    default: 
    default: Inserting generated public key within guest...
    default: Removing insecure key from the guest if it's present...
    default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
[default] A Virtualbox Guest Additions installation was found but no tools to rebuild or start them.
Reading package lists...
Building dependency tree...
Reading state information...
build-essential is already the newest version (12.6).
build-essential set to manually installed.
dkms is already the newest version (2.6.1-4).
dkms set to manually installed.
linux-headers-4.19.0-9-amd64 is already the newest version (4.19.118-2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Copy iso file /usr/share/virtualbox/VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso
Mounting Virtualbox Guest Additions ISO to: /mnt
mount: /mnt: WARNING: device write-protected, mounted read-only.
Installing Virtualbox Guest Additions 7.0.6 - guest version is 5.2.0
Verifying archive integrity...  100%   MD5 checksums are OK. All good.
Uncompressing VirtualBox 7.0.6 Guest Additions for Linux  100%  
VirtualBox Guest Additions installer
/opt/VBoxGuestAdditions-7.0.6/bin/VBoxClient: error while loading shared libraries: libXt.so.6: cannot open shared object file: No such file or directory
/opt/VBoxGuestAdditions-7.0.6/bin/VBoxClient: error while loading shared libraries: libXt.so.6: cannot open shared object file: No such file or directory
VirtualBox Guest Additions: Starting.
VirtualBox Guest Additions: Setting up modules
VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel 
modules.  This may take a while.
VirtualBox Guest Additions: To build modules for other installed kernels, run
VirtualBox Guest Additions:   /sbin/rcvboxadd quicksetup <version>
VirtualBox Guest Additions: or
VirtualBox Guest Additions:   /sbin/rcvboxadd quicksetup all
VirtualBox Guest Additions: Building the modules for kernel 4.19.0-9-amd64.
update-initramfs: Generating /boot/initrd.img-4.19.0-9-amd64
VirtualBox Guest Additions: Running kernel modules will not be replaced until 
the system is restarted
An error occurred during installation of VirtualBox Guest Additions 7.0.6. Some functionality may not work as intended.
In most cases it is OK that the "Window System drivers" installation failed.
Unmounting Virtualbox Guest Additions ISO from: /mnt
Got different reports about installed GuestAdditions version:
Virtualbox on your host claims:   5.2.0
VBoxService inside the vm claims: 7.0.6
Going on, assuming VBoxService is correct...
Got different reports about installed GuestAdditions version:
Virtualbox on your host claims:   5.2.0
VBoxService inside the vm claims: 7.0.6
Going on, assuming VBoxService is correct...
Got different reports about installed GuestAdditions version:
Virtualbox on your host claims:   5.2.0
VBoxService inside the vm claims: 7.0.6
Going on, assuming VBoxService is correct...
Restarting VM to apply changes...
==> default: Attempting graceful shutdown of VM...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
==> default: Configuring and enabling network interfaces...
==> default: Mounting shared folders...
    default: /vagrant => /home/myuser
==> default: Running provisioner: shell...
    default: Running: inline script
==> default: Running provisioner: shell...
    default: Running: /tmp/vagrant-shell20230124-15551-folin2.sh
    default: ------------------------------------------------------------------
    default: User Specified Parameters:
    default: ------------------------------------------------------------------
    default: PROVISION                = true
    default: SUBUTAI_PEER             = true
    default: DESIRED_CONSOLE_PORT     = 9999
    default: DESIRED_SSH_PORT         = 4567
    default: SUBUTAI_ENV              = prod
    default: SUBUTAI_RAM              = 4096
    default: SUBUTAI_CPU              = 2
    default: SUBUTAI_DESKTOP          = false
    default: SUBUTAI_MAN_TMPL         =
    default: BRIDGE                   =
    default: AUTHORIZED_KEYS          =
    default: 
    default: ------------------------------------------------------------------
    default: Run Generated Parameters:
    default: ------------------------------------------------------------------
    default: _CONSOLE_PORT            = 9999
    default: _BRIDGED                 = true
    default: _BASE_MAC                = 08002709ced5
    default: _ALT_MANAGEMENT_MD5      =
    default: _ALT_MANAGEMENT_MD5_LAST =
    default: _ALT_MANAGEMENT          =
    default: 
    default: ----------------------------------------------------------------------------------------------
    default:  Requirements for "rng-tools.service" are handled automatically during Subutai installation.
    default:                    You may ignore failure notices regarding this tool.
    default: ----------------------------------------------------------------------------------------------
    default: Installing subutai ...
    default: Get:1 http://security.debian.org buster/updates InRelease [34.8 kB]
    default: Get:2 http://httpredir.debian.org/debian buster InRelease [122 kB]
    default: Get:3 http://httpredir.debian.org/debian buster-updates InRelease [56.6 kB]
    default: Get:4 http://deb.subutai.io/subutai prod InRelease [2,796 B]
    default: Get:5 http://deb.subutai.io/subutai prod/main amd64 Packages [3,311 B]
    default: Reading package lists...
    default: E: Repository 'http://security.debian.org buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
    default: E: Repository 'http://httpredir.debian.org/debian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
    default: E: Repository 'http://httpredir.debian.org/debian buster-updates InRelease' changed its 'Suite' value from 'stable-updates' to 'oldstable-updates'
    default: Reading package lists...
    default: Building dependency tree...
    default: Reading state information...
    default: The following additional packages will be installed:
    default:   certbot dnsmasq fontconfig-config fonts-dejavu-core gnupg1 gnupg1-l10n
    default:   libfontconfig1 libgd3 libjbig0 libjpeg62-turbo libnginx-mod-http-auth-pam
    default:   libnginx-mod-http-dav-ext libnginx-mod-http-echo libnginx-mod-http-geoip
    default:   libnginx-mod-http-image-filter libnginx-mod-http-subs-filter
    default:   libnginx-mod-http-upstream-fair libnginx-mod-http-xslt-filter
    default:   libnginx-mod-mail libnginx-mod-stream libtiff5 libwebp6 libxpm4 libxslt1.1
    default:   nginx nginx-common nginx-full nsexec openvswitch-common openvswitch-switch
    default:   python-pyicu python3-acme python3-asn1crypto python3-certbot
    default:   python3-cffi-backend python3-configargparse python3-configobj
    default:   python3-cryptography python3-distutils python3-future python3-josepy
    default:   python3-lib2to3 python3-mock python3-openssl python3-parsedatetime
    default:   python3-pbr python3-requests-toolbelt python3-rfc3339 python3-setuptools
    default:   python3-tz python3-zope.component python3-zope.event python3-zope.hookable
    default:   python3-zope.interface rng-tools ssl-cert subutai-nginx subutai-ovs
    default:   subutai-p2p
    default: Suggested packages:
    default:   python3-certbot-apache python3-certbot-nginx python-certbot-doc resolvconf
    default:   libpcsclite1 parcimonie xloadimage | imagemagick | eog libgd-tools fcgiwrap
    default:   nginx-doc ethtool python-acme-doc python-configobj-doc
    default:   python-cryptography-doc python3-cryptography-vectors python-future-doc
    default:   python-mock-doc python-openssl-doc python3-openssl-dbg python-setuptools-doc
    default:   openssl-blacklist
    default: The following packages will be REMOVED:
    default:   uidmap
    default: The following NEW packages will be installed:
    default:   certbot dnsmasq fontconfig-config fonts-dejavu-core gnupg1 gnupg1-l10n
    default:   libfontconfig1 libgd3 libjbig0 libjpeg62-turbo libnginx-mod-http-auth-pam
    default:   libnginx-mod-http-dav-ext libnginx-mod-http-echo libnginx-mod-http-geoip
    default:   libnginx-mod-http-image-filter libnginx-mod-http-subs-filter
    default:   libnginx-mod-http-upstream-fair libnginx-mod-http-xslt-filter
    default:   libnginx-mod-mail libnginx-mod-stream libtiff5 libwebp6 libxpm4 libxslt1.1
    default:   nginx nginx-common nginx-full nsexec openvswitch-common openvswitch-switch
    default:   python-pyicu python3-acme python3-asn1crypto python3-certbot
    default:   python3-cffi-backend python3-configargparse python3-configobj
    default:   python3-cryptography python3-distutils python3-future python3-josepy
    default:   python3-lib2to3 python3-mock python3-openssl python3-parsedatetime
    default:   python3-pbr python3-requests-toolbelt python3-rfc3339 python3-setuptools
    default:   python3-tz python3-zope.component python3-zope.event python3-zope.hookable
    default:   python3-zope.interface rng-tools ssl-cert subutai subutai-nginx subutai-ovs
    default:   subutai-p2p
    default: 0 upgraded, 60 newly installed, 1 to remove and 0 not upgraded.
    default: Need to get 15.9 MB of archives.
    default: After this operation, 53.3 MB of additional disk space will be used.
    default: Get:1 http://httpredir.debian.org/debian buster/main amd64 python3-asn1crypto all 0.24.0-1 [78.2 kB]
    default: Get:2 http://httpredir.debian.org/debian buster/main amd64 python3-cffi-backend amd64 1.12.2-1 [79.7 kB]
    default: Get:3 http://httpredir.debian.org/debian buster/main amd64 python3-cryptography amd64 2.6.1-3+deb10u2 [219 kB]
    default: Get:4 http://httpredir.debian.org/debian buster/main amd64 python3-openssl all 19.0.0-1 [52.1 kB]
    default: Get:5 http://httpredir.debian.org/debian buster/main amd64 python3-josepy all 1.1.0-2 [27.7 kB]
    default: Get:6 http://httpredir.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
    default: Get:7 http://httpredir.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
    default: Get:8 http://httpredir.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
    default: Get:9 http://deb.subutai.io/subutai prod/main amd64 nsexec amd64 1.22+nmu3 [20.3 kB]
    default: Get:10 http://httpredir.debian.org/debian buster/main amd64 python3-pbr all 4.2.0-5 [56.5 kB]
    default: Get:11 http://httpredir.debian.org/debian buster/main amd64 python3-mock all 2.0.0-4 [60.3 kB]
    default: Get:12 http://httpredir.debian.org/debian buster/main amd64 python3-requests-toolbelt all 0.8.0-1 [38.2 kB]
    default: Get:13 http://httpredir.debian.org/debian buster/main amd64 python3-tz all 2019.1-1 [27.1 kB]
    default: Get:14 http://httpredir.debian.org/debian buster/main amd64 python3-rfc3339 all 1.1-1 [6,644 B]
    default: Get:15 http://httpredir.debian.org/debian buster/main amd64 python3-acme all 0.31.0-2 [50.5 kB]
    default: Get:16 http://httpredir.debian.org/debian buster/main amd64 python3-configargparse all 0.13.0-1 [22.5 kB]
    default: Get:17 http://httpredir.debian.org/debian buster/main amd64 python3-configobj all 5.0.6-3 [35.7 kB]
    default: Get:18 http://httpredir.debian.org/debian buster/main amd64 python3-future all 0.16.0-1 [346 kB]
    default: Get:19 http://httpredir.debian.org/debian buster/main amd64 python3-parsedatetime all 2.4-2 [39.7 kB]
    default: Get:20 http://httpredir.debian.org/debian buster/main amd64 python3-zope.hookable amd64 4.0.4-4+b4 [10.6 kB]
    default: Get:21 http://httpredir.debian.org/debian buster/main amd64 python3-zope.interface amd64 4.3.2-1+b2 [90.1 kB]
    default: Get:22 http://httpredir.debian.org/debian buster/main amd64 python3-zope.event all 4.2.0-1 [8,412 B]
    default: Get:23 http://httpredir.debian.org/debian buster/main amd64 python3-zope.component all 4.3.0-1 [43.0 kB]
    default: Err:24 http://httpredir.debian.org/debian buster/main amd64 python3-certbot all 0.31.0-1
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Err:25 http://httpredir.debian.org/debian buster/main amd64 certbot all 0.31.0-1
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Err:26 http://httpredir.debian.org/debian buster/main amd64 dnsmasq all 2.80-1
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Get:27 http://httpredir.debian.org/debian buster/main amd64 fonts-dejavu-core all 2.37-1 [1,068 kB]
    default: Get:28 http://deb.subutai.io/subutai prod/main amd64 subutai-ovs amd64 8.9.0 [4,660 B]
    default: Get:29 http://deb.subutai.io/subutai prod/main amd64 subutai-nginx all 0.3+20190130092556 [8,734 B]
    default: Get:30 http://deb.subutai.io/subutai prod/main amd64 subutai-p2p amd64 8.3.1+20190110090137 [2,584 kB]
    default: Get:31 http://httpredir.debian.org/debian buster/main amd64 fontconfig-config all 2.13.1-2 [280 kB]
    default: Get:32 http://httpredir.debian.org/debian buster/main amd64 gnupg1 amd64 1.4.23-1 [599 kB]
    default: Get:33 http://httpredir.debian.org/debian buster/main amd64 gnupg1-l10n all 1.4.23-1 [552 kB]
    default: Get:34 http://httpredir.debian.org/debian buster/main amd64 libfontconfig1 amd64 2.13.1-2 [346 kB]
    default: Err:35 http://httpredir.debian.org/debian buster/main amd64 libjpeg62-turbo amd64 1:1.5.2-2+b1
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Get:36 http://httpredir.debian.org/debian buster/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
    default: Err:37 http://httpredir.debian.org/debian buster/main amd64 libwebp6 amd64 0.6.1-2
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Ign:38 http://httpredir.debian.org/debian buster/main amd64 libtiff5 amd64 4.1.0+git191117-2~deb10u1
    default: Get:39 http://httpredir.debian.org/debian buster/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
    default: Get:40 http://httpredir.debian.org/debian buster/main amd64 libgd3 amd64 2.2.5-5.2 [136 kB]
    default: Ign:41 http://httpredir.debian.org/debian buster/main amd64 nginx-common all 1.14.2-2+deb10u1
    default: Ign:42 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-http-auth-pam amd64 1.14.2-2+deb10u1
    default: Get:43 http://httpredir.debian.org/debian buster/main amd64 libxslt1.1 amd64 1.1.32-2.2~deb10u1 [237 kB]
    default: Ign:44 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-http-dav-ext amd64 1.14.2-2+deb10u1
    default: Ign:45 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-http-echo amd64 1.14.2-2+deb10u1
    default: Ign:46 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-http-geoip amd64 1.14.2-2+deb10u1
    default: Ign:47 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-http-image-filter amd64 1.14.2-2+deb10u1
    default: Err:38 http://httpredir.debian.org/debian buster/main amd64 libtiff5 amd64 4.1.0+git191117-2~deb10u1
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Ign:48 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-http-subs-filter amd64 1.14.2-2+deb10u1
    default: Ign:49 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-http-upstream-fair amd64 1.14.2-2+deb10u1
    default: Err:41 http://httpredir.debian.org/debian buster/main amd64 nginx-common all 1.14.2-2+deb10u1
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Ign:50 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-http-xslt-filter amd64 1.14.2-2+deb10u1
    default: Err:42 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-http-auth-pam amd64 1.14.2-2+deb10u1
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Err:44 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-http-dav-ext amd64 1.14.2-2+deb10u1
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Err:45 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-http-echo amd64 1.14.2-2+deb10u1
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Ign:51 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-mail amd64 1.14.2-2+deb10u1
    default: Err:46 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-http-geoip amd64 1.14.2-2+deb10u1
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Err:47 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-http-image-filter amd64 1.14.2-2+deb10u1
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Ign:52 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-stream amd64 1.14.2-2+deb10u1
    default: Err:48 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-http-subs-filter amd64 1.14.2-2+deb10u1
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Err:49 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-http-upstream-fair amd64 1.14.2-2+deb10u1
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Err:50 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-http-xslt-filter amd64 1.14.2-2+deb10u1
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Err:51 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-mail amd64 1.14.2-2+deb10u1
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Ign:53 http://httpredir.debian.org/debian buster/main amd64 nginx-full amd64 1.14.2-2+deb10u1
    default: Err:52 http://httpredir.debian.org/debian buster/main amd64 libnginx-mod-stream amd64 1.14.2-2+deb10u1
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Err:53 http://httpredir.debian.org/debian buster/main amd64 nginx-full amd64 1.14.2-2+deb10u1
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Ign:54 http://httpredir.debian.org/debian buster/main amd64 nginx all 1.14.2-2+deb10u1
    default: Err:55 http://httpredir.debian.org/debian buster/main amd64 openvswitch-common amd64 2.10.0+2018.08.28+git.8ca7c82b7d+ds1-12+deb10u2
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Err:54 http://httpredir.debian.org/debian buster/main amd64 nginx all 1.14.2-2+deb10u1
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Err:56 http://httpredir.debian.org/debian buster/main amd64 openvswitch-switch amd64 2.10.0+2018.08.28+git.8ca7c82b7d+ds1-12+deb10u2
    default:   404  Not Found [IP: 151.101.246.132 80]
    default: Get:57 http://httpredir.debian.org/debian buster/main amd64 python-pyicu amd64 2.2-2 [234 kB]
    default: Get:58 http://httpredir.debian.org/debian buster/main amd64 rng-tools amd64 2-unofficial-mt.14-1+b2 [43.1 kB]
    default: Get:59 http://httpredir.debian.org/debian buster/main amd64 ssl-cert all 1.0.39 [20.8 kB]
    default: Get:60 http://deb.subutai.io/subutai prod/main amd64 subutai amd64 8.9.3+20200618101804 [3,021 kB]
    default: Fetched 11.1 MB in 7s (1,594 kB/s)
    default: E: Failed to fetch http://httpredir.debian.org/debian/pool/main/p/python-certbot/python3-certbot_0.31.0-1_all.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://httpredir.debian.org/debian/pool/main/p/python-certbot/certbot_0.31.0-1_all.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://httpredir.debian.org/debian/pool/main/d/dnsmasq/dnsmasq_2.80-1_all.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://httpredir.debian.org/debian/pool/main/libj/libjpeg-turbo/libjpeg62-turbo_1.5.2-2+b1_amd64.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://httpredir.debian.org/debian/pool/main/libw/libwebp/libwebp6_0.6.1-2_amd64.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://security.debian.org/pool/updates/main/t/tiff/libtiff5_4.1.0+git191117-2~deb10u1_amd64.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://security.debian.org/pool/updates/main/n/nginx/nginx-common_1.14.2-2+deb10u1_all.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://security.debian.org/pool/updates/main/n/nginx/libnginx-mod-http-auth-pam_1.14.2-2+deb10u1_amd64.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://security.debian.org/pool/updates/main/n/nginx/libnginx-mod-http-dav-ext_1.14.2-2+deb10u1_amd64.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://security.debian.org/pool/updates/main/n/nginx/libnginx-mod-http-echo_1.14.2-2+deb10u1_amd64.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://security.debian.org/pool/updates/main/n/nginx/libnginx-mod-http-geoip_1.14.2-2+deb10u1_amd64.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://security.debian.org/pool/updates/main/n/nginx/libnginx-mod-http-image-filter_1.14.2-2+deb10u1_amd64.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://security.debian.org/pool/updates/main/n/nginx/libnginx-mod-http-subs-filter_1.14.2-2+deb10u1_amd64.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://security.debian.org/pool/updates/main/n/nginx/libnginx-mod-http-upstream-fair_1.14.2-2+deb10u1_amd64.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://security.debian.org/pool/updates/main/n/nginx/libnginx-mod-http-xslt-filter_1.14.2-2+deb10u1_amd64.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://security.debian.org/pool/updates/main/n/nginx/libnginx-mod-mail_1.14.2-2+deb10u1_amd64.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://security.debian.org/pool/updates/main/n/nginx/libnginx-mod-stream_1.14.2-2+deb10u1_amd64.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://security.debian.org/pool/updates/main/n/nginx/nginx-full_1.14.2-2+deb10u1_amd64.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://security.debian.org/pool/updates/main/n/nginx/nginx_1.14.2-2+deb10u1_all.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://httpredir.debian.org/debian/pool/main/o/openvswitch/openvswitch-common_2.10.0+2018.08.28+git.8ca7c82b7d+ds1-12+deb10u2_amd64.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Failed to fetch http://httpredir.debian.org/debian/pool/main/o/openvswitch/openvswitch-switch_2.10.0+2018.08.28+git.8ca7c82b7d+ds1-12+deb10u2_amd64.deb  404  Not Found [IP: 151.101.246.132 80]
    default: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
    default: [WARNING] subutai installation failed aborting!
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.

@mavavilj
Copy link
Author

mavavilj commented Jan 25, 2023

Seems related to the buster box. stretch box does not have these problems, but it has different problems:

#2914

@mavavilj mavavilj changed the title Quick PeerOS Install fails to failing fetches during provisioning? Quick PeerOS Install fails to failing fetches during provisioning? (stretch box) Jan 25, 2023
@mavavilj mavavilj changed the title Quick PeerOS Install fails to failing fetches during provisioning? (stretch box) Quick PeerOS Install fails to failing fetches during provisioning? (buster box) Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant