# Clone build steps to /vyos git clone -b equuleus --single-branch https://github.com/vyos/vyos-build /vyos ++ git clone -b equuleus --single-branch https://github.com/vyos/vyos-build /vyos Cloning into '/vyos'... # configure and make cd /vyos ++ cd /vyos ./configure --architecture amd64 --build-by "vyos-build@rofl.cat" --build-type release --version "$version" --custom-apt-entry "deb https://apt.puppet.com buster puppet6" --custom-apt-key "/tmp/puppet.gpg.key" --custom-package "puppet-agent" ++ ./configure --architecture amd64 --build-by vyos-build@rofl.cat --build-type release --version 1.3.0-epa3 --custom-apt-entry 'deb https://apt.puppet.com buster puppet6' --custom-apt-key /tmp/puppet.gpg.key --custom-package puppet-agent Checking if packages required for VyOS image build are installed All dependencies are installed Saving the build config to build/build-config.json ls -la ++ ls -la total 112 drwxr-xr-x 12 root root 4096 Dec 2 09:57 . drwxr-xr-x 1 root root 4096 Dec 2 09:57 .. drwxr-xr-x 2 root root 4096 Dec 2 09:57 build lrwxrwxrwx 1 root root 20 Dec 2 09:57 configure -> scripts/build-config -rw-r--r-- 1 root root 3812 Dec 2 09:57 CONTRIBUTING.md drwxr-xr-x 4 root root 4096 Dec 2 09:57 data drwxr-xr-x 4 root root 4096 Dec 2 09:57 docker drwxr-xr-x 2 root root 4096 Dec 2 09:57 docker-vyos drwxr-xr-x 8 root root 4096 Dec 2 09:57 .git drwxr-xr-x 3 root root 4096 Dec 2 09:57 .github -rw-r--r-- 1 root root 91 Dec 2 09:57 .gitignore -rw-r--r-- 1 root root 10475 Dec 2 09:57 Jenkinsfile -rw-r--r-- 1 root root 2433 Dec 2 09:57 Jenkinsfile.docker -rw-r--r-- 1 root root 18002 Dec 2 09:57 LICENSE -rw-r--r-- 1 root root 1843 Dec 2 09:57 LICENSE.artwork -rw-r--r-- 1 root root 9921 Dec 2 09:57 Makefile drwxr-xr-x 9 root root 4096 Dec 2 09:57 packages -rw-r--r-- 1 root root 3779 Dec 2 09:57 README.md drwxr-xr-x 5 root root 4096 Dec 2 09:57 scripts drwxr-xr-x 5 root root 4096 Dec 2 09:57 tools drwxr-xr-x 2 root root 4096 Dec 2 09:57 vars cat data/package-lists/vyos-x86.list.chroot ++ cat data/package-lists/vyos-x86.list.chroot grub2 grub-pc qemu-guest-agent hyperv-daemons vyos-xe-guest-utilities vyos-1x-vmware vyos-linux-firmware vyos-intel-qat wireguard-modules telegraf sudo make xcp-ng-iso ++ sudo make xcp-ng-iso Checking build configuration [2021-12-02 09:57:06] lb clean P: Cleaning chroot Starting VyOS ISO image build [2021-12-02 09:57:08] lb config noauto --architectures amd64 --bootappend-live boot=live components hostname=vyos username=live nopersistence noautologin nonetworking union=overlay console=ttyS0,115200 console=tty0 net.ifnames=0 biosdevname=0 --bootappend-live-failsafe live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal console=ttyS0,115200 console=tty0 net.ifnames=0 biosdevname=0 --linux-flavours amd64-vyos --linux-packages linux-image-5.4.163 --bootloader syslinux,grub-efi --binary-images iso-hybrid --checksums sha256 md5 --debian-installer false --distribution buster --iso-application VyOS --iso-publisher vyos-build@rofl.cat --iso-volume VyOS --debootstrap-options --variant=minbase --exclude=isc-dhcp-client,isc-dhcp-common,ifupdown --include=apt-utils,ca-certificates,gnupg2 --mirror-bootstrap http://deb.debian.org/debian --mirror-chroot http://deb.debian.org/debian --mirror-chroot-security http://deb.debian.org/debian-security --mirror-binary http://deb.debian.org/debian --mirror-binary-security http://deb.debian.org/debian-security --archive-areas main contrib non-free --firmware-chroot false --firmware-binary false --updates true --security true --backports true --apt-recommends false --apt-options --yes -oAPT::Default-Release=equuleus -oAPT::Get::allow-downgrades=true --apt-indices false P: Updating config tree for a debian/buster/amd64 system P: Symlinking hooks... Setting up additional APT entries Configuring live-build It's not like I'm building this specially for you or anything! [2021-12-02 09:57:09] lb build P: live-build 1:20190311.1 P: Building config tree for a debian/buster/amd64 system [2021-12-02 09:57:10] lb bootstrap P: Setting up cleanup function [2021-12-02 09:57:10] lb bootstrap_cache restore P: Restoring bootstrap stage from cache... [2021-12-02 09:57:10] lb bootstrap_debootstrap P: Begin bootstrapping system... P: If the following stage fails, the most likely cause of the problem is with your mirror configuration or a caching proxy. P: Running debootstrap (download-only)... I: Retrieving InRelease I: Checking Release signature I: Valid Release signature (key id 6D33866EDD8FFA41C0143AEDDCC9EFBF77E11517) I: Retrieving Packages I: Validating Packages I: Retrieving Packages I: Validating Packages I: Retrieving Packages I: Validating Packages I: Resolving dependencies of required packages... I: Resolving dependencies of base packages... I: Checking component main on http://deb.debian.org/debian... I: Retrieving libacl1 2.2.53-4 I: Validating libacl1 2.2.53-4 I: Retrieving adduser 3.118 I: Validating adduser 3.118 I: Retrieving apt 1.8.2.3 I: Validating apt 1.8.2.3 I: Retrieving apt-utils 1.8.2.3 I: Validating apt-utils 1.8.2.3 I: Retrieving libapt-inst2.0 1.8.2.3 I: Validating libapt-inst2.0 1.8.2.3 I: Retrieving libapt-pkg5.0 1.8.2.3 I: Validating libapt-pkg5.0 1.8.2.3 I: Retrieving libattr1 1:2.4.48-4 I: Validating libattr1 1:2.4.48-4 I: Retrieving libaudit-common 1:2.8.4-3 I: Validating libaudit-common 1:2.8.4-3 I: Retrieving libaudit1 1:2.8.4-3 I: Validating libaudit1 1:2.8.4-3 I: Retrieving base-files 10.3+deb10u11 I: Validating base-files 10.3+deb10u11 I: Retrieving base-passwd 3.5.46 I: Validating base-passwd 3.5.46 I: Retrieving bash 5.0-4 I: Validating bash 5.0-4 I: Retrieving libbz2-1.0 1.0.6-9.2~deb10u1 I: Validating libbz2-1.0 1.0.6-9.2~deb10u1 I: Retrieving ca-certificates 20200601~deb10u2 I: Validating ca-certificates 20200601~deb10u2 I: Retrieving libdebconfclient0 0.249 I: Validating libdebconfclient0 0.249 I: Retrieving coreutils 8.30-3 I: Validating coreutils 8.30-3 I: Retrieving libsasl2-2 2.1.27+dfsg-1+deb10u1 I: Validating libsasl2-2 2.1.27+dfsg-1+deb10u1 I: Retrieving libsasl2-modules-db 2.1.27+dfsg-1+deb10u1 I: Validating libsasl2-modules-db 2.1.27+dfsg-1+deb10u1 I: Retrieving dash 0.5.10.2-5 I: Validating dash 0.5.10.2-5 I: Retrieving libdb5.3 5.3.28+dfsg1-0.5 I: Validating libdb5.3 5.3.28+dfsg1-0.5 I: Retrieving debconf 1.5.71+deb10u1 I: Validating debconf 1.5.71+deb10u1 I: Retrieving debian-archive-keyring 2019.1+deb10u1 I: Validating debian-archive-keyring 2019.1+deb10u1 I: Retrieving debianutils 4.8.6.1 I: Validating debianutils 4.8.6.1 I: Retrieving diffutils 1:3.7-3 I: Validating diffutils 1:3.7-3 I: Retrieving dpkg 1.19.7 I: Validating dpkg 1.19.7 I: Retrieving e2fsprogs 1.44.5-1+deb10u3 I: Validating e2fsprogs 1.44.5-1+deb10u3 I: Retrieving libcom-err2 1.44.5-1+deb10u3 I: Validating libcom-err2 1.44.5-1+deb10u3 I: Retrieving libext2fs2 1.44.5-1+deb10u3 I: Validating libext2fs2 1.44.5-1+deb10u3 I: Retrieving libss2 1.44.5-1+deb10u3 I: Validating libss2 1.44.5-1+deb10u3 I: Retrieving findutils 4.6.0+git+20190209-2 I: Validating findutils 4.6.0+git+20190209-2 I: Retrieving gcc-8-base 8.3.0-6 I: Validating gcc-8-base 8.3.0-6 I: Retrieving libgcc1 1:8.3.0-6 I: Validating libgcc1 1:8.3.0-6 I: Retrieving libstdc++6 8.3.0-6 I: Validating libstdc++6 8.3.0-6 I: Retrieving libc-bin 2.28-10 I: Validating libc-bin 2.28-10 I: Retrieving libc6 2.28-10 I: Validating libc6 2.28-10 I: Retrieving libgmp10 2:6.1.2+dfsg-4 I: Validating libgmp10 2:6.1.2+dfsg-4 I: Retrieving dirmngr 2.2.12-1+deb10u1 I: Validating dirmngr 2.2.12-1+deb10u1 I: Retrieving gnupg 2.2.12-1+deb10u1 I: Validating gnupg 2.2.12-1+deb10u1 I: Retrieving gnupg-l10n 2.2.12-1+deb10u1 I: Validating gnupg-l10n 2.2.12-1+deb10u1 I: Retrieving gnupg-utils 2.2.12-1+deb10u1 I: Validating gnupg-utils 2.2.12-1+deb10u1 I: Retrieving gnupg2 2.2.12-1+deb10u1 I: Validating gnupg2 2.2.12-1+deb10u1 I: Retrieving gpg 2.2.12-1+deb10u1 I: Validating gpg 2.2.12-1+deb10u1 I: Retrieving gpg-agent 2.2.12-1+deb10u1 I: Validating gpg-agent 2.2.12-1+deb10u1 I: Retrieving gpg-wks-client 2.2.12-1+deb10u1 I: Validating gpg-wks-client 2.2.12-1+deb10u1 I: Retrieving gpg-wks-server 2.2.12-1+deb10u1 I: Validating gpg-wks-server 2.2.12-1+deb10u1 I: Retrieving gpgconf 2.2.12-1+deb10u1 I: Validating gpgconf 2.2.12-1+deb10u1 I: Retrieving gpgsm 2.2.12-1+deb10u1 I: Validating gpgsm 2.2.12-1+deb10u1 I: Retrieving gpgv 2.2.12-1+deb10u1 I: Validating gpgv 2.2.12-1+deb10u1 I: Retrieving libgnutls30 3.6.7-4+deb10u7 I: Validating libgnutls30 3.6.7-4+deb10u7 I: Retrieving grep 3.3-1 I: Validating grep 3.3-1 I: Retrieving gzip 1.9-3 I: Validating gzip 1.9-3 I: Retrieving hostname 3.21 I: Validating hostname 3.21 I: Retrieving init-system-helpers 1.56+nmu1 I: Validating init-system-helpers 1.56+nmu1 I: Retrieving libassuan0 2.5.2-1 I: Validating libassuan0 2.5.2-1 I: Retrieving libcap-ng0 0.7.9-2 I: Validating libcap-ng0 0.7.9-2 I: Retrieving libffi6 3.2.1-9 I: Validating libffi6 3.2.1-9 I: Retrieving libgcrypt20 1.8.4-5+deb10u1 I: Validating libgcrypt20 1.8.4-5+deb10u1 I: Retrieving libgpg-error0 1.35-1 I: Validating libgpg-error0 1.35-1 I: Retrieving libidn2-0 2.0.5-1+deb10u1 I: Validating libidn2-0 2.0.5-1+deb10u1 I: Retrieving libksba8 1.3.5-2 I: Validating libksba8 1.3.5-2 I: Retrieving libseccomp2 2.3.3-4 I: Validating libseccomp2 2.3.3-4 I: Retrieving libselinux1 2.8-1+b1 I: Validating libselinux1 2.8-1+b1 I: Retrieving libsemanage-common 2.8-2 I: Validating libsemanage-common 2.8-2 I: Retrieving libsemanage1 2.8-2 I: Validating libsemanage1 2.8-2 I: Retrieving libsepol1 2.8-1 I: Validating libsepol1 2.8-1 I: Retrieving libtasn1-6 4.13-3 I: Validating libtasn1-6 4.13-3 I: Retrieving libunistring2 0.9.10-1 I: Validating libunistring2 0.9.10-1 I: Retrieving libzstd1 1.3.8+dfsg-3+deb10u2 I: Validating libzstd1 1.3.8+dfsg-3+deb10u2 I: Retrieving lsb-base 10.2019051400 I: Validating lsb-base 10.2019051400 I: Retrieving liblz4-1 1.8.3-1+deb10u1 I: Validating liblz4-1 1.8.3-1+deb10u1 I: Retrieving mawk 1.3.3-17+b3 I: Validating mawk 1.3.3-17+b3 I: Retrieving libncursesw6 6.1+20181013-2+deb10u2 I: Validating libncursesw6 6.1+20181013-2+deb10u2 I: Retrieving libtinfo6 6.1+20181013-2+deb10u2 I: Validating libtinfo6 6.1+20181013-2+deb10u2 I: Retrieving ncurses-base 6.1+20181013-2+deb10u2 I: Validating ncurses-base 6.1+20181013-2+deb10u2 I: Retrieving ncurses-bin 6.1+20181013-2+deb10u2 I: Validating ncurses-bin 6.1+20181013-2+deb10u2 I: Retrieving libhogweed4 3.4.1-1+deb10u1 I: Validating libhogweed4 3.4.1-1+deb10u1 I: Retrieving libnettle6 3.4.1-1+deb10u1 I: Validating libnettle6 3.4.1-1+deb10u1 I: Retrieving libnpth0 1.6-1 I: Validating libnpth0 1.6-1 I: Retrieving libldap-2.4-2 2.4.47+dfsg-3+deb10u6 I: Validating libldap-2.4-2 2.4.47+dfsg-3+deb10u6 I: Retrieving libldap-common 2.4.47+dfsg-3+deb10u6 I: Validating libldap-common 2.4.47+dfsg-3+deb10u6 I: Retrieving libssl1.1 1.1.1d-0+deb10u7 I: Validating libssl1.1 1.1.1d-0+deb10u7 I: Retrieving openssl 1.1.1d-0+deb10u7 I: Validating openssl 1.1.1d-0+deb10u7 I: Retrieving libp11-kit0 0.23.15-2+deb10u1 I: Validating libp11-kit0 0.23.15-2+deb10u1 I: Retrieving libpam-modules 1.3.1-5 I: Validating libpam-modules 1.3.1-5 I: Retrieving libpam-modules-bin 1.3.1-5 I: Validating libpam-modules-bin 1.3.1-5 I: Retrieving libpam-runtime 1.3.1-5 I: Validating libpam-runtime 1.3.1-5 I: Retrieving libpam0g 1.3.1-5 I: Validating libpam0g 1.3.1-5 I: Retrieving libpcre3 2:8.39-12 I: Validating libpcre3 2:8.39-12 I: Retrieving perl-base 5.28.1-6+deb10u1 I: Validating perl-base 5.28.1-6+deb10u1 I: Retrieving pinentry-curses 1.1.0-2 I: Validating pinentry-curses 1.1.0-2 I: Retrieving libreadline7 7.0-5 I: Validating libreadline7 7.0-5 I: Retrieving readline-common 7.0-5 I: Validating readline-common 7.0-5 I: Retrieving sed 4.7-1 I: Validating sed 4.7-1 I: Retrieving login 1:4.5-1.1 I: Validating login 1:4.5-1.1 I: Retrieving passwd 1:4.5-1.1 I: Validating passwd 1:4.5-1.1 I: Retrieving libsqlite3-0 3.27.2-3+deb10u1 I: Validating libsqlite3-0 3.27.2-3+deb10u1 I: Retrieving libsystemd0 241-7~deb10u8 I: Validating libsystemd0 241-7~deb10u8 I: Retrieving libudev1 241-7~deb10u8 I: Validating libudev1 241-7~deb10u8 I: Retrieving sysvinit-utils 2.93-8 I: Validating sysvinit-utils 2.93-8 I: Retrieving tar 1.30+dfsg-6 I: Validating tar 1.30+dfsg-6 I: Retrieving tzdata 2021a-0+deb10u2 I: Validating tzdata 2021a-0+deb10u2 I: Retrieving bsdutils 1:2.33.1-0.1 I: Validating bsdutils 1:2.33.1-0.1 I: Retrieving fdisk 2.33.1-0.1 I: Validating fdisk 2.33.1-0.1 I: Retrieving libblkid1 2.33.1-0.1 I: Validating libblkid1 2.33.1-0.1 I: Retrieving libfdisk1 2.33.1-0.1 I: Validating libfdisk1 2.33.1-0.1 I: Retrieving libmount1 2.33.1-0.1 I: Validating libmount1 2.33.1-0.1 I: Retrieving libsmartcols1 2.33.1-0.1 I: Validating libsmartcols1 2.33.1-0.1 I: Retrieving libuuid1 2.33.1-0.1 I: Validating libuuid1 2.33.1-0.1 I: Retrieving mount 2.33.1-0.1 I: Validating mount 2.33.1-0.1 I: Retrieving util-linux 2.33.1-0.1 I: Validating util-linux 2.33.1-0.1 I: Retrieving liblzma5 5.2.4-1 I: Validating liblzma5 5.2.4-1 I: Retrieving zlib1g 1:1.2.11.dfsg-1 I: Validating zlib1g 1:1.2.11.dfsg-1 P: If the following stage fails, the most likely cause of the problem is with your mirror configuration or a caching proxy. P: Running debootstrap... I: Checking Release signature I: Valid Release signature (key id 6D33866EDD8FFA41C0143AEDDCC9EFBF77E11517) I: Validating Packages I: Validating Packages I: Validating Packages I: Resolving dependencies of required packages... I: Resolving dependencies of base packages... I: Checking component main on http://deb.debian.org/debian... I: Validating libacl1 2.2.53-4 I: Validating adduser 3.118 I: Validating apt 1.8.2.3 I: Validating apt-utils 1.8.2.3 I: Validating libapt-inst2.0 1.8.2.3 I: Validating libapt-pkg5.0 1.8.2.3 I: Validating libattr1 1:2.4.48-4 I: Validating libaudit-common 1:2.8.4-3 I: Validating libaudit1 1:2.8.4-3 I: Validating base-files 10.3+deb10u11 I: Validating base-passwd 3.5.46 I: Validating bash 5.0-4 I: Validating libbz2-1.0 1.0.6-9.2~deb10u1 I: Validating ca-certificates 20200601~deb10u2 I: Validating libdebconfclient0 0.249 I: Validating coreutils 8.30-3 I: Validating libsasl2-2 2.1.27+dfsg-1+deb10u1 I: Validating libsasl2-modules-db 2.1.27+dfsg-1+deb10u1 I: Validating dash 0.5.10.2-5 I: Validating libdb5.3 5.3.28+dfsg1-0.5 I: Validating debconf 1.5.71+deb10u1 I: Validating debian-archive-keyring 2019.1+deb10u1 I: Validating debianutils 4.8.6.1 I: Validating diffutils 1:3.7-3 I: Validating dpkg 1.19.7 I: Validating e2fsprogs 1.44.5-1+deb10u3 I: Validating libcom-err2 1.44.5-1+deb10u3 I: Validating libext2fs2 1.44.5-1+deb10u3 I: Validating libss2 1.44.5-1+deb10u3 I: Validating findutils 4.6.0+git+20190209-2 I: Validating gcc-8-base 8.3.0-6 I: Validating libgcc1 1:8.3.0-6 I: Validating libstdc++6 8.3.0-6 I: Validating libc-bin 2.28-10 I: Validating libc6 2.28-10 I: Validating libgmp10 2:6.1.2+dfsg-4 I: Validating dirmngr 2.2.12-1+deb10u1 I: Validating gnupg 2.2.12-1+deb10u1 I: Validating gnupg-l10n 2.2.12-1+deb10u1 I: Validating gnupg-utils 2.2.12-1+deb10u1 I: Validating gnupg2 2.2.12-1+deb10u1 I: Validating gpg 2.2.12-1+deb10u1 I: Validating gpg-agent 2.2.12-1+deb10u1 I: Validating gpg-wks-client 2.2.12-1+deb10u1 I: Validating gpg-wks-server 2.2.12-1+deb10u1 I: Validating gpgconf 2.2.12-1+deb10u1 I: Validating gpgsm 2.2.12-1+deb10u1 I: Validating gpgv 2.2.12-1+deb10u1 I: Validating libgnutls30 3.6.7-4+deb10u7 I: Validating grep 3.3-1 I: Validating gzip 1.9-3 I: Validating hostname 3.21 I: Validating init-system-helpers 1.56+nmu1 I: Validating libassuan0 2.5.2-1 I: Validating libcap-ng0 0.7.9-2 I: Validating libffi6 3.2.1-9 I: Validating libgcrypt20 1.8.4-5+deb10u1 I: Validating libgpg-error0 1.35-1 I: Validating libidn2-0 2.0.5-1+deb10u1 I: Validating libksba8 1.3.5-2 I: Validating libseccomp2 2.3.3-4 I: Validating libselinux1 2.8-1+b1 I: Validating libsemanage-common 2.8-2 I: Validating libsemanage1 2.8-2 I: Validating libsepol1 2.8-1 I: Validating libtasn1-6 4.13-3 I: Validating libunistring2 0.9.10-1 I: Validating libzstd1 1.3.8+dfsg-3+deb10u2 I: Validating lsb-base 10.2019051400 I: Validating liblz4-1 1.8.3-1+deb10u1 I: Validating mawk 1.3.3-17+b3 I: Validating libncursesw6 6.1+20181013-2+deb10u2 I: Validating libtinfo6 6.1+20181013-2+deb10u2 I: Validating ncurses-base 6.1+20181013-2+deb10u2 I: Validating ncurses-bin 6.1+20181013-2+deb10u2 I: Validating libhogweed4 3.4.1-1+deb10u1 I: Validating libnettle6 3.4.1-1+deb10u1 I: Validating libnpth0 1.6-1 I: Validating libldap-2.4-2 2.4.47+dfsg-3+deb10u6 I: Validating libldap-common 2.4.47+dfsg-3+deb10u6 I: Validating libssl1.1 1.1.1d-0+deb10u7 I: Validating openssl 1.1.1d-0+deb10u7 I: Validating libp11-kit0 0.23.15-2+deb10u1 I: Validating libpam-modules 1.3.1-5 I: Validating libpam-modules-bin 1.3.1-5 I: Validating libpam-runtime 1.3.1-5 I: Validating libpam0g 1.3.1-5 I: Validating libpcre3 2:8.39-12 I: Validating perl-base 5.28.1-6+deb10u1 I: Validating pinentry-curses 1.1.0-2 I: Validating libreadline7 7.0-5 I: Validating readline-common 7.0-5 I: Validating sed 4.7-1 I: Validating login 1:4.5-1.1 I: Validating passwd 1:4.5-1.1 I: Validating libsqlite3-0 3.27.2-3+deb10u1 I: Validating libsystemd0 241-7~deb10u8 I: Validating libudev1 241-7~deb10u8 I: Validating sysvinit-utils 2.93-8 I: Validating tar 1.30+dfsg-6 I: Validating tzdata 2021a-0+deb10u2 I: Validating bsdutils 1:2.33.1-0.1 I: Validating fdisk 2.33.1-0.1 I: Validating libblkid1 2.33.1-0.1 I: Validating libfdisk1 2.33.1-0.1 I: Validating libmount1 2.33.1-0.1 I: Validating libsmartcols1 2.33.1-0.1 I: Validating libuuid1 2.33.1-0.1 I: Validating mount 2.33.1-0.1 I: Validating util-linux 2.33.1-0.1 I: Validating liblzma5 5.2.4-1 I: Validating zlib1g 1:1.2.11.dfsg-1 I: Chosen extractor for .deb packages: dpkg-deb I: Extracting libacl1... I: Extracting adduser... I: Extracting apt... I: Extracting libapt-pkg5.0... I: Extracting libattr1... I: Extracting libaudit-common... I: Extracting libaudit1... I: Extracting base-files... I: Extracting base-passwd... I: Extracting bash... I: Extracting libbz2-1.0... I: Extracting libdebconfclient0... I: Extracting coreutils... I: Extracting dash... I: Extracting libdb5.3... I: Extracting debconf... I: Extracting debian-archive-keyring... I: Extracting debianutils... I: Extracting diffutils... I: Extracting dpkg... I: Extracting e2fsprogs... I: Extracting libcom-err2... I: Extracting libext2fs2... I: Extracting libss2... I: Extracting findutils... I: Extracting gcc-8-base... I: Extracting libgcc1... I: Extracting libstdc++6... I: Extracting libc-bin... I: Extracting libc6... I: Extracting libgmp10... I: Extracting gpgv... I: Extracting libgnutls30... I: Extracting grep... I: Extracting gzip... I: Extracting hostname... I: Extracting init-system-helpers... I: Extracting libcap-ng0... I: Extracting libffi6... I: Extracting libgcrypt20... I: Extracting libgpg-error0... I: Extracting libidn2-0... I: Extracting libseccomp2... I: Extracting libselinux1... I: Extracting libsemanage-common... I: Extracting libsemanage1... I: Extracting libsepol1... I: Extracting libtasn1-6... I: Extracting libunistring2... I: Extracting libzstd1... I: Extracting liblz4-1... I: Extracting mawk... I: Extracting libncursesw6... I: Extracting libtinfo6... I: Extracting ncurses-base... I: Extracting ncurses-bin... I: Extracting libhogweed4... I: Extracting libnettle6... I: Extracting libp11-kit0... I: Extracting libpam-modules... I: Extracting libpam-modules-bin... I: Extracting libpam-runtime... I: Extracting libpam0g... I: Extracting libpcre3... I: Extracting perl-base... I: Extracting sed... I: Extracting login... I: Extracting passwd... I: Extracting libsystemd0... I: Extracting libudev1... I: Extracting sysvinit-utils... I: Extracting tar... I: Extracting tzdata... I: Extracting bsdutils... I: Extracting fdisk... I: Extracting libblkid1... I: Extracting libfdisk1... I: Extracting libmount1... I: Extracting libsmartcols1... I: Extracting libuuid1... I: Extracting mount... I: Extracting util-linux... I: Extracting liblzma5... I: Extracting zlib1g... I: Installing core packages... I: Unpacking required packages... I: Unpacking libacl1:amd64... I: Unpacking adduser... I: Unpacking apt... I: Unpacking libapt-pkg5.0:amd64... I: Unpacking libattr1:amd64... I: Unpacking libaudit-common... I: Unpacking libaudit1:amd64... I: Unpacking base-files... I: Unpacking base-passwd... I: Unpacking bash... I: Unpacking libbz2-1.0:amd64... I: Unpacking libdebconfclient0:amd64... I: Unpacking coreutils... I: Unpacking dash... I: Unpacking libdb5.3:amd64... I: Unpacking debconf... I: Unpacking debian-archive-keyring... I: Unpacking debianutils... I: Unpacking diffutils... I: Unpacking dpkg... I: Unpacking e2fsprogs... I: Unpacking libcom-err2:amd64... I: Unpacking libext2fs2:amd64... I: Unpacking libss2:amd64... I: Unpacking findutils... I: Unpacking gcc-8-base:amd64... I: Unpacking libgcc1:amd64... I: Unpacking libstdc++6:amd64... I: Unpacking libc-bin... I: Unpacking libc6:amd64... I: Unpacking libgmp10:amd64... I: Unpacking gpgv... I: Unpacking libgnutls30:amd64... I: Unpacking grep... I: Unpacking gzip... I: Unpacking hostname... I: Unpacking init-system-helpers... I: Unpacking libcap-ng0:amd64... I: Unpacking libffi6:amd64... I: Unpacking libgcrypt20:amd64... I: Unpacking libgpg-error0:amd64... I: Unpacking libidn2-0:amd64... I: Unpacking libseccomp2:amd64... I: Unpacking libselinux1:amd64... I: Unpacking libsemanage-common... I: Unpacking libsemanage1:amd64... I: Unpacking libsepol1:amd64... I: Unpacking libtasn1-6:amd64... I: Unpacking libunistring2:amd64... I: Unpacking libzstd1:amd64... I: Unpacking liblz4-1:amd64... I: Unpacking mawk... I: Unpacking libncursesw6:amd64... I: Unpacking libtinfo6:amd64... I: Unpacking ncurses-base... I: Unpacking ncurses-bin... I: Unpacking libhogweed4:amd64... I: Unpacking libnettle6:amd64... I: Unpacking libp11-kit0:amd64... I: Unpacking libpam-modules:amd64... I: Unpacking libpam-modules-bin... I: Unpacking libpam-runtime... I: Unpacking libpam0g:amd64... I: Unpacking libpcre3:amd64... I: Unpacking perl-base... I: Unpacking sed... I: Unpacking login... I: Unpacking passwd... I: Unpacking libsystemd0:amd64... I: Unpacking libudev1:amd64... I: Unpacking sysvinit-utils... I: Unpacking tar... I: Unpacking tzdata... I: Unpacking bsdutils... I: Unpacking fdisk... I: Unpacking libblkid1:amd64... I: Unpacking libfdisk1:amd64... I: Unpacking libmount1:amd64... I: Unpacking libsmartcols1:amd64... I: Unpacking libuuid1:amd64... I: Unpacking mount... I: Unpacking util-linux... I: Unpacking liblzma5:amd64... I: Unpacking zlib1g:amd64... I: Configuring required packages... I: Configuring debian-archive-keyring... I: Configuring libaudit-common... I: Configuring libsemanage-common... I: Configuring ncurses-base... I: Configuring gcc-8-base:amd64... I: Configuring libc6:amd64... I: Configuring libudev1:amd64... I: Configuring libsepol1:amd64... I: Configuring libattr1:amd64... I: Configuring libtasn1-6:amd64... I: Configuring debianutils... I: Configuring mawk... I: Configuring libdebconfclient0:amd64... I: Configuring base-files... I: Configuring libbz2-1.0:amd64... I: Configuring base-passwd... I: Configuring libdb5.3:amd64... I: Configuring libtinfo6:amd64... I: Configuring bash... I: Configuring libzstd1:amd64... I: Configuring liblzma5:amd64... I: Configuring libgpg-error0:amd64... I: Configuring libgcc1:amd64... I: Configuring liblz4-1:amd64... I: Configuring libc-bin... I: Configuring ncurses-bin... I: Configuring libacl1:amd64... I: Configuring libunistring2:amd64... I: Configuring libsmartcols1:amd64... I: Configuring libgcrypt20:amd64... I: Configuring zlib1g:amd64... I: Configuring libffi6:amd64... I: Configuring libidn2-0:amd64... I: Configuring libcom-err2:amd64... I: Configuring diffutils... I: Configuring libseccomp2:amd64... I: Configuring libsystemd0:amd64... I: Configuring hostname... I: Configuring libpcre3:amd64... I: Configuring libcap-ng0:amd64... I: Configuring libext2fs2:amd64... I: Configuring libgmp10:amd64... I: Configuring libp11-kit0:amd64... I: Configuring libaudit1:amd64... I: Configuring libuuid1:amd64... I: Configuring libss2:amd64... I: Configuring libncursesw6:amd64... I: Configuring libnettle6:amd64... I: Configuring gpgv... I: Configuring libblkid1:amd64... I: Configuring libstdc++6:amd64... I: Configuring bsdutils... I: Configuring libhogweed4:amd64... I: Configuring e2fsprogs... I: Configuring libselinux1:amd64... I: Configuring libgnutls30:amd64... I: Configuring sed... I: Configuring libfdisk1:amd64... I: Configuring findutils... I: Configuring libmount1:amd64... I: Configuring libapt-pkg5.0:amd64... I: Configuring libsemanage1:amd64... I: Configuring tar... I: Configuring coreutils... I: Configuring fdisk... I: Configuring dpkg... I: Configuring grep... I: Configuring perl-base... I: Configuring init-system-helpers... I: Configuring gzip... I: Configuring debconf... I: Configuring tzdata... I: Configuring libpam0g:amd64... I: Configuring dash... I: Configuring libpam-modules-bin... I: Configuring libpam-modules:amd64... I: Configuring passwd... I: Configuring libpam-runtime... I: Configuring login... I: Configuring adduser... I: Configuring apt... I: Configuring util-linux... I: Configuring mount... I: Configuring sysvinit-utils... I: Configuring libc-bin... I: Unpacking the base system... I: Unpacking apt-utils... I: Unpacking libapt-inst2.0:amd64... I: Unpacking ca-certificates... I: Unpacking libsasl2-2:amd64... I: Unpacking libsasl2-modules-db:amd64... I: Unpacking dirmngr... I: Unpacking gnupg... I: Unpacking gnupg-l10n... I: Unpacking gnupg-utils... I: Unpacking gnupg2... I: Unpacking gpg... I: Unpacking gpg-agent... I: Unpacking gpg-wks-client... I: Unpacking gpg-wks-server... I: Unpacking gpgconf... I: Unpacking gpgsm... I: Unpacking libassuan0:amd64... I: Unpacking libksba8:amd64... I: Unpacking lsb-base... I: Unpacking libnpth0:amd64... I: Unpacking libldap-2.4-2:amd64... I: Unpacking libldap-common... I: Unpacking libssl1.1:amd64... I: Unpacking openssl... I: Unpacking pinentry-curses... I: Unpacking libreadline7:amd64... I: Unpacking readline-common... I: Unpacking libsqlite3-0:amd64... I: Configuring the base system... I: Configuring libksba8:amd64... I: Configuring lsb-base... I: Configuring libssl1.1:amd64... I: Configuring libsqlite3-0:amd64... I: Configuring libnpth0:amd64... I: Configuring libassuan0:amd64... I: Configuring libapt-inst2.0:amd64... I: Configuring libldap-common... I: Configuring libsasl2-modules-db:amd64... I: Configuring gnupg-l10n... I: Configuring libsasl2-2:amd64... I: Configuring openssl... I: Configuring readline-common... I: Configuring libreadline7:amd64... I: Configuring gnupg-utils... I: Configuring pinentry-curses... I: Configuring apt-utils... I: Configuring libldap-2.4-2:amd64... I: Configuring ca-certificates... I: Configuring gpgconf... I: Configuring gpg... I: Configuring gpg-agent... I: Configuring gpgsm... I: Configuring dirmngr... I: Configuring gpg-wks-server... I: Configuring gpg-wks-client... I: Configuring gnupg... I: Configuring gnupg2... I: Configuring libc-bin... I: Configuring ca-certificates... I: Base system installed successfully. [2021-12-02 09:59:02] lb bootstrap_cache save P: Saving bootstrap stage to cache... [2021-12-02 09:59:03] lb chroot_devpts install P: Begin mounting /dev/pts... [2021-12-02 09:59:03] lb chroot_proc install P: Begin mounting /proc... [2021-12-02 09:59:04] lb chroot_selinuxfs install [2021-12-02 09:59:04] lb chroot_sysfs install P: Begin mounting /sys... [2021-12-02 09:59:04] lb chroot_debianchroot install P: Configuring file /etc/debian_chroot [2021-12-02 09:59:04] lb chroot_dpkg install P: Configuring file /sbin/start-stop-daemon dpkg-divert: warning: diverting file '/sbin/start-stop-daemon' from an Essential package with rename is dangerous, use --no-rename [2021-12-02 09:59:05] lb chroot_tmpfs install [2021-12-02 09:59:05] lb chroot_sysv-rc install P: Configuring file /usr/sbin/policy-rc.d [2021-12-02 09:59:05] lb chroot_hosts install P: Configuring file /etc/hosts [2021-12-02 09:59:05] lb chroot_resolv install P: Configuring file /etc/resolv.conf [2021-12-02 09:59:05] lb chroot_hostname install P: Configuring file /etc/hostname P: Configuring file /bin/hostname dpkg-divert: warning: diverting file '/bin/hostname' from an Essential package with rename is dangerous, use --no-rename [2021-12-02 09:59:06] lb chroot_apt install P: Configuring file /etc/apt/apt.conf [2021-12-02 09:59:06] lb bootstrap_archives binary P: Configuring file /etc/apt/sources.list Hit:1 http://deb.debian.org/debian buster InRelease Get:2 http://repo.powerdns.com/debian buster-rec-45 InRelease [1796 B] Get:3 http://deb.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:4 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Get:5 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] Get:6 https://repo.saltproject.io/py3/debian/10/amd64/3003 buster InRelease [2848 B] Get:7 http://deb.debian.org/debian bullseye InRelease [116 kB] Get:8 http://dev.packages.vyos.net/repositories/equuleus equuleus InRelease [4702 B] Get:9 http://deb.debian.org/debian buster/contrib Sources [42.5 kB] Get:10 http://deb.debian.org/debian buster/main Sources [7837 kB] Get:11 https://apt.puppet.com buster InRelease [99.3 kB] Get:12 http://repo.powerdns.com/debian buster-rec-45/main amd64 Packages [842 B] Get:13 http://deb.debian.org/debian buster/non-free Sources [85.8 kB] Get:14 http://deb.debian.org/debian buster/main Translation-en [5968 kB] Get:15 http://deb.debian.org/debian buster/contrib Translation-en [44.2 kB] Get:16 http://deb.debian.org/debian buster/non-free Translation-en [88.8 kB] Get:17 http://deb.debian.org/debian-security buster/updates/non-free Sources [688 B] Get:18 http://deb.debian.org/debian-security buster/updates/main Sources [203 kB] Get:19 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [309 kB] Get:20 http://deb.debian.org/debian-security buster/updates/main Translation-en [163 kB] Get:21 http://deb.debian.org/debian-security buster/updates/non-free amd64 Packages [556 B] Get:22 http://deb.debian.org/debian-security buster/updates/non-free Translation-en [344 B] Get:23 http://deb.debian.org/debian buster-updates/main Sources [16.7 kB] Get:24 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] Get:25 http://deb.debian.org/debian buster-updates/main Translation-en [13.9 kB] Get:26 https://repo.saltproject.io/py3/debian/10/amd64/3003 buster/main amd64 Packages [2911 B] Get:27 http://deb.debian.org/debian buster-backports/contrib Sources [4904 B] Get:28 http://deb.debian.org/debian buster-backports/non-free Sources [8828 B] Get:29 http://deb.debian.org/debian buster-backports/main Sources [459 kB] Get:30 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB] Get:31 http://deb.debian.org/debian buster-backports/main Translation-en [408 kB] Get:32 http://deb.debian.org/debian buster-backports/contrib amd64 Packages [9092 B] Get:33 http://deb.debian.org/debian buster-backports/contrib Translation-en [8044 B] Get:34 http://deb.debian.org/debian buster-backports/non-free amd64 Packages [34.1 kB] Get:35 http://deb.debian.org/debian buster-backports/non-free Translation-en [38.3 kB] Get:36 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] Get:37 http://deb.debian.org/debian bullseye/main Translation-en [6241 kB] Get:38 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 Packages [48.3 kB] Get:39 https://apt.puppet.com buster/puppet6 amd64 Packages [164 kB] Get:40 https://apt.puppet.com buster/puppet6 all Packages [14.8 kB] Fetched 31.3 MB in 9s (3494 kB/s) Reading package lists... Reading package lists... Building dependency tree... debian-archive-keyring is already the newest version (2019.1+deb10u1). 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. Hit:1 http://repo.powerdns.com/debian buster-rec-45 InRelease Hit:2 http://deb.debian.org/debian buster InRelease Hit:3 http://deb.debian.org/debian-security buster/updates InRelease Hit:4 http://deb.debian.org/debian buster-updates InRelease Hit:5 http://deb.debian.org/debian buster-backports InRelease Hit:6 http://deb.debian.org/debian bullseye InRelease Hit:7 https://repo.saltproject.io/py3/debian/10/amd64/3003 buster InRelease Hit:8 http://dev.packages.vyos.net/repositories/equuleus equuleus InRelease Hit:9 https://apt.puppet.com buster InRelease Reading package lists... Reading package lists... Building dependency tree... Calculating upgrade... The following packages will be upgraded: tzdata 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 266 kB of archives. After this operation, 0 B of additional disk space will be used. Get:1 http://deb.debian.org/debian buster-updates/main amd64 tzdata all 2021a-0+deb10u3 [266 kB] Preconfiguring packages ... Fetched 266 kB in 0s (2826 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 ... 7245 files and directories currently installed.) Preparing to unpack .../tzdata_2021a-0+deb10u3_all.deb ... Unpacking tzdata (2021a-0+deb10u3) over (2021a-0+deb10u2) ... Setting up tzdata (2021a-0+deb10u3) ... Current default time zone: 'Etc/UTC' Local time is now: Thu Dec 2 09:59:24 UTC 2021. Universal Time is now: Thu Dec 2 09:59:24 UTC 2021. Run 'dpkg-reconfigure tzdata' if you wish to change it. Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... [2021-12-02 09:59:26] lb chroot_apt remove P: Deconfiguring file /etc/apt/apt.conf [2021-12-02 09:59:26] lb chroot_hostname remove P: Deconfiguring file /etc/hostname P: Deconfiguring file /bin/hostname [2021-12-02 09:59:26] lb chroot_resolv remove P: Deconfiguring file /etc/resolv.conf [2021-12-02 09:59:26] lb chroot_hosts remove P: Deconfiguring file /etc/hosts [2021-12-02 09:59:27] lb chroot_sysv-rc remove P: Deconfiguring file /usr/sbin/policy-rc.d [2021-12-02 09:59:27] lb chroot_tmpfs remove [2021-12-02 09:59:27] lb chroot_dpkg remove P: Deconfiguring file /sbin/start-stop-daemon [2021-12-02 09:59:27] lb chroot_debianchroot remove P: Deconfiguring file /etc/debian_chroot [2021-12-02 09:59:27] lb chroot_sysfs remove P: Begin unmounting /sys... [2021-12-02 09:59:28] lb chroot_selinuxfs remove P: Begin unmounting /sys/fs/selinux... [2021-12-02 09:59:28] lb chroot_proc remove P: Begin unmounting /proc... [2021-12-02 09:59:28] lb chroot_devpts remove P: Begin unmounting /dev/pts... P: Begin unmounting filesystems... P: Saving caches... Reading package lists... Building dependency tree... Reading state information... [2021-12-02 09:59:30] lb chroot P: Setting up cleanup function [2021-12-02 09:59:30] lb chroot_cache restore [2021-12-02 09:59:30] lb chroot_devpts install P: Begin mounting /dev/pts... [2021-12-02 09:59:30] lb chroot_proc install P: Begin mounting /proc... [2021-12-02 09:59:31] lb chroot_selinuxfs install [2021-12-02 09:59:31] lb chroot_sysfs install P: Begin mounting /sys... [2021-12-02 09:59:31] lb chroot_debianchroot install P: Configuring file /etc/debian_chroot [2021-12-02 09:59:31] lb chroot_dpkg install P: Configuring file /sbin/start-stop-daemon dpkg-divert: warning: diverting file '/sbin/start-stop-daemon' from an Essential package with rename is dangerous, use --no-rename [2021-12-02 09:59:31] lb chroot_tmpfs install [2021-12-02 09:59:32] lb chroot_sysv-rc install P: Configuring file /usr/sbin/policy-rc.d [2021-12-02 09:59:32] lb chroot_hosts install P: Configuring file /etc/hosts [2021-12-02 09:59:32] lb chroot_resolv install P: Configuring file /etc/resolv.conf [2021-12-02 09:59:32] lb chroot_hostname install P: Configuring file /etc/hostname P: Configuring file /bin/hostname dpkg-divert: warning: diverting file '/bin/hostname' from an Essential package with rename is dangerous, use --no-rename [2021-12-02 09:59:32] lb chroot_apt install P: Configuring file /etc/apt/apt.conf [2021-12-02 09:59:33] lb chroot_archives chroot install P: Configuring file /etc/apt/sources.list Hit:1 http://deb.debian.org/debian buster InRelease Hit:2 http://deb.debian.org/debian-security buster/updates InRelease Hit:3 http://repo.powerdns.com/debian buster-rec-45 InRelease Hit:4 http://deb.debian.org/debian buster-updates InRelease Hit:5 http://deb.debian.org/debian buster-backports InRelease Hit:6 http://deb.debian.org/debian bullseye InRelease Hit:7 https://repo.saltproject.io/py3/debian/10/amd64/3003 buster InRelease Hit:8 https://apt.puppet.com buster InRelease Hit:9 http://dev.packages.vyos.net/repositories/equuleus equuleus InRelease Reading package lists... Reading package lists... Building dependency tree... Reading state information... debian-archive-keyring is already the newest version (2019.1+deb10u1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Hit:1 http://deb.debian.org/debian buster InRelease Hit:2 http://repo.powerdns.com/debian buster-rec-45 InRelease Hit:3 http://deb.debian.org/debian-security buster/updates InRelease Hit:4 http://deb.debian.org/debian buster-updates InRelease Hit:5 http://deb.debian.org/debian buster-backports InRelease Hit:6 https://repo.saltproject.io/py3/debian/10/amd64/3003 buster InRelease Hit:7 http://deb.debian.org/debian bullseye InRelease Hit:8 http://dev.packages.vyos.net/repositories/equuleus equuleus InRelease Hit:9 https://apt.puppet.com buster InRelease Reading package lists... Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... [2021-12-02 09:59:44] lb chroot_linux-image [2021-12-02 09:59:45] lb chroot_firmware [2021-12-02 09:59:45] lb chroot_preseed P: Begin executing local preseeds... [2021-12-02 09:59:45] lb chroot_package-lists install P: Begin queueing installation of package lists (install pass)... Reading package lists... Building dependency tree... Reading state information... Suggested packages: debtags The following NEW packages will be installed: dctrl-tools 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 103 kB of archives. After this operation, 431 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 dctrl-tools amd64 2.24-3 [103 kB] Fetched 103 kB in 0s (1271 kB/s) Selecting previously unselected package dctrl-tools. (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 ... 7245 files and directories currently installed.) Preparing to unpack .../dctrl-tools_2.24-3_amd64.deb ... Unpacking dctrl-tools (2.24-3) ... Setting up dctrl-tools (2.24-3) ... Reading package lists... Building dependency tree... Reading state information... The following packages will be REMOVED: dctrl-tools* 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. After this operation, 431 kB disk space will be freed. (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 ... 7285 files and directories currently installed.) Removing dctrl-tools (2.24-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 ... 7245 files and directories currently installed.) Purging configuration files for dctrl-tools (2.24-3) ... Reading package lists... Building dependency tree... Reading state information... [2021-12-02 09:59:49] lb chroot_install-packages install P: Begin installing packages (install pass)... Reading package lists... Building dependency tree... Reading state information... debconf is already the newest version (1.5.71+deb10u1). gnupg is already the newest version (2.2.12-1+deb10u1). gpgv is already the newest version (2.2.12-1+deb10u1). The following additional packages will be installed: accel-ppp aptitude aptitude-common at atop bash-completion beep bgpq3 bind9-host bmon bridge-utils bsdmainutils busybox bzip2 certbot cluster-glue cme conntrack conntrackd conserver-client conserver-server console-data console-setup-linux cpio crda cron curl dbus dctrl-tools ddclient dialog distro-info-data dmidecode dmsetup dns-root-data dnsutils dosfstools dropbear dropbear-bin dropbear-initramfs dropbear-run easy-rsa ed efibootmgr etherwake ethtool fastnetmon file frr frr-pythontools frr-rpki-rtrlib frr-snmp fuse gawk gdisk gettext-base gir1.2-glib-2.0 gnustep-base-common gnustep-base-runtime gnustep-common grc grub-common grub-efi-amd64-bin grub-pc-bin grub2-common haveged hdparm heartbeat hostapd htop hvinfo ieee-data iftop igmpproxy initramfs-tools initramfs-tools-core insserv installation-report iotop ipaddrcheck ipcalc iperf iperf3 iproute2 ipset iptables iputils-arping iputils-ping ipvsadm irqtop isc-dhcp-client isc-dhcp-relay isc-dhcp-server iw kbd keepalived keyboard-configuration klibc-utils kmod laptop-detect lcdproc lcdproc-extra-drivers less libapp-cmd-perl libapparmor1 libargon2-1 libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libb-hooks-op-check-perl libbind9-161 libblas3 libboolean-perl libboost-atomic1.67.0 libboost-chrono1.67.0 libboost-context1.67.0 libboost-date-time1.67.0 libboost-filesystem1.67.0 libboost-iostreams1.67.0 libboost-program-options1.67.0 libboost-regex1.67.0 libboost-system1.67.0 libboost-thread1.67.0 libbsd0 libbson-1.0-0 libc-ares2 libc-l10n libcap2 libcap2-bin libcapture-tiny-perl libcarp-assert-more-perl libcarp-assert-perl libcharon-extra-plugins libcidr0 libclass-data-inheritable-perl libclass-load-perl libclone-choose-perl libconfig-model-lcdproc-perl libconfig-model-perl libconfuse-common libconfuse2 libcrypt-openssl-bignum-perl libcrypt-openssl-random-perl libcrypt-openssl-rsa-perl libcryptsetup12 libcurl4 libcwidget3v5 libdata-optlist-perl libdata-validate-ip-perl libdbi-perl libdbus-1-3 libdbus-glib-1-2 libdevel-callchecker-perl libdevel-stacktrace-perl libdevmapper1.02.1 libdns-export1104 libdns1104 libdpkg-perl libdrm-common libdrm2 libdumbnet1 libdynaloader-functions-perl libecap3 libedit2 libefiboot1 libefivar1 libelf1 libestr0 libev4 libevent-2.1-6 libexception-class-perl libexpat1 libexporter-tiny-perl libfastjson4 libfile-homedir-perl libfile-sync-perl libfile-which-perl libfl2 libfreetype6 libfstrm0 libfuse2 libgc1c2 libgdbm-compat4 libgdbm6 libgeoip1 libgetopt-long-descriptive-perl libgfortran5 libgirepository-1.0-1 libglib2.0-0 libgnat-8 libgnustep-base1.26 libgssapi-krb5-2 libgudev-1.0-0 libhash-merge-perl libhavege1 libheartbeat2 libhiredis0.14 libhttp-parser2.8 libicu63 libidn11 libio-prompt-perl libio-socket-ssl-perl libio-stringy-perl libio-tiecombine-perl libip4tc0 libip6tc0 libiperf0 libipset11 libiptc0 libirs-export161 libirs161 libisc-export1100 libisc1100 libisccc161 libisccfg-export163 libisccfg163 libjansson4 libjim0.77 libjs-jquery libjson-c3 libjson-perl libk5crypto3 libkeyutils1 libklibc libkmod2 libkrb5-3 libkrb5support0 liblinear3 liblirc-client0 liblist-moreutils-perl liblmdb0 liblocale-gettext-perl liblockfile-bin liblockfile1 liblog-log4perl-perl liblog4cpp5v5 liblognorm5 liblrm2 libltdl7 liblua5.3-0 libluajit-5.1-2 libluajit-5.1-common liblwres161 liblzo2-2 libmagic-mgc libmagic1 libmariadb3 libmath-base85-perl libmath-bigint-perl libmaxminddb0 libmbim-glib4 libmbim-proxy libmm-glib0 libmnl0 libmodule-implementation-perl libmodule-pluggable-perl libmodule-runtime-perl libmongoc-1.0-0 libmouse-perl libmousex-nativetraits-perl libmousex-strictconstructor-perl libmpdec2 libmpfr6 libmspack0 libncurses6 libndp-tools libndp0 libndpi2.6 libnet-ipv6addr-perl libnet-netmask-perl libnet-ssleay-perl libnet1 libnetaddr-ip-perl libnetfilter-conntrack3 libnetfilter-cthelper0 libnetfilter-cttimeout1 libnetfilter-log1 libnetfilter-queue1 libnetwork-ipv4addr-perl libnfnetlink0 libnftables1 libnftnl11 libnghttp2-14 libnginx-mod-http-echo libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnorm1 libnss-mapuser libnss-myhostname liboath0 libobjc4 libopenhpi3 libopenipmi0 libopts25 libpackage-stash-perl libpam-cap libpam-radius-auth libpam-systemd libparams-classify-perl libparams-util-perl libparams-validate-perl libparse-recdescent-perl libparted2 libpath-tiny-perl libpcap0.8 libpci3 libpcl1 libpcre2-8-0 libpcsclite1 libperl5.28 libpgm-5.2-0 libpils2 libpkcs11-helper1 libplumb2 libplumbgpl2 libpng16-16 libpod-pom-perl libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libpopt0 libpq5 libprocps7 libprotobuf-c1 libpsl5 libpython-stdlib libpython2-stdlib libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libqmi-glib5 libqmi-proxy libqmi-utils libqrencode4 libquadmath0 librabbitmq4 libradcli4 librdkafka1 libregexp-common-perl librtmp1 librtr0 libruby2.5 libsctp1 libsensors-config libsensors5 libsigc++-2.0-0v5 libsigsegv2 libsnappy1v5 libsnmp-base libsnmp-perl libsnmp30 libsocket6-perl libsodium23 libsort-versions-perl libssh-4 libssh2-1 libstonith1 libstring-rewriteprefix-perl libstrongswan libstrongswan-extra-plugins libstrongswan-standard-plugins libsub-exporter-perl libsub-install-perl libswitch-perl libtalloc2 libterm-readkey-perl libtimedate-perl libtomcrypt1 libtommath1 libtree-simple-perl libtry-tiny-perl liburi-perl libusb-1.0-0 libutempter0 libvyatta-cfg1 libvyosconfig0 libwant-perl libwrap0 libx11-6 libx11-data libxapian30 libxau6 libxcb1 libxdmcp6 libxext6 libxinerama1 libxml-libxml-perl libxml-namespacesupport-perl libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libxml2-utils libxmlsec1 libxmlsec1-openssl libxosd2 libxslt1.1 libxtables12 libyaml-0-2 libyaml-perl libyang1 libzmq5 linux-base live-boot-initramfs-tools lldpd lm-sensors localepurge locales lockfile-progs logrotate lsb-release lsof lsscsi m4 make mariadb-common mdadm mdns-repeater mgetty mime-support minicom minisign modemmanager mtr-tiny mysql-common nano ndisc6 net-tools netbase netcat-openbsd netplug nfct nftables nginx-common nginx-light nmap nmap-common ntp ntpdate nvme-cli ocserv open-vm-tools openssh-client openssh-server openssh-sftp-server openvpn openvpn-auth-ldap openvpn-auth-radius parted pciutils pdns-recursor perl perl-modules-5.28 perl-openssl-defaults pmacct policykit-1 ppp pppoe procps psmisc python python-apt-common python-minimal python2 python2-minimal python2.7 python2.7-minimal python3 python3-acme python3-apt python3-asn1crypto python3-bcrypt python3-certbot python3-certbot-nginx python3-certifi python3-cffi-backend python3-chardet python3-click python3-colorama python3-configargparse python3-configobj python3-cryptography python3-dateutil python3-dbus python3-decorator python3-distro python3-distutils python3-flask python3-future python3-gi python3-hurry.filesize python3-idna python3-inotify python3-isc-dhcp-leases python3-itsdangerous python3-jinja2 python3-jmespath python3-josepy python3-lib2to3 python3-markupsafe python3-minimal python3-mock python3-msgpack python3-nacl python3-netaddr python3-netifaces python3-openssl python3-paramiko python3-parsedatetime python3-pbr python3-pkg-resources python3-psutil python3-pyasn1 python3-pycryptodome python3-pyparsing python3-pystache python3-pyudev python3-requests python3-requests-toolbelt python3-rfc3339 python3-setuptools python3-six python3-systemd python3-tabulate python3-tz python3-urllib3 python3-vici python3-voluptuous python3-waitress python3-werkzeug python3-xmltodict python3-yaml python3-zmq python3-zope.component python3-zope.event python3-zope.hookable python3-zope.interface python3.7 python3.7-minimal qrencode radius-shell radvd rake resource-agents rsync rsyslog ruby ruby-curses ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert ruby-test-unit ruby-xmlrpc ruby2.5 rubygems-integration salt-common salt-minion screen sendmail-base sendmail-bin sendmail-cf sensible-utils sharutils sipcalc smartmontools snmp snmpd socat squid squid-common squid-langpack squidclient squidguard ssl-cert startpar strongswan strongswan-charon strongswan-libcharon strongswan-starter strongswan-swanctl sudo systemd sysv-rc tasksel tasksel-data tcpdump tcptraceroute telnet tftpd-hpa traceroute tuned ucf udev udp-broadcast-relay unionfs-fuse usb-modeswitch usb-modeswitch-data usb.ids usbutils uuid-runtime virt-what vyatta-bash vyatta-biosdevname vyatta-cfg vyatta-cfg-firewall vyatta-cfg-qos vyatta-cfg-quagga vyatta-cfg-system vyatta-cfg-vpn vyatta-cluster vyatta-config-mgmt vyatta-conntrack vyatta-nat vyatta-op vyatta-op-firewall vyatta-op-qos vyatta-op-vpn vyatta-wanloadbalance vyatta-zone vyos-1x vyos-http-api-tools vyos-nhrp vyos-opennhrp vyos-utils whois wide-dhcpv6-client wireguard-tools wireless-regdb wpasupplicant xsltproc Suggested packages: aptitude-doc-en | aptitude-doc apt-xapian-index debtags ifupdown cpp wamerican | wordlist vacation bzip2-doc python3-certbot-apache python-certbot-doc ipmitool libconfig-model-cursesui-perl libconfig-model-itself-perl unicode-data console-setup libarchive1 anacron checksecurity default-dbus-session-bus | dbus-session-bus rblcheck xauth runit frr-doc gawk-doc multiboot-doc grub-emu xorriso desktop-base apparmor apmd strace bootchart2 iproute2-doc ldirectord resolvconf avahi-autoipd isc-dhcp-client-ddns isc-dhcp-server-ldap libconfig-model-dpkg-perl libconfig-model-openssh-perl libterm-readline-perl-perl | libterm-readline-gnu-perl libcwidget-dev libclone-perl libmldbm-perl libnet-daemon-perl libsql-statement-perl debian-keyring gcc | c-compiler binutils patch git bzr gdbm-l10n geoip-bin krb5-doc krb5-user liblinear-tools liblinear-dev lirc libdbd-csv-perl liblog-dispatch-filerotate-perl librrds-perl libxml-dom-perl mmdb-bin libscalar-number-perl libparted-dev libparted-i18n pcscd lksctp-tools snmp-mibs-downloader libwww-perl xapian-tools libyaml-shell-perl cryptsetup curlftpfs httpfs2 wget fancontrol read-edid i2c-tools debfoster deborphan bleachbit lsb m4-doc make-doc dracut-core mgetty-fax spell firewalld fcgiwrap nginx-doc ncat ndiff zenmap ntp-doc open-vm-tools-desktop cloud-init keychain libpam-ssh monkeysphere ssh-askpass molly-guard rssh ufw openvpn-systemd-resolved parted-doc perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl python-doc python-tk python2-doc python2.7-doc binfmt-support python3-doc python3-tk python3-venv python-acme-doc python3-apt-dbg python-apt-doc python-certbot-nginx-doc python-configobj-doc python-cryptography-doc python3-cryptography-vectors python-dbus-doc python3-dbus-dbg python-flask-doc python-future-doc python-jinja2-doc python-mock-doc python-nacl-doc ipython3 python-netaddr-docs python-openssl-doc python3-openssl-dbg python3-gssapi python-psutil-doc python-pyparsing-doc python3-socks python-setuptools-doc python-waitress-doc python3-lxml python3-termcolor python3-watchdog python-werkzeug-doc python3.7-venv python3.7-doc rsyslog-mysql | rsyslog-pgsql rsyslog-mongodb rsyslog-doc rsyslog-gnutls rsyslog-gssapi rsyslog-relp ri ruby-dev bundler python3-pycurl python3-twisted python3-augeas byobu | screenie | iselect sendmail-doc logcheck sasl2-bin libsasl2-modules sharutils-doc bsd-mailx | mailx gsmartcontrol smart-notifier snmptrapd squid-cgi squid-purge smbclient winbind ldap-utils squidguard-doc openssl-blacklist systemd-container pxelinux comgt wvdial openresolv | resolvconf wpagui libengine-pkcs11-openssl Recommended packages: libparse-debianchangelog-perl libconfig-model-approx-perl libconfig-model-dpkg-perl libconfig-model-openssh-perl libconfig-model-systemd-perl libconfig-model-tkui-perl console-common libio-socket-inet6-perl cryptsetup opensc wakeonlan groff-base os-prober grub-efi-amd64-signed powermgmt-base pacemaker pigz reportbug libatm1 isc-dhcp-common policycoreutils libclone-perl | libclone-pp-perl libfuse-perl libtext-levenshtein-damerau-perl libfile-fcntllock-perl xz-utils geoip-database libglib2.0-data shared-mime-info xdg-user-dirs javascript-common libjson-xs-perl krb5-locales liblog-dispatch-perl libipc-shareable-perl libclass-method-modifiers-perl libgpm2 openhpid libpackage-stash-xs-perl libunicode-utf8-perl publicsuffix libwww-perl libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl live-boot-doc live-tools live-config-doc user-setup bsd-mailx | mailx lrzsz sntp gnutls-bin zerofree xauth iso-codes python3-blinker python3-simplejson python-pyicu python3-pyinotify zip python3-googleapi fonts-lato python3-contextvars python3-croniter debconf-utils mailx | mailutils libnss-systemd linux-cpupower wireguard The following NEW packages will be installed: accel-ppp aptitude aptitude-common at atop bash-completion beep bgpq3 bind9-host bmon bridge-utils bsdmainutils busybox bzip2 certbot cluster-glue cme conntrack conntrackd conserver-client conserver-server console-data console-setup-linux cpio crda cron curl dbus dctrl-tools ddclient dialog distro-info-data dmidecode dmsetup dns-root-data dnsutils dosfstools dropbear dropbear-bin dropbear-initramfs dropbear-run easy-rsa ed efibootmgr etherwake ethtool fastnetmon file frr frr-pythontools frr-rpki-rtrlib frr-snmp fuse gawk gdisk gettext-base gir1.2-glib-2.0 gnustep-base-common gnustep-base-runtime gnustep-common grc grub-common grub-efi-amd64-bin grub-pc grub-pc-bin grub2 grub2-common haveged hdparm heartbeat hostapd htop hvinfo hyperv-daemons ieee-data iftop igmpproxy initramfs-tools initramfs-tools-core insserv installation-report iotop ipaddrcheck ipcalc iperf iperf3 iproute2 ipset iptables iputils-arping iputils-ping ipvsadm irqtop isc-dhcp-client isc-dhcp-relay isc-dhcp-server iw kbd keepalived keyboard-configuration klibc-utils kmod laptop-detect lcdproc lcdproc-extra-drivers less libapp-cmd-perl libapparmor1 libargon2-1 libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libb-hooks-op-check-perl libbind9-161 libblas3 libboolean-perl libboost-atomic1.67.0 libboost-chrono1.67.0 libboost-context1.67.0 libboost-date-time1.67.0 libboost-filesystem1.67.0 libboost-iostreams1.67.0 libboost-program-options1.67.0 libboost-regex1.67.0 libboost-system1.67.0 libboost-thread1.67.0 libbsd0 libbson-1.0-0 libc-ares2 libc-l10n libcap2 libcap2-bin libcapture-tiny-perl libcarp-assert-more-perl libcarp-assert-perl libcharon-extra-plugins libcidr0 libclass-data-inheritable-perl libclass-load-perl libclone-choose-perl libconfig-model-lcdproc-perl libconfig-model-perl libconfuse-common libconfuse2 libcrypt-openssl-bignum-perl libcrypt-openssl-random-perl libcrypt-openssl-rsa-perl libcryptsetup12 libcurl4 libcwidget3v5 libdata-optlist-perl libdata-validate-ip-perl libdbi-perl libdbus-1-3 libdbus-glib-1-2 libdevel-callchecker-perl libdevel-stacktrace-perl libdevmapper1.02.1 libdns-export1104 libdns1104 libdpkg-perl libdrm-common libdrm2 libdumbnet1 libdynaloader-functions-perl libecap3 libedit2 libefiboot1 libefivar1 libelf1 libestr0 libev4 libevent-2.1-6 libexception-class-perl libexpat1 libexporter-tiny-perl libfastjson4 libfile-homedir-perl libfile-sync-perl libfile-which-perl libfl2 libfreetype6 libfstrm0 libfuse2 libgc1c2 libgdbm-compat4 libgdbm6 libgeoip1 libgetopt-long-descriptive-perl libgfortran5 libgirepository-1.0-1 libglib2.0-0 libgnat-8 libgnustep-base1.26 libgssapi-krb5-2 libgudev-1.0-0 libhash-merge-perl libhavege1 libheartbeat2 libhiredis0.14 libhttp-parser2.8 libicu63 libidn11 libio-prompt-perl libio-socket-ssl-perl libio-stringy-perl libio-tiecombine-perl libip4tc0 libip6tc0 libiperf0 libipset11 libiptc0 libirs-export161 libirs161 libisc-export1100 libisc1100 libisccc161 libisccfg-export163 libisccfg163 libjansson4 libjim0.77 libjs-jquery libjson-c3 libjson-perl libk5crypto3 libkeyutils1 libklibc libkmod2 libkrb5-3 libkrb5support0 liblinear3 liblirc-client0 liblist-moreutils-perl liblmdb0 liblocale-gettext-perl liblockfile-bin liblockfile1 liblog-log4perl-perl liblog4cpp5v5 liblognorm5 liblrm2 libltdl7 liblua5.3-0 libluajit-5.1-2 libluajit-5.1-common liblwres161 liblzo2-2 libmagic-mgc libmagic1 libmariadb3 libmath-base85-perl libmath-bigint-perl libmaxminddb0 libmbim-glib4 libmbim-proxy libmm-glib0 libmnl0 libmodule-implementation-perl libmodule-pluggable-perl libmodule-runtime-perl libmongoc-1.0-0 libmouse-perl libmousex-nativetraits-perl libmousex-strictconstructor-perl libmpdec2 libmpfr6 libmspack0 libncurses6 libndp-tools libndp0 libndpi2.6 libnet-ipv6addr-perl libnet-netmask-perl libnet-ssleay-perl libnet1 libnetaddr-ip-perl libnetfilter-conntrack3 libnetfilter-cthelper0 libnetfilter-cttimeout1 libnetfilter-log1 libnetfilter-queue1 libnetwork-ipv4addr-perl libnfnetlink0 libnftables1 libnftnl11 libnghttp2-14 libnginx-mod-http-echo libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnorm1 libnss-mapuser libnss-myhostname liboath0 libobjc4 libopenhpi3 libopenipmi0 libopts25 libpackage-stash-perl libpam-cap libpam-radius-auth libpam-systemd libparams-classify-perl libparams-util-perl libparams-validate-perl libparse-recdescent-perl libparted2 libpath-tiny-perl libpcap0.8 libpci3 libpcl1 libpcre2-8-0 libpcsclite1 libperl5.28 libpgm-5.2-0 libpils2 libpkcs11-helper1 libplumb2 libplumbgpl2 libpng16-16 libpod-pom-perl libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libpopt0 libpq5 libprocps7 libprotobuf-c1 libpsl5 libpython-stdlib libpython2-stdlib libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libqmi-glib5 libqmi-proxy libqmi-utils libqrencode4 libquadmath0 librabbitmq4 libradcli4 librdkafka1 libregexp-common-perl librtmp1 librtr0 libruby2.5 libsctp1 libsensors-config libsensors5 libsigc++-2.0-0v5 libsigsegv2 libsnappy1v5 libsnmp-base libsnmp-perl libsnmp30 libsocket6-perl libsodium23 libsort-versions-perl libssh-4 libssh2-1 libstonith1 libstring-rewriteprefix-perl libstrongswan libstrongswan-extra-plugins libstrongswan-standard-plugins libsub-exporter-perl libsub-install-perl libswitch-perl libtalloc2 libterm-readkey-perl libtimedate-perl libtomcrypt1 libtommath1 libtree-simple-perl libtry-tiny-perl liburi-perl libusb-1.0-0 libutempter0 libvyatta-cfg1 libvyosconfig0 libwant-perl libwrap0 libx11-6 libx11-data libxapian30 libxau6 libxcb1 libxdmcp6 libxext6 libxinerama1 libxml-libxml-perl libxml-namespacesupport-perl libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libxml2-utils libxmlsec1 libxmlsec1-openssl libxosd2 libxslt1.1 libxtables12 libyaml-0-2 libyaml-perl libyang1 libzmq5 linux-base linux-image-5.4.163-amd64-vyos live-boot live-boot-initramfs-tools live-config live-config-systemd lldpd lm-sensors localepurge locales lockfile-progs logrotate lsb-release lsof lsscsi m4 make mariadb-common mdadm mdns-repeater mgetty mime-support minicom minisign modemmanager mtr-tiny mysql-common nano ncurses-term ndisc6 net-tools netbase netcat-openbsd netplug nfct nftables nginx-common nginx-light nmap nmap-common ntp ntpdate nvme-cli ocserv open-vm-tools openssh-client openssh-server openssh-sftp-server openvpn openvpn-auth-ldap openvpn-auth-radius parted pciutils pdns-recursor perl perl-modules-5.28 perl-openssl-defaults pmacct policykit-1 ppp pppoe procps psmisc puppet-agent python python-apt-common python-minimal python2 python2-minimal python2.7 python2.7-minimal python3 python3-acme python3-apt python3-asn1crypto python3-bcrypt python3-certbot python3-certbot-nginx python3-certifi python3-cffi-backend python3-chardet python3-click python3-colorama python3-configargparse python3-configobj python3-cryptography python3-dateutil python3-dbus python3-decorator python3-distro python3-distutils python3-flask python3-future python3-gi python3-hurry.filesize python3-idna python3-inotify python3-isc-dhcp-leases python3-itsdangerous python3-jinja2 python3-jmespath python3-josepy python3-lib2to3 python3-markupsafe python3-minimal python3-mock python3-msgpack python3-nacl python3-netaddr python3-netifaces python3-openssl python3-paramiko python3-parsedatetime python3-pbr python3-pkg-resources python3-psutil python3-pyasn1 python3-pycryptodome python3-pyparsing python3-pystache python3-pyudev python3-requests python3-requests-toolbelt python3-rfc3339 python3-setuptools python3-six python3-systemd python3-tabulate python3-tz python3-urllib3 python3-vici python3-voluptuous python3-waitress python3-werkzeug python3-xmltodict python3-yaml python3-zmq python3-zope.component python3-zope.event python3-zope.hookable python3-zope.interface python3.7 python3.7-minimal qemu-guest-agent qrencode radius-shell radvd rake resource-agents rsync rsyslog ruby ruby-curses ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert ruby-test-unit ruby-xmlrpc ruby2.5 rubygems-integration salt-common salt-minion screen sendmail-base sendmail-bin sendmail-cf sensible-utils sharutils sipcalc smartmontools snmp snmpd socat squid squid-common squid-langpack squidclient squidguard ssl-cert startpar strongswan strongswan-charon strongswan-libcharon strongswan-starter strongswan-swanctl sudo systemd systemd-bootchart systemd-sysv sysv-rc tasksel tasksel-data tcpdump tcptraceroute telegraf telnet tftpd-hpa traceroute tuned ucf udev udp-broadcast-relay unionfs-fuse usb-modeswitch usb-modeswitch-data usb.ids usbutils uuid-runtime virt-what vyatta-bash vyatta-biosdevname vyatta-cfg vyatta-cfg-firewall vyatta-cfg-qos vyatta-cfg-quagga vyatta-cfg-system vyatta-cfg-vpn vyatta-cluster vyatta-config-mgmt vyatta-conntrack vyatta-nat vyatta-op vyatta-op-firewall vyatta-op-qos vyatta-op-vpn vyatta-wanloadbalance vyatta-zone vyos-1x vyos-1x-vmware vyos-http-api-tools vyos-intel-qat vyos-linux-firmware vyos-nhrp vyos-opennhrp vyos-user-utils vyos-utils vyos-world vyos-xe-guest-utilities whois wide-dhcpv6-client wireguard-modules wireguard-tools wireless-regdb wpasupplicant xsltproc 0 upgraded, 655 newly installed, 0 to remove and 0 not upgraded. Need to get 283 MB/283 MB of archives. After this operation, 1108 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 sensible-utils all 0.0.12 [15.8 kB] Get:2 http://repo.powerdns.com/debian buster-rec-45/main amd64 pdns-recursor amd64 4.5.7-1pdns.buster [2004 kB] Get:3 http://deb.debian.org/debian buster/main amd64 cron amd64 3.0pl1-134+deb10u1 [99.0 kB] Get:4 http://deb.debian.org/debian buster/main amd64 libjansson4 amd64 2.12-1 [38.0 kB] Get:5 http://deb.debian.org/debian buster/main amd64 libmnl0 amd64 1.0.4-2 [12.2 kB] Get:6 http://deb.debian.org/debian buster/main amd64 libxtables12 amd64 1.8.2-4 [80.0 kB] Get:7 http://deb.debian.org/debian buster/main amd64 libestr0 amd64 0.1.10-2.1 [8694 B] Get:8 https://repo.saltproject.io/py3/debian/10/amd64/3003 buster/main amd64 salt-common all 3003.3+ds-1 [7136 kB] Get:9 http://deb.debian.org/debian buster/main amd64 libfastjson4 amd64 0.99.8-2 [26.8 kB] Get:10 http://deb.debian.org/debian buster/main amd64 liblognorm5 amd64 2.0.5-1 [60.4 kB] Get:11 http://deb.debian.org/debian buster/main amd64 rsyslog amd64 8.1901.0-1 [658 kB] Get:12 https://apt.puppet.com buster/puppet6 amd64 puppet-agent amd64 6.25.1-1buster [21.8 MB] Get:13 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] Get:14 http://deb.debian.org/debian buster/main amd64 libcap2 amd64 1:2.25-2 [17.6 kB] Get:15 http://deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] Get:16 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] Get:17 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] Get:18 http://deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB] Get:19 http://deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] Get:20 http://deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] Get:21 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] Get:22 http://deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] Get:23 http://deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u8 [3496 kB] Get:24 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 libnftnl11 amd64 1.1.7-1 [60.9 kB] Get:25 http://deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u8 [100 kB] Get:26 http://deb.debian.org/debian buster/main amd64 liblocale-gettext-perl amd64 1.07-3+b4 [18.9 kB] Get:27 http://deb.debian.org/debian buster/main amd64 tasksel-data all 3.53 [17.9 kB] Get:28 http://deb.debian.org/debian buster/main amd64 tasksel all 3.53 [95.0 kB] Get:29 http://deb.debian.org/debian buster/main amd64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB] Get:30 http://deb.debian.org/debian buster/main amd64 libgdbm6 amd64 1.18.1-4 [64.7 kB] Get:31 http://deb.debian.org/debian buster/main amd64 libgdbm-compat4 amd64 1.18.1-4 [44.1 kB] Get:32 http://deb.debian.org/debian buster/main amd64 libperl5.28 amd64 5.28.1-6+deb10u1 [3894 kB] Get:33 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 libnftables1 amd64 0.9.6-1 [244 kB] Get:34 https://repo.saltproject.io/py3/debian/10/amd64/3003 buster/main amd64 salt-minion all 3003.3+ds-1 [28.5 kB] Get:35 http://deb.debian.org/debian buster/main amd64 perl amd64 5.28.1-6+deb10u1 [204 kB] Get:36 http://deb.debian.org/debian buster/main amd64 libpython2.7-minimal amd64 2.7.16-2+deb10u1 [395 kB] Get:37 http://deb.debian.org/debian buster/main amd64 python2.7-minimal amd64 2.7.16-2+deb10u1 [1369 kB] Get:38 http://deb.debian.org/debian buster/main amd64 python2-minimal amd64 2.7.16-1 [41.4 kB] Get:39 http://deb.debian.org/debian buster/main amd64 python-minimal amd64 2.7.16-1 [21.0 kB] Get:40 http://deb.debian.org/debian buster/main amd64 mime-support all 3.62 [37.2 kB] Get:41 http://deb.debian.org/debian buster/main amd64 libexpat1 amd64 2.2.6-2+deb10u1 [106 kB] Get:42 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 nftables amd64 0.9.6-1 [66.8 kB] Get:43 http://deb.debian.org/debian buster/main amd64 libpython2.7-stdlib amd64 2.7.16-2+deb10u1 [1912 kB] Get:44 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 iproute2 amd64 5.4.0-1~bpo10+1 [867 kB] Get:45 http://deb.debian.org/debian buster/main amd64 python2.7 amd64 2.7.16-2+deb10u1 [305 kB] Get:46 http://deb.debian.org/debian buster/main amd64 libpython2-stdlib amd64 2.7.16-1 [20.8 kB] Get:47 http://deb.debian.org/debian buster/main amd64 libpython-stdlib amd64 2.7.16-1 [20.8 kB] Get:48 http://deb.debian.org/debian buster/main amd64 python2 amd64 2.7.16-1 [41.6 kB] Get:49 http://deb.debian.org/debian buster/main amd64 python amd64 2.7.16-1 [22.8 kB] Get:50 http://deb.debian.org/debian buster/main amd64 libwrap0 amd64 7.6.q-28 [58.7 kB] Get:51 http://deb.debian.org/debian buster-backports/main amd64 conserver-server amd64 8.2.6-1~bpo10+1 [170 kB] Get:52 http://deb.debian.org/debian buster/main amd64 busybox amd64 1:1.30.1-4 [432 kB] Get:53 http://deb.debian.org/debian buster/main amd64 libtommath1 amd64 1.1.0-3 [61.6 kB] Get:54 http://deb.debian.org/debian buster/main amd64 libtomcrypt1 amd64 1.18.2-1 [397 kB] Get:55 http://deb.debian.org/debian buster/main amd64 dropbear-bin amd64 2018.76-5 [131 kB] Get:56 http://deb.debian.org/debian buster/main amd64 libklibc amd64 2.0.6-1+deb10u1 [54.4 kB] Get:57 http://deb.debian.org/debian buster/main amd64 klibc-utils amd64 2.0.6-1+deb10u1 [95.1 kB] Get:58 http://deb.debian.org/debian buster/main amd64 cpio amd64 2.12+dfsg-9 [223 kB] Get:59 http://deb.debian.org/debian buster/main amd64 kmod amd64 26-1 [90.2 kB] Get:60 http://deb.debian.org/debian buster/main amd64 udev amd64 241-7~deb10u8 [1278 kB] Get:61 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 frr amd64 7.5.1-20211118-00-g39e972612-0 [2677 kB] Get:62 http://deb.debian.org/debian buster/main amd64 initramfs-tools-core all 0.133+deb10u1 [99.2 kB] Get:63 http://deb.debian.org/debian buster/main amd64 linux-base all 4.6 [32.4 kB] Get:64 http://deb.debian.org/debian buster/main amd64 initramfs-tools all 0.133+deb10u1 [69.7 kB] Get:65 http://deb.debian.org/debian buster/main amd64 dropbear-initramfs all 2018.76-5 [40.6 kB] Get:66 http://deb.debian.org/debian buster/main amd64 dropbear-run all 2018.76-5 [37.6 kB] Get:67 http://deb.debian.org/debian buster/main amd64 dropbear all 2018.76-5 [35.4 kB] Get:68 http://deb.debian.org/debian buster/main amd64 libc-ares2 amd64 1.14.0-1+deb10u1 [86.1 kB] Get:69 http://deb.debian.org/debian bullseye/main amd64 libyang1 amd64 1.0.225-1.1 [452 kB] Get:70 http://deb.debian.org/debian buster/main amd64 libbsd0 amd64 0.9.1-2+deb10u1 [99.5 kB] Get:71 http://deb.debian.org/debian buster/main amd64 libelf1 amd64 0.176-1.1 [161 kB] Get:72 http://deb.debian.org/debian buster/main amd64 libcap2-bin amd64 1:2.25-2 [28.8 kB] Get:73 http://deb.debian.org/debian buster/main amd64 libpopt0 amd64 1.16-12 [49.4 kB] Get:74 http://deb.debian.org/debian buster/main amd64 logrotate amd64 3.14.0-4 [63.1 kB] Get:75 http://deb.debian.org/debian buster/main amd64 libmpfr6 amd64 4.0.2-1 [775 kB] Get:76 http://deb.debian.org/debian buster/main amd64 libsigsegv2 amd64 2.12-2 [32.8 kB] Get:77 http://deb.debian.org/debian buster/main amd64 gawk amd64 1:4.2.1+dfsg-1 [660 kB] Get:78 http://deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] Get:79 http://deb.debian.org/debian buster/main amd64 libnl-genl-3-200 amd64 3.4.0-1 [21.0 kB] Get:80 http://deb.debian.org/debian buster/main amd64 libnl-route-3-200 amd64 3.4.0-1 [162 kB] Get:81 http://deb.debian.org/debian buster/main amd64 hostapd amd64 2:2.7+git20190128+0c1e29f-6+deb10u3 [780 kB] Get:82 http://deb.debian.org/debian buster/main amd64 libglib2.0-0 amd64 2.58.3-2+deb10u3 [1259 kB] Get:83 http://deb.debian.org/debian buster/main amd64 libpcre2-8-0 amd64 10.32-5 [213 kB] Get:84 http://deb.debian.org/debian buster/main amd64 mysql-common all 5.8+1.0.5 [7324 B] Get:85 http://deb.debian.org/debian buster/main amd64 mariadb-common all 1:10.3.31-0+deb10u1 [32.7 kB] Get:86 http://deb.debian.org/debian buster/main amd64 libmariadb3 amd64 1:10.3.31-0+deb10u1 [173 kB] Get:87 http://deb.debian.org/debian buster/main amd64 libpci3 amd64 1:3.5.2-1 [56.5 kB] Get:88 http://deb.debian.org/debian buster/main amd64 libsensors-config all 1:3.5.0-3 [31.6 kB] Get:89 http://deb.debian.org/debian buster/main amd64 libsensors5 amd64 1:3.5.0-3 [52.6 kB] Get:90 http://deb.debian.org/debian buster/main amd64 libsnmp-base all 5.7.3+dfsg-5+deb10u2 [1595 kB] Get:91 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 libnetfilter-conntrack3 amd64 1.0.8-1 [39.8 kB] Get:92 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 libstrongswan amd64 5.7.2-2+vyos1.3 [421 kB] Get:93 http://deb.debian.org/debian buster/main amd64 libsnmp30 amd64 5.7.3+dfsg-5+deb10u2 [2322 kB] Get:94 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 strongswan-starter amd64 5.7.2-2+vyos1.3 [228 kB] Get:95 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 strongswan-libcharon amd64 5.7.2-2+vyos1.3 [312 kB] Get:96 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 strongswan-charon amd64 5.7.2-2+vyos1.3 [96.4 kB] Get:97 http://deb.debian.org/debian buster-backports/main amd64 keepalived amd64 1:2.1.5-0.2~bpo10+1 [553 kB] Get:98 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyatta-bash amd64 4.1.48+vyos1.3 [658 kB] Get:99 http://deb.debian.org/debian buster/main amd64 keyboard-configuration all 1.193~deb10u1 [404 kB] Get:100 http://deb.debian.org/debian buster/main amd64 libmaxminddb0 amd64 1.3.2-1+deb10u1 [30.8 kB] Get:101 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] Get:102 http://deb.debian.org/debian buster/main amd64 libnetfilter-log1 amd64 1.0.1-1.1+b1 [9782 B] Get:103 http://deb.debian.org/debian buster/main amd64 libpcap0.8 amd64 1.8.1-6 [139 kB] Get:104 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] Get:105 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u3 [65.8 kB] Get:106 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u3 [122 kB] Get:107 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u3 [370 kB] Get:108 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 wide-dhcpv6-client amd64 20080615-23 [99.1 kB] Get:109 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u3 [158 kB] Get:110 http://deb.debian.org/debian-security buster/updates/main amd64 libpq5 amd64 11.14-0+deb10u1 [171 kB] Get:111 http://deb.debian.org/debian buster/main amd64 librabbitmq4 amd64 0.9.0-0.2 [41.2 kB] Get:112 http://deb.debian.org/debian buster/main amd64 librdkafka1 amd64 0.11.6-1.1 [337 kB] Get:113 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 libvyatta-cfg1 amd64 1.3-1 [251 kB] Get:114 http://deb.debian.org/debian buster/main amd64 libnorm1 amd64 1.5.8+dfsg2-1 [287 kB] Get:115 http://deb.debian.org/debian buster/main amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3 [158 kB] Get:116 http://deb.debian.org/debian buster/main amd64 libsodium23 amd64 1.0.17-1 [158 kB] Get:117 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyatta-cfg amd64 1.3-1 [92.1 kB] Get:118 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyatta-biosdevname amd64 1:0.3.11+vyos1.3 [20.0 kB] Get:119 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyatta-cfg-system amd64 1.3-1 [398 kB] Get:120 http://deb.debian.org/debian buster/main amd64 libzmq5 amd64 4.3.1-4+deb10u2 [246 kB] Get:121 http://deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] Get:122 http://deb.debian.org/debian buster/main amd64 psmisc amd64 23.2-1+deb10u1 [126 kB] Get:123 http://deb.debian.org/debian buster/main amd64 pmacct amd64 1.7.2-3 [1449 kB] Get:124 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyos-http-api-tools amd64 0.2.0-1 [7732 kB] Get:125 http://deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] Get:126 http://deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] Get:127 http://deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] Get:128 http://deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] Get:129 http://deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] Get:130 http://deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] Get:131 http://deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] Get:132 http://deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] Get:133 http://deb.debian.org/debian buster/main amd64 qemu-guest-agent amd64 1:3.1+dfsg-8+deb10u8 [256 kB] Get:134 http://deb.debian.org/debian buster/main amd64 m4 amd64 1.4.18-2 [203 kB] Get:135 http://deb.debian.org/debian buster/main amd64 make amd64 4.2.1-1.2 [341 kB] Get:136 http://deb.debian.org/debian buster/main amd64 netbase all 5.6 [19.4 kB] Get:137 http://deb.debian.org/debian buster/main amd64 liblockfile-bin amd64 1.14-1.1 [19.7 kB] Get:138 http://deb.debian.org/debian buster/main amd64 liblockfile1 amd64 1.14-1.1 [16.2 kB] Get:139 http://deb.debian.org/debian buster/main amd64 lockfile-progs amd64 0.1.18 [10.4 kB] Get:140 http://deb.debian.org/debian buster/main amd64 sendmail-base all 8.15.2-14~deb10u1 [343 kB] Get:141 http://deb.debian.org/debian buster/main amd64 sendmail-cf all 8.15.2-14~deb10u1 [292 kB] Get:142 http://deb.debian.org/debian buster/main amd64 libncurses6 amd64 6.1+20181013-2+deb10u2 [102 kB] Get:143 http://deb.debian.org/debian buster/main amd64 libprocps7 amd64 2:3.3.15-2 [61.7 kB] Get:144 http://deb.debian.org/debian buster/main amd64 procps amd64 2:3.3.15-2 [259 kB] Get:145 http://deb.debian.org/debian buster/main amd64 sendmail-bin amd64 8.15.2-14~deb10u1 [697 kB] Get:146 http://deb.debian.org/debian buster/main amd64 libecap3 amd64 1.0.1-3.2 [16.5 kB] Get:147 http://deb.debian.org/debian buster/main amd64 libltdl7 amd64 2.4.6-9 [390 kB] Get:148 http://deb.debian.org/debian-security buster/updates/main amd64 libicu63 amd64 63.1-6+deb10u2 [8300 kB] Get:149 http://deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB] Get:150 http://deb.debian.org/debian buster/main amd64 squid-langpack all 20190110-1 [167 kB] Get:151 http://deb.debian.org/debian buster/main amd64 squid-common all 4.6-1+deb10u6 [309 kB] Get:152 http://deb.debian.org/debian buster/main amd64 libdbi-perl amd64 1.642-1+deb10u2 [775 kB] Get:153 http://deb.debian.org/debian buster/main amd64 squid amd64 4.6-1+deb10u6 [2641 kB] Get:154 http://deb.debian.org/debian buster/main amd64 insserv amd64 1.18.0-2 [64.8 kB] Get:155 http://deb.debian.org/debian buster/main amd64 startpar amd64 0.61-1 [20.7 kB] Get:156 http://deb.debian.org/debian buster/main amd64 sysv-rc all 2.93-8 [71.0 kB] Get:157 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB] Get:158 http://deb.debian.org/debian buster/main amd64 sharutils amd64 1:4.15.2-4 [263 kB] Get:159 http://deb.debian.org/debian buster/main amd64 libfl2 amd64 2.6.4-6.2 [103 kB] Get:160 http://deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] Get:161 http://deb.debian.org/debian buster/main amd64 dialog amd64 1.3-20190211-1 [274 kB] Get:162 http://deb.debian.org/debian buster/main amd64 libnetaddr-ip-perl amd64 4.079+dfsg-1+b3 [103 kB] Get:163 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] Get:164 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] Get:165 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] Get:166 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] Get:167 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] Get:168 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] Get:169 http://deb.debian.org/debian buster/main amd64 libsocket6-perl amd64 0.29-1+b1 [24.7 kB] Get:170 http://deb.debian.org/debian buster/main amd64 libsort-versions-perl all 1.62-1 [11.0 kB] Get:171 http://deb.debian.org/debian buster/main amd64 libfile-sync-perl amd64 0.11-2+b6 [11.0 kB] Get:172 http://deb.debian.org/debian buster/main amd64 libboost-system1.67.0 amd64 1.67.0-13+deb10u1 [229 kB] Get:173 http://deb.debian.org/debian buster/main amd64 libboost-filesystem1.67.0 amd64 1.67.0-13+deb10u1 [261 kB] Get:174 http://deb.debian.org/debian buster/main amd64 libfuse2 amd64 2.9.9-1+deb10u1 [128 kB] Get:175 http://deb.debian.org/debian buster/main amd64 fuse amd64 2.9.9-1+deb10u1 [72.3 kB] Get:176 http://deb.debian.org/debian buster/main amd64 unionfs-fuse amd64 1.0-1+b1 [48.7 kB] Get:177 http://deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] Get:178 http://deb.debian.org/debian buster/main amd64 bridge-utils amd64 1.6-2 [34.8 kB] Get:179 http://deb.debian.org/debian buster/main amd64 ethtool amd64 1:4.19-1 [121 kB] Get:180 http://deb.debian.org/debian buster/main amd64 ed amd64 1.15-1 [59.7 kB] Get:181 http://deb.debian.org/debian buster/main amd64 installation-report all 2.71 [19.5 kB] Get:182 http://deb.debian.org/debian buster/main amd64 laptop-detect all 0.16 [7238 B] Get:183 http://deb.debian.org/debian buster/main amd64 mgetty amd64 1.2.1-1 [176 kB] Get:184 http://deb.debian.org/debian buster/main amd64 tcpdump amd64 4.9.3-1~deb10u2 [400 kB] Get:185 http://deb.debian.org/debian buster/main amd64 mdadm amd64 4.1-1 [449 kB] Get:186 http://deb.debian.org/debian buster/main amd64 perl-openssl-defaults amd64 3 [6782 B] Get:187 http://deb.debian.org/debian buster/main amd64 libnet-ssleay-perl amd64 1.85-2+b1 [308 kB] Get:188 http://deb.debian.org/debian buster/main amd64 libio-socket-ssl-perl all 2.060-3 [207 kB] Get:189 http://deb.debian.org/debian buster/main amd64 ipvsadm amd64 1:1.29-1 [39.2 kB] Get:190 http://deb.debian.org/debian buster/main amd64 radvd amd64 1:2.17-2 [75.8 kB] Get:191 http://deb.debian.org/debian-security buster/updates/main amd64 libisc-export1100 amd64 1:9.11.5.P4+dfsg-5.1+deb10u6 [380 kB] Get:192 http://deb.debian.org/debian-security buster/updates/main amd64 libdns-export1104 amd64 1:9.11.5.P4+dfsg-5.1+deb10u6 [970 kB] Get:193 http://deb.debian.org/debian buster/main amd64 isc-dhcp-client amd64 4.4.1-2+deb10u1 [339 kB] Get:194 http://deb.debian.org/debian buster/main amd64 dmidecode amd64 3.2-1 [62.2 kB] Get:195 http://deb.debian.org/debian buster/main amd64 libparted2 amd64 3.2-25 [277 kB] Get:196 http://deb.debian.org/debian buster/main amd64 parted amd64 3.2-25 [196 kB] Get:197 http://deb.debian.org/debian buster/main amd64 libpam-cap amd64 1:2.25-2 [14.3 kB] Get:198 http://deb.debian.org/debian buster/main amd64 libefivar1 amd64 37-2+deb10u1 [46.6 kB] Get:199 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 accel-ppp amd64 1.12.0-153-g51bd816 [478 kB] Get:200 http://deb.debian.org/debian buster/main amd64 libefiboot1 amd64 37-2+deb10u1 [44.2 kB] Get:201 http://deb.debian.org/debian buster/main amd64 efibootmgr amd64 15-1 [31.8 kB] Get:202 http://deb.debian.org/debian buster/main amd64 libpng16-16 amd64 1.6.36-6 [292 kB] Get:203 http://deb.debian.org/debian buster/main amd64 libfreetype6 amd64 2.9.1-3+deb10u2 [380 kB] Get:204 http://deb.debian.org/debian buster/main amd64 gettext-base amd64 0.19.8.1-9 [123 kB] Get:205 http://deb.debian.org/debian buster/main amd64 grub-common amd64 2.02+dfsg1-20+deb10u4 [2489 kB] Get:206 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 conntrack amd64 1:1.4.6-1 [33.8 kB] Get:207 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 conntrackd amd64 1:1.4.6-1 [129 kB] Get:208 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 frr-pythontools all 7.5.1-20211118-00-g39e972612-0 [40.6 kB] Get:209 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 frr-rpki-rtrlib amd64 7.5.1-20211118-00-g39e972612-0 [38.6 kB] Get:210 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 frr-snmp amd64 7.5.1-20211118-00-g39e972612-0 [56.3 kB] Get:211 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 libcharon-extra-plugins amd64 5.7.2-2+vyos1.3 [250 kB] Get:212 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 libnss-mapuser amd64 1.1.0-cl3u1 [16.9 kB] Get:213 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 libstrongswan-extra-plugins amd64 5.7.2-2+vyos1.3 [254 kB] Get:214 http://deb.debian.org/debian buster/main amd64 grub-efi-amd64-bin amd64 2.02+dfsg1-20+deb10u4 [670 kB] Get:215 http://deb.debian.org/debian buster/main amd64 dosfstools amd64 4.1-2 [98.4 kB] Get:216 http://deb.debian.org/debian buster/main amd64 gdisk amd64 1.0.3-1.1 [208 kB] Get:217 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 libstrongswan-standard-plugins amd64 5.7.2-2+vyos1.3 [141 kB] Get:218 http://deb.debian.org/debian buster/main amd64 bsdmainutils amd64 11.1.2+b1 [191 kB] Get:219 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] Get:220 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] Get:221 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] Get:222 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 linux-image-5.4.163-amd64-vyos amd64 5.4.163-1 [20.7 MB] Get:223 http://deb.debian.org/debian buster/main amd64 iputils-ping amd64 3:20180629-2+deb10u2 [43.4 kB] Get:224 http://deb.debian.org/debian buster/main amd64 less amd64 487-0.1+b1 [129 kB] Get:225 http://deb.debian.org/debian buster/main amd64 nano amd64 3.2-3 [544 kB] Get:226 http://deb.debian.org/debian buster/main amd64 libfstrm0 amd64 0.4.0-1 [20.8 kB] Get:227 http://deb.debian.org/debian buster/main amd64 libgeoip1 amd64 1.6.12-1 [93.1 kB] Get:228 http://deb.debian.org/debian buster/main amd64 liblmdb0 amd64 0.9.22-1 [45.0 kB] Get:229 http://deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] Get:230 http://deb.debian.org/debian-security buster/updates/main amd64 libisc1100 amd64 1:9.11.5.P4+dfsg-5.1+deb10u6 [458 kB] Get:231 http://deb.debian.org/debian-security buster/updates/main amd64 libdns1104 amd64 1:9.11.5.P4+dfsg-5.1+deb10u6 [1215 kB] Get:232 http://deb.debian.org/debian-security buster/updates/main amd64 libisccc161 amd64 1:9.11.5.P4+dfsg-5.1+deb10u6 [237 kB] Get:233 http://deb.debian.org/debian-security buster/updates/main amd64 libisccfg163 amd64 1:9.11.5.P4+dfsg-5.1+deb10u6 [267 kB] Get:234 http://deb.debian.org/debian-security buster/updates/main amd64 libbind9-161 amd64 1:9.11.5.P4+dfsg-5.1+deb10u6 [247 kB] Get:235 http://deb.debian.org/debian-security buster/updates/main amd64 liblwres161 amd64 1:9.11.5.P4+dfsg-5.1+deb10u6 [252 kB] Get:236 http://deb.debian.org/debian-security buster/updates/main amd64 bind9-host amd64 1:9.11.5.P4+dfsg-5.1+deb10u6 [271 kB] Get:237 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] Get:238 http://deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB] Get:239 http://deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] Get:240 http://deb.debian.org/debian buster/main amd64 libmagic-mgc amd64 1:5.35-4+deb10u2 [242 kB] Get:241 http://deb.debian.org/debian buster/main amd64 libmagic1 amd64 1:5.35-4+deb10u2 [118 kB] Get:242 http://deb.debian.org/debian buster/main amd64 file amd64 1:5.35-4+deb10u2 [66.4 kB] Get:243 http://deb.debian.org/debian buster/main amd64 hdparm amd64 9.58+ds-1 [116 kB] Get:244 http://deb.debian.org/debian buster/main amd64 libc-l10n all 2.28-10 [847 kB] Get:245 http://deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u8 [209 kB] Get:246 http://deb.debian.org/debian buster/main amd64 locales all 2.28-10 [4060 kB] Get:247 http://deb.debian.org/debian buster/main amd64 lsof amd64 4.91+dfsg-1 [319 kB] Get:248 http://deb.debian.org/debian buster/main amd64 ncurses-term all 6.1+20181013-2+deb10u2 [490 kB] Get:249 http://deb.debian.org/debian buster/main amd64 libedit2 amd64 3.1-20181209-1 [94.0 kB] Get:250 http://deb.debian.org/debian buster/main amd64 openssh-client amd64 1:7.9p1-10+deb10u2 [782 kB] Get:251 http://deb.debian.org/debian buster/main amd64 pciutils amd64 1:3.5.2-1 [279 kB] Get:252 http://deb.debian.org/debian buster/main amd64 telnet amd64 0.17-41.2 [70.4 kB] Get:253 http://deb.debian.org/debian buster/main amd64 traceroute amd64 1:2.1.0-2 [55.3 kB] Get:254 http://deb.debian.org/debian buster/main amd64 ucf all 3.0038+nmu1 [69.0 kB] Get:255 http://deb.debian.org/debian buster/main amd64 aptitude-common all 0.8.11-7 [1768 kB] Get:256 http://deb.debian.org/debian buster/main amd64 libboost-iostreams1.67.0 amd64 1.67.0-13+deb10u1 [249 kB] Get:257 http://deb.debian.org/debian buster/main amd64 libsigc++-2.0-0v5 amd64 2.10.1-2 [63.7 kB] Get:258 http://deb.debian.org/debian buster/main amd64 libcwidget3v5 amd64 0.5.17-11 [323 kB] Get:259 http://deb.debian.org/debian buster/main amd64 libxapian30 amd64 1.4.11-1 [1104 kB] Get:260 http://deb.debian.org/debian buster/main amd64 aptitude amd64 0.8.11-7 [1368 kB] Get:261 http://deb.debian.org/debian buster/main amd64 at amd64 3.1.23-1 [49.1 kB] Get:262 http://deb.debian.org/debian buster/main amd64 atop amd64 2.4.0-3 [175 kB] Get:263 http://deb.debian.org/debian buster/main amd64 beep amd64 1.4.3-2 [26.8 kB] Get:264 http://deb.debian.org/debian buster/main amd64 bgpq3 amd64 0.1.35-1 [46.8 kB] Get:265 http://deb.debian.org/debian buster/main amd64 libconfuse-common all 3.2.2+dfsg-1 [12.1 kB] Get:266 http://deb.debian.org/debian buster/main amd64 libconfuse2 amd64 3.2.2+dfsg-1 [30.8 kB] Get:267 http://deb.debian.org/debian buster/main amd64 bmon amd64 1:4.0-5 [47.2 kB] Get:268 http://deb.debian.org/debian buster/main amd64 python3-asn1crypto all 0.24.0-1 [78.2 kB] Get:269 http://deb.debian.org/debian buster/main amd64 python3-cffi-backend amd64 1.12.2-1 [79.7 kB] Get:270 http://deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB] Get:271 http://deb.debian.org/debian buster/main amd64 python3-cryptography amd64 2.6.1-3+deb10u2 [219 kB] Get:272 http://deb.debian.org/debian buster/main amd64 python3-openssl all 19.0.0-1 [52.1 kB] Get:273 http://deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] Get:274 http://deb.debian.org/debian buster/main amd64 python3-josepy all 1.1.0-2 [27.7 kB] Get:275 http://deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] Get:276 http://deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] Get:277 http://deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] Get:278 http://deb.debian.org/debian buster/main amd64 python3-pbr all 4.2.0-5 [56.5 kB] Get:279 http://deb.debian.org/debian buster/main amd64 python3-mock all 2.0.0-4 [60.3 kB] Get:280 http://deb.debian.org/debian buster/main amd64 python3-certifi all 2018.8.24-1 [140 kB] Get:281 http://deb.debian.org/debian buster/main amd64 python3-chardet all 3.0.4-3 [80.5 kB] Get:282 http://deb.debian.org/debian buster/main amd64 python3-idna all 2.6-1 [34.3 kB] Get:283 http://deb.debian.org/debian buster/main amd64 python3-urllib3 all 1.24.1-1 [97.1 kB] Get:284 http://deb.debian.org/debian buster/main amd64 python3-requests all 2.21.0-1 [66.9 kB] Get:285 http://deb.debian.org/debian buster/main amd64 python3-requests-toolbelt all 0.8.0-1 [38.2 kB] Get:286 http://deb.debian.org/debian buster/main amd64 python3-tz all 2019.1-1 [27.1 kB] Get:287 http://deb.debian.org/debian buster/main amd64 python3-rfc3339 all 1.1-1 [6644 B] Get:288 http://deb.debian.org/debian buster/main amd64 python3-acme all 0.31.0-2 [50.5 kB] Get:289 http://deb.debian.org/debian buster/main amd64 python3-configargparse all 0.13.0-1 [22.5 kB] Get:290 http://deb.debian.org/debian buster/main amd64 python3-configobj all 5.0.6-3 [35.7 kB] Get:291 http://deb.debian.org/debian buster/main amd64 python3-future all 0.16.0-1 [346 kB] Get:292 http://deb.debian.org/debian buster/main amd64 python3-parsedatetime all 2.4-2 [39.7 kB] Get:293 http://deb.debian.org/debian buster/main amd64 python3-zope.hookable amd64 4.0.4-4+b4 [10.6 kB] Get:294 http://deb.debian.org/debian buster/main amd64 python3-zope.interface amd64 4.3.2-1+b2 [90.1 kB] Get:295 http://deb.debian.org/debian buster/main amd64 python3-zope.event all 4.2.0-1 [8412 B] Get:296 http://deb.debian.org/debian buster/main amd64 python3-zope.component all 4.3.0-1 [43.0 kB] Get:297 http://deb.debian.org/debian buster/main amd64 python3-certbot all 0.31.0-1+deb10u1 [226 kB] Get:298 http://deb.debian.org/debian buster/main amd64 certbot all 0.31.0-1+deb10u1 [38.8 kB] Get:299 http://deb.debian.org/debian buster/main amd64 libdbus-glib-1-2 amd64 0.110-4 [71.5 kB] Get:300 http://deb.debian.org/debian buster/main amd64 libpils2 amd64 1.0.12-12 [26.4 kB] Get:301 http://deb.debian.org/debian buster/main amd64 libplumb2 amd64 1.0.12-12 [85.5 kB] Get:302 http://deb.debian.org/debian buster/main amd64 liblrm2 amd64 1.0.12-12 [26.3 kB] Get:303 http://deb.debian.org/debian buster/main amd64 libopenhpi3 amd64 3.8.0-2 [154 kB] Get:304 http://deb.debian.org/debian buster/main amd64 libopenipmi0 amd64 2.0.25-2.1 [540 kB] Get:305 http://deb.debian.org/debian buster/main amd64 libplumbgpl2 amd64 1.0.12-12 [16.8 kB] Get:306 http://deb.debian.org/debian buster/main amd64 libstonith1 amd64 1.0.12-12 [23.4 kB] Get:307 http://deb.debian.org/debian buster/main amd64 libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB] Get:308 http://deb.debian.org/debian buster/main amd64 cluster-glue amd64 1.0.12-12 [268 kB] Get:309 http://deb.debian.org/debian buster/main amd64 libcapture-tiny-perl all 0.48-1 [26.0 kB] Get:310 http://deb.debian.org/debian buster/main amd64 libparams-util-perl amd64 1.07-3+b4 [23.0 kB] Get:311 http://deb.debian.org/debian buster/main amd64 libsub-install-perl all 0.928-1 [11.4 kB] Get:312 http://deb.debian.org/debian buster/main amd64 libdata-optlist-perl all 0.110-1 [10.6 kB] Get:313 http://deb.debian.org/debian buster/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b1 [11.4 kB] Get:314 http://deb.debian.org/debian buster/main amd64 libdynaloader-functions-perl all 0.003-1 [12.6 kB] Get:315 http://deb.debian.org/debian buster/main amd64 libdevel-callchecker-perl amd64 0.008-1 [15.7 kB] Get:316 http://deb.debian.org/debian buster/main amd64 libparams-classify-perl amd64 0.015-1+b1 [25.5 kB] Get:317 http://deb.debian.org/debian buster/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB] Get:318 http://deb.debian.org/debian buster/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB] Get:319 http://deb.debian.org/debian buster/main amd64 libmodule-implementation-perl all 0.09-1 [12.9 kB] Get:320 http://deb.debian.org/debian buster/main amd64 libpackage-stash-perl all 0.38-1 [21.7 kB] Get:321 http://deb.debian.org/debian buster/main amd64 libclass-load-perl all 0.25-1 [16.1 kB] Get:322 http://deb.debian.org/debian buster/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB] Get:323 http://deb.debian.org/debian buster/main amd64 libparams-validate-perl amd64 1.29-1+b1 [67.6 kB] Get:324 http://deb.debian.org/debian buster/main amd64 libsub-exporter-perl all 0.987-1 [47.2 kB] Get:325 http://deb.debian.org/debian buster/main amd64 libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB] Get:326 http://deb.debian.org/debian buster/main amd64 libio-tiecombine-perl all 1.005-1 [13.0 kB] Get:327 http://deb.debian.org/debian buster/main amd64 libmodule-pluggable-perl all 5.2-1 [25.7 kB] Get:328 http://deb.debian.org/debian buster/main amd64 libstring-rewriteprefix-perl all 0.007-2 [6448 B] Get:329 http://deb.debian.org/debian buster/main amd64 libapp-cmd-perl all 0.331-1 [63.9 kB] Get:330 http://deb.debian.org/debian buster/main amd64 libboolean-perl all 0.46-1 [11.1 kB] Get:331 http://deb.debian.org/debian buster/main amd64 libcarp-assert-perl all 0.21-1 [18.2 kB] Get:332 http://deb.debian.org/debian buster/main amd64 libcarp-assert-more-perl all 1.16-1 [15.6 kB] Get:333 http://deb.debian.org/debian buster/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] Get:334 http://deb.debian.org/debian buster/main amd64 libfile-homedir-perl all 1.004-1 [42.7 kB] Get:335 http://deb.debian.org/debian buster/main amd64 libclone-choose-perl all 0.010-1 [8424 B] Get:336 http://deb.debian.org/debian buster/main amd64 libhash-merge-perl all 0.300-1 [14.3 kB] Get:337 http://deb.debian.org/debian buster/main amd64 libjson-perl all 4.02000-1 [88.8 kB] Get:338 http://deb.debian.org/debian buster/main amd64 libexporter-tiny-perl all 1.002001-1 [36.9 kB] Get:339 http://deb.debian.org/debian buster/main amd64 liblist-moreutils-perl amd64 0.416-1+b4 [64.2 kB] Get:340 http://deb.debian.org/debian buster/main amd64 liblog-log4perl-perl all 1.49-1 [377 kB] Get:341 http://deb.debian.org/debian buster/main amd64 libmouse-perl amd64 2.5.6-1+b1 [172 kB] Get:342 http://deb.debian.org/debian buster/main amd64 libmousex-nativetraits-perl all 1.09-2 [67.4 kB] Get:343 http://deb.debian.org/debian buster/main amd64 libmousex-strictconstructor-perl all 0.02-2 [4996 B] Get:344 http://deb.debian.org/debian buster/main amd64 libparse-recdescent-perl all 1.967015+dfsg-2 [159 kB] Get:345 http://deb.debian.org/debian buster/main amd64 libpath-tiny-perl all 0.108-1 [53.3 kB] Get:346 http://deb.debian.org/debian buster/main amd64 libpod-pom-perl all 2.01-3 [67.0 kB] Get:347 http://deb.debian.org/debian buster/main amd64 libregexp-common-perl all 2017060201-1 [177 kB] Get:348 http://deb.debian.org/debian buster/main amd64 libconfig-model-perl all 2.133-1 [456 kB] Get:349 http://deb.debian.org/debian buster/main amd64 libyaml-perl all 1.27-1 [66.8 kB] Get:350 http://deb.debian.org/debian buster/main amd64 cme all 1.029-1 [81.0 kB] Get:351 http://deb.debian.org/debian buster/main amd64 libnetfilter-cthelper0 amd64 1.0.0-1+b1 [6678 B] Get:352 http://deb.debian.org/debian buster/main amd64 libnetfilter-queue1 amd64 1.0.3-1 [12.5 kB] Get:353 http://deb.debian.org/debian buster-backports/main amd64 conserver-client amd64 8.2.6-1~bpo10+1 [89.9 kB] Get:354 http://deb.debian.org/debian buster/main amd64 console-data all 2:1.12-6 [1062 kB] Get:355 http://deb.debian.org/debian buster/main amd64 kbd amd64 2.0.4-4 [337 kB] Get:356 http://deb.debian.org/debian buster/main amd64 console-setup-linux all 1.193~deb10u1 [1494 kB] Get:357 http://deb.debian.org/debian buster/main amd64 wireless-regdb all 2016.06.10-1 [8064 B] Get:358 http://deb.debian.org/debian buster/main amd64 iw amd64 5.0.1-1 [87.9 kB] Get:359 http://deb.debian.org/debian buster/main amd64 crda amd64 3.18-1 [63.4 kB] Get:360 http://deb.debian.org/debian buster/main amd64 libmath-base85-perl all 0.4+dfsg-1 [7048 B] Get:361 http://deb.debian.org/debian buster/main amd64 libmath-bigint-perl all 1.999816-1 [154 kB] Get:362 http://deb.debian.org/debian buster/main amd64 libnetwork-ipv4addr-perl all 0.10.ds-3 [13.5 kB] Get:363 http://deb.debian.org/debian buster/main amd64 libnet-ipv6addr-perl all 0.96-1 [20.6 kB] Get:364 http://deb.debian.org/debian buster/main amd64 libnet-netmask-perl all 1.9104-1 [29.5 kB] Get:365 http://deb.debian.org/debian buster/main amd64 libdata-validate-ip-perl all 0.27-1 [18.4 kB] Get:366 http://deb.debian.org/debian bullseye/main amd64 ddclient all 3.9.1-7 [83.9 kB] Get:367 http://deb.debian.org/debian buster/main amd64 distro-info-data all 0.41+deb10u4 [6880 B] Get:368 http://deb.debian.org/debian buster/main amd64 dns-root-data all 2019031302 [5396 B] Get:369 http://deb.debian.org/debian-security buster/updates/main amd64 libirs161 amd64 1:9.11.5.P4+dfsg-5.1+deb10u6 [238 kB] Get:370 http://deb.debian.org/debian-security buster/updates/main amd64 dnsutils amd64 1:9.11.5.P4+dfsg-5.1+deb10u6 [365 kB] Get:371 http://deb.debian.org/debian buster/main amd64 easy-rsa all 3.0.6-1 [37.9 kB] Get:372 http://deb.debian.org/debian buster/main amd64 etherwake amd64 1.09-4+b1 [9294 B] Get:373 http://deb.debian.org/debian buster/main amd64 libboost-atomic1.67.0 amd64 1.67.0-13+deb10u1 [226 kB] Get:374 http://deb.debian.org/debian buster/main amd64 libboost-chrono1.67.0 amd64 1.67.0-13+deb10u1 [234 kB] Get:375 http://deb.debian.org/debian buster/main amd64 libboost-date-time1.67.0 amd64 1.67.0-13+deb10u1 [239 kB] Get:376 http://deb.debian.org/debian buster/main amd64 libboost-program-options1.67.0 amd64 1.67.0-13+deb10u1 [357 kB] Get:377 http://deb.debian.org/debian buster/main amd64 libboost-regex1.67.0 amd64 1.67.0-13+deb10u1 [485 kB] Get:378 http://deb.debian.org/debian buster/main amd64 libboost-thread1.67.0 amd64 1.67.0-13+deb10u1 [268 kB] Get:379 http://deb.debian.org/debian buster/main amd64 libbson-1.0-0 amd64 1.14.0-1 [72.0 kB] Get:380 http://deb.debian.org/debian buster/main amd64 libhiredis0.14 amd64 0.14.0-3 [33.8 kB] Get:381 http://deb.debian.org/debian buster/main amd64 liblog4cpp5v5 amd64 1.1.3-1 [106 kB] Get:382 http://deb.debian.org/debian buster/main amd64 libluajit-5.1-common all 2.1.0~beta3+dfsg-5.1 [46.7 kB] Get:383 http://deb.debian.org/debian buster/main amd64 libluajit-5.1-2 amd64 2.1.0~beta3+dfsg-5.1 [230 kB] Get:384 http://deb.debian.org/debian buster/main amd64 libsnappy1v5 amd64 1.1.7-1 [17.0 kB] Get:385 http://deb.debian.org/debian buster/main amd64 libmongoc-1.0-0 amd64 1.14.0-1 [229 kB] Get:386 http://deb.debian.org/debian buster/main amd64 libndpi2.6 amd64 2.6-3 [162 kB] Get:387 http://deb.debian.org/debian buster/main amd64 fastnetmon amd64 1.1.3+dfsg-8.1 [272 kB] Get:388 http://deb.debian.org/debian buster/main amd64 libssh-4 amd64 0.8.7-1+deb10u1 [197 kB] Get:389 http://deb.debian.org/debian buster/main amd64 librtr0 amd64 0.6.3-1 [39.3 kB] Get:390 http://deb.debian.org/debian buster/main amd64 libgirepository-1.0-1 amd64 1.58.3-2 [92.8 kB] Get:391 http://deb.debian.org/debian buster/main amd64 gir1.2-glib-2.0 amd64 1.58.3-2 [143 kB] Get:392 http://deb.debian.org/debian buster/main amd64 gnustep-common amd64 2.7.0-4 [116 kB] Get:393 http://deb.debian.org/debian buster/main amd64 gnustep-base-common all 1.26.0-4+deb10u1 [284 kB] Get:394 http://deb.debian.org/debian buster/main amd64 libavahi-common-data amd64 0.7-4+deb10u1 [122 kB] Get:395 http://deb.debian.org/debian buster/main amd64 libavahi-common3 amd64 0.7-4+deb10u1 [54.4 kB] Get:396 http://deb.debian.org/debian buster/main amd64 libavahi-client3 amd64 0.7-4+deb10u1 [58.2 kB] Get:397 http://deb.debian.org/debian buster/main amd64 libgc1c2 amd64 1:7.6.4-0.4 [224 kB] Get:398 http://deb.debian.org/debian buster/main amd64 libobjc4 amd64 8.3.0-6 [50.3 kB] Get:399 http://deb.debian.org/debian buster/main amd64 libxslt1.1 amd64 1.1.32-2.2~deb10u1 [237 kB] Get:400 http://deb.debian.org/debian buster/main amd64 libgnustep-base1.26 amd64 1.26.0-4+deb10u1 [1546 kB] Get:401 http://deb.debian.org/debian buster/main amd64 gnustep-base-runtime amd64 1.26.0-4+deb10u1 [426 kB] Get:402 http://deb.debian.org/debian buster/main amd64 grc all 1.11.3-1 [43.0 kB] Get:403 http://deb.debian.org/debian buster/main amd64 grub2-common amd64 2.02+dfsg1-20+deb10u4 [542 kB] Get:404 http://deb.debian.org/debian buster/main amd64 grub-pc-bin amd64 2.02+dfsg1-20+deb10u4 [906 kB] Get:405 http://deb.debian.org/debian buster/main amd64 grub-pc amd64 2.02+dfsg1-20+deb10u4 [131 kB] Get:406 http://deb.debian.org/debian buster/main amd64 grub2 amd64 2.02+dfsg1-20+deb10u4 [2536 B] Get:407 http://deb.debian.org/debian buster/main amd64 libhavege1 amd64 1.9.1-7 [25.7 kB] Get:408 http://deb.debian.org/debian buster/main amd64 haveged amd64 1.9.1-7 [33.4 kB] Get:409 http://deb.debian.org/debian buster/main amd64 libxml2-utils amd64 2.9.4+dfsg1-7+deb10u2 [99.8 kB] Get:410 http://deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] Get:411 http://deb.debian.org/debian buster/main amd64 resource-agents amd64 1:4.2.0-2+deb10u2 [677 kB] Get:412 http://deb.debian.org/debian buster/main amd64 libheartbeat2 amd64 1:3.0.6-9 [51.6 kB] Get:413 http://deb.debian.org/debian buster/main amd64 heartbeat amd64 1:3.0.6-9 [333 kB] Get:414 http://deb.debian.org/debian buster/main amd64 htop amd64 2.2.0-1+b1 [92.8 kB] Get:415 http://deb.debian.org/debian buster/main amd64 hyperv-daemons amd64 4.19.208-1 [579 kB] Get:416 http://deb.debian.org/debian buster/main amd64 ieee-data all 20180805.1 [1590 kB] Get:417 http://deb.debian.org/debian buster/main amd64 iftop amd64 1.0~pre4-6 [42.1 kB] Get:418 http://deb.debian.org/debian buster/main amd64 igmpproxy amd64 0.2.1-1 [37.7 kB] Get:419 http://deb.debian.org/debian buster/main amd64 iotop amd64 0.6-24-g733f3f8-1 [33.0 kB] Get:420 http://deb.debian.org/debian buster/main amd64 ipcalc all 0.41-5 [27.8 kB] Get:421 http://deb.debian.org/debian buster/main amd64 iperf amd64 2.0.12+dfsg1-2 [73.4 kB] Get:422 http://deb.debian.org/debian buster/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [28.3 kB] Get:423 http://deb.debian.org/debian buster/main amd64 libiperf0 amd64 3.6-2 [77.3 kB] Get:424 http://deb.debian.org/debian buster/main amd64 iperf3 amd64 3.6-2 [25.9 kB] Get:425 http://deb.debian.org/debian buster/main amd64 libipset11 amd64 6.38-1.2 [54.5 kB] Get:426 http://deb.debian.org/debian buster/main amd64 ipset amd64 6.38-1.2 [50.7 kB] Get:427 http://deb.debian.org/debian buster/main amd64 iputils-arping amd64 3:20180629-2+deb10u2 [20.5 kB] Get:428 http://deb.debian.org/debian buster/main amd64 rubygems-integration all 1.11+deb10u1 [5212 B] Get:429 http://deb.debian.org/debian buster/main amd64 rake all 12.3.1-3+deb10u1 [67.1 kB] Get:430 http://deb.debian.org/debian buster/main amd64 ruby-did-you-mean all 1.2.1-1 [14.4 kB] Get:431 http://deb.debian.org/debian buster/main amd64 ruby-minitest all 5.11.3-1 [54.8 kB] Get:432 http://deb.debian.org/debian buster/main amd64 ruby-net-telnet all 0.1.1-2 [12.5 kB] Get:433 http://deb.debian.org/debian buster/main amd64 ruby-power-assert all 1.1.1-1 [10.9 kB] Get:434 http://deb.debian.org/debian buster/main amd64 ruby-test-unit all 3.2.8-1 [72.4 kB] Get:435 http://deb.debian.org/debian buster/main amd64 ruby-xmlrpc all 0.3.0-2 [23.7 kB] Get:436 http://deb.debian.org/debian buster/main amd64 libyaml-0-2 amd64 0.2.1-1 [47.2 kB] Get:437 http://deb.debian.org/debian buster/main amd64 libruby2.5 amd64 2.5.5-3+deb10u3 [3438 kB] Get:438 http://deb.debian.org/debian buster/main amd64 ruby2.5 amd64 2.5.5-3+deb10u3 [400 kB] Get:439 http://deb.debian.org/debian buster/main amd64 ruby amd64 1:2.5.1 [11.3 kB] Get:440 http://deb.debian.org/debian buster/main amd64 ruby-curses amd64 1.2.4-1+b1 [21.6 kB] Get:441 http://deb.debian.org/debian buster/main amd64 irqtop all 2.3-5 [9916 B] Get:442 http://deb.debian.org/debian-security buster/updates/main amd64 libisccfg-export163 amd64 1:9.11.5.P4+dfsg-5.1+deb10u6 [264 kB] Get:443 http://deb.debian.org/debian-security buster/updates/main amd64 libirs-export161 amd64 1:9.11.5.P4+dfsg-5.1+deb10u6 [237 kB] Get:444 http://deb.debian.org/debian buster/main amd64 isc-dhcp-relay amd64 4.4.1-2+deb10u1 [289 kB] Get:445 http://deb.debian.org/debian buster/main amd64 isc-dhcp-server amd64 4.4.1-2+deb10u1 [547 kB] Get:446 http://deb.debian.org/debian buster/main amd64 libdpkg-perl all 1.19.7 [1414 kB] Get:447 http://deb.debian.org/debian buster/main amd64 libclass-data-inheritable-perl all 0.08-3 [8588 B] Get:448 http://deb.debian.org/debian buster/main amd64 libdevel-stacktrace-perl all 2.0300-1 [28.0 kB] Get:449 http://deb.debian.org/debian buster/main amd64 libexception-class-perl all 1.44-1 [32.3 kB] Get:450 http://deb.debian.org/debian buster/main amd64 libconfig-model-lcdproc-perl all 2.052-2 [148 kB] Get:451 http://deb.debian.org/debian buster/main amd64 libusb-1.0-0 amd64 2:1.0.22-2 [55.3 kB] Get:452 http://deb.debian.org/debian buster/main amd64 libxau6 amd64 1:1.0.8-1+b2 [19.9 kB] Get:453 http://deb.debian.org/debian buster/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] Get:454 http://deb.debian.org/debian buster/main amd64 libxcb1 amd64 1.13.1-2 [137 kB] Get:455 http://deb.debian.org/debian buster/main amd64 libx11-data all 2:1.6.7-1+deb10u2 [299 kB] Get:456 http://deb.debian.org/debian buster/main amd64 libx11-6 amd64 2:1.6.7-1+deb10u2 [757 kB] Get:457 http://deb.debian.org/debian buster/main amd64 lcdproc amd64 0.5.9-3 [293 kB] Get:458 http://deb.debian.org/debian buster/main amd64 liblirc-client0 amd64 0.10.1-6.3~deb10u1 [71.2 kB] Get:459 http://deb.debian.org/debian buster/main amd64 libxext6 amd64 2:1.3.3-1+b2 [52.5 kB] Get:460 http://deb.debian.org/debian buster/main amd64 libxinerama1 amd64 2:1.1.4-2 [17.7 kB] Get:461 http://deb.debian.org/debian buster/main amd64 libxosd2 amd64 2.2.14-2.1+b1 [25.2 kB] Get:462 http://deb.debian.org/debian buster/main amd64 lcdproc-extra-drivers amd64 0.5.9-3 [48.6 kB] Get:463 http://deb.debian.org/debian buster/main amd64 libatomic1 amd64 8.3.0-6 [9032 B] Get:464 http://deb.debian.org/debian buster/main amd64 libquadmath0 amd64 8.3.0-6 [133 kB] Get:465 http://deb.debian.org/debian buster/main amd64 libgfortran5 amd64 8.3.0-6 [581 kB] Get:466 http://deb.debian.org/debian buster/main amd64 libblas3 amd64 3.8.0-2 [148 kB] Get:467 http://deb.debian.org/debian buster/main amd64 libboost-context1.67.0 amd64 1.67.0-13+deb10u1 [228 kB] Get:468 http://deb.debian.org/debian buster/main amd64 libcidr0 amd64 1.2.3-3 [13.9 kB] Get:469 http://deb.debian.org/debian buster/main amd64 libcrypt-openssl-bignum-perl amd64 0.09-1+b1 [25.9 kB] Get:470 http://deb.debian.org/debian buster/main amd64 libcrypt-openssl-random-perl amd64 0.15-1+b1 [11.2 kB] Get:471 http://deb.debian.org/debian buster/main amd64 libcrypt-openssl-rsa-perl amd64 0.31-1+b1 [26.1 kB] Get:472 http://deb.debian.org/debian buster/main amd64 libdrm-common all 2.4.97-1 [13.8 kB] Get:473 http://deb.debian.org/debian buster/main amd64 libdrm2 amd64 2.4.97-1 [39.7 kB] Get:474 http://deb.debian.org/debian buster/main amd64 libdumbnet1 amd64 1.12-8 [27.4 kB] Get:475 http://deb.debian.org/debian buster/main amd64 libev4 amd64 1:4.25-1 [39.0 kB] Get:476 http://deb.debian.org/debian buster/main amd64 libevent-2.1-6 amd64 2.1.8-stable-4 [177 kB] Get:477 http://deb.debian.org/debian buster/main amd64 libgnat-8 amd64 8.3.0-6 [999 kB] Get:478 http://deb.debian.org/debian buster/main amd64 libgudev-1.0-0 amd64 232-2 [13.6 kB] Get:479 http://deb.debian.org/debian buster/main amd64 libhttp-parser2.8 amd64 2.8.1-1+deb10u1 [20.1 kB] Get:480 http://deb.debian.org/debian buster/main amd64 libterm-readkey-perl amd64 2.38-1 [27.4 kB] Get:481 http://deb.debian.org/debian buster/main amd64 libwant-perl amd64 0.29-1+b4 [28.9 kB] Get:482 http://deb.debian.org/debian buster/main amd64 libio-prompt-perl all 0.997004-1 [23.3 kB] Get:483 http://deb.debian.org/debian buster/main amd64 libjs-jquery all 3.3.1~dfsg-3+deb10u1 [332 kB] Get:484 http://deb.debian.org/debian buster/main amd64 liblinear3 amd64 2.1.0+dfsg-4 [41.2 kB] Get:485 http://deb.debian.org/debian buster/main amd64 liblua5.3-0 amd64 5.3.3-1.1 [120 kB] Get:486 http://deb.debian.org/debian buster/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB] Get:487 http://deb.debian.org/debian buster-backports/main amd64 libmbim-glib4 amd64 1.24.6-0.1~bpo10+1 [187 kB] Get:488 http://deb.debian.org/debian buster-backports/main amd64 libmbim-proxy amd64 1.24.6-0.1~bpo10+1 [89.9 kB] Get:489 http://deb.debian.org/debian buster-backports/main amd64 libmm-glib0 amd64 1.14.12-0.1~bpo10+1 [1105 kB] Get:490 http://deb.debian.org/debian buster/main amd64 libmspack0 amd64 0.10.1-1 [49.9 kB] Get:491 http://deb.debian.org/debian buster/main amd64 libndp0 amd64 1.6-1+b1 [11.0 kB] Get:492 http://deb.debian.org/debian buster/main amd64 libndp-tools amd64 1.6-1+b1 [10.2 kB] Get:493 http://deb.debian.org/debian buster/main amd64 libnetfilter-cttimeout1 amd64 1.0.0-2+b1 [6906 B] Get:494 http://deb.debian.org/debian buster/main amd64 nginx-common all 1.14.2-2+deb10u4 [121 kB] Get:495 http://deb.debian.org/debian buster/main amd64 libnginx-mod-http-echo amd64 1.14.2-2+deb10u4 [104 kB] Get:496 http://deb.debian.org/debian buster/main amd64 libnss-myhostname amd64 241-7~deb10u8 [124 kB] Get:497 http://deb.debian.org/debian buster/main amd64 liboath0 amd64 2.6.1-1.3 [78.5 kB] Get:498 http://deb.debian.org/debian buster/main amd64 libopts25 amd64 1:5.18.12-4 [69.4 kB] Get:499 http://deb.debian.org/debian buster/main amd64 libpcl1 amd64 1.12-1 [6108 B] Get:500 http://deb.debian.org/debian buster/main amd64 libpcsclite1 amd64 1.8.24-1 [58.5 kB] Get:501 http://deb.debian.org/debian buster/main amd64 libpkcs11-helper1 amd64 1.25.1-1 [47.6 kB] Get:502 http://deb.debian.org/debian buster/main amd64 libpolkit-gobject-1-0 amd64 0.105-25 [45.9 kB] Get:503 http://deb.debian.org/debian buster/main amd64 libpolkit-agent-1-0 amd64 0.105-25 [26.1 kB] Get:504 http://deb.debian.org/debian buster/main amd64 libpolkit-backend-1-0 amd64 0.105-25 [48.0 kB] Get:505 http://deb.debian.org/debian buster-backports/main amd64 libqmi-glib5 amd64 1.26.10-0.1~bpo10+1 [582 kB] Get:506 http://deb.debian.org/debian buster-backports/main amd64 libqmi-proxy amd64 1.26.10-0.1~bpo10+1 [10.7 kB] Get:507 http://deb.debian.org/debian buster/main amd64 libqmi-utils amd64 1.22.0-1.2 [146 kB] Get:508 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB] Get:509 http://deb.debian.org/debian buster/main amd64 libradcli4 amd64 1.2.6-4 [37.8 kB] Get:510 http://deb.debian.org/debian buster/main amd64 libsnmp-perl amd64 5.7.3+dfsg-5+deb10u2 [1533 kB] Get:511 http://deb.debian.org/debian buster/main amd64 libswitch-perl all 2.17-2 [20.5 kB] Get:512 http://deb.debian.org/debian buster/main amd64 libtalloc2 amd64 2.1.14-2 [35.4 kB] Get:513 http://deb.debian.org/debian buster/main amd64 libtree-simple-perl all 1.33-1 [41.4 kB] Get:514 http://deb.debian.org/debian buster/main amd64 liburi-perl all 1.76-1 [89.9 kB] Get:515 http://deb.debian.org/debian buster/main amd64 libutempter0 amd64 1.1.6-3 [7812 B] Get:516 http://deb.debian.org/debian buster/main amd64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB] Get:517 http://deb.debian.org/debian buster/main amd64 libxml-sax-base-perl all 1.09-1 [20.4 kB] Get:518 http://deb.debian.org/debian buster/main amd64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB] Get:519 http://deb.debian.org/debian buster/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1 [344 kB] Get:520 http://deb.debian.org/debian buster/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] Get:521 http://deb.debian.org/debian buster/main amd64 libxmlsec1 amd64 1.2.27-2 [148 kB] Get:522 http://deb.debian.org/debian buster/main amd64 libxmlsec1-openssl amd64 1.2.27-2 [99.5 kB] Get:523 http://deb.debian.org/debian buster/main amd64 live-config-systemd all 5.20190519 [23.1 kB] Get:524 http://deb.debian.org/debian buster/main amd64 live-config all 5.20190519 [34.0 kB] Get:525 http://deb.debian.org/debian buster/main amd64 lldpd amd64 1.0.3-1+b1 [209 kB] Get:526 http://deb.debian.org/debian buster/main amd64 lm-sensors amd64 1:3.5.0-3 [114 kB] Get:527 http://deb.debian.org/debian buster/main amd64 localepurge all 0.7.3.5 [47.6 kB] Get:528 http://deb.debian.org/debian buster/main amd64 lsb-release all 10.2019051400 [27.5 kB] Get:529 http://deb.debian.org/debian buster/main amd64 lsscsi amd64 0.30-0.1 [49.7 kB] Get:530 http://deb.debian.org/debian buster/main amd64 minicom amd64 2.7.1-1+b1 [268 kB] Get:531 http://deb.debian.org/debian buster-backports/main amd64 modemmanager amd64 1.14.12-0.1~bpo10+1 [1712 kB] Get:532 http://deb.debian.org/debian buster/main amd64 mtr-tiny amd64 0.92-2 [64.4 kB] Get:533 http://deb.debian.org/debian buster/main amd64 ndisc6 amd64 1.0.4-1 [99.1 kB] Get:534 http://deb.debian.org/debian buster/main amd64 netcat-openbsd amd64 1.195-2 [41.2 kB] Get:535 http://deb.debian.org/debian buster/main amd64 netplug amd64 1.2.9.2-3 [21.0 kB] Get:536 http://deb.debian.org/debian buster/main amd64 nginx-light amd64 1.14.2-2+deb10u4 [478 kB] Get:537 http://deb.debian.org/debian buster/main amd64 nmap-common all 7.70+dfsg1-6+deb10u2 [3932 kB] Get:538 http://deb.debian.org/debian buster/main amd64 nmap amd64 7.70+dfsg1-6+deb10u2 [1894 kB] Get:539 http://deb.debian.org/debian buster/main amd64 ntp amd64 1:4.2.8p12+dfsg-4 [761 kB] Get:540 http://deb.debian.org/debian buster/main amd64 ntpdate amd64 1:4.2.8p12+dfsg-4 [153 kB] Get:541 http://deb.debian.org/debian buster/main amd64 nvme-cli amd64 1.7-1 [247 kB] Get:542 http://deb.debian.org/debian buster/main amd64 ssl-cert all 1.0.39 [20.8 kB] Get:543 http://deb.debian.org/debian buster/main amd64 open-vm-tools amd64 2:10.3.10-1+deb10u2 [569 kB] Get:544 http://deb.debian.org/debian buster/main amd64 openssh-sftp-server amd64 1:7.9p1-10+deb10u2 [44.6 kB] Get:545 http://deb.debian.org/debian buster/main amd64 openssh-server amd64 1:7.9p1-10+deb10u2 [352 kB] Get:546 http://deb.debian.org/debian buster-backports/main amd64 openvpn amd64 2.5.1-2~bpo10+1 [598 kB] Get:547 http://deb.debian.org/debian buster/main amd64 openvpn-auth-ldap amd64 2.0.3-6.1+b2 [37.1 kB] Get:548 http://deb.debian.org/debian buster/main amd64 openvpn-auth-radius amd64 2.1-7 [82.5 kB] Get:549 http://deb.debian.org/debian buster/main amd64 policykit-1 amd64 0.105-25 [64.0 kB] Get:550 http://deb.debian.org/debian buster/main amd64 ppp amd64 2.4.7-2+4.1+deb10u1 [353 kB] Get:551 http://deb.debian.org/debian buster/main amd64 pppoe amd64 3.12-1.2 [77.7 kB] Get:552 http://deb.debian.org/debian buster/main amd64 python-apt-common all 1.8.4.3 [96.3 kB] Get:553 http://deb.debian.org/debian buster/main amd64 python3-apt amd64 1.8.4.3 [185 kB] Get:554 http://deb.debian.org/debian buster/main amd64 python3-bcrypt amd64 3.1.6-1 [31.7 kB] Get:555 http://deb.debian.org/debian buster/main amd64 python3-pyparsing all 2.2.0+dfsg1-2 [89.6 kB] Get:556 http://deb.debian.org/debian buster/main amd64 python3-certbot-nginx all 0.31.0-1 [50.0 kB] Get:557 http://deb.debian.org/debian buster/main amd64 python3-colorama all 0.3.7-1 [18.1 kB] Get:558 http://deb.debian.org/debian buster/main amd64 python3-click all 7.0-1 [73.6 kB] Get:559 http://deb.debian.org/debian buster/main amd64 python3-dateutil all 2.7.3-3 [64.5 kB] Get:560 http://deb.debian.org/debian buster/main amd64 python3-dbus amd64 1.2.8-3 [103 kB] Get:561 http://deb.debian.org/debian buster/main amd64 python3-decorator all 4.3.0-1.1 [14.5 kB] Get:562 http://deb.debian.org/debian buster/main amd64 python3-distro all 1.3.0-1 [14.3 kB] Get:563 http://deb.debian.org/debian buster/main amd64 python3-itsdangerous all 0.24+dfsg1-2 [13.0 kB] Get:564 http://deb.debian.org/debian buster/main amd64 python3-markupsafe amd64 1.1.0-1 [14.8 kB] Get:565 http://deb.debian.org/debian buster/main amd64 python3-jinja2 all 2.10-2 [106 kB] Get:566 http://deb.debian.org/debian buster/main amd64 python3-werkzeug all 0.14.1+dfsg1-4+deb10u1 [196 kB] Get:567 http://deb.debian.org/debian buster/main amd64 python3-flask all 1.0.2-3 [93.0 kB] Get:568 http://deb.debian.org/debian buster/main amd64 python3-gi amd64 3.30.4-1 [180 kB] Get:569 http://deb.debian.org/debian buster/main amd64 python3-hurry.filesize all 0.9-2 [5284 B] Get:570 http://deb.debian.org/debian buster/main amd64 python3-isc-dhcp-leases all 0.9.1-1 [8772 B] Get:571 http://deb.debian.org/debian buster/main amd64 python3-jmespath all 0.9.4-1 [18.5 kB] Get:572 http://deb.debian.org/debian buster/main amd64 python3-msgpack amd64 0.5.6-1+b1 [104 kB] Get:573 http://deb.debian.org/debian buster/main amd64 python3-nacl amd64 1.3.0-2 [49.5 kB] Get:574 http://deb.debian.org/debian buster/main amd64 python3-netaddr all 0.7.19-1 [228 kB] Get:575 http://deb.debian.org/debian buster/main amd64 python3-netifaces amd64 0.10.4-1+b1 [13.2 kB] Get:576 http://deb.debian.org/debian buster/main amd64 python3-pyasn1 all 0.4.2-3 [57.7 kB] Get:577 http://deb.debian.org/debian buster/main amd64 python3-paramiko all 2.4.2-0.1 [120 kB] Get:578 http://deb.debian.org/debian buster/main amd64 python3-psutil amd64 5.5.1-1 [166 kB] Get:579 http://deb.debian.org/debian buster/main amd64 python3-pycryptodome amd64 3.6.1-2+b1 [5133 kB] Get:580 http://deb.debian.org/debian buster/main amd64 python3-pystache all 0.5.4-6 [30.2 kB] Get:581 http://deb.debian.org/debian buster/main amd64 python3-pyudev all 0.21.0-1 [40.2 kB] Get:582 http://deb.debian.org/debian buster/main amd64 python3-systemd amd64 234-2+b1 [37.2 kB] Get:583 http://deb.debian.org/debian buster/main amd64 python3-tabulate all 0.8.2-1 [32.1 kB] Get:584 http://deb.debian.org/debian buster/main amd64 python3-voluptuous all 0.11.1-1 [33.2 kB] Get:585 http://deb.debian.org/debian buster/main amd64 python3-waitress all 1.2.0~b2-2 [76.7 kB] Get:586 http://deb.debian.org/debian buster/main amd64 python3-xmltodict all 0.11.0-2 [12.9 kB] Get:587 http://deb.debian.org/debian buster/main amd64 python3-yaml amd64 3.13-2 [121 kB] Get:588 http://deb.debian.org/debian buster/main amd64 python3-zmq amd64 17.1.2-2+deb10u1 [268 kB] Get:589 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB] Get:590 http://deb.debian.org/debian buster/main amd64 rsync amd64 3.1.3-6 [397 kB] Get:591 http://deb.debian.org/debian buster/main amd64 screen amd64 4.6.2-3+deb10u1 [598 kB] Get:592 http://deb.debian.org/debian buster/main amd64 sipcalc amd64 1.1.6-1 [31.9 kB] Get:593 http://deb.debian.org/debian buster/main amd64 smartmontools amd64 6.6-1 [525 kB] Get:594 http://deb.debian.org/debian buster/main amd64 snmp amd64 5.7.3+dfsg-5+deb10u2 [155 kB] Get:595 http://deb.debian.org/debian buster/main amd64 snmpd amd64 5.7.3+dfsg-5+deb10u2 [56.2 kB] Get:596 http://deb.debian.org/debian buster/main amd64 socat amd64 1.7.3.2-2 [358 kB] Get:597 http://deb.debian.org/debian buster/main amd64 squidclient amd64 4.6-1+deb10u6 [190 kB] Get:598 http://deb.debian.org/debian buster/main amd64 squidguard amd64 1.6.0-1 [115 kB] Get:599 http://deb.debian.org/debian buster/main amd64 systemd-bootchart amd64 233-2 [45.3 kB] Get:600 http://deb.debian.org/debian buster/main amd64 tcptraceroute amd64 1.5beta7+debian-4+b2 [29.4 kB] Get:601 http://deb.debian.org/debian buster/main amd64 tftpd-hpa amd64 5.2+20150808-1+b1 [50.2 kB] Get:602 http://deb.debian.org/debian buster/main amd64 virt-what amd64 1.19-1 [15.7 kB] Get:603 http://deb.debian.org/debian buster/main amd64 tuned all 2.10.0-1 [96.1 kB] Get:604 http://deb.debian.org/debian buster/main amd64 libjim0.77 amd64 0.77+dfsg0-3 [116 kB] Get:605 http://deb.debian.org/debian buster/main amd64 usb-modeswitch-data all 20170806-2 [45.5 kB] Get:606 http://deb.debian.org/debian buster/main amd64 usb-modeswitch amd64 2.5.2+repack0-2 [58.0 kB] Get:607 http://deb.debian.org/debian buster/main amd64 usb.ids all 2019.07.27-0+deb10u1 [174 kB] Get:608 http://deb.debian.org/debian buster/main amd64 usbutils amd64 1:010-3 [75.6 kB] Get:609 http://deb.debian.org/debian buster/main amd64 whois amd64 5.4.3 [77.8 kB] Get:610 http://deb.debian.org/debian buster-backports/main amd64 wireguard-tools amd64 1.0.20210223-1~bpo10+1 [87.7 kB] Get:611 http://deb.debian.org/debian buster/main amd64 wpasupplicant amd64 2:2.7+git20190128+0c1e29f-6+deb10u3 [1255 kB] Get:612 http://deb.debian.org/debian buster/main amd64 xsltproc amd64 1.1.32-2.2~deb10u1 [122 kB] Get:613 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 live-boot-initramfs-tools all 1:20151213 [30.1 kB] Get:614 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 live-boot all 1:20151213 [53.1 kB] Get:615 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 mdns-repeater amd64 1.3-1 [6148 B] Get:616 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 nfct amd64 1:1.4.6-1 [15.6 kB] Get:617 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 ocserv amd64 0.12.2-3 [310 kB] Get:618 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 python3-inotify all 0.2.10-1 [10.6 kB] Get:619 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 python3-vici all 5.7.2-1 [7288 B] Get:620 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 strongswan all 5.7.2-2+vyos1.3 [93.0 kB] Get:621 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 strongswan-swanctl amd64 5.7.2-2+vyos1.3 [185 kB] Get:622 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 udp-broadcast-relay amd64 1.3-1 [6472 B] Get:623 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyos-xe-guest-utilities amd64 7.13.0+vyos1.3 [681 kB] Get:624 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 wireguard-modules all 1.0.20201112-1~bpo10+1 [89.5 kB] Get:625 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 hvinfo amd64 1.2.0 [21.2 kB] Get:626 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 ipaddrcheck amd64 1.2 [9116 B] Get:627 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 radius-shell amd64 1.5.0-cl3u1 [10.2 kB] Get:628 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 libpam-radius-auth amd64 1.5.0-cl3u1 [28.1 kB] Get:629 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 libvyosconfig0 amd64 1.3-1 [754 kB] Get:630 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 minisign amd64 0.9 [12.3 kB] Get:631 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 telegraf amd64 1.16.2-1 [22.0 MB] Get:632 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyatta-cfg-firewall all 1.3-1 [74.5 kB] Get:633 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyatta-cfg-qos all 1.3-1 [46.7 kB] Get:634 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyatta-cfg-quagga all 1.3-1 [126 kB] Get:635 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyatta-cfg-vpn all 1.3-1 [45.4 kB] Get:636 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyatta-op all 1.3-1 [72.6 kB] Get:637 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyatta-cluster all 1.3-1 [18.4 kB] Get:638 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyatta-config-mgmt all 1.3-1 [12.0 kB] Get:639 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyatta-conntrack amd64 1.3-1 [27.6 kB] Get:640 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyatta-nat all 1.3.0 [24.5 kB] Get:641 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyatta-op-firewall all 1.3-1 [19.5 kB] Get:642 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyatta-op-qos all 1.3-1 [11.6 kB] Get:643 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyatta-op-vpn all 1.3-1 [28.9 kB] Get:644 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyatta-wanloadbalance amd64 1.3-1 [79.4 kB] Get:645 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyatta-zone all 0.15+vyos2+current1 [12.2 kB] Get:646 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyos-utils amd64 1.3-2 [455 kB] Get:647 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyos-1x amd64 1.3dev0-3417-gaae53dad [702 kB] Get:648 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyos-1x-vmware amd64 1.3dev0-3417-gaae53dad [3056 B] Get:649 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyos-intel-qat amd64 1.7.l.4.9.0-00008-0 [1993 kB] Get:650 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyos-linux-firmware all 20201218 [36.7 MB] Get:651 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyos-opennhrp amd64 0.14.1-vyos1.3 [69.2 kB] Get:652 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyos-nhrp all 1.3-1 [9288 B] Get:653 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyos-user-utils all 1.3.0-1 [2028 B] Get:654 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 vyos-world all 1.3-1 [2568 B] Preconfiguring packages ... Fetched 283 MB in 19s (14.9 MB/s) Selecting previously unselected package sensible-utils. (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 ... 7245 files and directories currently installed.) Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ... Unpacking sensible-utils (0.0.12) ... Selecting previously unselected package cron. Preparing to unpack .../01-cron_3.0pl1-134+deb10u1_amd64.deb ... Unpacking cron (3.0pl1-134+deb10u1) ... Selecting previously unselected package libjansson4:amd64. Preparing to unpack .../02-libjansson4_2.12-1_amd64.deb ... Unpacking libjansson4:amd64 (2.12-1) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../03-libmnl0_1.0.4-2_amd64.deb ... Unpacking libmnl0:amd64 (1.0.4-2) ... Selecting previously unselected package libnftnl11:amd64. Preparing to unpack .../04-libnftnl11_1.1.7-1_amd64.deb ... Unpacking libnftnl11:amd64 (1.1.7-1) ... Selecting previously unselected package libxtables12:amd64. Preparing to unpack .../05-libxtables12_1.8.2-4_amd64.deb ... Unpacking libxtables12:amd64 (1.8.2-4) ... Selecting previously unselected package libnftables1:amd64. Preparing to unpack .../06-libnftables1_0.9.6-1_amd64.deb ... Unpacking libnftables1:amd64 (0.9.6-1) ... Selecting previously unselected package nftables. Preparing to unpack .../07-nftables_0.9.6-1_amd64.deb ... Unpacking nftables (0.9.6-1) ... Selecting previously unselected package libestr0:amd64. Preparing to unpack .../08-libestr0_0.1.10-2.1_amd64.deb ... Unpacking libestr0:amd64 (0.1.10-2.1) ... Selecting previously unselected package libfastjson4:amd64. Preparing to unpack .../09-libfastjson4_0.99.8-2_amd64.deb ... Unpacking libfastjson4:amd64 (0.99.8-2) ... Selecting previously unselected package liblognorm5:amd64. Preparing to unpack .../10-liblognorm5_2.0.5-1_amd64.deb ... Unpacking liblognorm5:amd64 (2.0.5-1) ... Selecting previously unselected package rsyslog. Preparing to unpack .../11-rsyslog_8.1901.0-1_amd64.deb ... Unpacking rsyslog (8.1901.0-1) ... Selecting previously unselected package libapparmor1:amd64. Preparing to unpack .../12-libapparmor1_2.13.2-10_amd64.deb ... Unpacking libapparmor1:amd64 (2.13.2-10) ... Selecting previously unselected package libcap2:amd64. Preparing to unpack .../13-libcap2_1%3a2.25-2_amd64.deb ... Unpacking libcap2:amd64 (1:2.25-2) ... Selecting previously unselected package libargon2-1:amd64. Preparing to unpack .../14-libargon2-1_0~20171227-0.2_amd64.deb ... Unpacking libargon2-1:amd64 (0~20171227-0.2) ... Selecting previously unselected package dmsetup. Preparing to unpack .../15-dmsetup_2%3a1.02.155-3_amd64.deb ... Unpacking dmsetup (2:1.02.155-3) ... Selecting previously unselected package libdevmapper1.02.1:amd64. Preparing to unpack .../16-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... Selecting previously unselected package libjson-c3:amd64. Preparing to unpack .../17-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... Selecting previously unselected package libcryptsetup12:amd64. Preparing to unpack .../18-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... Selecting previously unselected package libidn11:amd64. Preparing to unpack .../19-libidn11_1.33-2.2_amd64.deb ... Unpacking libidn11:amd64 (1.33-2.2) ... Selecting previously unselected package libip4tc0:amd64. Preparing to unpack .../20-libip4tc0_1.8.2-4_amd64.deb ... Unpacking libip4tc0:amd64 (1.8.2-4) ... Selecting previously unselected package libkmod2:amd64. Preparing to unpack .../21-libkmod2_26-1_amd64.deb ... Unpacking libkmod2:amd64 (26-1) ... Selecting previously unselected package systemd. Preparing to unpack .../22-systemd_241-7~deb10u8_amd64.deb ... Unpacking systemd (241-7~deb10u8) ... Setting up libapparmor1:amd64 (2.13.2-10) ... Setting up libcap2:amd64 (1:2.25-2) ... Setting up libargon2-1:amd64 (0~20171227-0.2) ... Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... Setting up libidn11:amd64 (1.33-2.2) ... Setting up libip4tc0:amd64 (1.8.2-4) ... Setting up libkmod2:amd64 (26-1) ... Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... Setting up systemd (241-7~deb10u8) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. Initializing machine ID from random generator. Setting up dmsetup (2:1.02.155-3) ... Selecting previously unselected package systemd-sysv. (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 ... 8298 files and directories currently installed.) Preparing to unpack .../00-systemd-sysv_241-7~deb10u8_amd64.deb ... Unpacking systemd-sysv (241-7~deb10u8) ... Selecting previously unselected package liblocale-gettext-perl. Preparing to unpack .../01-liblocale-gettext-perl_1.07-3+b4_amd64.deb ... Unpacking liblocale-gettext-perl (1.07-3+b4) ... Selecting previously unselected package tasksel-data. Preparing to unpack .../02-tasksel-data_3.53_all.deb ... Unpacking tasksel-data (3.53) ... Selecting previously unselected package tasksel. Preparing to unpack .../03-tasksel_3.53_all.deb ... Unpacking tasksel (3.53) ... Selecting previously unselected package perl-modules-5.28. Preparing to unpack .../04-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ... Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ... Selecting previously unselected package libgdbm6:amd64. Preparing to unpack .../05-libgdbm6_1.18.1-4_amd64.deb ... Unpacking libgdbm6:amd64 (1.18.1-4) ... Selecting previously unselected package libgdbm-compat4:amd64. Preparing to unpack .../06-libgdbm-compat4_1.18.1-4_amd64.deb ... Unpacking libgdbm-compat4:amd64 (1.18.1-4) ... Selecting previously unselected package libperl5.28:amd64. Preparing to unpack .../07-libperl5.28_5.28.1-6+deb10u1_amd64.deb ... Unpacking libperl5.28:amd64 (5.28.1-6+deb10u1) ... Selecting previously unselected package perl. Preparing to unpack .../08-perl_5.28.1-6+deb10u1_amd64.deb ... Unpacking perl (5.28.1-6+deb10u1) ... Selecting previously unselected package libpython2.7-minimal:amd64. Preparing to unpack .../09-libpython2.7-minimal_2.7.16-2+deb10u1_amd64.deb ... Unpacking libpython2.7-minimal:amd64 (2.7.16-2+deb10u1) ... Selecting previously unselected package python2.7-minimal. Preparing to unpack .../10-python2.7-minimal_2.7.16-2+deb10u1_amd64.deb ... Unpacking python2.7-minimal (2.7.16-2+deb10u1) ... Selecting previously unselected package python2-minimal. Preparing to unpack .../11-python2-minimal_2.7.16-1_amd64.deb ... Unpacking python2-minimal (2.7.16-1) ... Selecting previously unselected package python-minimal. Preparing to unpack .../12-python-minimal_2.7.16-1_amd64.deb ... Unpacking python-minimal (2.7.16-1) ... Selecting previously unselected package mime-support. Preparing to unpack .../13-mime-support_3.62_all.deb ... Unpacking mime-support (3.62) ... Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../14-libexpat1_2.2.6-2+deb10u1_amd64.deb ... Unpacking libexpat1:amd64 (2.2.6-2+deb10u1) ... Selecting previously unselected package libpython2.7-stdlib:amd64. Preparing to unpack .../15-libpython2.7-stdlib_2.7.16-2+deb10u1_amd64.deb ... Unpacking libpython2.7-stdlib:amd64 (2.7.16-2+deb10u1) ... Selecting previously unselected package python2.7. Preparing to unpack .../16-python2.7_2.7.16-2+deb10u1_amd64.deb ... Unpacking python2.7 (2.7.16-2+deb10u1) ... Selecting previously unselected package libpython2-stdlib:amd64. Preparing to unpack .../17-libpython2-stdlib_2.7.16-1_amd64.deb ... Unpacking libpython2-stdlib:amd64 (2.7.16-1) ... Selecting previously unselected package libpython-stdlib:amd64. Preparing to unpack .../18-libpython-stdlib_2.7.16-1_amd64.deb ... Unpacking libpython-stdlib:amd64 (2.7.16-1) ... Setting up libpython2.7-minimal:amd64 (2.7.16-2+deb10u1) ... Setting up python2.7-minimal (2.7.16-2+deb10u1) ... Setting up python2-minimal (2.7.16-1) ... Selecting previously unselected package python2. (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 ... 11214 files and directories currently installed.) Preparing to unpack .../python2_2.7.16-1_amd64.deb ... Unpacking python2 (2.7.16-1) ... Setting up python-minimal (2.7.16-1) ... Selecting previously unselected package python. (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 ... 11247 files and directories currently installed.) Preparing to unpack .../00-python_2.7.16-1_amd64.deb ... Unpacking python (2.7.16-1) ... Selecting previously unselected package libwrap0:amd64. Preparing to unpack .../01-libwrap0_7.6.q-28_amd64.deb ... Unpacking libwrap0:amd64 (7.6.q-28) ... Selecting previously unselected package conserver-server. Preparing to unpack .../02-conserver-server_8.2.6-1~bpo10+1_amd64.deb ... Unpacking conserver-server (8.2.6-1~bpo10+1) ... Selecting previously unselected package busybox. Preparing to unpack .../03-busybox_1%3a1.30.1-4_amd64.deb ... Unpacking busybox (1:1.30.1-4) ... Selecting previously unselected package libtommath1:amd64. Preparing to unpack .../04-libtommath1_1.1.0-3_amd64.deb ... Unpacking libtommath1:amd64 (1.1.0-3) ... Selecting previously unselected package libtomcrypt1:amd64. Preparing to unpack .../05-libtomcrypt1_1.18.2-1_amd64.deb ... Unpacking libtomcrypt1:amd64 (1.18.2-1) ... Selecting previously unselected package dropbear-bin. Preparing to unpack .../06-dropbear-bin_2018.76-5_amd64.deb ... Unpacking dropbear-bin (2018.76-5) ... Selecting previously unselected package libklibc:amd64. Preparing to unpack .../07-libklibc_2.0.6-1+deb10u1_amd64.deb ... Unpacking libklibc:amd64 (2.0.6-1+deb10u1) ... Selecting previously unselected package klibc-utils. Preparing to unpack .../08-klibc-utils_2.0.6-1+deb10u1_amd64.deb ... Unpacking klibc-utils (2.0.6-1+deb10u1) ... Selecting previously unselected package cpio. Preparing to unpack .../09-cpio_2.12+dfsg-9_amd64.deb ... Unpacking cpio (2.12+dfsg-9) ... Selecting previously unselected package kmod. Preparing to unpack .../10-kmod_26-1_amd64.deb ... Unpacking kmod (26-1) ... Selecting previously unselected package udev. Preparing to unpack .../11-udev_241-7~deb10u8_amd64.deb ... Unpacking udev (241-7~deb10u8) ... Selecting previously unselected package initramfs-tools-core. Preparing to unpack .../12-initramfs-tools-core_0.133+deb10u1_all.deb ... Unpacking initramfs-tools-core (0.133+deb10u1) ... Selecting previously unselected package linux-base. Preparing to unpack .../13-linux-base_4.6_all.deb ... Unpacking linux-base (4.6) ... Selecting previously unselected package initramfs-tools. Preparing to unpack .../14-initramfs-tools_0.133+deb10u1_all.deb ... Unpacking initramfs-tools (0.133+deb10u1) ... Selecting previously unselected package dropbear-initramfs. Preparing to unpack .../15-dropbear-initramfs_2018.76-5_all.deb ... Unpacking dropbear-initramfs (2018.76-5) ... Selecting previously unselected package dropbear-run. Preparing to unpack .../16-dropbear-run_2018.76-5_all.deb ... Unpacking dropbear-run (2018.76-5) ... Selecting previously unselected package dropbear. Preparing to unpack .../17-dropbear_2018.76-5_all.deb ... Unpacking dropbear (2018.76-5) ... Selecting previously unselected package libc-ares2:amd64. Preparing to unpack .../18-libc-ares2_1.14.0-1+deb10u1_amd64.deb ... Unpacking libc-ares2:amd64 (1.14.0-1+deb10u1) ... Selecting previously unselected package libyang1. Preparing to unpack .../19-libyang1_1.0.225-1.1_amd64.deb ... Unpacking libyang1 (1.0.225-1.1) ... Selecting previously unselected package libbsd0:amd64. Preparing to unpack .../20-libbsd0_0.9.1-2+deb10u1_amd64.deb ... Unpacking libbsd0:amd64 (0.9.1-2+deb10u1) ... Selecting previously unselected package libelf1:amd64. Preparing to unpack .../21-libelf1_0.176-1.1_amd64.deb ... Unpacking libelf1:amd64 (0.176-1.1) ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../22-libcap2-bin_1%3a2.25-2_amd64.deb ... Unpacking libcap2-bin (1:2.25-2) ... Selecting previously unselected package iproute2. Preparing to unpack .../23-iproute2_5.4.0-1~bpo10+1_amd64.deb ... Unpacking iproute2 (5.4.0-1~bpo10+1) ... Selecting previously unselected package libpopt0:amd64. Preparing to unpack .../24-libpopt0_1.16-12_amd64.deb ... Unpacking libpopt0:amd64 (1.16-12) ... Selecting previously unselected package logrotate. Preparing to unpack .../25-logrotate_3.14.0-4_amd64.deb ... Unpacking logrotate (3.14.0-4) ... Selecting previously unselected package frr. Preparing to unpack .../26-frr_7.5.1-20211118-00-g39e972612-0_amd64.deb ... Unpacking frr (7.5.1-20211118-00-g39e972612-0) ... Selecting previously unselected package libmpfr6:amd64. Preparing to unpack .../27-libmpfr6_4.0.2-1_amd64.deb ... Unpacking libmpfr6:amd64 (4.0.2-1) ... Selecting previously unselected package libsigsegv2:amd64. Preparing to unpack .../28-libsigsegv2_2.12-2_amd64.deb ... Unpacking libsigsegv2:amd64 (2.12-2) ... Setting up libmpfr6:amd64 (4.0.2-1) ... Setting up libsigsegv2:amd64 (2.12-2) ... Selecting previously unselected package gawk. (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 ... 12089 files and directories currently installed.) Preparing to unpack .../00-gawk_1%3a4.2.1+dfsg-1_amd64.deb ... Unpacking gawk (1:4.2.1+dfsg-1) ... Selecting previously unselected package libnl-3-200:amd64. Preparing to unpack .../01-libnl-3-200_3.4.0-1_amd64.deb ... Unpacking libnl-3-200:amd64 (3.4.0-1) ... Selecting previously unselected package libnl-genl-3-200:amd64. Preparing to unpack .../02-libnl-genl-3-200_3.4.0-1_amd64.deb ... Unpacking libnl-genl-3-200:amd64 (3.4.0-1) ... Selecting previously unselected package libnl-route-3-200:amd64. Preparing to unpack .../03-libnl-route-3-200_3.4.0-1_amd64.deb ... Unpacking libnl-route-3-200:amd64 (3.4.0-1) ... Selecting previously unselected package hostapd. Preparing to unpack .../04-hostapd_2%3a2.7+git20190128+0c1e29f-6+deb10u3_amd64.deb ... Unpacking hostapd (2:2.7+git20190128+0c1e29f-6+deb10u3) ... Selecting previously unselected package libglib2.0-0:amd64. Preparing to unpack .../05-libglib2.0-0_2.58.3-2+deb10u3_amd64.deb ... Unpacking libglib2.0-0:amd64 (2.58.3-2+deb10u3) ... Selecting previously unselected package libpcre2-8-0:amd64. Preparing to unpack .../06-libpcre2-8-0_10.32-5_amd64.deb ... Unpacking libpcre2-8-0:amd64 (10.32-5) ... Selecting previously unselected package mysql-common. Preparing to unpack .../07-mysql-common_5.8+1.0.5_all.deb ... Unpacking mysql-common (5.8+1.0.5) ... Selecting previously unselected package mariadb-common. Preparing to unpack .../08-mariadb-common_1%3a10.3.31-0+deb10u1_all.deb ... Unpacking mariadb-common (1:10.3.31-0+deb10u1) ... Selecting previously unselected package libmariadb3:amd64. Preparing to unpack .../09-libmariadb3_1%3a10.3.31-0+deb10u1_amd64.deb ... Unpacking libmariadb3:amd64 (1:10.3.31-0+deb10u1) ... Selecting previously unselected package libpci3:amd64. Preparing to unpack .../10-libpci3_1%3a3.5.2-1_amd64.deb ... Unpacking libpci3:amd64 (1:3.5.2-1) ... Selecting previously unselected package libsensors-config. Preparing to unpack .../11-libsensors-config_1%3a3.5.0-3_all.deb ... Unpacking libsensors-config (1:3.5.0-3) ... Selecting previously unselected package libsensors5:amd64. Preparing to unpack .../12-libsensors5_1%3a3.5.0-3_amd64.deb ... Unpacking libsensors5:amd64 (1:3.5.0-3) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../13-libsnmp-base_5.7.3+dfsg-5+deb10u2_all.deb ... Unpacking libsnmp-base (5.7.3+dfsg-5+deb10u2) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../14-libsnmp30_5.7.3+dfsg-5+deb10u2_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3+dfsg-5+deb10u2) ... Selecting previously unselected package keepalived. Preparing to unpack .../15-keepalived_1%3a2.1.5-0.2~bpo10+1_amd64.deb ... Unpacking keepalived (1:2.1.5-0.2~bpo10+1) ... Selecting previously unselected package keyboard-configuration. Preparing to unpack .../16-keyboard-configuration_1.193~deb10u1_all.deb ... Unpacking keyboard-configuration (1.193~deb10u1) ... Selecting previously unselected package libmaxminddb0:amd64. Preparing to unpack .../17-libmaxminddb0_1.3.2-1+deb10u1_amd64.deb ... Unpacking libmaxminddb0:amd64 (1.3.2-1+deb10u1) ... Selecting previously unselected package libnfnetlink0:amd64. Preparing to unpack .../18-libnfnetlink0_1.0.1-3+b1_amd64.deb ... Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... Selecting previously unselected package libnetfilter-log1:amd64. Preparing to unpack .../19-libnetfilter-log1_1.0.1-1.1+b1_amd64.deb ... Unpacking libnetfilter-log1:amd64 (1.0.1-1.1+b1) ... Selecting previously unselected package libpcap0.8:amd64. Preparing to unpack .../20-libpcap0.8_1.8.1-6_amd64.deb ... Unpacking libpcap0.8:amd64 (1.8.1-6) ... Selecting previously unselected package libkeyutils1:amd64. Preparing to unpack .../21-libkeyutils1_1.6-6_amd64.deb ... Unpacking libkeyutils1:amd64 (1.6-6) ... Selecting previously unselected package libkrb5support0:amd64. Preparing to unpack .../22-libkrb5support0_1.17-3+deb10u3_amd64.deb ... Unpacking libkrb5support0:amd64 (1.17-3+deb10u3) ... Selecting previously unselected package libk5crypto3:amd64. Preparing to unpack .../23-libk5crypto3_1.17-3+deb10u3_amd64.deb ... Unpacking libk5crypto3:amd64 (1.17-3+deb10u3) ... Selecting previously unselected package libkrb5-3:amd64. Preparing to unpack .../24-libkrb5-3_1.17-3+deb10u3_amd64.deb ... Unpacking libkrb5-3:amd64 (1.17-3+deb10u3) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Preparing to unpack .../25-libgssapi-krb5-2_1.17-3+deb10u3_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ... Selecting previously unselected package libpq5:amd64. Preparing to unpack .../26-libpq5_11.14-0+deb10u1_amd64.deb ... Unpacking libpq5:amd64 (11.14-0+deb10u1) ... Selecting previously unselected package librabbitmq4:amd64. Preparing to unpack .../27-librabbitmq4_0.9.0-0.2_amd64.deb ... Unpacking librabbitmq4:amd64 (0.9.0-0.2) ... Selecting previously unselected package librdkafka1:amd64. Preparing to unpack .../28-librdkafka1_0.11.6-1.1_amd64.deb ... Unpacking librdkafka1:amd64 (0.11.6-1.1) ... Selecting previously unselected package libnorm1:amd64. Preparing to unpack .../29-libnorm1_1.5.8+dfsg2-1_amd64.deb ... Unpacking libnorm1:amd64 (1.5.8+dfsg2-1) ... Selecting previously unselected package libpgm-5.2-0:amd64. Preparing to unpack .../30-libpgm-5.2-0_5.2.122~dfsg-3_amd64.deb ... Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3) ... Selecting previously unselected package libsodium23:amd64. Preparing to unpack .../31-libsodium23_1.0.17-1_amd64.deb ... Unpacking libsodium23:amd64 (1.0.17-1) ... Selecting previously unselected package libzmq5:amd64. Preparing to unpack .../32-libzmq5_4.3.1-4+deb10u2_amd64.deb ... Unpacking libzmq5:amd64 (4.3.1-4+deb10u2) ... Selecting previously unselected package net-tools. Preparing to unpack .../33-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... Unpacking net-tools (1.60+git20180626.aebd88e-1) ... Selecting previously unselected package psmisc. Preparing to unpack .../34-psmisc_23.2-1+deb10u1_amd64.deb ... Unpacking psmisc (23.2-1+deb10u1) ... Selecting previously unselected package pmacct. Preparing to unpack .../35-pmacct_1.7.2-3_amd64.deb ... Unpacking pmacct (1.7.2-3) ... Selecting previously unselected package libpython3.7-minimal:amd64. Preparing to unpack .../36-libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... Selecting previously unselected package python3.7-minimal. Preparing to unpack .../37-python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... Setting up libexpat1:amd64 (2.2.6-2+deb10u1) ... Setting up python3.7-minimal (3.7.3-2+deb10u3) ... Selecting previously unselected package python3-minimal. (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 ... 13279 files and directories currently installed.) Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... Unpacking python3-minimal (3.7.3-1) ... Selecting previously unselected package libmpdec2:amd64. Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... Unpacking libmpdec2:amd64 (2.4.2-2) ... Selecting previously unselected package libpython3.7-stdlib:amd64. Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... Selecting previously unselected package python3.7. Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... Unpacking python3.7 (3.7.3-2+deb10u3) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... Setting up python3-minimal (3.7.3-1) ... Selecting previously unselected package python3. (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 ... 13691 files and directories currently installed.) Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... Unpacking python3 (3.7.3-1) ... Selecting previously unselected package qemu-guest-agent. Preparing to unpack .../01-qemu-guest-agent_1%3a3.1+dfsg-8+deb10u8_amd64.deb ... Unpacking qemu-guest-agent (1:3.1+dfsg-8+deb10u8) ... Selecting previously unselected package m4. Preparing to unpack .../02-m4_1.4.18-2_amd64.deb ... Unpacking m4 (1.4.18-2) ... Selecting previously unselected package make. Preparing to unpack .../03-make_4.2.1-1.2_amd64.deb ... Unpacking make (4.2.1-1.2) ... Selecting previously unselected package netbase. Preparing to unpack .../04-netbase_5.6_all.deb ... Unpacking netbase (5.6) ... Selecting previously unselected package liblockfile-bin. Preparing to unpack .../05-liblockfile-bin_1.14-1.1_amd64.deb ... Unpacking liblockfile-bin (1.14-1.1) ... Selecting previously unselected package liblockfile1:amd64. Preparing to unpack .../06-liblockfile1_1.14-1.1_amd64.deb ... Unpacking liblockfile1:amd64 (1.14-1.1) ... Selecting previously unselected package lockfile-progs. Preparing to unpack .../07-lockfile-progs_0.1.18_amd64.deb ... Unpacking lockfile-progs (0.1.18) ... Selecting previously unselected package sendmail-base. Preparing to unpack .../08-sendmail-base_8.15.2-14~deb10u1_all.deb ... Unpacking sendmail-base (8.15.2-14~deb10u1) ... Selecting previously unselected package sendmail-cf. Preparing to unpack .../09-sendmail-cf_8.15.2-14~deb10u1_all.deb ... Unpacking sendmail-cf (8.15.2-14~deb10u1) ... Selecting previously unselected package libncurses6:amd64. Preparing to unpack .../10-libncurses6_6.1+20181013-2+deb10u2_amd64.deb ... Unpacking libncurses6:amd64 (6.1+20181013-2+deb10u2) ... Selecting previously unselected package libprocps7:amd64. Preparing to unpack .../11-libprocps7_2%3a3.3.15-2_amd64.deb ... Unpacking libprocps7:amd64 (2:3.3.15-2) ... Selecting previously unselected package procps. Preparing to unpack .../12-procps_2%3a3.3.15-2_amd64.deb ... Unpacking procps (2:3.3.15-2) ... Selecting previously unselected package sendmail-bin. Preparing to unpack .../13-sendmail-bin_8.15.2-14~deb10u1_amd64.deb ... Unpacking sendmail-bin (8.15.2-14~deb10u1) ... Selecting previously unselected package libecap3:amd64. Preparing to unpack .../14-libecap3_1.0.1-3.2_amd64.deb ... Unpacking libecap3:amd64 (1.0.1-3.2) ... Selecting previously unselected package libltdl7:amd64. Preparing to unpack .../15-libltdl7_2.4.6-9_amd64.deb ... Unpacking libltdl7:amd64 (2.4.6-9) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.8-1) ... Selecting previously unselected package libicu63:amd64. Preparing to unpack .../17-libicu63_63.1-6+deb10u2_amd64.deb ... Unpacking libicu63:amd64 (63.1-6+deb10u2) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../18-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ... Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... Selecting previously unselected package squid-langpack. Preparing to unpack .../19-squid-langpack_20190110-1_all.deb ... Unpacking squid-langpack (20190110-1) ... Selecting previously unselected package squid-common. Preparing to unpack .../20-squid-common_4.6-1+deb10u6_all.deb ... Unpacking squid-common (4.6-1+deb10u6) ... Selecting previously unselected package libdbi-perl:amd64. Preparing to unpack .../21-libdbi-perl_1.642-1+deb10u2_amd64.deb ... Unpacking libdbi-perl:amd64 (1.642-1+deb10u2) ... Selecting previously unselected package squid. Preparing to unpack .../22-squid_4.6-1+deb10u6_amd64.deb ... proxy:x:13:13:proxy:/bin:/usr/sbin/nologin Unpacking squid (4.6-1+deb10u6) ... Selecting previously unselected package libstrongswan. Preparing to unpack .../23-libstrongswan_5.7.2-2+vyos1.3_amd64.deb ... Unpacking libstrongswan (5.7.2-2+vyos1.3) ... Selecting previously unselected package strongswan-starter. Preparing to unpack .../24-strongswan-starter_5.7.2-2+vyos1.3_amd64.deb ... Unpacking strongswan-starter (5.7.2-2+vyos1.3) ... Selecting previously unselected package strongswan-libcharon. Preparing to unpack .../25-strongswan-libcharon_5.7.2-2+vyos1.3_amd64.deb ... Unpacking strongswan-libcharon (5.7.2-2+vyos1.3) ... Selecting previously unselected package strongswan-charon. Preparing to unpack .../26-strongswan-charon_5.7.2-2+vyos1.3_amd64.deb ... Unpacking strongswan-charon (5.7.2-2+vyos1.3) ... Selecting previously unselected package insserv. Preparing to unpack .../27-insserv_1.18.0-2_amd64.deb ... Unpacking insserv (1.18.0-2) ... Selecting previously unselected package startpar. Preparing to unpack .../28-startpar_0.61-1_amd64.deb ... Unpacking startpar (0.61-1) ... Selecting previously unselected package sysv-rc. Preparing to unpack .../29-sysv-rc_2.93-8_all.deb ... Unpacking sysv-rc (2.93-8) ... Selecting previously unselected package uuid-runtime. Preparing to unpack .../30-uuid-runtime_2.33.1-0.1_amd64.deb ... Unpacking uuid-runtime (2.33.1-0.1) ... Setting up libncurses6:amd64 (6.1+20181013-2+deb10u2) ... Selecting previously unselected package vyatta-bash. (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 ... 17159 files and directories currently installed.) Preparing to unpack .../00-vyatta-bash_4.1.48+vyos1.3_amd64.deb ... dpkg-divert: warning: please specify --no-rename explicitly, the default will change to --rename in 1.20.x dpkg-divert: error: mismatch on package when removing 'diversion of /bin/sh by vyatta-bash' found 'diversion of /bin/sh to /bin/sh.distrib by dash' dpkg-divert: warning: please specify --no-rename explicitly, the default will change to --rename in 1.20.x dpkg-divert: error: 'diversion of /bin/sh to /bin/sh.distrib by vyatta-bash' clashes with 'diversion of /bin/sh to /bin/sh.distrib by dash' dpkg-divert: warning: please specify --no-rename explicitly, the default will change to --rename in 1.20.x No diversion 'diversion of /etc/profile.d/bash_completion.sh by vyatta-bash', none removed. dpkg-divert: warning: please specify --no-rename explicitly, the default will change to --rename in 1.20.x Adding 'diversion of /etc/profile.d/bash_completion.sh to /etc/profile.d/bash_completion.sh.distrib by vyatta-bash' Unpacking vyatta-bash (4.1.48+vyos1.3) ... Selecting previously unselected package sharutils. Preparing to unpack .../01-sharutils_1%3a4.15.2-4_amd64.deb ... Unpacking sharutils (1:4.15.2-4) ... Selecting previously unselected package libfl2:amd64. Preparing to unpack .../02-libfl2_2.6.4-6.2_amd64.deb ... Unpacking libfl2:amd64 (2.6.4-6.2) ... Selecting previously unselected package wide-dhcpv6-client. Preparing to unpack .../03-wide-dhcpv6-client_20080615-23_amd64.deb ... Unpacking wide-dhcpv6-client (20080615-23) ... Selecting previously unselected package bash-completion. Preparing to unpack .../04-bash-completion_1%3a2.8-6_all.deb ... Unpacking bash-completion (1:2.8-6) ... Selecting previously unselected package dialog. Preparing to unpack .../05-dialog_1.3-20190211-1_amd64.deb ... Unpacking dialog (1.3-20190211-1) ... Selecting previously unselected package libnetaddr-ip-perl. Preparing to unpack .../06-libnetaddr-ip-perl_4.079+dfsg-1+b3_amd64.deb ... Unpacking libnetaddr-ip-perl (4.079+dfsg-1+b3) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../07-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... Selecting previously unselected package libpsl5:amd64. Preparing to unpack .../08-libpsl5_0.20.2-2_amd64.deb ... Unpacking libpsl5:amd64 (0.20.2-2) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../09-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... Selecting previously unselected package libssh2-1:amd64. Preparing to unpack .../10-libssh2-1_1.8.0-2.1_amd64.deb ... Unpacking libssh2-1:amd64 (1.8.0-2.1) ... Selecting previously unselected package libcurl4:amd64. Preparing to unpack .../11-libcurl4_7.64.0-4+deb10u2_amd64.deb ... Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... Selecting previously unselected package curl. Preparing to unpack .../12-curl_7.64.0-4+deb10u2_amd64.deb ... Unpacking curl (7.64.0-4+deb10u2) ... Selecting previously unselected package libsocket6-perl. Preparing to unpack .../13-libsocket6-perl_0.29-1+b1_amd64.deb ... Unpacking libsocket6-perl (0.29-1+b1) ... Selecting previously unselected package libsort-versions-perl. Preparing to unpack .../14-libsort-versions-perl_1.62-1_all.deb ... Unpacking libsort-versions-perl (1.62-1) ... Selecting previously unselected package libfile-sync-perl. Preparing to unpack .../15-libfile-sync-perl_0.11-2+b6_amd64.deb ... Unpacking libfile-sync-perl (0.11-2+b6) ... Selecting previously unselected package libboost-system1.67.0:amd64. Preparing to unpack .../16-libboost-system1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-system1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-filesystem1.67.0:amd64. Preparing to unpack .../17-libboost-filesystem1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-filesystem1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libvyatta-cfg1. Preparing to unpack .../18-libvyatta-cfg1_1.3-1_amd64.deb ... Unpacking libvyatta-cfg1 (1.3-1) ... Selecting previously unselected package libfuse2:amd64. Preparing to unpack .../19-libfuse2_2.9.9-1+deb10u1_amd64.deb ... Unpacking libfuse2:amd64 (2.9.9-1+deb10u1) ... Selecting previously unselected package fuse. Preparing to unpack .../20-fuse_2.9.9-1+deb10u1_amd64.deb ... Unpacking fuse (2.9.9-1+deb10u1) ... Selecting previously unselected package unionfs-fuse. Preparing to unpack .../21-unionfs-fuse_1.0-1+b1_amd64.deb ... Unpacking unionfs-fuse (1.0-1+b1) ... Selecting previously unselected package vyatta-cfg. Preparing to unpack .../22-vyatta-cfg_1.3-1_amd64.deb ... Adding group `vyattacfg' (GID 105) ... Done. Adding group `vyattaop' (GID 106) ... Done. Unpacking vyatta-cfg (1.3-1) ... Selecting previously unselected package sudo. Preparing to unpack .../23-sudo_1.8.27-1+deb10u3_amd64.deb ... Unpacking sudo (1.8.27-1+deb10u3) ... Selecting previously unselected package bridge-utils. Preparing to unpack .../24-bridge-utils_1.6-2_amd64.deb ... Unpacking bridge-utils (1.6-2) ... Selecting previously unselected package ethtool. Preparing to unpack .../25-ethtool_1%3a4.19-1_amd64.deb ... Unpacking ethtool (1:4.19-1) ... Selecting previously unselected package ed. Preparing to unpack .../26-ed_1.15-1_amd64.deb ... Unpacking ed (1.15-1) ... Selecting previously unselected package installation-report. Preparing to unpack .../27-installation-report_2.71_all.deb ... Unpacking installation-report (2.71) ... Selecting previously unselected package laptop-detect. Preparing to unpack .../28-laptop-detect_0.16_all.deb ... Unpacking laptop-detect (0.16) ... Selecting previously unselected package mgetty. Preparing to unpack .../29-mgetty_1.2.1-1_amd64.deb ... Unpacking mgetty (1.2.1-1) ... Selecting previously unselected package tcpdump. Preparing to unpack .../30-tcpdump_4.9.3-1~deb10u2_amd64.deb ... Unpacking tcpdump (4.9.3-1~deb10u2) ... Selecting previously unselected package mdadm. Preparing to unpack .../31-mdadm_4.1-1_amd64.deb ... Unpacking mdadm (4.1-1) ... Selecting previously unselected package perl-openssl-defaults:amd64. Preparing to unpack .../32-perl-openssl-defaults_3_amd64.deb ... Unpacking perl-openssl-defaults:amd64 (3) ... Selecting previously unselected package libnet-ssleay-perl. Preparing to unpack .../33-libnet-ssleay-perl_1.85-2+b1_amd64.deb ... Unpacking libnet-ssleay-perl (1.85-2+b1) ... Selecting previously unselected package libio-socket-ssl-perl. Preparing to unpack .../34-libio-socket-ssl-perl_2.060-3_all.deb ... Unpacking libio-socket-ssl-perl (2.060-3) ... Selecting previously unselected package ipvsadm. Preparing to unpack .../35-ipvsadm_1%3a1.29-1_amd64.deb ... Unpacking ipvsadm (1:1.29-1) ... Selecting previously unselected package radvd. Preparing to unpack .../36-radvd_1%3a2.17-2_amd64.deb ... Unpacking radvd (1:2.17-2) ... Selecting previously unselected package libisc-export1100:amd64. Preparing to unpack .../37-libisc-export1100_1%3a9.11.5.P4+dfsg-5.1+deb10u6_amd64.deb ... Unpacking libisc-export1100:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Selecting previously unselected package libdns-export1104. Preparing to unpack .../38-libdns-export1104_1%3a9.11.5.P4+dfsg-5.1+deb10u6_amd64.deb ... Unpacking libdns-export1104 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Selecting previously unselected package isc-dhcp-client. Preparing to unpack .../39-isc-dhcp-client_4.4.1-2+deb10u1_amd64.deb ... Unpacking isc-dhcp-client (4.4.1-2+deb10u1) ... Selecting previously unselected package dmidecode. Preparing to unpack .../40-dmidecode_3.2-1_amd64.deb ... Unpacking dmidecode (3.2-1) ... Selecting previously unselected package libparted2:amd64. Preparing to unpack .../41-libparted2_3.2-25_amd64.deb ... Unpacking libparted2:amd64 (3.2-25) ... Selecting previously unselected package parted. Preparing to unpack .../42-parted_3.2-25_amd64.deb ... Unpacking parted (3.2-25) ... Selecting previously unselected package libpam-cap:amd64. Preparing to unpack .../43-libpam-cap_1%3a2.25-2_amd64.deb ... Unpacking libpam-cap:amd64 (1:2.25-2) ... Selecting previously unselected package libefivar1:amd64. Preparing to unpack .../44-libefivar1_37-2+deb10u1_amd64.deb ... Unpacking libefivar1:amd64 (37-2+deb10u1) ... Selecting previously unselected package libefiboot1:amd64. Preparing to unpack .../45-libefiboot1_37-2+deb10u1_amd64.deb ... Unpacking libefiboot1:amd64 (37-2+deb10u1) ... Selecting previously unselected package efibootmgr. Preparing to unpack .../46-efibootmgr_15-1_amd64.deb ... Unpacking efibootmgr (15-1) ... Selecting previously unselected package libpng16-16:amd64. Preparing to unpack .../47-libpng16-16_1.6.36-6_amd64.deb ... Unpacking libpng16-16:amd64 (1.6.36-6) ... Selecting previously unselected package libfreetype6:amd64. Preparing to unpack .../48-libfreetype6_2.9.1-3+deb10u2_amd64.deb ... Unpacking libfreetype6:amd64 (2.9.1-3+deb10u2) ... Selecting previously unselected package gettext-base. Preparing to unpack .../49-gettext-base_0.19.8.1-9_amd64.deb ... Unpacking gettext-base (0.19.8.1-9) ... Selecting previously unselected package grub-common. Preparing to unpack .../50-grub-common_2.02+dfsg1-20+deb10u4_amd64.deb ... Unpacking grub-common (2.02+dfsg1-20+deb10u4) ... Selecting previously unselected package grub-efi-amd64-bin. Preparing to unpack .../51-grub-efi-amd64-bin_2.02+dfsg1-20+deb10u4_amd64.deb ... Unpacking grub-efi-amd64-bin (2.02+dfsg1-20+deb10u4) ... Selecting previously unselected package dosfstools. Preparing to unpack .../52-dosfstools_4.1-2_amd64.deb ... Unpacking dosfstools (4.1-2) ... Selecting previously unselected package gdisk. Preparing to unpack .../53-gdisk_1.0.3-1.1_amd64.deb ... Unpacking gdisk (1.0.3-1.1) ... Selecting previously unselected package vyatta-biosdevname. Preparing to unpack .../54-vyatta-biosdevname_1%3a0.3.11+vyos1.3_amd64.deb ... Unpacking vyatta-biosdevname (1:0.3.11+vyos1.3) ... Setting up bash-completion (1:2.8-6) ... Selecting previously unselected package vyatta-cfg-system. (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 ... 19542 files and directories currently installed.) Preparing to unpack .../vyatta-cfg-system_1.3-1_amd64.deb ... Unpacking vyatta-cfg-system (1.3-1) ... Setting up mime-support (3.62) ... Setting up libmpdec2:amd64 (2.4.2-2) ... Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... Setting up python3.7 (3.7.3-2+deb10u3) ... Setting up libpython3-stdlib:amd64 (3.7.3-1) ... Setting up python3 (3.7.3-1) ... Selecting previously unselected package vyos-http-api-tools. (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 ... 19735 files and directories currently installed.) Preparing to unpack .../000-vyos-http-api-tools_0.2.0-1_amd64.deb ... Unpacking vyos-http-api-tools (0.2.0-1) ... Selecting previously unselected package bsdmainutils. Preparing to unpack .../001-bsdmainutils_11.1.2+b1_amd64.deb ... Unpacking bsdmainutils (11.1.2+b1) ... Selecting previously unselected package libip6tc0:amd64. Preparing to unpack .../002-libip6tc0_1.8.2-4_amd64.deb ... Unpacking libip6tc0:amd64 (1.8.2-4) ... Selecting previously unselected package libiptc0:amd64. Preparing to unpack .../003-libiptc0_1.8.2-4_amd64.deb ... Unpacking libiptc0:amd64 (1.8.2-4) ... Selecting previously unselected package iptables. Preparing to unpack .../004-iptables_1.8.2-4_amd64.deb ... Unpacking iptables (1.8.2-4) ... Selecting previously unselected package iputils-ping. Preparing to unpack .../005-iputils-ping_3%3a20180629-2+deb10u2_amd64.deb ... Unpacking iputils-ping (3:20180629-2+deb10u2) ... Selecting previously unselected package less. Preparing to unpack .../006-less_487-0.1+b1_amd64.deb ... Unpacking less (487-0.1+b1) ... Selecting previously unselected package nano. Preparing to unpack .../007-nano_3.2-3_amd64.deb ... Unpacking nano (3.2-3) ... Selecting previously unselected package libfstrm0:amd64. Preparing to unpack .../008-libfstrm0_0.4.0-1_amd64.deb ... Unpacking libfstrm0:amd64 (0.4.0-1) ... Selecting previously unselected package libgeoip1:amd64. Preparing to unpack .../009-libgeoip1_1.6.12-1_amd64.deb ... Unpacking libgeoip1:amd64 (1.6.12-1) ... Selecting previously unselected package liblmdb0:amd64. Preparing to unpack .../010-liblmdb0_0.9.22-1_amd64.deb ... Unpacking liblmdb0:amd64 (0.9.22-1) ... Selecting previously unselected package libprotobuf-c1:amd64. Preparing to unpack .../011-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... Selecting previously unselected package libisc1100:amd64. Preparing to unpack .../012-libisc1100_1%3a9.11.5.P4+dfsg-5.1+deb10u6_amd64.deb ... Unpacking libisc1100:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Selecting previously unselected package libdns1104:amd64. Preparing to unpack .../013-libdns1104_1%3a9.11.5.P4+dfsg-5.1+deb10u6_amd64.deb ... Unpacking libdns1104:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Selecting previously unselected package libisccc161:amd64. Preparing to unpack .../014-libisccc161_1%3a9.11.5.P4+dfsg-5.1+deb10u6_amd64.deb ... Unpacking libisccc161:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Selecting previously unselected package libisccfg163:amd64. Preparing to unpack .../015-libisccfg163_1%3a9.11.5.P4+dfsg-5.1+deb10u6_amd64.deb ... Unpacking libisccfg163:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Selecting previously unselected package libbind9-161:amd64. Preparing to unpack .../016-libbind9-161_1%3a9.11.5.P4+dfsg-5.1+deb10u6_amd64.deb ... Unpacking libbind9-161:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Selecting previously unselected package liblwres161:amd64. Preparing to unpack .../017-liblwres161_1%3a9.11.5.P4+dfsg-5.1+deb10u6_amd64.deb ... Unpacking liblwres161:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Selecting previously unselected package bind9-host. Preparing to unpack .../018-bind9-host_1%3a9.11.5.P4+dfsg-5.1+deb10u6_amd64.deb ... Unpacking bind9-host (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Selecting previously unselected package bzip2. Preparing to unpack .../019-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... Unpacking bzip2 (1.0.6-9.2~deb10u1) ... Selecting previously unselected package libdbus-1-3:amd64. Preparing to unpack .../020-libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... Selecting previously unselected package dbus. Preparing to unpack .../021-dbus_1.12.20-0+deb10u1_amd64.deb ... Unpacking dbus (1.12.20-0+deb10u1) ... Selecting previously unselected package libmagic-mgc. Preparing to unpack .../022-libmagic-mgc_1%3a5.35-4+deb10u2_amd64.deb ... Unpacking libmagic-mgc (1:5.35-4+deb10u2) ... Selecting previously unselected package libmagic1:amd64. Preparing to unpack .../023-libmagic1_1%3a5.35-4+deb10u2_amd64.deb ... Unpacking libmagic1:amd64 (1:5.35-4+deb10u2) ... Selecting previously unselected package file. Preparing to unpack .../024-file_1%3a5.35-4+deb10u2_amd64.deb ... Unpacking file (1:5.35-4+deb10u2) ... Selecting previously unselected package hdparm. Preparing to unpack .../025-hdparm_9.58+ds-1_amd64.deb ... Unpacking hdparm (9.58+ds-1) ... Selecting previously unselected package libc-l10n. Preparing to unpack .../026-libc-l10n_2.28-10_all.deb ... Unpacking libc-l10n (2.28-10) ... Selecting previously unselected package libpam-systemd:amd64. Preparing to unpack .../027-libpam-systemd_241-7~deb10u8_amd64.deb ... Unpacking libpam-systemd:amd64 (241-7~deb10u8) ... Selecting previously unselected package locales. Preparing to unpack .../028-locales_2.28-10_all.deb ... Unpacking locales (2.28-10) ... Selecting previously unselected package lsof. Preparing to unpack .../029-lsof_4.91+dfsg-1_amd64.deb ... Unpacking lsof (4.91+dfsg-1) ... Selecting previously unselected package ncurses-term. Preparing to unpack .../030-ncurses-term_6.1+20181013-2+deb10u2_all.deb ... Unpacking ncurses-term (6.1+20181013-2+deb10u2) ... Selecting previously unselected package libedit2:amd64. Preparing to unpack .../031-libedit2_3.1-20181209-1_amd64.deb ... Unpacking libedit2:amd64 (3.1-20181209-1) ... Selecting previously unselected package openssh-client. Preparing to unpack .../032-openssh-client_1%3a7.9p1-10+deb10u2_amd64.deb ... Unpacking openssh-client (1:7.9p1-10+deb10u2) ... Selecting previously unselected package pciutils. Preparing to unpack .../033-pciutils_1%3a3.5.2-1_amd64.deb ... Unpacking pciutils (1:3.5.2-1) ... Selecting previously unselected package telnet. Preparing to unpack .../034-telnet_0.17-41.2_amd64.deb ... Unpacking telnet (0.17-41.2) ... Selecting previously unselected package traceroute. Preparing to unpack .../035-traceroute_1%3a2.1.0-2_amd64.deb ... Unpacking traceroute (1:2.1.0-2) ... Selecting previously unselected package ucf. Preparing to unpack .../036-ucf_3.0038+nmu1_all.deb ... Moving old data out of the way Unpacking ucf (3.0038+nmu1) ... Selecting previously unselected package accel-ppp. Preparing to unpack .../037-accel-ppp_1.12.0-153-g51bd816_amd64.deb ... Unpacking accel-ppp (1.12.0-153-g51bd816) ... Selecting previously unselected package aptitude-common. Preparing to unpack .../038-aptitude-common_0.8.11-7_all.deb ... Unpacking aptitude-common (0.8.11-7) ... Selecting previously unselected package libboost-iostreams1.67.0:amd64. Preparing to unpack .../039-libboost-iostreams1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-iostreams1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libsigc++-2.0-0v5:amd64. Preparing to unpack .../040-libsigc++-2.0-0v5_2.10.1-2_amd64.deb ... Unpacking libsigc++-2.0-0v5:amd64 (2.10.1-2) ... Selecting previously unselected package libcwidget3v5:amd64. Preparing to unpack .../041-libcwidget3v5_0.5.17-11_amd64.deb ... Unpacking libcwidget3v5:amd64 (0.5.17-11) ... Selecting previously unselected package libxapian30:amd64. Preparing to unpack .../042-libxapian30_1.4.11-1_amd64.deb ... Unpacking libxapian30:amd64 (1.4.11-1) ... Selecting previously unselected package aptitude. Preparing to unpack .../043-aptitude_0.8.11-7_amd64.deb ... Unpacking aptitude (0.8.11-7) ... Selecting previously unselected package at. Preparing to unpack .../044-at_3.1.23-1_amd64.deb ... Unpacking at (3.1.23-1) ... Selecting previously unselected package atop. Preparing to unpack .../045-atop_2.4.0-3_amd64.deb ... Unpacking atop (2.4.0-3) ... Selecting previously unselected package beep. Preparing to unpack .../046-beep_1.4.3-2_amd64.deb ... Unpacking beep (1.4.3-2) ... Selecting previously unselected package bgpq3. Preparing to unpack .../047-bgpq3_0.1.35-1_amd64.deb ... Unpacking bgpq3 (0.1.35-1) ... Selecting previously unselected package libconfuse-common. Preparing to unpack .../048-libconfuse-common_3.2.2+dfsg-1_all.deb ... Unpacking libconfuse-common (3.2.2+dfsg-1) ... Selecting previously unselected package libconfuse2:amd64. Preparing to unpack .../049-libconfuse2_3.2.2+dfsg-1_amd64.deb ... Unpacking libconfuse2:amd64 (3.2.2+dfsg-1) ... Selecting previously unselected package bmon. Preparing to unpack .../050-bmon_1%3a4.0-5_amd64.deb ... Unpacking bmon (1:4.0-5) ... Selecting previously unselected package python3-asn1crypto. Preparing to unpack .../051-python3-asn1crypto_0.24.0-1_all.deb ... Unpacking python3-asn1crypto (0.24.0-1) ... Selecting previously unselected package python3-cffi-backend. Preparing to unpack .../052-python3-cffi-backend_1.12.2-1_amd64.deb ... Unpacking python3-cffi-backend (1.12.2-1) ... Selecting previously unselected package python3-six. Preparing to unpack .../053-python3-six_1.12.0-1_all.deb ... Unpacking python3-six (1.12.0-1) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../054-python3-cryptography_2.6.1-3+deb10u2_amd64.deb ... Unpacking python3-cryptography (2.6.1-3+deb10u2) ... Selecting previously unselected package python3-openssl. Preparing to unpack .../055-python3-openssl_19.0.0-1_all.deb ... Unpacking python3-openssl (19.0.0-1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../056-python3-pkg-resources_40.8.0-1_all.deb ... Unpacking python3-pkg-resources (40.8.0-1) ... Selecting previously unselected package python3-josepy. Preparing to unpack .../057-python3-josepy_1.1.0-2_all.deb ... Unpacking python3-josepy (1.1.0-2) ... Selecting previously unselected package python3-lib2to3. Preparing to unpack .../058-python3-lib2to3_3.7.3-1_all.deb ... Unpacking python3-lib2to3 (3.7.3-1) ... Selecting previously unselected package python3-distutils. Preparing to unpack .../059-python3-distutils_3.7.3-1_all.deb ... Unpacking python3-distutils (3.7.3-1) ... Selecting previously unselected package python3-setuptools. Preparing to unpack .../060-python3-setuptools_40.8.0-1_all.deb ... Unpacking python3-setuptools (40.8.0-1) ... Selecting previously unselected package python3-pbr. Preparing to unpack .../061-python3-pbr_4.2.0-5_all.deb ... Unpacking python3-pbr (4.2.0-5) ... Selecting previously unselected package python3-mock. Preparing to unpack .../062-python3-mock_2.0.0-4_all.deb ... Unpacking python3-mock (2.0.0-4) ... Selecting previously unselected package python3-certifi. Preparing to unpack .../063-python3-certifi_2018.8.24-1_all.deb ... Unpacking python3-certifi (2018.8.24-1) ... Selecting previously unselected package python3-chardet. Preparing to unpack .../064-python3-chardet_3.0.4-3_all.deb ... Unpacking python3-chardet (3.0.4-3) ... Selecting previously unselected package python3-idna. Preparing to unpack .../065-python3-idna_2.6-1_all.deb ... Unpacking python3-idna (2.6-1) ... Selecting previously unselected package python3-urllib3. Preparing to unpack .../066-python3-urllib3_1.24.1-1_all.deb ... Unpacking python3-urllib3 (1.24.1-1) ... Selecting previously unselected package python3-requests. Preparing to unpack .../067-python3-requests_2.21.0-1_all.deb ... Unpacking python3-requests (2.21.0-1) ... Selecting previously unselected package python3-requests-toolbelt. Preparing to unpack .../068-python3-requests-toolbelt_0.8.0-1_all.deb ... Unpacking python3-requests-toolbelt (0.8.0-1) ... Selecting previously unselected package python3-tz. Preparing to unpack .../069-python3-tz_2019.1-1_all.deb ... Unpacking python3-tz (2019.1-1) ... Selecting previously unselected package python3-rfc3339. Preparing to unpack .../070-python3-rfc3339_1.1-1_all.deb ... Unpacking python3-rfc3339 (1.1-1) ... Selecting previously unselected package python3-acme. Preparing to unpack .../071-python3-acme_0.31.0-2_all.deb ... Unpacking python3-acme (0.31.0-2) ... Selecting previously unselected package python3-configargparse. Preparing to unpack .../072-python3-configargparse_0.13.0-1_all.deb ... Unpacking python3-configargparse (0.13.0-1) ... Selecting previously unselected package python3-configobj. Preparing to unpack .../073-python3-configobj_5.0.6-3_all.deb ... Unpacking python3-configobj (5.0.6-3) ... Selecting previously unselected package python3-future. Preparing to unpack .../074-python3-future_0.16.0-1_all.deb ... Unpacking python3-future (0.16.0-1) ... Selecting previously unselected package python3-parsedatetime. Preparing to unpack .../075-python3-parsedatetime_2.4-2_all.deb ... Unpacking python3-parsedatetime (2.4-2) ... Selecting previously unselected package python3-zope.hookable. Preparing to unpack .../076-python3-zope.hookable_4.0.4-4+b4_amd64.deb ... Unpacking python3-zope.hookable (4.0.4-4+b4) ... Selecting previously unselected package python3-zope.interface. Preparing to unpack .../077-python3-zope.interface_4.3.2-1+b2_amd64.deb ... Unpacking python3-zope.interface (4.3.2-1+b2) ... Selecting previously unselected package python3-zope.event. Preparing to unpack .../078-python3-zope.event_4.2.0-1_all.deb ... Unpacking python3-zope.event (4.2.0-1) ... Selecting previously unselected package python3-zope.component. Preparing to unpack .../079-python3-zope.component_4.3.0-1_all.deb ... Unpacking python3-zope.component (4.3.0-1) ... Selecting previously unselected package python3-certbot. Preparing to unpack .../080-python3-certbot_0.31.0-1+deb10u1_all.deb ... Unpacking python3-certbot (0.31.0-1+deb10u1) ... Selecting previously unselected package certbot. Preparing to unpack .../081-certbot_0.31.0-1+deb10u1_all.deb ... Unpacking certbot (0.31.0-1+deb10u1) ... Selecting previously unselected package libdbus-glib-1-2:amd64. Preparing to unpack .../082-libdbus-glib-1-2_0.110-4_amd64.deb ... Unpacking libdbus-glib-1-2:amd64 (0.110-4) ... Selecting previously unselected package libpils2. Preparing to unpack .../083-libpils2_1.0.12-12_amd64.deb ... Unpacking libpils2 (1.0.12-12) ... Selecting previously unselected package libplumb2. Preparing to unpack .../084-libplumb2_1.0.12-12_amd64.deb ... Unpacking libplumb2 (1.0.12-12) ... Selecting previously unselected package liblrm2. Preparing to unpack .../085-liblrm2_1.0.12-12_amd64.deb ... Unpacking liblrm2 (1.0.12-12) ... Selecting previously unselected package libopenhpi3. Preparing to unpack .../086-libopenhpi3_3.8.0-2_amd64.deb ... Unpacking libopenhpi3 (3.8.0-2) ... Selecting previously unselected package libopenipmi0. Preparing to unpack .../087-libopenipmi0_2.0.25-2.1_amd64.deb ... Unpacking libopenipmi0 (2.0.25-2.1) ... Selecting previously unselected package libplumbgpl2. Preparing to unpack .../088-libplumbgpl2_1.0.12-12_amd64.deb ... Unpacking libplumbgpl2 (1.0.12-12) ... Selecting previously unselected package libstonith1. Preparing to unpack .../089-libstonith1_1.0.12-12_amd64.deb ... Unpacking libstonith1 (1.0.12-12) ... Selecting previously unselected package libtimedate-perl. Preparing to unpack .../090-libtimedate-perl_2.3000-2+deb10u1_all.deb ... Unpacking libtimedate-perl (2.3000-2+deb10u1) ... Selecting previously unselected package cluster-glue. Preparing to unpack .../091-cluster-glue_1.0.12-12_amd64.deb ... Unpacking cluster-glue (1.0.12-12) ... Selecting previously unselected package libcapture-tiny-perl. Preparing to unpack .../092-libcapture-tiny-perl_0.48-1_all.deb ... Unpacking libcapture-tiny-perl (0.48-1) ... Selecting previously unselected package libparams-util-perl. Preparing to unpack .../093-libparams-util-perl_1.07-3+b4_amd64.deb ... Unpacking libparams-util-perl (1.07-3+b4) ... Selecting previously unselected package libsub-install-perl. Preparing to unpack .../094-libsub-install-perl_0.928-1_all.deb ... Unpacking libsub-install-perl (0.928-1) ... Selecting previously unselected package libdata-optlist-perl. Preparing to unpack .../095-libdata-optlist-perl_0.110-1_all.deb ... Unpacking libdata-optlist-perl (0.110-1) ... Selecting previously unselected package libb-hooks-op-check-perl. Preparing to unpack .../096-libb-hooks-op-check-perl_0.22-1+b1_amd64.deb ... Unpacking libb-hooks-op-check-perl (0.22-1+b1) ... Selecting previously unselected package libdynaloader-functions-perl. Preparing to unpack .../097-libdynaloader-functions-perl_0.003-1_all.deb ... Unpacking libdynaloader-functions-perl (0.003-1) ... Selecting previously unselected package libdevel-callchecker-perl. Preparing to unpack .../098-libdevel-callchecker-perl_0.008-1_amd64.deb ... Unpacking libdevel-callchecker-perl (0.008-1) ... Selecting previously unselected package libparams-classify-perl. Preparing to unpack .../099-libparams-classify-perl_0.015-1+b1_amd64.deb ... Unpacking libparams-classify-perl (0.015-1+b1) ... Selecting previously unselected package libmodule-runtime-perl. Preparing to unpack .../100-libmodule-runtime-perl_0.016-1_all.deb ... Unpacking libmodule-runtime-perl (0.016-1) ... Selecting previously unselected package libtry-tiny-perl. Preparing to unpack .../101-libtry-tiny-perl_0.30-1_all.deb ... Unpacking libtry-tiny-perl (0.30-1) ... Selecting previously unselected package libmodule-implementation-perl. Preparing to unpack .../102-libmodule-implementation-perl_0.09-1_all.deb ... Unpacking libmodule-implementation-perl (0.09-1) ... Selecting previously unselected package libpackage-stash-perl. Preparing to unpack .../103-libpackage-stash-perl_0.38-1_all.deb ... Unpacking libpackage-stash-perl (0.38-1) ... Selecting previously unselected package libclass-load-perl. Preparing to unpack .../104-libclass-load-perl_0.25-1_all.deb ... Unpacking libclass-load-perl (0.25-1) ... Selecting previously unselected package libio-stringy-perl. Preparing to unpack .../105-libio-stringy-perl_2.111-3_all.deb ... Unpacking libio-stringy-perl (2.111-3) ... Selecting previously unselected package libparams-validate-perl. Preparing to unpack .../106-libparams-validate-perl_1.29-1+b1_amd64.deb ... Unpacking libparams-validate-perl (1.29-1+b1) ... Selecting previously unselected package libsub-exporter-perl. Preparing to unpack .../107-libsub-exporter-perl_0.987-1_all.deb ... Unpacking libsub-exporter-perl (0.987-1) ... Selecting previously unselected package libgetopt-long-descriptive-perl. Preparing to unpack .../108-libgetopt-long-descriptive-perl_0.103-2_all.deb ... Unpacking libgetopt-long-descriptive-perl (0.103-2) ... Selecting previously unselected package libio-tiecombine-perl. Preparing to unpack .../109-libio-tiecombine-perl_1.005-1_all.deb ... Unpacking libio-tiecombine-perl (1.005-1) ... Selecting previously unselected package libmodule-pluggable-perl. Preparing to unpack .../110-libmodule-pluggable-perl_5.2-1_all.deb ... Unpacking libmodule-pluggable-perl (5.2-1) ... Selecting previously unselected package libstring-rewriteprefix-perl. Preparing to unpack .../111-libstring-rewriteprefix-perl_0.007-2_all.deb ... Unpacking libstring-rewriteprefix-perl (0.007-2) ... Selecting previously unselected package libapp-cmd-perl. Preparing to unpack .../112-libapp-cmd-perl_0.331-1_all.deb ... Unpacking libapp-cmd-perl (0.331-1) ... Selecting previously unselected package libboolean-perl. Preparing to unpack .../113-libboolean-perl_0.46-1_all.deb ... Unpacking libboolean-perl (0.46-1) ... Selecting previously unselected package libcarp-assert-perl. Preparing to unpack .../114-libcarp-assert-perl_0.21-1_all.deb ... Unpacking libcarp-assert-perl (0.21-1) ... Selecting previously unselected package libcarp-assert-more-perl. Preparing to unpack .../115-libcarp-assert-more-perl_1.16-1_all.deb ... Unpacking libcarp-assert-more-perl (1.16-1) ... Selecting previously unselected package libfile-which-perl. Preparing to unpack .../116-libfile-which-perl_1.23-1_all.deb ... Unpacking libfile-which-perl (1.23-1) ... Selecting previously unselected package libfile-homedir-perl. Preparing to unpack .../117-libfile-homedir-perl_1.004-1_all.deb ... Unpacking libfile-homedir-perl (1.004-1) ... Selecting previously unselected package libclone-choose-perl. Preparing to unpack .../118-libclone-choose-perl_0.010-1_all.deb ... Unpacking libclone-choose-perl (0.010-1) ... Selecting previously unselected package libhash-merge-perl. Preparing to unpack .../119-libhash-merge-perl_0.300-1_all.deb ... Unpacking libhash-merge-perl (0.300-1) ... Selecting previously unselected package libjson-perl. Preparing to unpack .../120-libjson-perl_4.02000-1_all.deb ... Unpacking libjson-perl (4.02000-1) ... Selecting previously unselected package libexporter-tiny-perl. Preparing to unpack .../121-libexporter-tiny-perl_1.002001-1_all.deb ... Unpacking libexporter-tiny-perl (1.002001-1) ... Selecting previously unselected package liblist-moreutils-perl. Preparing to unpack .../122-liblist-moreutils-perl_0.416-1+b4_amd64.deb ... Unpacking liblist-moreutils-perl (0.416-1+b4) ... Selecting previously unselected package liblog-log4perl-perl. Preparing to unpack .../123-liblog-log4perl-perl_1.49-1_all.deb ... Unpacking liblog-log4perl-perl (1.49-1) ... Selecting previously unselected package libmouse-perl. Preparing to unpack .../124-libmouse-perl_2.5.6-1+b1_amd64.deb ... Unpacking libmouse-perl (2.5.6-1+b1) ... Selecting previously unselected package libmousex-nativetraits-perl. Preparing to unpack .../125-libmousex-nativetraits-perl_1.09-2_all.deb ... Unpacking libmousex-nativetraits-perl (1.09-2) ... Selecting previously unselected package libmousex-strictconstructor-perl. Preparing to unpack .../126-libmousex-strictconstructor-perl_0.02-2_all.deb ... Unpacking libmousex-strictconstructor-perl (0.02-2) ... Selecting previously unselected package libparse-recdescent-perl. Preparing to unpack .../127-libparse-recdescent-perl_1.967015+dfsg-2_all.deb ... Unpacking libparse-recdescent-perl (1.967015+dfsg-2) ... Selecting previously unselected package libpath-tiny-perl. Preparing to unpack .../128-libpath-tiny-perl_0.108-1_all.deb ... Unpacking libpath-tiny-perl (0.108-1) ... Selecting previously unselected package libpod-pom-perl. Preparing to unpack .../129-libpod-pom-perl_2.01-3_all.deb ... Unpacking libpod-pom-perl (2.01-3) ... Selecting previously unselected package libregexp-common-perl. Preparing to unpack .../130-libregexp-common-perl_2017060201-1_all.deb ... Unpacking libregexp-common-perl (2017060201-1) ... Selecting previously unselected package libconfig-model-perl. Preparing to unpack .../131-libconfig-model-perl_2.133-1_all.deb ... Unpacking libconfig-model-perl (2.133-1) ... Selecting previously unselected package libyaml-perl. Preparing to unpack .../132-libyaml-perl_1.27-1_all.deb ... Unpacking libyaml-perl (1.27-1) ... Selecting previously unselected package cme. Preparing to unpack .../133-cme_1.029-1_all.deb ... Unpacking cme (1.029-1) ... Selecting previously unselected package conntrack. Preparing to unpack .../134-conntrack_1%3a1.4.6-1_amd64.deb ... Unpacking conntrack (1:1.4.6-1) ... Selecting previously unselected package libnetfilter-cthelper0:amd64. Preparing to unpack .../135-libnetfilter-cthelper0_1.0.0-1+b1_amd64.deb ... Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1+b1) ... Selecting previously unselected package libnetfilter-queue1. Preparing to unpack .../136-libnetfilter-queue1_1.0.3-1_amd64.deb ... Unpacking libnetfilter-queue1 (1.0.3-1) ... Selecting previously unselected package conntrackd. Preparing to unpack .../137-conntrackd_1%3a1.4.6-1_amd64.deb ... Unpacking conntrackd (1:1.4.6-1) ... Selecting previously unselected package conserver-client. Preparing to unpack .../138-conserver-client_8.2.6-1~bpo10+1_amd64.deb ... Unpacking conserver-client (8.2.6-1~bpo10+1) ... Selecting previously unselected package console-data. Preparing to unpack .../139-console-data_2%3a1.12-6_all.deb ... Unpacking console-data (2:1.12-6) ... Selecting previously unselected package kbd. Preparing to unpack .../140-kbd_2.0.4-4_amd64.deb ... Unpacking kbd (2.0.4-4) ... Selecting previously unselected package console-setup-linux. Preparing to unpack .../141-console-setup-linux_1.193~deb10u1_all.deb ... Unpacking console-setup-linux (1.193~deb10u1) ... Selecting previously unselected package wireless-regdb. Preparing to unpack .../142-wireless-regdb_2016.06.10-1_all.deb ... Unpacking wireless-regdb (2016.06.10-1) ... Selecting previously unselected package iw. Preparing to unpack .../143-iw_5.0.1-1_amd64.deb ... Unpacking iw (5.0.1-1) ... Selecting previously unselected package crda. Preparing to unpack .../144-crda_3.18-1_amd64.deb ... Unpacking crda (3.18-1) ... Selecting previously unselected package dctrl-tools. Preparing to unpack .../145-dctrl-tools_2.24-3_amd64.deb ... Unpacking dctrl-tools (2.24-3) ... Selecting previously unselected package libmath-base85-perl. Preparing to unpack .../146-libmath-base85-perl_0.4+dfsg-1_all.deb ... Unpacking libmath-base85-perl (0.4+dfsg-1) ... Selecting previously unselected package libmath-bigint-perl. Preparing to unpack .../147-libmath-bigint-perl_1.999816-1_all.deb ... Unpacking libmath-bigint-perl (1.999816-1) ... Selecting previously unselected package libnetwork-ipv4addr-perl. Preparing to unpack .../148-libnetwork-ipv4addr-perl_0.10.ds-3_all.deb ... Unpacking libnetwork-ipv4addr-perl (0.10.ds-3) ... Selecting previously unselected package libnet-ipv6addr-perl. Preparing to unpack .../149-libnet-ipv6addr-perl_0.96-1_all.deb ... Unpacking libnet-ipv6addr-perl (0.96-1) ... Selecting previously unselected package libnet-netmask-perl. Preparing to unpack .../150-libnet-netmask-perl_1.9104-1_all.deb ... Unpacking libnet-netmask-perl (1.9104-1) ... Selecting previously unselected package libdata-validate-ip-perl. Preparing to unpack .../151-libdata-validate-ip-perl_0.27-1_all.deb ... Unpacking libdata-validate-ip-perl (0.27-1) ... Selecting previously unselected package ddclient. Preparing to unpack .../152-ddclient_3.9.1-7_all.deb ... Unpacking ddclient (3.9.1-7) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../153-distro-info-data_0.41+deb10u4_all.deb ... Unpacking distro-info-data (0.41+deb10u4) ... Selecting previously unselected package dns-root-data. Preparing to unpack .../154-dns-root-data_2019031302_all.deb ... Unpacking dns-root-data (2019031302) ... Selecting previously unselected package libirs161:amd64. Preparing to unpack .../155-libirs161_1%3a9.11.5.P4+dfsg-5.1+deb10u6_amd64.deb ... Unpacking libirs161:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Selecting previously unselected package dnsutils. Preparing to unpack .../156-dnsutils_1%3a9.11.5.P4+dfsg-5.1+deb10u6_amd64.deb ... Unpacking dnsutils (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Selecting previously unselected package easy-rsa. Preparing to unpack .../157-easy-rsa_3.0.6-1_all.deb ... Unpacking easy-rsa (3.0.6-1) ... Selecting previously unselected package etherwake. Preparing to unpack .../158-etherwake_1.09-4+b1_amd64.deb ... Unpacking etherwake (1.09-4+b1) ... Selecting previously unselected package libboost-atomic1.67.0:amd64. Preparing to unpack .../159-libboost-atomic1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-atomic1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-chrono1.67.0:amd64. Preparing to unpack .../160-libboost-chrono1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-chrono1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-date-time1.67.0:amd64. Preparing to unpack .../161-libboost-date-time1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-date-time1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-program-options1.67.0:amd64. Preparing to unpack .../162-libboost-program-options1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-program-options1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-regex1.67.0:amd64. Preparing to unpack .../163-libboost-regex1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-regex1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-thread1.67.0:amd64. Preparing to unpack .../164-libboost-thread1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-thread1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libbson-1.0-0. Preparing to unpack .../165-libbson-1.0-0_1.14.0-1_amd64.deb ... Unpacking libbson-1.0-0 (1.14.0-1) ... Selecting previously unselected package libhiredis0.14:amd64. Preparing to unpack .../166-libhiredis0.14_0.14.0-3_amd64.deb ... Unpacking libhiredis0.14:amd64 (0.14.0-3) ... Selecting previously unselected package liblog4cpp5v5:amd64. Preparing to unpack .../167-liblog4cpp5v5_1.1.3-1_amd64.deb ... Unpacking liblog4cpp5v5:amd64 (1.1.3-1) ... Selecting previously unselected package libluajit-5.1-common. Preparing to unpack .../168-libluajit-5.1-common_2.1.0~beta3+dfsg-5.1_all.deb ... Unpacking libluajit-5.1-common (2.1.0~beta3+dfsg-5.1) ... Selecting previously unselected package libluajit-5.1-2:amd64. Preparing to unpack .../169-libluajit-5.1-2_2.1.0~beta3+dfsg-5.1_amd64.deb ... Unpacking libluajit-5.1-2:amd64 (2.1.0~beta3+dfsg-5.1) ... Selecting previously unselected package libsnappy1v5:amd64. Preparing to unpack .../170-libsnappy1v5_1.1.7-1_amd64.deb ... Unpacking libsnappy1v5:amd64 (1.1.7-1) ... Selecting previously unselected package libmongoc-1.0-0. Preparing to unpack .../171-libmongoc-1.0-0_1.14.0-1_amd64.deb ... Unpacking libmongoc-1.0-0 (1.14.0-1) ... Selecting previously unselected package libndpi2.6:amd64. Preparing to unpack .../172-libndpi2.6_2.6-3_amd64.deb ... Unpacking libndpi2.6:amd64 (2.6-3) ... Selecting previously unselected package fastnetmon. Preparing to unpack .../173-fastnetmon_1.1.3+dfsg-8.1_amd64.deb ... Unpacking fastnetmon (1.1.3+dfsg-8.1) ... Selecting previously unselected package frr-pythontools. Preparing to unpack .../174-frr-pythontools_7.5.1-20211118-00-g39e972612-0_all.deb ... Unpacking frr-pythontools (7.5.1-20211118-00-g39e972612-0) ... Selecting previously unselected package libssh-4:amd64. Preparing to unpack .../175-libssh-4_0.8.7-1+deb10u1_amd64.deb ... Unpacking libssh-4:amd64 (0.8.7-1+deb10u1) ... Selecting previously unselected package librtr0:amd64. Preparing to unpack .../176-librtr0_0.6.3-1_amd64.deb ... Unpacking librtr0:amd64 (0.6.3-1) ... Selecting previously unselected package frr-rpki-rtrlib. Preparing to unpack .../177-frr-rpki-rtrlib_7.5.1-20211118-00-g39e972612-0_amd64.deb ... Unpacking frr-rpki-rtrlib (7.5.1-20211118-00-g39e972612-0) ... Selecting previously unselected package frr-snmp. Preparing to unpack .../178-frr-snmp_7.5.1-20211118-00-g39e972612-0_amd64.deb ... Unpacking frr-snmp (7.5.1-20211118-00-g39e972612-0) ... Selecting previously unselected package libgirepository-1.0-1:amd64. Preparing to unpack .../179-libgirepository-1.0-1_1.58.3-2_amd64.deb ... Unpacking libgirepository-1.0-1:amd64 (1.58.3-2) ... Selecting previously unselected package gir1.2-glib-2.0:amd64. Preparing to unpack .../180-gir1.2-glib-2.0_1.58.3-2_amd64.deb ... Unpacking gir1.2-glib-2.0:amd64 (1.58.3-2) ... Selecting previously unselected package gnustep-common. Preparing to unpack .../181-gnustep-common_2.7.0-4_amd64.deb ... Unpacking gnustep-common (2.7.0-4) ... Selecting previously unselected package gnustep-base-common. Preparing to unpack .../182-gnustep-base-common_1.26.0-4+deb10u1_all.deb ... Unpacking gnustep-base-common (1.26.0-4+deb10u1) ... Selecting previously unselected package libavahi-common-data:amd64. Preparing to unpack .../183-libavahi-common-data_0.7-4+deb10u1_amd64.deb ... Unpacking libavahi-common-data:amd64 (0.7-4+deb10u1) ... Selecting previously unselected package libavahi-common3:amd64. Preparing to unpack .../184-libavahi-common3_0.7-4+deb10u1_amd64.deb ... Unpacking libavahi-common3:amd64 (0.7-4+deb10u1) ... Selecting previously unselected package libavahi-client3:amd64. Preparing to unpack .../185-libavahi-client3_0.7-4+deb10u1_amd64.deb ... Unpacking libavahi-client3:amd64 (0.7-4+deb10u1) ... Selecting previously unselected package libgc1c2:amd64. Preparing to unpack .../186-libgc1c2_1%3a7.6.4-0.4_amd64.deb ... Unpacking libgc1c2:amd64 (1:7.6.4-0.4) ... Selecting previously unselected package libobjc4:amd64. Preparing to unpack .../187-libobjc4_8.3.0-6_amd64.deb ... Unpacking libobjc4:amd64 (8.3.0-6) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../188-libxslt1.1_1.1.32-2.2~deb10u1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.32-2.2~deb10u1) ... Selecting previously unselected package libgnustep-base1.26. Preparing to unpack .../189-libgnustep-base1.26_1.26.0-4+deb10u1_amd64.deb ... Unpacking libgnustep-base1.26 (1.26.0-4+deb10u1) ... Selecting previously unselected package gnustep-base-runtime. Preparing to unpack .../190-gnustep-base-runtime_1.26.0-4+deb10u1_amd64.deb ... Unpacking gnustep-base-runtime (1.26.0-4+deb10u1) ... Selecting previously unselected package grc. Preparing to unpack .../191-grc_1.11.3-1_all.deb ... Unpacking grc (1.11.3-1) ... Selecting previously unselected package grub2-common. Preparing to unpack .../192-grub2-common_2.02+dfsg1-20+deb10u4_amd64.deb ... Unpacking grub2-common (2.02+dfsg1-20+deb10u4) ... Selecting previously unselected package grub-pc-bin. Preparing to unpack .../193-grub-pc-bin_2.02+dfsg1-20+deb10u4_amd64.deb ... Unpacking grub-pc-bin (2.02+dfsg1-20+deb10u4) ... Selecting previously unselected package grub-pc. Preparing to unpack .../194-grub-pc_2.02+dfsg1-20+deb10u4_amd64.deb ... Unpacking grub-pc (2.02+dfsg1-20+deb10u4) ... Selecting previously unselected package grub2. Preparing to unpack .../195-grub2_2.02+dfsg1-20+deb10u4_amd64.deb ... Unpacking grub2 (2.02+dfsg1-20+deb10u4) ... Selecting previously unselected package libhavege1:amd64. Preparing to unpack .../196-libhavege1_1.9.1-7_amd64.deb ... Unpacking libhavege1:amd64 (1.9.1-7) ... Selecting previously unselected package haveged. Preparing to unpack .../197-haveged_1.9.1-7_amd64.deb ... Unpacking haveged (1.9.1-7) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../198-libxml2-utils_2.9.4+dfsg1-7+deb10u2_amd64.deb ... Unpacking libxml2-utils (2.9.4+dfsg1-7+deb10u2) ... Selecting previously unselected package libnet1:amd64. Preparing to unpack .../199-libnet1_1.1.6+dfsg-3.1_amd64.deb ... Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... Selecting previously unselected package resource-agents. Preparing to unpack .../200-resource-agents_1%3a4.2.0-2+deb10u2_amd64.deb ... Unpacking resource-agents (1:4.2.0-2+deb10u2) ... Selecting previously unselected package libheartbeat2. Preparing to unpack .../201-libheartbeat2_1%3a3.0.6-9_amd64.deb ... Unpacking libheartbeat2 (1:3.0.6-9) ... Selecting previously unselected package heartbeat. Preparing to unpack .../202-heartbeat_1%3a3.0.6-9_amd64.deb ... Unpacking heartbeat (1:3.0.6-9) ... Selecting previously unselected package htop. Preparing to unpack .../203-htop_2.2.0-1+b1_amd64.deb ... Unpacking htop (2.2.0-1+b1) ... Selecting previously unselected package hyperv-daemons. Preparing to unpack .../204-hyperv-daemons_4.19.208-1_amd64.deb ... Unpacking hyperv-daemons (4.19.208-1) ... Selecting previously unselected package ieee-data. Preparing to unpack .../205-ieee-data_20180805.1_all.deb ... Unpacking ieee-data (20180805.1) ... Selecting previously unselected package iftop. Preparing to unpack .../206-iftop_1.0~pre4-6_amd64.deb ... Unpacking iftop (1.0~pre4-6) ... Selecting previously unselected package igmpproxy. Preparing to unpack .../207-igmpproxy_0.2.1-1_amd64.deb ... Unpacking igmpproxy (0.2.1-1) ... Selecting previously unselected package iotop. Preparing to unpack .../208-iotop_0.6-24-g733f3f8-1_amd64.deb ... Unpacking iotop (0.6-24-g733f3f8-1) ... Selecting previously unselected package ipcalc. Preparing to unpack .../209-ipcalc_0.41-5_all.deb ... Unpacking ipcalc (0.41-5) ... Selecting previously unselected package iperf. Preparing to unpack .../210-iperf_2.0.12+dfsg1-2_amd64.deb ... Unpacking iperf (2.0.12+dfsg1-2) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../211-libsctp1_1.0.18+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ... Selecting previously unselected package libiperf0:amd64. Preparing to unpack .../212-libiperf0_3.6-2_amd64.deb ... Unpacking libiperf0:amd64 (3.6-2) ... Selecting previously unselected package iperf3. Preparing to unpack .../213-iperf3_3.6-2_amd64.deb ... Unpacking iperf3 (3.6-2) ... Selecting previously unselected package libipset11:amd64. Preparing to unpack .../214-libipset11_6.38-1.2_amd64.deb ... Unpacking libipset11:amd64 (6.38-1.2) ... Selecting previously unselected package ipset. Preparing to unpack .../215-ipset_6.38-1.2_amd64.deb ... Unpacking ipset (6.38-1.2) ... Selecting previously unselected package iputils-arping. Preparing to unpack .../216-iputils-arping_3%3a20180629-2+deb10u2_amd64.deb ... Unpacking iputils-arping (3:20180629-2+deb10u2) ... Selecting previously unselected package rubygems-integration. Preparing to unpack .../217-rubygems-integration_1.11+deb10u1_all.deb ... Unpacking rubygems-integration (1.11+deb10u1) ... Selecting previously unselected package rake. Preparing to unpack .../218-rake_12.3.1-3+deb10u1_all.deb ... Unpacking rake (12.3.1-3+deb10u1) ... Selecting previously unselected package ruby-did-you-mean. Preparing to unpack .../219-ruby-did-you-mean_1.2.1-1_all.deb ... Unpacking ruby-did-you-mean (1.2.1-1) ... Selecting previously unselected package ruby-minitest. Preparing to unpack .../220-ruby-minitest_5.11.3-1_all.deb ... Unpacking ruby-minitest (5.11.3-1) ... Selecting previously unselected package ruby-net-telnet. Preparing to unpack .../221-ruby-net-telnet_0.1.1-2_all.deb ... Unpacking ruby-net-telnet (0.1.1-2) ... Selecting previously unselected package ruby-power-assert. Preparing to unpack .../222-ruby-power-assert_1.1.1-1_all.deb ... Unpacking ruby-power-assert (1.1.1-1) ... Selecting previously unselected package ruby-test-unit. Preparing to unpack .../223-ruby-test-unit_3.2.8-1_all.deb ... Unpacking ruby-test-unit (3.2.8-1) ... Selecting previously unselected package ruby-xmlrpc. Preparing to unpack .../224-ruby-xmlrpc_0.3.0-2_all.deb ... Unpacking ruby-xmlrpc (0.3.0-2) ... Selecting previously unselected package libyaml-0-2:amd64. Preparing to unpack .../225-libyaml-0-2_0.2.1-1_amd64.deb ... Unpacking libyaml-0-2:amd64 (0.2.1-1) ... Selecting previously unselected package libruby2.5:amd64. Preparing to unpack .../226-libruby2.5_2.5.5-3+deb10u3_amd64.deb ... Unpacking libruby2.5:amd64 (2.5.5-3+deb10u3) ... Selecting previously unselected package ruby2.5. Preparing to unpack .../227-ruby2.5_2.5.5-3+deb10u3_amd64.deb ... Unpacking ruby2.5 (2.5.5-3+deb10u3) ... Selecting previously unselected package ruby. Preparing to unpack .../228-ruby_1%3a2.5.1_amd64.deb ... Unpacking ruby (1:2.5.1) ... Selecting previously unselected package ruby-curses. Preparing to unpack .../229-ruby-curses_1.2.4-1+b1_amd64.deb ... Unpacking ruby-curses (1.2.4-1+b1) ... Selecting previously unselected package irqtop. Preparing to unpack .../230-irqtop_2.3-5_all.deb ... Unpacking irqtop (2.3-5) ... Selecting previously unselected package libisccfg-export163. Preparing to unpack .../231-libisccfg-export163_1%3a9.11.5.P4+dfsg-5.1+deb10u6_amd64.deb ... Unpacking libisccfg-export163 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Selecting previously unselected package libirs-export161. Preparing to unpack .../232-libirs-export161_1%3a9.11.5.P4+dfsg-5.1+deb10u6_amd64.deb ... Unpacking libirs-export161 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Selecting previously unselected package isc-dhcp-relay. Preparing to unpack .../233-isc-dhcp-relay_4.4.1-2+deb10u1_amd64.deb ... Unpacking isc-dhcp-relay (4.4.1-2+deb10u1) ... Selecting previously unselected package isc-dhcp-server. Preparing to unpack .../234-isc-dhcp-server_4.4.1-2+deb10u1_amd64.deb ... Unpacking isc-dhcp-server (4.4.1-2+deb10u1) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../235-libdpkg-perl_1.19.7_all.deb ... Unpacking libdpkg-perl (1.19.7) ... Selecting previously unselected package libclass-data-inheritable-perl. Preparing to unpack .../236-libclass-data-inheritable-perl_0.08-3_all.deb ... Unpacking libclass-data-inheritable-perl (0.08-3) ... Selecting previously unselected package libdevel-stacktrace-perl. Preparing to unpack .../237-libdevel-stacktrace-perl_2.0300-1_all.deb ... Unpacking libdevel-stacktrace-perl (2.0300-1) ... Selecting previously unselected package libexception-class-perl. Preparing to unpack .../238-libexception-class-perl_1.44-1_all.deb ... Unpacking libexception-class-perl (1.44-1) ... Selecting previously unselected package libconfig-model-lcdproc-perl. Preparing to unpack .../239-libconfig-model-lcdproc-perl_2.052-2_all.deb ... Unpacking libconfig-model-lcdproc-perl (2.052-2) ... Selecting previously unselected package libusb-1.0-0:amd64. Preparing to unpack .../240-libusb-1.0-0_2%3a1.0.22-2_amd64.deb ... Unpacking libusb-1.0-0:amd64 (2:1.0.22-2) ... Selecting previously unselected package libxau6:amd64. Preparing to unpack .../241-libxau6_1%3a1.0.8-1+b2_amd64.deb ... Unpacking libxau6:amd64 (1:1.0.8-1+b2) ... Selecting previously unselected package libxdmcp6:amd64. Preparing to unpack .../242-libxdmcp6_1%3a1.1.2-3_amd64.deb ... Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... Selecting previously unselected package libxcb1:amd64. Preparing to unpack .../243-libxcb1_1.13.1-2_amd64.deb ... Unpacking libxcb1:amd64 (1.13.1-2) ... Selecting previously unselected package libx11-data. Preparing to unpack .../244-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ... Unpacking libx11-data (2:1.6.7-1+deb10u2) ... Selecting previously unselected package libx11-6:amd64. Preparing to unpack .../245-libx11-6_2%3a1.6.7-1+deb10u2_amd64.deb ... Unpacking libx11-6:amd64 (2:1.6.7-1+deb10u2) ... Selecting previously unselected package lcdproc. Preparing to unpack .../246-lcdproc_0.5.9-3_amd64.deb ... Unpacking lcdproc (0.5.9-3) ... Selecting previously unselected package liblirc-client0:amd64. Preparing to unpack .../247-liblirc-client0_0.10.1-6.3~deb10u1_amd64.deb ... Unpacking liblirc-client0:amd64 (0.10.1-6.3~deb10u1) ... Selecting previously unselected package libxext6:amd64. Preparing to unpack .../248-libxext6_2%3a1.3.3-1+b2_amd64.deb ... Unpacking libxext6:amd64 (2:1.3.3-1+b2) ... Selecting previously unselected package libxinerama1:amd64. Preparing to unpack .../249-libxinerama1_2%3a1.1.4-2_amd64.deb ... Unpacking libxinerama1:amd64 (2:1.1.4-2) ... Selecting previously unselected package libxosd2. Preparing to unpack .../250-libxosd2_2.2.14-2.1+b1_amd64.deb ... Unpacking libxosd2 (2.2.14-2.1+b1) ... Selecting previously unselected package lcdproc-extra-drivers. Preparing to unpack .../251-lcdproc-extra-drivers_0.5.9-3_amd64.deb ... Unpacking lcdproc-extra-drivers (0.5.9-3) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../252-libatomic1_8.3.0-6_amd64.deb ... Unpacking libatomic1:amd64 (8.3.0-6) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../253-libquadmath0_8.3.0-6_amd64.deb ... Unpacking libquadmath0:amd64 (8.3.0-6) ... Selecting previously unselected package libgfortran5:amd64. Preparing to unpack .../254-libgfortran5_8.3.0-6_amd64.deb ... Unpacking libgfortran5:amd64 (8.3.0-6) ... Selecting previously unselected package libblas3:amd64. Preparing to unpack .../255-libblas3_3.8.0-2_amd64.deb ... Unpacking libblas3:amd64 (3.8.0-2) ... Selecting previously unselected package libboost-context1.67.0:amd64. Preparing to unpack .../256-libboost-context1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-context1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libcharon-extra-plugins. Preparing to unpack .../257-libcharon-extra-plugins_5.7.2-2+vyos1.3_amd64.deb ... Unpacking libcharon-extra-plugins (5.7.2-2+vyos1.3) ... Selecting previously unselected package libcidr0:amd64. Preparing to unpack .../258-libcidr0_1.2.3-3_amd64.deb ... Unpacking libcidr0:amd64 (1.2.3-3) ... Selecting previously unselected package libcrypt-openssl-bignum-perl. Preparing to unpack .../259-libcrypt-openssl-bignum-perl_0.09-1+b1_amd64.deb ... Unpacking libcrypt-openssl-bignum-perl (0.09-1+b1) ... Selecting previously unselected package libcrypt-openssl-random-perl. Preparing to unpack .../260-libcrypt-openssl-random-perl_0.15-1+b1_amd64.deb ... Unpacking libcrypt-openssl-random-perl (0.15-1+b1) ... Selecting previously unselected package libcrypt-openssl-rsa-perl. Preparing to unpack .../261-libcrypt-openssl-rsa-perl_0.31-1+b1_amd64.deb ... Unpacking libcrypt-openssl-rsa-perl (0.31-1+b1) ... Selecting previously unselected package libdrm-common. Preparing to unpack .../262-libdrm-common_2.4.97-1_all.deb ... Unpacking libdrm-common (2.4.97-1) ... Selecting previously unselected package libdrm2:amd64. Preparing to unpack .../263-libdrm2_2.4.97-1_amd64.deb ... Unpacking libdrm2:amd64 (2.4.97-1) ... Selecting previously unselected package libdumbnet1:amd64. Preparing to unpack .../264-libdumbnet1_1.12-8_amd64.deb ... Unpacking libdumbnet1:amd64 (1.12-8) ... Selecting previously unselected package libev4:amd64. Preparing to unpack .../265-libev4_1%3a4.25-1_amd64.deb ... Unpacking libev4:amd64 (1:4.25-1) ... Selecting previously unselected package libevent-2.1-6:amd64. Preparing to unpack .../266-libevent-2.1-6_2.1.8-stable-4_amd64.deb ... Unpacking libevent-2.1-6:amd64 (2.1.8-stable-4) ... Selecting previously unselected package libgnat-8:amd64. Preparing to unpack .../267-libgnat-8_8.3.0-6_amd64.deb ... Unpacking libgnat-8:amd64 (8.3.0-6) ... Selecting previously unselected package libgudev-1.0-0:amd64. Preparing to unpack .../268-libgudev-1.0-0_232-2_amd64.deb ... Unpacking libgudev-1.0-0:amd64 (232-2) ... Selecting previously unselected package libhttp-parser2.8:amd64. Preparing to unpack .../269-libhttp-parser2.8_2.8.1-1+deb10u1_amd64.deb ... Unpacking libhttp-parser2.8:amd64 (2.8.1-1+deb10u1) ... Selecting previously unselected package libterm-readkey-perl. Preparing to unpack .../270-libterm-readkey-perl_2.38-1_amd64.deb ... Unpacking libterm-readkey-perl (2.38-1) ... Selecting previously unselected package libwant-perl. Preparing to unpack .../271-libwant-perl_0.29-1+b4_amd64.deb ... Unpacking libwant-perl (0.29-1+b4) ... Selecting previously unselected package libio-prompt-perl. Preparing to unpack .../272-libio-prompt-perl_0.997004-1_all.deb ... Unpacking libio-prompt-perl (0.997004-1) ... Selecting previously unselected package libjs-jquery. Preparing to unpack .../273-libjs-jquery_3.3.1~dfsg-3+deb10u1_all.deb ... Unpacking libjs-jquery (3.3.1~dfsg-3+deb10u1) ... Selecting previously unselected package liblinear3:amd64. Preparing to unpack .../274-liblinear3_2.1.0+dfsg-4_amd64.deb ... Unpacking liblinear3:amd64 (2.1.0+dfsg-4) ... Selecting previously unselected package liblua5.3-0:amd64. Preparing to unpack .../275-liblua5.3-0_5.3.3-1.1_amd64.deb ... Unpacking liblua5.3-0:amd64 (5.3.3-1.1) ... Selecting previously unselected package liblzo2-2:amd64. Preparing to unpack .../276-liblzo2-2_2.10-0.1_amd64.deb ... Unpacking liblzo2-2:amd64 (2.10-0.1) ... Selecting previously unselected package libmbim-glib4:amd64. Preparing to unpack .../277-libmbim-glib4_1.24.6-0.1~bpo10+1_amd64.deb ... Unpacking libmbim-glib4:amd64 (1.24.6-0.1~bpo10+1) ... Selecting previously unselected package libmbim-proxy. Preparing to unpack .../278-libmbim-proxy_1.24.6-0.1~bpo10+1_amd64.deb ... Unpacking libmbim-proxy (1.24.6-0.1~bpo10+1) ... Selecting previously unselected package libmm-glib0:amd64. Preparing to unpack .../279-libmm-glib0_1.14.12-0.1~bpo10+1_amd64.deb ... Unpacking libmm-glib0:amd64 (1.14.12-0.1~bpo10+1) ... Selecting previously unselected package libmspack0:amd64. Preparing to unpack .../280-libmspack0_0.10.1-1_amd64.deb ... Unpacking libmspack0:amd64 (0.10.1-1) ... Selecting previously unselected package libndp0:amd64. Preparing to unpack .../281-libndp0_1.6-1+b1_amd64.deb ... Unpacking libndp0:amd64 (1.6-1+b1) ... Selecting previously unselected package libndp-tools. Preparing to unpack .../282-libndp-tools_1.6-1+b1_amd64.deb ... Unpacking libndp-tools (1.6-1+b1) ... Selecting previously unselected package libnetfilter-cttimeout1. Preparing to unpack .../283-libnetfilter-cttimeout1_1.0.0-2+b1_amd64.deb ... Unpacking libnetfilter-cttimeout1 (1.0.0-2+b1) ... Selecting previously unselected package nginx-common. Preparing to unpack .../284-nginx-common_1.14.2-2+deb10u4_all.deb ... Unpacking nginx-common (1.14.2-2+deb10u4) ... Selecting previously unselected package libnginx-mod-http-echo. Preparing to unpack .../285-libnginx-mod-http-echo_1.14.2-2+deb10u4_amd64.deb ... Unpacking libnginx-mod-http-echo (1.14.2-2+deb10u4) ... Selecting previously unselected package libnss-mapuser. Preparing to unpack .../286-libnss-mapuser_1.1.0-cl3u1_amd64.deb ... Unpacking libnss-mapuser (1.1.0-cl3u1) ... Selecting previously unselected package libnss-myhostname:amd64. Preparing to unpack .../287-libnss-myhostname_241-7~deb10u8_amd64.deb ... Unpacking libnss-myhostname:amd64 (241-7~deb10u8) ... Selecting previously unselected package liboath0. Preparing to unpack .../288-liboath0_2.6.1-1.3_amd64.deb ... Unpacking liboath0 (2.6.1-1.3) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../289-libopts25_1%3a5.18.12-4_amd64.deb ... Unpacking libopts25:amd64 (1:5.18.12-4) ... Selecting previously unselected package libpcl1:amd64. Preparing to unpack .../290-libpcl1_1.12-1_amd64.deb ... Unpacking libpcl1:amd64 (1.12-1) ... Selecting previously unselected package libpcsclite1:amd64. Preparing to unpack .../291-libpcsclite1_1.8.24-1_amd64.deb ... Unpacking libpcsclite1:amd64 (1.8.24-1) ... Selecting previously unselected package libpkcs11-helper1:amd64. Preparing to unpack .../292-libpkcs11-helper1_1.25.1-1_amd64.deb ... Unpacking libpkcs11-helper1:amd64 (1.25.1-1) ... Selecting previously unselected package libpolkit-gobject-1-0:amd64. Preparing to unpack .../293-libpolkit-gobject-1-0_0.105-25_amd64.deb ... Unpacking libpolkit-gobject-1-0:amd64 (0.105-25) ... Selecting previously unselected package libpolkit-agent-1-0:amd64. Preparing to unpack .../294-libpolkit-agent-1-0_0.105-25_amd64.deb ... Unpacking libpolkit-agent-1-0:amd64 (0.105-25) ... Selecting previously unselected package libpolkit-backend-1-0:amd64. Preparing to unpack .../295-libpolkit-backend-1-0_0.105-25_amd64.deb ... Unpacking libpolkit-backend-1-0:amd64 (0.105-25) ... Selecting previously unselected package libqmi-glib5:amd64. Preparing to unpack .../296-libqmi-glib5_1.26.10-0.1~bpo10+1_amd64.deb ... Unpacking libqmi-glib5:amd64 (1.26.10-0.1~bpo10+1) ... Selecting previously unselected package libqmi-proxy. Preparing to unpack .../297-libqmi-proxy_1.26.10-0.1~bpo10+1_amd64.deb ... Unpacking libqmi-proxy (1.26.10-0.1~bpo10+1) ... Selecting previously unselected package libqmi-utils. Preparing to unpack .../298-libqmi-utils_1.22.0-1.2_amd64.deb ... Unpacking libqmi-utils (1.22.0-1.2) ... Selecting previously unselected package libqrencode4:amd64. Preparing to unpack .../299-libqrencode4_4.0.2-1_amd64.deb ... Unpacking libqrencode4:amd64 (4.0.2-1) ... Selecting previously unselected package libradcli4. Preparing to unpack .../300-libradcli4_1.2.6-4_amd64.deb ... Unpacking libradcli4 (1.2.6-4) ... Selecting previously unselected package libsnmp-perl. Preparing to unpack .../301-libsnmp-perl_5.7.3+dfsg-5+deb10u2_amd64.deb ... Unpacking libsnmp-perl (5.7.3+dfsg-5+deb10u2) ... Selecting previously unselected package libstrongswan-extra-plugins. Preparing to unpack .../302-libstrongswan-extra-plugins_5.7.2-2+vyos1.3_amd64.deb ... Unpacking libstrongswan-extra-plugins (5.7.2-2+vyos1.3) ... Selecting previously unselected package libstrongswan-standard-plugins. Preparing to unpack .../303-libstrongswan-standard-plugins_5.7.2-2+vyos1.3_amd64.deb ... Unpacking libstrongswan-standard-plugins (5.7.2-2+vyos1.3) ... Selecting previously unselected package libswitch-perl. Preparing to unpack .../304-libswitch-perl_2.17-2_all.deb ... Unpacking libswitch-perl (2.17-2) ... Selecting previously unselected package libtalloc2:amd64. Preparing to unpack .../305-libtalloc2_2.1.14-2_amd64.deb ... Unpacking libtalloc2:amd64 (2.1.14-2) ... Selecting previously unselected package libtree-simple-perl. Preparing to unpack .../306-libtree-simple-perl_1.33-1_all.deb ... Unpacking libtree-simple-perl (1.33-1) ... Selecting previously unselected package liburi-perl. Preparing to unpack .../307-liburi-perl_1.76-1_all.deb ... Unpacking liburi-perl (1.76-1) ... Selecting previously unselected package libutempter0:amd64. Preparing to unpack .../308-libutempter0_1.1.6-3_amd64.deb ... Unpacking libutempter0:amd64 (1.1.6-3) ... Selecting previously unselected package libxml-namespacesupport-perl. Preparing to unpack .../309-libxml-namespacesupport-perl_1.12-1_all.deb ... Unpacking libxml-namespacesupport-perl (1.12-1) ... Selecting previously unselected package libxml-sax-base-perl. Preparing to unpack .../310-libxml-sax-base-perl_1.09-1_all.deb ... Unpacking libxml-sax-base-perl (1.09-1) ... Selecting previously unselected package libxml-sax-perl. Preparing to unpack .../311-libxml-sax-perl_1.00+dfsg-1_all.deb ... Unpacking libxml-sax-perl (1.00+dfsg-1) ... Selecting previously unselected package libxml-libxml-perl. Preparing to unpack .../312-libxml-libxml-perl_2.0134+dfsg-1_amd64.deb ... Unpacking libxml-libxml-perl (2.0134+dfsg-1) ... Selecting previously unselected package libxml-simple-perl. Preparing to unpack .../313-libxml-simple-perl_2.25-1_all.deb ... Unpacking libxml-simple-perl (2.25-1) ... Selecting previously unselected package libxmlsec1:amd64. Preparing to unpack .../314-libxmlsec1_1.2.27-2_amd64.deb ... Unpacking libxmlsec1:amd64 (1.2.27-2) ... Selecting previously unselected package libxmlsec1-openssl:amd64. Preparing to unpack .../315-libxmlsec1-openssl_1.2.27-2_amd64.deb ... Unpacking libxmlsec1-openssl:amd64 (1.2.27-2) ... Selecting previously unselected package linux-image-5.4.163-amd64-vyos. Preparing to unpack .../316-linux-image-5.4.163-amd64-vyos_5.4.163-1_amd64.deb ... Unpacking linux-image-5.4.163-amd64-vyos (5.4.163-1) ... Selecting previously unselected package live-boot-initramfs-tools. Preparing to unpack .../317-live-boot-initramfs-tools_1%3a20151213_all.deb ... Unpacking live-boot-initramfs-tools (1:20151213) ... Selecting previously unselected package live-boot. Preparing to unpack .../318-live-boot_1%3a20151213_all.deb ... Unpacking live-boot (1:20151213) ... Selecting previously unselected package live-config-systemd. Preparing to unpack .../319-live-config-systemd_5.20190519_all.deb ... Unpacking live-config-systemd (5.20190519) ... Selecting previously unselected package live-config. Preparing to unpack .../320-live-config_5.20190519_all.deb ... Unpacking live-config (5.20190519) ... Selecting previously unselected package lldpd. Preparing to unpack .../321-lldpd_1.0.3-1+b1_amd64.deb ... Unpacking lldpd (1.0.3-1+b1) ... Selecting previously unselected package lm-sensors. Preparing to unpack .../322-lm-sensors_1%3a3.5.0-3_amd64.deb ... Unpacking lm-sensors (1:3.5.0-3) ... Selecting previously unselected package localepurge. Preparing to unpack .../323-localepurge_0.7.3.5_all.deb ... Unpacking localepurge (0.7.3.5) ... Selecting previously unselected package lsb-release. Preparing to unpack .../324-lsb-release_10.2019051400_all.deb ... Unpacking lsb-release (10.2019051400) ... Selecting previously unselected package lsscsi. Preparing to unpack .../325-lsscsi_0.30-0.1_amd64.deb ... Unpacking lsscsi (0.30-0.1) ... Selecting previously unselected package mdns-repeater. Preparing to unpack .../326-mdns-repeater_1.3-1_amd64.deb ... Unpacking mdns-repeater (1.3-1) ... Selecting previously unselected package minicom. Preparing to unpack .../327-minicom_2.7.1-1+b1_amd64.deb ... Unpacking minicom (2.7.1-1+b1) ... Selecting previously unselected package modemmanager. Preparing to unpack .../328-modemmanager_1.14.12-0.1~bpo10+1_amd64.deb ... Unpacking modemmanager (1.14.12-0.1~bpo10+1) ... Selecting previously unselected package mtr-tiny. Preparing to unpack .../329-mtr-tiny_0.92-2_amd64.deb ... Unpacking mtr-tiny (0.92-2) ... Selecting previously unselected package ndisc6. Preparing to unpack .../330-ndisc6_1.0.4-1_amd64.deb ... Unpacking ndisc6 (1.0.4-1) ... Selecting previously unselected package netcat-openbsd. Preparing to unpack .../331-netcat-openbsd_1.195-2_amd64.deb ... Unpacking netcat-openbsd (1.195-2) ... Selecting previously unselected package netplug. Preparing to unpack .../332-netplug_1.2.9.2-3_amd64.deb ... Unpacking netplug (1.2.9.2-3) ... Selecting previously unselected package nfct. Preparing to unpack .../333-nfct_1%3a1.4.6-1_amd64.deb ... Unpacking nfct (1:1.4.6-1) ... Selecting previously unselected package nginx-light. Preparing to unpack .../334-nginx-light_1.14.2-2+deb10u4_amd64.deb ... Unpacking nginx-light (1.14.2-2+deb10u4) ... Selecting previously unselected package nmap-common. Preparing to unpack .../335-nmap-common_7.70+dfsg1-6+deb10u2_all.deb ... Unpacking nmap-common (7.70+dfsg1-6+deb10u2) ... Selecting previously unselected package nmap. Preparing to unpack .../336-nmap_7.70+dfsg1-6+deb10u2_amd64.deb ... Unpacking nmap (7.70+dfsg1-6+deb10u2) ... Selecting previously unselected package ntp. Preparing to unpack .../337-ntp_1%3a4.2.8p12+dfsg-4_amd64.deb ... Unpacking ntp (1:4.2.8p12+dfsg-4) ... Selecting previously unselected package ntpdate. Preparing to unpack .../338-ntpdate_1%3a4.2.8p12+dfsg-4_amd64.deb ... Unpacking ntpdate (1:4.2.8p12+dfsg-4) ... Selecting previously unselected package nvme-cli. Preparing to unpack .../339-nvme-cli_1.7-1_amd64.deb ... Unpacking nvme-cli (1.7-1) ... Selecting previously unselected package ssl-cert. Preparing to unpack .../340-ssl-cert_1.0.39_all.deb ... Unpacking ssl-cert (1.0.39) ... Selecting previously unselected package ocserv. Preparing to unpack .../341-ocserv_0.12.2-3_amd64.deb ... Unpacking ocserv (0.12.2-3) ... Selecting previously unselected package open-vm-tools. Preparing to unpack .../342-open-vm-tools_2%3a10.3.10-1+deb10u2_amd64.deb ... Unpacking open-vm-tools (2:10.3.10-1+deb10u2) ... Selecting previously unselected package openssh-sftp-server. Preparing to unpack .../343-openssh-sftp-server_1%3a7.9p1-10+deb10u2_amd64.deb ... Unpacking openssh-sftp-server (1:7.9p1-10+deb10u2) ... Selecting previously unselected package openssh-server. Preparing to unpack .../344-openssh-server_1%3a7.9p1-10+deb10u2_amd64.deb ... Unpacking openssh-server (1:7.9p1-10+deb10u2) ... Selecting previously unselected package openvpn. Preparing to unpack .../345-openvpn_2.5.1-2~bpo10+1_amd64.deb ... Unpacking openvpn (2.5.1-2~bpo10+1) ... Selecting previously unselected package openvpn-auth-ldap. Preparing to unpack .../346-openvpn-auth-ldap_2.0.3-6.1+b2_amd64.deb ... Unpacking openvpn-auth-ldap (2.0.3-6.1+b2) ... Selecting previously unselected package openvpn-auth-radius. Preparing to unpack .../347-openvpn-auth-radius_2.1-7_amd64.deb ... Unpacking openvpn-auth-radius (2.1-7) ... Selecting previously unselected package policykit-1. Preparing to unpack .../348-policykit-1_0.105-25_amd64.deb ... Unpacking policykit-1 (0.105-25) ... Selecting previously unselected package ppp. Preparing to unpack .../349-ppp_2.4.7-2+4.1+deb10u1_amd64.deb ... Unpacking ppp (2.4.7-2+4.1+deb10u1) ... Selecting previously unselected package pppoe. Preparing to unpack .../350-pppoe_3.12-1.2_amd64.deb ... Unpacking pppoe (3.12-1.2) ... Selecting previously unselected package puppet-agent. Preparing to unpack .../351-puppet-agent_6.25.1-1buster_amd64.deb ... Unpacking puppet-agent (6.25.1-1buster) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../352-python-apt-common_1.8.4.3_all.deb ... Unpacking python-apt-common (1.8.4.3) ... Selecting previously unselected package python3-apt. Preparing to unpack .../353-python3-apt_1.8.4.3_amd64.deb ... Unpacking python3-apt (1.8.4.3) ... Selecting previously unselected package python3-bcrypt. Preparing to unpack .../354-python3-bcrypt_3.1.6-1_amd64.deb ... Unpacking python3-bcrypt (3.1.6-1) ... Selecting previously unselected package python3-pyparsing. Preparing to unpack .../355-python3-pyparsing_2.2.0+dfsg1-2_all.deb ... Unpacking python3-pyparsing (2.2.0+dfsg1-2) ... Selecting previously unselected package python3-certbot-nginx. Preparing to unpack .../356-python3-certbot-nginx_0.31.0-1_all.deb ... Unpacking python3-certbot-nginx (0.31.0-1) ... Selecting previously unselected package python3-colorama. Preparing to unpack .../357-python3-colorama_0.3.7-1_all.deb ... Unpacking python3-colorama (0.3.7-1) ... Selecting previously unselected package python3-click. Preparing to unpack .../358-python3-click_7.0-1_all.deb ... Unpacking python3-click (7.0-1) ... Selecting previously unselected package python3-dateutil. Preparing to unpack .../359-python3-dateutil_2.7.3-3_all.deb ... Unpacking python3-dateutil (2.7.3-3) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../360-python3-dbus_1.2.8-3_amd64.deb ... Unpacking python3-dbus (1.2.8-3) ... Selecting previously unselected package python3-decorator. Preparing to unpack .../361-python3-decorator_4.3.0-1.1_all.deb ... Unpacking python3-decorator (4.3.0-1.1) ... Selecting previously unselected package python3-distro. Preparing to unpack .../362-python3-distro_1.3.0-1_all.deb ... Unpacking python3-distro (1.3.0-1) ... Selecting previously unselected package python3-itsdangerous. Preparing to unpack .../363-python3-itsdangerous_0.24+dfsg1-2_all.deb ... Unpacking python3-itsdangerous (0.24+dfsg1-2) ... Selecting previously unselected package python3-markupsafe. Preparing to unpack .../364-python3-markupsafe_1.1.0-1_amd64.deb ... Unpacking python3-markupsafe (1.1.0-1) ... Selecting previously unselected package python3-jinja2. Preparing to unpack .../365-python3-jinja2_2.10-2_all.deb ... Unpacking python3-jinja2 (2.10-2) ... Selecting previously unselected package python3-werkzeug. Preparing to unpack .../366-python3-werkzeug_0.14.1+dfsg1-4+deb10u1_all.deb ... Unpacking python3-werkzeug (0.14.1+dfsg1-4+deb10u1) ... Selecting previously unselected package python3-flask. Preparing to unpack .../367-python3-flask_1.0.2-3_all.deb ... Unpacking python3-flask (1.0.2-3) ... Selecting previously unselected package python3-gi. Preparing to unpack .../368-python3-gi_3.30.4-1_amd64.deb ... Unpacking python3-gi (3.30.4-1) ... Selecting previously unselected package python3-hurry.filesize. Preparing to unpack .../369-python3-hurry.filesize_0.9-2_all.deb ... Unpacking python3-hurry.filesize (0.9-2) ... Selecting previously unselected package python3-inotify. Preparing to unpack .../370-python3-inotify_0.2.10-1_all.deb ... Unpacking python3-inotify (0.2.10-1) ... Selecting previously unselected package python3-isc-dhcp-leases. Preparing to unpack .../371-python3-isc-dhcp-leases_0.9.1-1_all.deb ... Unpacking python3-isc-dhcp-leases (0.9.1-1) ... Selecting previously unselected package python3-jmespath. Preparing to unpack .../372-python3-jmespath_0.9.4-1_all.deb ... Unpacking python3-jmespath (0.9.4-1) ... Selecting previously unselected package python3-msgpack. Preparing to unpack .../373-python3-msgpack_0.5.6-1+b1_amd64.deb ... Unpacking python3-msgpack (0.5.6-1+b1) ... Selecting previously unselected package python3-nacl. Preparing to unpack .../374-python3-nacl_1.3.0-2_amd64.deb ... Unpacking python3-nacl (1.3.0-2) ... Selecting previously unselected package python3-netaddr. Preparing to unpack .../375-python3-netaddr_0.7.19-1_all.deb ... Unpacking python3-netaddr (0.7.19-1) ... Selecting previously unselected package python3-netifaces. Preparing to unpack .../376-python3-netifaces_0.10.4-1+b1_amd64.deb ... Unpacking python3-netifaces (0.10.4-1+b1) ... Selecting previously unselected package python3-pyasn1. Preparing to unpack .../377-python3-pyasn1_0.4.2-3_all.deb ... Unpacking python3-pyasn1 (0.4.2-3) ... Selecting previously unselected package python3-paramiko. Preparing to unpack .../378-python3-paramiko_2.4.2-0.1_all.deb ... Unpacking python3-paramiko (2.4.2-0.1) ... Selecting previously unselected package python3-psutil. Preparing to unpack .../379-python3-psutil_5.5.1-1_amd64.deb ... Unpacking python3-psutil (5.5.1-1) ... Selecting previously unselected package python3-pycryptodome. Preparing to unpack .../380-python3-pycryptodome_3.6.1-2+b1_amd64.deb ... Unpacking python3-pycryptodome (3.6.1-2+b1) ... Selecting previously unselected package python3-pystache. Preparing to unpack .../381-python3-pystache_0.5.4-6_all.deb ... Unpacking python3-pystache (0.5.4-6) ... Selecting previously unselected package python3-pyudev. Preparing to unpack .../382-python3-pyudev_0.21.0-1_all.deb ... Unpacking python3-pyudev (0.21.0-1) ... Selecting previously unselected package python3-systemd. Preparing to unpack .../383-python3-systemd_234-2+b1_amd64.deb ... Unpacking python3-systemd (234-2+b1) ... Selecting previously unselected package python3-tabulate. Preparing to unpack .../384-python3-tabulate_0.8.2-1_all.deb ... Unpacking python3-tabulate (0.8.2-1) ... Selecting previously unselected package python3-vici. Preparing to unpack .../385-python3-vici_5.7.2-1_all.deb ... Unpacking python3-vici (5.7.2-1) ... Selecting previously unselected package python3-voluptuous. Preparing to unpack .../386-python3-voluptuous_0.11.1-1_all.deb ... Unpacking python3-voluptuous (0.11.1-1) ... Selecting previously unselected package python3-waitress. Preparing to unpack .../387-python3-waitress_1.2.0~b2-2_all.deb ... Unpacking python3-waitress (1.2.0~b2-2) ... Selecting previously unselected package python3-xmltodict. Preparing to unpack .../388-python3-xmltodict_0.11.0-2_all.deb ... Unpacking python3-xmltodict (0.11.0-2) ... Selecting previously unselected package python3-yaml. Preparing to unpack .../389-python3-yaml_3.13-2_amd64.deb ... Unpacking python3-yaml (3.13-2) ... Selecting previously unselected package python3-zmq. Preparing to unpack .../390-python3-zmq_17.1.2-2+deb10u1_amd64.deb ... Unpacking python3-zmq (17.1.2-2+deb10u1) ... Selecting previously unselected package qrencode. Preparing to unpack .../391-qrencode_4.0.2-1_amd64.deb ... Unpacking qrencode (4.0.2-1) ... Selecting previously unselected package rsync. Preparing to unpack .../392-rsync_3.1.3-6_amd64.deb ... Unpacking rsync (3.1.3-6) ... Selecting previously unselected package salt-common. Preparing to unpack .../393-salt-common_3003.3+ds-1_all.deb ... Unpacking salt-common (3003.3+ds-1) ... Selecting previously unselected package salt-minion. Preparing to unpack .../394-salt-minion_3003.3+ds-1_all.deb ... Unpacking salt-minion (3003.3+ds-1) ... Selecting previously unselected package screen. Preparing to unpack .../395-screen_4.6.2-3+deb10u1_amd64.deb ... Unpacking screen (4.6.2-3+deb10u1) ... Selecting previously unselected package sipcalc. Preparing to unpack .../396-sipcalc_1.1.6-1_amd64.deb ... Unpacking sipcalc (1.1.6-1) ... Selecting previously unselected package smartmontools. Preparing to unpack .../397-smartmontools_6.6-1_amd64.deb ... Unpacking smartmontools (6.6-1) ... Selecting previously unselected package snmp. Preparing to unpack .../398-snmp_5.7.3+dfsg-5+deb10u2_amd64.deb ... Unpacking snmp (5.7.3+dfsg-5+deb10u2) ... Selecting previously unselected package snmpd. Preparing to unpack .../399-snmpd_5.7.3+dfsg-5+deb10u2_amd64.deb ... Unpacking snmpd (5.7.3+dfsg-5+deb10u2) ... Selecting previously unselected package socat. Preparing to unpack .../400-socat_1.7.3.2-2_amd64.deb ... Unpacking socat (1.7.3.2-2) ... Selecting previously unselected package squidclient. Preparing to unpack .../401-squidclient_4.6-1+deb10u6_amd64.deb ... Unpacking squidclient (4.6-1+deb10u6) ... Selecting previously unselected package squidguard. Preparing to unpack .../402-squidguard_1.6.0-1_amd64.deb ... Unpacking squidguard (1.6.0-1) ... Selecting previously unselected package strongswan. Preparing to unpack .../403-strongswan_5.7.2-2+vyos1.3_all.deb ... Unpacking strongswan (5.7.2-2+vyos1.3) ... Selecting previously unselected package strongswan-swanctl. Preparing to unpack .../404-strongswan-swanctl_5.7.2-2+vyos1.3_amd64.deb ... Unpacking strongswan-swanctl (5.7.2-2+vyos1.3) ... Selecting previously unselected package systemd-bootchart. Preparing to unpack .../405-systemd-bootchart_233-2_amd64.deb ... Unpacking systemd-bootchart (233-2) ... Selecting previously unselected package tcptraceroute. Preparing to unpack .../406-tcptraceroute_1.5beta7+debian-4+b2_amd64.deb ... Unpacking tcptraceroute (1.5beta7+debian-4+b2) ... Selecting previously unselected package tftpd-hpa. Preparing to unpack .../407-tftpd-hpa_5.2+20150808-1+b1_amd64.deb ... Unpacking tftpd-hpa (5.2+20150808-1+b1) ... Selecting previously unselected package virt-what. Preparing to unpack .../408-virt-what_1.19-1_amd64.deb ... Unpacking virt-what (1.19-1) ... Selecting previously unselected package tuned. Preparing to unpack .../409-tuned_2.10.0-1_all.deb ... Unpacking tuned (2.10.0-1) ... Selecting previously unselected package udp-broadcast-relay. Preparing to unpack .../410-udp-broadcast-relay_1.3-1_amd64.deb ... Unpacking udp-broadcast-relay (1.3-1) ... Selecting previously unselected package libjim0.77:amd64. Preparing to unpack .../411-libjim0.77_0.77+dfsg0-3_amd64.deb ... Unpacking libjim0.77:amd64 (0.77+dfsg0-3) ... Selecting previously unselected package usb-modeswitch-data. Preparing to unpack .../412-usb-modeswitch-data_20170806-2_all.deb ... Unpacking usb-modeswitch-data (20170806-2) ... Selecting previously unselected package usb-modeswitch. Preparing to unpack .../413-usb-modeswitch_2.5.2+repack0-2_amd64.deb ... Unpacking usb-modeswitch (2.5.2+repack0-2) ... Selecting previously unselected package usb.ids. Preparing to unpack .../414-usb.ids_2019.07.27-0+deb10u1_all.deb ... Unpacking usb.ids (2019.07.27-0+deb10u1) ... Selecting previously unselected package usbutils. Preparing to unpack .../415-usbutils_1%3a010-3_amd64.deb ... Unpacking usbutils (1:010-3) ... Selecting previously unselected package vyos-xe-guest-utilities. Preparing to unpack .../416-vyos-xe-guest-utilities_7.13.0+vyos1.3_amd64.deb ... Unpacking vyos-xe-guest-utilities (7.13.0+vyos1.3) ... Selecting previously unselected package whois. Preparing to unpack .../417-whois_5.4.3_amd64.deb ... Unpacking whois (5.4.3) ... Selecting previously unselected package wireguard-modules. Preparing to unpack .../418-wireguard-modules_1.0.20201112-1~bpo10+1_all.deb ... Unpacking wireguard-modules (1.0.20201112-1~bpo10+1) ... Selecting previously unselected package wireguard-tools. Preparing to unpack .../419-wireguard-tools_1.0.20210223-1~bpo10+1_amd64.deb ... Unpacking wireguard-tools (1.0.20210223-1~bpo10+1) ... Selecting previously unselected package wpasupplicant. Preparing to unpack .../420-wpasupplicant_2%3a2.7+git20190128+0c1e29f-6+deb10u3_amd64.deb ... Unpacking wpasupplicant (2:2.7+git20190128+0c1e29f-6+deb10u3) ... Selecting previously unselected package xsltproc. Preparing to unpack .../421-xsltproc_1.1.32-2.2~deb10u1_amd64.deb ... Unpacking xsltproc (1.1.32-2.2~deb10u1) ... Selecting previously unselected package hvinfo. Preparing to unpack .../422-hvinfo_1.2.0_amd64.deb ... Unpacking hvinfo (1.2.0) ... Selecting previously unselected package ipaddrcheck. Preparing to unpack .../423-ipaddrcheck_1.2_amd64.deb ... Unpacking ipaddrcheck (1.2) ... Selecting previously unselected package radius-shell. Preparing to unpack .../424-radius-shell_1.5.0-cl3u1_amd64.deb ... Unpacking radius-shell (1.5.0-cl3u1) ... Selecting previously unselected package libpam-radius-auth. Preparing to unpack .../425-libpam-radius-auth_1.5.0-cl3u1_amd64.deb ... Unpacking libpam-radius-auth (1.5.0-cl3u1) ... Selecting previously unselected package libvyosconfig0. Preparing to unpack .../426-libvyosconfig0_1.3-1_amd64.deb ... Unpacking libvyosconfig0 (1.3-1) ... Selecting previously unselected package minisign. Preparing to unpack .../427-minisign_0.9_amd64.deb ... Unpacking minisign (0.9) ... Selecting previously unselected package pdns-recursor. Preparing to unpack .../428-pdns-recursor_4.5.7-1pdns.buster_amd64.deb ... Unpacking pdns-recursor (4.5.7-1pdns.buster) ... Selecting previously unselected package telegraf. Preparing to unpack .../429-telegraf_1.16.2-1_amd64.deb ... Unpacking telegraf (1.16.2-1) ... Selecting previously unselected package vyatta-cfg-firewall. Preparing to unpack .../430-vyatta-cfg-firewall_1.3-1_all.deb ... Unpacking vyatta-cfg-firewall (1.3-1) ... Selecting previously unselected package vyatta-cfg-qos. Preparing to unpack .../431-vyatta-cfg-qos_1.3-1_all.deb ... Unpacking vyatta-cfg-qos (1.3-1) ... Selecting previously unselected package vyatta-cfg-quagga. Preparing to unpack .../432-vyatta-cfg-quagga_1.3-1_all.deb ... Unpacking vyatta-cfg-quagga (1.3-1) ... Selecting previously unselected package vyatta-cfg-vpn. Preparing to unpack .../433-vyatta-cfg-vpn_1.3-1_all.deb ... Unpacking vyatta-cfg-vpn (1.3-1) ... Selecting previously unselected package vyatta-op. Preparing to unpack .../434-vyatta-op_1.3-1_all.deb ... Unpacking vyatta-op (1.3-1) ... Selecting previously unselected package vyatta-cluster. Preparing to unpack .../435-vyatta-cluster_1.3-1_all.deb ... Unpacking vyatta-cluster (1.3-1) ... Selecting previously unselected package vyatta-config-mgmt. Preparing to unpack .../436-vyatta-config-mgmt_1.3-1_all.deb ... Unpacking vyatta-config-mgmt (1.3-1) ... Selecting previously unselected package vyatta-conntrack. Preparing to unpack .../437-vyatta-conntrack_1.3-1_amd64.deb ... Unpacking vyatta-conntrack (1.3-1) ... Selecting previously unselected package vyatta-nat. Preparing to unpack .../438-vyatta-nat_1.3.0_all.deb ... Unpacking vyatta-nat (1.3.0) ... Selecting previously unselected package vyatta-op-firewall. Preparing to unpack .../439-vyatta-op-firewall_1.3-1_all.deb ... Unpacking vyatta-op-firewall (1.3-1) ... Selecting previously unselected package vyatta-op-qos. Preparing to unpack .../440-vyatta-op-qos_1.3-1_all.deb ... Unpacking vyatta-op-qos (1.3-1) ... Selecting previously unselected package vyatta-op-vpn. Preparing to unpack .../441-vyatta-op-vpn_1.3-1_all.deb ... Unpacking vyatta-op-vpn (1.3-1) ... Selecting previously unselected package vyatta-wanloadbalance. Preparing to unpack .../442-vyatta-wanloadbalance_1.3-1_amd64.deb ... Unpacking vyatta-wanloadbalance (1.3-1) ... Selecting previously unselected package vyatta-zone. Preparing to unpack .../443-vyatta-zone_0.15+vyos2+current1_all.deb ... Unpacking vyatta-zone (0.15+vyos2+current1) ... Selecting previously unselected package vyos-utils. Preparing to unpack .../444-vyos-utils_1.3-2_amd64.deb ... Unpacking vyos-utils (1.3-2) ... Selecting previously unselected package vyos-1x. Preparing to unpack .../445-vyos-1x_1.3dev0-3417-gaae53dad_amd64.deb ... Unpacking vyos-1x (1.3dev0-3417-gaae53dad) ... Selecting previously unselected package vyos-1x-vmware. Preparing to unpack .../446-vyos-1x-vmware_1.3dev0-3417-gaae53dad_amd64.deb ... Unpacking vyos-1x-vmware (1.3dev0-3417-gaae53dad) ... Selecting previously unselected package vyos-intel-qat. Preparing to unpack .../447-vyos-intel-qat_1.7.l.4.9.0-00008-0_amd64.deb ... Unpacking vyos-intel-qat (1.7.l.4.9.0-00008-0) ... Selecting previously unselected package vyos-linux-firmware. Preparing to unpack .../448-vyos-linux-firmware_20201218_all.deb ... Unpacking vyos-linux-firmware (20201218) ... Selecting previously unselected package vyos-opennhrp. Preparing to unpack .../449-vyos-opennhrp_0.14.1-vyos1.3_amd64.deb ... Unpacking vyos-opennhrp (0.14.1-vyos1.3) ... Selecting previously unselected package vyos-nhrp. Preparing to unpack .../450-vyos-nhrp_1.3-1_all.deb ... Unpacking vyos-nhrp (1.3-1) ... Selecting previously unselected package vyos-user-utils. Preparing to unpack .../451-vyos-user-utils_1.3.0-1_all.deb ... Unpacking vyos-user-utils (1.3.0-1) ... Selecting previously unselected package vyos-world. Preparing to unpack .../452-vyos-world_1.3-1_all.deb ... Unpacking vyos-world (1.3-1) ... Setting up python3-pkg-resources (40.8.0-1) ... Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ... Setting up smartmontools (6.6-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/smartd.service → /lib/systemd/system/smartd.service. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up liblog4cpp5v5:amd64 (1.1.3-1) ... Setting up cpio (2.12+dfsg-9) ... update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode Setting up libboost-program-options1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up libndpi2.6:amd64 (2.6-3) ... Setting up liblmdb0:amd64 (0.9.22-1) ... Setting up python3-configargparse (0.13.0-1) ... Setting up libvyosconfig0 (1.3-1) ... Setting up libxapian30:amd64 (1.4.11-1) ... Setting up libcidr0:amd64 (1.2.3-3) ... Setting up ipaddrcheck (1.2) ... Setting up udp-broadcast-relay (1.3-1) ... Setting up mysql-common (5.8+1.0.5) ... update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode Setting up beep (1.4.3-2) ... Setting up librabbitmq4:amd64 (0.9.0-0.2) ... Setting up linux-image-5.4.163-amd64-vyos (5.4.163-1) ... Setting up systemd-sysv (241-7~deb10u8) ... Setting up libxau6:amd64 (1:1.0.8-1+b2) ... Setting up net-tools (1.60+git20180626.aebd88e-1) ... Setting up libkeyutils1:amd64 (1.6-6) ... Setting up libip6tc0:amd64 (1.8.2-4) ... Setting up libc-l10n (2.28-10) ... Setting up libpsl5:amd64 (0.20.2-2) ... Setting up nvme-cli (1.7-1) ... Setting up python3-waitress (1.2.0~b2-2) ... update-alternatives: using /usr/bin/waitress-serve-python3 to provide /usr/bin/waitress-serve (waitress-serve) in auto mode Setting up libsodium23:amd64 (1.0.17-1) ... Setting up linux-base (4.6) ... Setting up sipcalc (1.1.6-1) ... Setting up gnustep-common (2.7.0-4) ... Setting up liblockfile-bin (1.14-1.1) ... Setting up whois (5.4.3) ... Setting up liboath0 (2.6.1-1.3) ... Setting up libqrencode4:amd64 (4.0.2-1) ... Setting up traceroute (1:2.1.0-2) ... update-alternatives: using /usr/bin/traceroute.db to provide /usr/bin/traceroute (traceroute) in auto mode update-alternatives: using /usr/bin/traceroute6.db to provide /usr/bin/traceroute6 (traceroute6) in auto mode update-alternatives: using /usr/bin/lft.db to provide /usr/bin/lft (lft) in auto mode update-alternatives: using /usr/bin/traceproto.db to provide /usr/bin/traceproto (traceproto) in auto mode update-alternatives: using /usr/sbin/tcptraceroute.db to provide /usr/sbin/tcptraceroute (tcptraceroute) in auto mode Setting up ruby-power-assert (1.1.1-1) ... Setting up python3-vici (5.7.2-1) ... Setting up libmagic-mgc (1:5.35-4+deb10u2) ... Setting up python3-colorama (0.3.7-1) ... Setting up gawk (1:4.2.1+dfsg-1) ... Setting up vyatta-bash (4.1.48+vyos1.3) ... Setting up psmisc (23.2-1+deb10u1) ... Setting up python3-zope.event (4.2.0-1) ... Setting up python3-zope.interface (4.3.2-1+b2) ... Setting up libgc1c2:amd64 (1:7.6.4-0.4) ... Setting up libtommath1:amd64 (1.1.0-3) ... Setting up libyaml-0-2:amd64 (0.2.1-1) ... Setting up libglib2.0-0:amd64 (2.58.3-2+deb10u3) ... No schema files found: doing nothing. Setting up distro-info-data (0.41+deb10u4) ... Setting up htop (2.2.0-1+b1) ... Setting up conserver-client (8.2.6-1~bpo10+1) ... Setting up libestr0:amd64 (0.1.10-2.1) ... Setting up libsnmp-base (5.7.3+dfsg-5+deb10u2) ... Setting up libfastjson4:amd64 (0.99.8-2) ... Setting up libmaxminddb0:amd64 (1.3.2-1+deb10u1) ... Setting up libev4:amd64 (1:4.25-1) ... Setting up python3-pycryptodome (3.6.1-2+b1) ... Setting up libprocps7:amd64 (2:3.3.15-2) ... Setting up libfstrm0:amd64 (0.4.0-1) ... Setting up wireless-regdb (2016.06.10-1) ... Setting up startpar (0.61-1) ... Setting up libmspack0:amd64 (0.10.1-1) ... Setting up qemu-guest-agent (1:3.1+dfsg-8+deb10u8) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up dosfstools (4.1-2) ... Setting up libnorm1:amd64 (1.5.8+dfsg2-1) ... Setting up installation-report (2.71) ... Setting up wireguard-modules (1.0.20201112-1~bpo10+1) ... Setting up libsensors-config (1:3.5.0-3) ... Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... Setting up libmagic1:amd64 (1:5.35-4+deb10u2) ... Setting up libstrongswan (5.7.2-2+vyos1.3) ... Setting up less (487-0.1+b1) ... Setting up perl-openssl-defaults:amd64 (3) ... Setting up mdns-repeater (1.3-1) ... Setting up python3-tabulate (0.8.2-1) ... Setting up gettext-base (0.19.8.1-9) ... Setting up nginx-common (1.14.2-2+deb10u4) ... Created symlink /etc/systemd/system/multi-user.target.wants/nginx.service → /lib/systemd/system/nginx.service. Setting up m4 (1.4.18-2) ... Setting up radvd (1:2.17-2) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up python3-itsdangerous (0.24+dfsg1-2) ... Setting up python3-yaml (3.13-2) ... Setting up liblzo2-2:amd64 (2.10-0.1) ... Setting up atop (2.4.0-3) ... ls: cannot access '/var/log/atop/atop_*': No such file or directory Created symlink /etc/systemd/system/multi-user.target.wants/atop.service → /lib/systemd/system/atop.service. Created symlink /etc/systemd/system/multi-user.target.wants/atopacct.service → /lib/systemd/system/atopacct.service. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libobjc4:amd64 (8.3.0-6) ... Setting up hdparm (9.58+ds-1) ... Setting up rubygems-integration (1.11+deb10u1) ... Setting up libpcl1:amd64 (1.12-1) ... Setting up libc-ares2:amd64 (1.14.0-1+deb10u1) ... Setting up libboost-date-time1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up vyos-xe-guest-utilities (7.13.0+vyos1.3) ... Created symlink /etc/systemd/system/local-fs.target.wants/proc-xen.mount → /lib/systemd/system/proc-xen.mount. Setting up file (1:5.35-4+deb10u2) ... Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... Setting up kmod (26-1) ... Setting up python3-click (7.0-1) ... Setting up libfuse2:amd64 (2.9.9-1+deb10u1) ... Setting up iputils-arping (3:20180629-2+deb10u2) ... Setting up bzip2 (1.0.6-9.2~deb10u1) ... Setting up locales (2.28-10) ... Generating locales (this might take a while)... Generation complete. Setting up libopts25:amd64 (1:5.18.12-4) ... Setting up python3-markupsafe (1.1.0-1) ... Setting up squidguard (1.6.0-1) ... Starting with new config file /etc/squidguard/squidGuard.conf. No data files found in /var/lib/squidguard/db - exiting update-squidguard. Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... Setting up libpkcs11-helper1:amd64 (1.25.1-1) ... Setting up libicu63:amd64 (63.1-6+deb10u2) ... Setting up python3-psutil (5.5.1-1) ... Setting up squid-langpack (20190110-1) ... Setting up systemd-bootchart (233-2) ... Setting up python3-tz (2019.1-1) ... Setting up libjansson4:amd64 (2.12-1) ... Setting up minisign (0.9) ... Setting up libsnappy1v5:amd64 (1.1.7-1) ... Setting up accel-ppp (1.12.0-153-g51bd816) ... depmod: ERROR: could not open directory /lib/modules/4.19.0-18-amd64: No such file or directory depmod: FATAL: could not search modules: No such file or directory Setting up libkrb5support0:amd64 (1.17-3+deb10u3) ... Setting up dns-root-data (2019031302) ... Setting up libpython2.7-stdlib:amd64 (2.7.16-2+deb10u1) ... Setting up libcap2-bin (1:2.25-2) ... Setting up libnss-mapuser (1.1.0-cl3u1) ... Setting up libtalloc2:amd64 (2.1.14-2) ... Setting up vyos-http-api-tools (0.2.0-1) ... Setting up ruby-minitest (5.11.3-1) ... Setting up vyos-utils (1.3-2) ... Setting up mariadb-common (1:10.3.31-0+deb10u1) ... update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode Setting up python3-six (1.12.0-1) ... Setting up strongswan-starter (5.7.2-2+vyos1.3) ... Disabling opportunistic encryption (OE) in config file ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/strongswan.service → /lib/systemd/system/strongswan.service. Setting up vyos-linux-firmware (20201218) ... Setting up console-data (2:1.12-6) ... Setting up busybox (1:1.30.1-4) ... Setting up libklibc:amd64 (2.0.6-1+deb10u1) ... Setting up igmpproxy (0.2.1-1) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up python3-decorator (4.3.0-1.1) ... Setting up python3-xmltodict (0.11.0-2) ... Setting up iotop (0.6-24-g733f3f8-1) ... Setting up python3-jinja2 (2.10-2) ... Setting up python3-zope.hookable (4.0.4-4+b4) ... Setting up python3-chardet (3.0.4-3) ... Setting up python3-configobj (5.0.6-3) ... Setting up python3-pyparsing (2.2.0+dfsg1-2) ... Setting up iperf (2.0.12+dfsg1-2) ... Setting up ruby-test-unit (3.2.8-1) ... Setting up libpcap0.8:amd64 (1.8.1-6) ... Setting up libwrap0:amd64 (7.6.q-28) ... Setting up python3-certifi (2018.8.24-1) ... Setting up mtr-tiny (0.92-2) ... Setting up libx11-data (2:1.6.7-1+deb10u2) ... Setting up make (4.2.1-1.2) ... Setting up ssl-cert (1.0.39) ... Setting up ed (1.15-1) ... Setting up dialog (1.3-20190211-1) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... Setting up telegraf (1.16.2-1) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of restart. Setting up libradcli4 (1.2.6-4) ... Setting up libbson-1.0-0 (1.14.0-1) ... Setting up libsigc++-2.0-0v5:amd64 (2.10.1-2) ... Setting up aptitude-common (0.8.11-7) ... Setting up libiptc0:amd64 (1.8.2-4) ... Setting up python3-jmespath (0.9.4-1) ... Setting up libavahi-common-data:amd64 (0.7-4+deb10u1) ... Setting up socat (1.7.3.2-2) ... Setting up liblirc-client0:amd64 (0.10.1-6.3~deb10u1) ... Setting up gnustep-base-common (1.26.0-4+deb10u1) ... Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... Setting up ruby-net-telnet (0.1.1-2) ... Setting up dbus (1.12.20-0+deb10u1) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libquadmath0:amd64 (8.3.0-6) ... Setting up libluajit-5.1-common (2.1.0~beta3+dfsg-5.1) ... Setting up libpng16-16:amd64 (1.6.36-6) ... Setting up usb-modeswitch-data (20170806-2) ... Setting up libmnl0:amd64 (1.0.4-2) ... Setting up libatomic1:amd64 (8.3.0-6) ... Setting up udev (241-7~deb10u8) ... A chroot environment has been detected, udev not started. Setting up python3-idna (2.6-1) ... Setting up wireguard-tools (1.0.20210223-1~bpo10+1) ... Setting up usb.ids (2019.07.27-0+deb10u1) ... Setting up libnss-myhostname:amd64 (241-7~deb10u8) ... First installation detected... Checking NSS setup... Setting up sudo (1.8.27-1+deb10u3) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libmariadb3:amd64 (1:10.3.31-0+deb10u1) ... Setting up bgpq3 (0.1.35-1) ... Setting up lsscsi (0.30-0.1) ... Setting up libboost-iostreams1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up libhavege1:amd64 (1.9.1-7) ... Setting up libfl2:amd64 (2.6.4-6.2) ... Setting up libpcsclite1:amd64 (1.8.24-1) ... Setting up libsensors5:amd64 (1:3.5.0-3) ... Setting up libpcre2-8-0:amd64 (10.32-5) ... Setting up insserv (1.18.0-2) ... insserv: FATAL: service mountkernfs has to exists for service udev insserv: FATAL: service mountdevsubfs has to exists for service hwclock insserv: exiting now! Setting up libk5crypto3:amd64 (1.17-3+deb10u3) ... Setting up libxtables12:amd64 (1.8.2-4) ... Setting up libjim0.77:amd64 (0.77+dfsg0-3) ... Setting up tcptraceroute (1.5beta7+debian-4+b2) ... update-alternatives: renaming tcptraceroute link from /usr/sbin/tcptraceroute to /usr/bin/tcptraceroute update-alternatives: using /usr/bin/tcptraceroute.mt to provide /usr/bin/tcptraceroute (tcptraceroute) in auto mode Setting up libltdl7:amd64 (2.4.6-9) ... Setting up strongswan-libcharon (5.7.2-2+vyos1.3) ... Setting up bridge-utils (1.6-2) ... Setting up librdkafka1:amd64 (0.11.6-1.1) ... Setting up libgfortran5:amd64 (8.3.0-6) ... Setting up lsof (4.91+dfsg-1) ... Setting up libevent-2.1-6:amd64 (2.1.8-stable-4) ... Setting up python3-urllib3 (1.24.1-1) ... Setting up libisc-export1100:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Setting up liblognorm5:amd64 (2.0.5-1) ... Setting up libdumbnet1:amd64 (1.12-8) ... Setting up python3-netifaces (0.10.4-1+b1) ... Setting up libutempter0:amd64 (1.1.6-3) ... Setting up libnginx-mod-http-echo (1.14.2-2+deb10u4) ... Setting up nano (3.2-3) ... update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode Setting up libpci3:amd64 (1:3.5.2-1) ... Setting up minicom (2.7.1-1+b1) ... Setting up python3-inotify (0.2.10-1) ... Setting up libsctp1:amd64 (1.0.18+dfsg-1) ... Setting up libnetfilter-cthelper0:amd64 (1.0.0-1+b1) ... Setting up python-apt-common (1.8.4.3) ... Setting up nmap-common (7.70+dfsg1-6+deb10u2) ... Setting up sensible-utils (0.0.12) ... Setting up uuid-runtime (2.33.1-0.1) ... Adding group `uuidd' (GID 112) ... Done. Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory Adding system user `uuidd' (UID 107) ... Adding new user `uuidd' (UID 107) with group `uuidd' ... Not creating home directory `/run/uuidd'. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/sockets.target.wants/uuidd.socket → /lib/systemd/system/uuidd.socket. Setting up libmm-glib0:amd64 (1.14.12-0.1~bpo10+1) ... Setting up hyperv-daemons (4.19.208-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/hyperv-daemons.hv-fcopy-daemon.service → /lib/systemd/system/hyperv-daemons.hv-fcopy-daemon.service. Created symlink /etc/systemd/system/multi-user.target.wants/hyperv-daemons.hv-kvp-daemon.service → /lib/systemd/system/hyperv-daemons.hv-kvp-daemon.service. Created symlink /etc/systemd/system/multi-user.target.wants/hyperv-daemons.hv-vss-daemon.service → /lib/systemd/system/hyperv-daemons.hv-vss-daemon.service. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... Setting up liblua5.3-0:amd64 (5.3.3-1.1) ... Setting up procps (2:3.3.15-2) ... update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode insserv: FATAL: service mountkernfs has to be enabled to use service procps Setting up etherwake (1.09-4+b1) ... Setting up libconfuse-common (3.2.2+dfsg-1) ... Setting up python3-hurry.filesize (0.9-2) ... Setting up libnl-3-200:amd64 (3.4.0-1) ... Setting up libgeoip1:amd64 (1.6.12-1) ... Setting up strongswan-swanctl (5.7.2-2+vyos1.3) ... Setting up python3-pyasn1 (0.4.2-3) ... Setting up live-config-systemd (5.20190519) ... Created symlink /etc/systemd/system/basic.target.wants/live-config.service → /lib/systemd/system/live-config.service. Setting up libpam-systemd:amd64 (241-7~deb10u8) ... Setting up libefivar1:amd64 (37-2+deb10u1) ... Setting up sysv-rc (2.93-8) ... Setting up python3-dateutil (2.7.3-3) ... Setting up libgirepository-1.0-1:amd64 (1.58.3-2) ... Setting up kbd (2.0.4-4) ... Setting up libssh2-1:amd64 (1.8.0-2.1) ... Setting up netbase (5.6) ... Setting up libboost-atomic1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up grc (1.11.3-1) ... Setting up python3-msgpack (0.5.6-1+b1) ... Setting up libkrb5-3:amd64 (1.17-3+deb10u3) ... Setting up liblockfile1:amd64 (1.14-1.1) ... Setting up python3-voluptuous (0.11.1-1) ... Setting up libusb-1.0-0:amd64 (2:1.0.22-2) ... Setting up vyos-opennhrp (0.14.1-vyos1.3) ... Setting up libboost-context1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up libndp0:amd64 (1.6-1+b1) ... Setting up libjs-jquery (3.3.1~dfsg-3+deb10u1) ... Setting up dmidecode (3.2-1) ... Setting up libboost-system1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up ruby-did-you-mean (1.2.1-1) ... Setting up sharutils (1:4.15.2-4) ... Setting up lsb-release (10.2019051400) ... Setting up python3-pyudev (0.21.0-1) ... Setting up libipset11:amd64 (6.38-1.2) ... Setting up libconfuse2:amd64 (3.2.2+dfsg-1) ... Setting up python3-rfc3339 (1.1-1) ... Setting up klibc-utils (2.0.6-1+deb10u1) ... No diversion 'diversion of /usr/share/initramfs-tools/hooks/klibc to /usr/share/initramfs-tools/hooks/klibc^i-t by klibc-utils', none removed. Setting up libhttp-parser2.8:amd64 (2.8.1-1+deb10u1) ... Setting up libbsd0:amd64 (0.9.1-2+deb10u1) ... Setting up python3-lib2to3 (3.7.3-1) ... Setting up libdrm-common (2.4.97-1) ... Setting up libelf1:amd64 (0.176-1.1) ... Setting up libopenipmi0 (2.0.25-2.1) ... Setting up libpam-cap:amd64 (1:2.25-2) ... Setting up libdns-export1104 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Setting up libopenhpi3 (3.8.0-2) ... Setting up easy-rsa (3.0.6-1) ... Setting up iputils-ping (3:20180629-2+deb10u2) ... Setting up ruby-xmlrpc (0.3.0-2) ... Setting up python3-asn1crypto (0.24.0-1) ... Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... Setting up liblocale-gettext-perl (1.07-3+b4) ... Setting up python3-pystache (0.5.4-6) ... Setting up libgudev-1.0-0:amd64 (232-2) ... Setting up libpolkit-gobject-1-0:amd64 (0.105-25) ... Setting up puppet-agent (6.25.1-1buster) ... Setting up libmbim-glib4:amd64 (1.24.6-0.1~bpo10+1) ... Setting up mdadm (4.1-1) ... W: mdadm: failed to load MD subsystem. Generating mdadm.conf... done (failed to scan arrays; /proc probably not mounted). update-initramfs: deferring update (trigger activated) /usr/sbin/grub-probe: error: cannot find a device for / (is /dev mounted?). update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up dctrl-tools (2.24-3) ... Setting up python3-systemd (234-2+b1) ... Setting up python3-cffi-backend (1.12.2-1) ... Setting up libyang1 (1.0.225-1.1) ... Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3) ... Setting up tftpd-hpa (5.2+20150808-1+b1) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libgdbm6:amd64 (1.18.1-4) ... Setting up libpopt0:amd64 (1.16-12) ... Setting up laptop-detect (0.16) ... Setting up ethtool (1:4.19-1) ... Setting up nginx-light (1.14.2-2+deb10u4) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libhiredis0.14:amd64 (0.14.0-3) ... Setting up ncurses-term (6.1+20181013-2+deb10u2) ... Setting up libecap3:amd64 (1.0.1-3.2) ... Setting up libgnat-8:amd64 (8.3.0-6) ... Setting up squid-common (4.6-1+deb10u6) ... Setting up libnetfilter-log1:amd64 (1.0.1-1.1+b1) ... Setting up libtomcrypt1:amd64 (1.18.2-1) ... Setting up python3-distutils (3.7.3-1) ... Setting up logrotate (3.14.0-4) ... Created symlink /etc/systemd/system/timers.target.wants/logrotate.timer → /lib/systemd/system/logrotate.timer. Setting up vyos-intel-qat (1.7.l.4.9.0-00008-0) ... Setting up libcwidget3v5:amd64 (0.5.17-11) ... Setting up fuse (2.9.9-1+deb10u1) ... update-initramfs: deferring update (trigger activated) Setting up virt-what (1.19-1) ... Setting up tcpdump (4.9.3-1~deb10u2) ... Setting up haveged (1.9.1-7) ... Created symlink /etc/systemd/system/default.target.wants/haveged.service → /lib/systemd/system/haveged.service. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libxdmcp6:amd64 (1:1.1.2-3) ... Setting up sendmail-cf (8.15.2-14~deb10u1) ... Setting up python3-dbus (1.2.8-3) ... Setting up libxcb1:amd64 (1.13.1-2) ... Setting up libboost-regex1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up libboost-chrono1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up dropbear-bin (2018.76-5) ... Setting up telnet (0.17-41.2) ... update-alternatives: using /usr/bin/telnet.netkit to provide /usr/bin/telnet (telnet) in auto mode Setting up python3-setuptools (40.8.0-1) ... Setting up python3-distro (1.3.0-1) ... Setting up libnetfilter-cttimeout1 (1.0.0-2+b1) ... Setting up python2.7 (2.7.16-2+deb10u1) ... Setting up libboost-thread1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up libpython2-stdlib:amd64 (2.7.16-1) ... Setting up at (3.1.23-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/atd.service → /lib/systemd/system/atd.service. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up qrencode (4.0.2-1) ... Setting up python3-pbr (4.2.0-5) ... update-alternatives: using /usr/bin/python3-pbr to provide /usr/bin/pbr (pbr) in auto mode Setting up python3-apt (1.8.4.3) ... Setting up iproute2 (5.4.0-1~bpo10+1) ... Setting up vyatta-biosdevname (1:0.3.11+vyos1.3) ... Setting up libcharon-extra-plugins (5.7.2-2+vyos1.3) ... Setting up python3-bcrypt (3.1.6-1) ... Setting up libedit2:amd64 (3.1-20181209-1) ... Setting up iftop (1.0~pre4-6) ... Setting up conserver-server (8.2.6-1~bpo10+1) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/conserver-server.service → /lib/systemd/system/conserver-server.service. Setting up cron (3.0pl1-134+deb10u1) ... Adding group `crontab' (GID 114) ... Done. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/cron.service → /lib/systemd/system/cron.service. Setting up rsyslog (8.1901.0-1) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/syslog.service → /lib/systemd/system/rsyslog.service. Created symlink /etc/systemd/system/multi-user.target.wants/rsyslog.service → /lib/systemd/system/rsyslog.service. Setting up netcat-openbsd (1.195-2) ... update-alternatives: using /bin/nc.openbsd to provide /bin/nc (nc) in auto mode Setting up libavahi-common3:amd64 (0.7-4+deb10u1) ... Setting up libpolkit-backend-1-0:amd64 (0.105-25) ... Setting up libstrongswan-standard-plugins (5.7.2-2+vyos1.3) ... Setting up isc-dhcp-client (4.4.1-2+deb10u1) ... Setting up libpils2 (1.0.12-12) ... Setting up screen (4.6.2-3+deb10u1) ... Setting up libnftnl11:amd64 (1.1.7-1) ... Setting up libefiboot1:amd64 (37-2+deb10u1) ... Setting up libmbim-proxy (1.24.6-0.1~bpo10+1) ... Setting up libisc1100:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Setting up libndp-tools (1.6-1+b1) ... Setting up python2 (2.7.16-1) ... Setting up libluajit-5.1-2:amd64 (2.1.0~beta3+dfsg-5.1) ... Setting up usbutils (1:010-3) ... Setting up python3-isc-dhcp-leases (0.9.1-1) ... Setting up ntpdate (1:4.2.8p12+dfsg-4) ... Setting up python3-zope.component (4.3.0-1) ... Setting up live-config (5.20190519) ... Setting up libnl-route-3-200:amd64 (3.4.0-1) ... Setting up python3-mock (2.0.0-4) ... Setting up gdisk (1.0.3-1.1) ... Setting up dropbear-run (2018.76-5) ... Generating Dropbear DSS host key. Please wait. Generating 1024 bit dss key, this may take a while... 1024 SHA256:Yex0w5A/mNHp0whm5pvPBWRMiguidpMs43XUbYGN7oc root@runner-qs-5qnp9-project-36-concurrent-0 (DSA) +---[DSA 1024]----+ | =*.. | | .=O=B | | . ..o**%+o | | ...o. *=oB.. | |.+ * .o So + | |o = o Eo. . | | . .o . | | o | | | +----[SHA256]-----+ Generating Dropbear RSA host key. Please wait. Generating 2048 bit rsa key, this may take a while... 2048 SHA256:ThU+WNlBmlRkqYmGwpn5lgGZa9KrKVTH/esYWLtd0xY root@runner-qs-5qnp9-project-36-concurrent-0 (RSA) +---[RSA 2048]----+ | o +**o | | + =.=o | | o.*....*o | | ..Xoo.o.o. | | .o.+ =S E | | . . *o.. . . | |. o o o. .o o | |. o =.. o | | . o.o | +----[SHA256]-----+ Generating Dropbear ECDSA host key. Please wait. Generating 256 bit ecdsa key, this may take a while... 256 SHA256:mwQDgu73GG/FxXSSuZyAO+162j0Fs/705VJ0s+WI+Wc root@runner-qs-5qnp9-project-36-concurrent-0 (ECDSA) +---[ECDSA 256]---+ | .. . . o | |. . o . = . | |. = = = | | . o + O oo| |. + S + o.o=| | . o = + .o .o.| | . = o + .. ... | | . =...o. ..+ E| | ..o. .o. ..+ | +----[SHA256]-----+ OpenSSH appears to be installed. Setting /etc/default/dropbear so that Dropbear will not start by default. Edit this file to change this behaviour. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up bmon (1:4.0-5) ... Setting up libpython-stdlib:amd64 (2.7.16-1) ... Setting up mgetty (1.2.1-1) ... Setting up libblas3:amd64 (3.8.0-2) ... update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode Setting up libmongoc-1.0-0 (1.14.0-1) ... Setting up libfreetype6:amd64 (2.9.1-3+deb10u2) ... Setting up libisccfg-export163 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Setting up python3-werkzeug (0.14.1+dfsg1-4+deb10u1) ... Setting up libdbus-glib-1-2:amd64 (0.110-4) ... Setting up wide-dhcpv6-client (20080615-23) ... Generating /etc/wide-dhcpv6/dhcp6cctlkey... Generating /etc/default/wide-dhcpv6-client... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up python3-cryptography (2.6.1-3+deb10u2) ... Setting up ntp (1:4.2.8p12+dfsg-4) ... Created symlink /etc/systemd/system/multi-user.target.wants/ntp.service → /lib/systemd/system/ntp.service. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up liblwres161:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Setting up python3-requests (2.21.0-1) ... Setting up hvinfo (1.2.0) ... Setting up bsdmainutils (11.1.2+b1) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode Setting up libplumbgpl2 (1.0.12-12) ... Setting up lockfile-progs (0.1.18) ... Setting up libiperf0:amd64 (3.6-2) ... Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ... Setting up libnetfilter-queue1 (1.0.3-1) ... Setting up libgdbm-compat4:amd64 (1.18.1-4) ... Setting up ucf (3.0038+nmu1) ... Setting up gir1.2-glib-2.0:amd64 (1.58.3-2) ... Setting up fastnetmon (1.1.3+dfsg-8.1) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/fastnetmon.service → /lib/systemd/system/fastnetmon.service. Setting up pciutils (1:3.5.2-1) ... Setting up libssh-4:amd64 (0.8.7-1+deb10u1) ... Setting up libperl5.28:amd64 (5.28.1-6+deb10u1) ... Setting up aptitude (0.8.11-7) ... update-alternatives: using /usr/bin/aptitude-curses to provide /usr/bin/aptitude (aptitude) in auto mode Setting up ppp (2.4.7-2+4.1+deb10u1) ... Created symlink /etc/systemd/system/multi-user.target.wants/pppd-dns.service → /lib/systemd/system/pppd-dns.service. Setting up libparted2:amd64 (3.2-25) ... Setting up libdrm2:amd64 (2.4.97-1) ... Setting up liblinear3:amd64 (2.1.0+dfsg-4) ... Setting up libnetfilter-conntrack3:amd64 (1.0.8-1) ... Setting up libnl-genl-3-200:amd64 (3.4.0-1) ... Setting up libxslt1.1:amd64 (1.1.32-2.2~deb10u1) ... Setting up unionfs-fuse (1.0-1+b1) ... Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... Setting up libisccc161:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Setting up libpolkit-agent-1-0:amd64 (0.105-25) ... Setting up libx11-6:amd64 (2:1.6.7-1+deb10u2) ... Setting up libboost-filesystem1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up libstrongswan-extra-plugins (5.7.2-2+vyos1.3) ... Setting up strongswan-charon (5.7.2-2+vyos1.3) ... Setting up curl (7.64.0-4+deb10u2) ... Setting up usb-modeswitch (2.5.2+repack0-2) ... Setting up keyboard-configuration (1.193~deb10u1) ... Setting up libxmlsec1:amd64 (1.2.27-2) ... Setting up python3-future (0.16.0-1) ... update-alternatives: using /usr/bin/python3-futurize to provide /usr/bin/futurize (futurize) in auto mode update-alternatives: using /usr/bin/python3-pasteurize to provide /usr/bin/pasteurize (pasteurize) in auto mode Setting up iw (5.0.1-1) ... Setting up libxml2-utils (2.9.4+dfsg1-7+deb10u2) ... Setting up initramfs-tools-core (0.133+deb10u1) ... Setting up conntrackd (1:1.4.6-1) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. Setting up python (2.7.16-1) ... Setting up crda (3.18-1) ... Setting up policykit-1 (0.105-25) ... Setting up librtr0:amd64 (0.6.3-1) ... Setting up frr (7.5.1-20211118-00-g39e972612-0) ... Adding group `frrvty' (GID 116) ... Done. Adding group `frr' (GID 117) ... Done. Warning: The home dir /nonexistent you specified can't be accessed: No such file or directory Adding system user `frr' (UID 111) ... Adding new user `frr' (UID 111) with group `frr' ... Not creating home directory `/nonexistent'. Created symlink /etc/systemd/system/multi-user.target.wants/frr.service → /lib/systemd/system/frr.service. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up ocserv (0.12.2-3) ... Created symlink /etc/systemd/system/multi-user.target.wants/ocserv.service → /lib/systemd/system/ocserv.service. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libavahi-client3:amd64 (0.7-4+deb10u1) ... Setting up pdns-recursor (4.5.7-1pdns.buster) ... Adding group `pdns' (GID 118) ... Done. Adding system user `pdns' (UID 112) ... Adding new user `pdns' (UID 112) with group `pdns' ... Creating home directory `/var/spool/powerdns' ... Created symlink /etc/systemd/system/multi-user.target.wants/pdns-recursor.service → /lib/systemd/system/pdns-recursor.service. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up python3-nacl (1.3.0-2) ... Setting up rsync (3.1.3-6) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of restart. Created symlink /etc/systemd/system/multi-user.target.wants/rsync.service → /lib/systemd/system/rsync.service. Setting up libirs-export161 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Setting up netplug (1.2.9.2-3) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libdns1104:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Setting up efibootmgr (15-1) ... Setting up ipvsadm (1:1.29-1) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up isc-dhcp-relay (4.4.1-2+deb10u1) ... Generating /etc/default/isc-dhcp-relay... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libnftables1:amd64 (0.9.6-1) ... Setting up python3-requests-toolbelt (0.8.0-1) ... Setting up nftables (0.9.6-1) ... Setting up libzmq5:amd64 (4.3.1-4+deb10u2) ... Setting up openvpn (2.5.1-2~bpo10+1) ... Created symlink /etc/systemd/system/multi-user.target.wants/openvpn.service → /lib/systemd/system/openvpn.service. Setting up python3-parsedatetime (2.4-2) ... Setting up initramfs-tools (0.133+deb10u1) ... update-initramfs: deferring update (trigger activated) Setting up frr-rpki-rtrlib (7.5.1-20211118-00-g39e972612-0) ... Setting up libxmlsec1-openssl:amd64 (1.2.27-2) ... Setting up iperf3 (3.6-2) ... Setting up libplumb2 (1.0.12-12) ... Setting up iptables (1.8.2-4) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Setting up openssh-client (1:7.9p1-10+deb10u2) ... Setting up python3-openssl (19.0.0-1) ... Setting up python3-flask (1.0.2-3) ... Setting up libstonith1 (1.0.12-12) ... Setting up pppoe (3.12-1.2) ... Setting up xsltproc (1.1.32-2.2~deb10u1) ... Setting up libpq5:amd64 (11.14-0+deb10u1) ... Setting up libxext6:amd64 (2:1.3.3-1+b2) ... Setting up isc-dhcp-server (4.4.1-2+deb10u1) ... Generating /etc/default/isc-dhcp-server... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up parted (3.2-25) ... Setting up libqmi-glib5:amd64 (1.26.10-0.1~bpo10+1) ... Setting up libheartbeat2 (1:3.0.6-9) ... Setting up nmap (7.70+dfsg1-6+deb10u2) ... Setting up conntrack (1:1.4.6-1) ... Setting up frr-pythontools (7.5.1-20211118-00-g39e972612-0) ... Setting up pmacct (1.7.2-3) ... Setting up libsnmp30:amd64 (5.7.3+dfsg-5+deb10u2) ... Setting up grub-common (2.02+dfsg1-20+deb10u4) ... Setting up wpasupplicant (2:2.7+git20190128+0c1e29f-6+deb10u3) ... Created symlink /etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service → /lib/systemd/system/wpa_supplicant.service. Created symlink /etc/systemd/system/multi-user.target.wants/wpa_supplicant.service → /lib/systemd/system/wpa_supplicant.service. Setting up strongswan (5.7.2-2+vyos1.3) ... Setting up perl (5.28.1-6+deb10u1) ... Setting up libclass-data-inheritable-perl (0.08-3) ... Setting up hostapd (2:2.7+git20190128+0c1e29f-6+deb10u3) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/hostapd.service → /lib/systemd/system/hostapd.service. Setting up ipcalc (0.41-5) ... Setting up liblog-log4perl-perl (1.49-1) ... Setting up libswitch-perl (2.17-2) ... Setting up squidclient (4.6-1+deb10u6) ... Setting up libcrypt-openssl-bignum-perl (0.09-1+b1) ... Setting up libio-tiecombine-perl (1.005-1) ... Setting up libsocket6-perl (0.29-1+b1) ... Setting up python3-zmq (17.1.2-2+deb10u1) ... Setting up python3-gi (3.30.4-1) ... Setting up libxinerama1:amd64 (2:1.1.4-2) ... Setting up localepurge (0.7.3.5) ... Creating config file /etc/locale.nopurge with new version Setting up libb-hooks-op-check-perl (0.22-1+b1) ... Setting up libgnustep-base1.26 (1.26.0-4+deb10u1) ... Setting up libxosd2 (2.2.14-2.1+b1) ... Setting up liblrm2 (1.0.12-12) ... Setting up libsnmp-perl (5.7.3+dfsg-5+deb10u2) ... Setting up libparams-util-perl (1.07-3+b4) ... Setting up libdpkg-perl (1.19.7) ... Setting up libcapture-tiny-perl (0.48-1) ... Setting up lm-sensors (1:3.5.0-3) ... Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /lib/systemd/system/lm-sensors.service. Setting up libtimedate-perl (2.3000-2+deb10u1) ... Setting up python3-josepy (1.1.0-2) ... Setting up ieee-data (20180805.1) ... Setting up libcrypt-openssl-random-perl (0.15-1+b1) ... Setting up libparse-recdescent-perl (1.967015+dfsg-2) ... Setting up open-vm-tools (2:10.3.10-1+deb10u2) ... Running in chroot, ignoring request. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/open-vm-tools.service → /lib/systemd/system/open-vm-tools.service. Created symlink /etc/systemd/system/open-vm-tools.service.requires/vgauth.service → /lib/systemd/system/vgauth.service. Setting up libpath-tiny-perl (0.108-1) ... Setting up libjson-perl (4.02000-1) ... Setting up openvpn-auth-radius (2.1-7) ... Setting up console-setup-linux (1.193~deb10u1) ... Created symlink /etc/systemd/system/sysinit.target.wants/keyboard-setup.service → /lib/systemd/system/keyboard-setup.service. Created symlink /etc/systemd/system/multi-user.target.wants/console-setup.service → /lib/systemd/system/console-setup.service. insserv: FATAL: service mountkernfs has to be enabled to use service keyboard-setup.sh Setting up libdevel-stacktrace-perl (2.0300-1) ... Setting up libcrypt-openssl-rsa-perl (0.31-1+b1) ... Setting up libisccfg163:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Setting up libnetwork-ipv4addr-perl (0.10.ds-3) ... Setting up libsort-versions-perl (1.62-1) ... Setting up live-boot-initramfs-tools (1:20151213) ... update-initramfs: deferring update (trigger activated) Setting up libexporter-tiny-perl (1.002001-1) ... Setting up nfct (1:1.4.6-1) ... Setting up python3-paramiko (2.4.2-0.1) ... Setting up libterm-readkey-perl (2.38-1) ... Setting up ipset (6.38-1.2) ... Setting up grub-efi-amd64-bin (2.02+dfsg1-20+deb10u4) ... Setting up liburi-perl (1.76-1) ... Setting up libcarp-assert-perl (0.21-1) ... Setting up libdbi-perl:amd64 (1.642-1+deb10u2) ... Setting up frr-snmp (7.5.1-20211118-00-g39e972612-0) ... Setting up libnet-ssleay-perl (1.85-2+b1) ... Setting up libmodule-pluggable-perl (5.2-1) ... Setting up openssh-sftp-server (1:7.9p1-10+deb10u2) ... Setting up tuned (2.10.0-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/tuned.service → /lib/systemd/system/tuned.service. Setting up libfile-which-perl (1.23-1) ... Setting up squid (4.6-1+deb10u6) ... Setcap worked! /usr/lib/squid/pinger is not suid! Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of restart. Created symlink /etc/systemd/system/multi-user.target.wants/squid.service → /lib/systemd/system/squid.service. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libcarp-assert-more-perl (1.16-1) ... Setting up dropbear-initramfs (2018.76-5) ... Generating Dropbear DSS host key. Please wait. Generating 1024 bit dss key, this may take a while... 1024 SHA256:szH6vMjLVz+qgSF1pOkaTcmW19GwU5g0NnYXGj3CNqw root@runner-qs-5qnp9-project-36-concurrent-0 (DSA) +---[DSA 1024]----+ | ..OB+.o. | | . * +oBB+o | | X o +o.o . | | * o E. | | o + S | | + + =. | | . o o. . | | o +.. o | | =o=o.. . | +----[SHA256]-----+ Generating Dropbear RSA host key. Please wait. Generating 2048 bit rsa key, this may take a while... 2048 SHA256:2549zHibgWnEZnylHd1xynmKwgFtzXuLXq0/TMgy+GI root@runner-qs-5qnp9-project-36-concurrent-0 (RSA) +---[RSA 2048]----+ | .. o ..| | .o o. ++| | .. .* +| | + ..=.+ | | S X =o+o | | B B.oo..| | . *=+.o. | | E.+*o.o | | . +.+o .o| +----[SHA256]-----+ Generating Dropbear ECDSA host key. Please wait. Generating 256 bit ecdsa key, this may take a while... 256 SHA256:MwbklP8DWTDThUPf+q1+AIL4siTKg4L93Tp9KVwLCQo root@runner-qs-5qnp9-project-36-concurrent-0 (ECDSA) +---[ECDSA 256]---+ | o.++.o. | | +. o=. . | | oo + .. . | | E o.= . .. | | . . oS+ ... | | o o.+o+ ... | |.+ . o = o + ...| |+ = .o.+ + ..| |. o. oo.o .o. | +----[SHA256]-----+ Setting up libmouse-perl (2.5.6-1+b1) ... Setting up libpod-pom-perl (2.01-3) ... Setting up openssh-server (1:7.9p1-10+deb10u2) ... Creating config file /etc/ssh/sshd_config with new version Creating SSH2 RSA key; this may take some time ... 2048 SHA256:YZniFRbcisayHK1mxpWRI/rzFsr36Sg3yiCCasqd0gY root@runner-qs-5qnp9-project-36-concurrent-0 (RSA) Creating SSH2 ECDSA key; this may take some time ... 256 SHA256:nU0DmYByV+lxebe5/pN4SAti2m/x640n//0gunbJAnY root@runner-qs-5qnp9-project-36-concurrent-0 (ECDSA) Creating SSH2 ED25519 key; this may take some time ... 256 SHA256:xe/htPONwBvE3XXOBBXPjeqJHCag1K7YMOsfMzkw2VI root@runner-qs-5qnp9-project-36-concurrent-0 (ED25519) Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libwant-perl (0.29-1+b4) ... Setting up libdynaloader-functions-perl (0.003-1) ... Setting up keepalived (1:2.1.5-0.2~bpo10+1) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. Setting up grub2-common (2.02+dfsg1-20+deb10u4) ... Setting up libio-stringy-perl (2.111-3) ... Setting up liblist-moreutils-perl (0.416-1+b4) ... Setting up libfile-sync-perl (0.11-2+b6) ... Setting up libmath-bigint-perl (1.999816-1) ... Setting up libtry-tiny-perl (0.30-1) ... Setting up libbind9-161:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Setting up libxml-namespacesupport-perl (1.12-1) ... Setting up libclone-choose-perl (0.010-1) ... Setting up sendmail-base (8.15.2-14~deb10u1) ... adduser: Warning: The home directory `/var/lib/sendmail' does not belong to the user you are currently creating. Setting up libqmi-proxy (1.26.10-0.1~bpo10+1) ... Setting up snmp (5.7.3+dfsg-5+deb10u2) ... Setting up libexception-class-perl (1.44-1) ... Setting up libirs161:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Setting up ndisc6 (1.0.4-1) ... update-alternatives: using /usr/bin/rltraceroute6 to provide /usr/bin/traceroute6 (traceroute6) in auto mode Setting up snmpd (5.7.3+dfsg-5+deb10u2) ... adduser: Warning: The home directory `/var/lib/snmp' does not belong to the user you are currently creating. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/snmpd.service → /lib/systemd/system/snmpd.service. Setting up libmath-base85-perl (0.4+dfsg-1) ... Setting up lldpd (1.0.3-1+b1) ... Created symlink /etc/systemd/system/multi-user.target.wants/lldpd.service → /lib/systemd/system/lldpd.service. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libdevel-callchecker-perl (0.008-1) ... Setting up libyaml-perl (1.27-1) ... Setting up grub-pc-bin (2.02+dfsg1-20+deb10u4) ... Setting up libregexp-common-perl (2017060201-1) ... Setting up libnet-netmask-perl (1.9104-1) ... Setting up libsub-install-perl (0.928-1) ... Setting up live-boot (1:20151213) ... Setting up grub-pc (2.02+dfsg1-20+deb10u4) ... Creating config file /etc/default/grub with new version Setting up libtree-simple-perl (1.33-1) ... Setting up gnustep-base-runtime (1.26.0-4+deb10u1) ... Setting up libxml-sax-base-perl (1.09-1) ... Setting up libboolean-perl (0.46-1) ... Setting up libnetaddr-ip-perl (4.079+dfsg-1+b3) ... Setting up salt-common (3003.3+ds-1) ... Setting up dropbear (2018.76-5) ... Setting up cluster-glue (1.0.12-12) ... Adding group `haclient' (GID 125) ... Done. Warning: The home dir /var/lib/pacemaker you specified can't be accessed: No such file or directory Adding system user `hacluster' (UID 118) ... Adding new user `hacluster' (UID 118) with group `haclient' ... Not creating home directory `/var/lib/pacemaker'. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/logd.service → /lib/systemd/system/logd.service. Setting up python3-acme (0.31.0-2) ... Setting up libdata-optlist-perl (0.110-1) ... Setting up python3-certbot (0.31.0-1+deb10u1) ... Setting up libvyatta-cfg1 (1.3-1) ... Setting up grub2 (2.02+dfsg1-20+deb10u4) ... Setting up python3-netaddr (0.7.19-1) ... Setting up vyatta-cfg (1.3-1) ... Created symlink /etc/systemd/system/vyos.target.wants/vyos-router.service → /lib/systemd/system/vyos-router.service. Setting up certbot (0.31.0-1+deb10u1) ... Created symlink /etc/systemd/system/timers.target.wants/certbot.timer → /lib/systemd/system/certbot.timer. Setting up sendmail-bin (8.15.2-14~deb10u1) ... update-alternatives: using /usr/lib/sm.bin/sendmail to provide /usr/sbin/sendmail-mta (sendmail-mta) in auto mode update-alternatives: using /usr/lib/sm.bin/sendmail to provide /usr/sbin/sendmail-msp (sendmail-msp) in auto mode You are doing a new install, or have erased /etc/mail/sendmail.mc. If you've accidentaly erased /etc/mail/sendmail.mc, check /var/backups. I am creating a safe, default sendmail.mc for you and you can run sendmailconfig later if you need to change the defaults. Running in chroot, ignoring request. All runlevel operations denied by policy Stopping Mail Transport Agent (MTA): sendmail. Updating sendmail environment ... Validating configuration. Writing configuration to /etc/mail/sendmail.conf. Writing /etc/cron.d/sendmail. Could not open /etc/mail/databases(No such file or directory), creating it. Could not open /etc/mail/sendmail.mc(No such file or directory) Reading configuration from /etc/mail/sendmail.conf. Validating configuration. Writing configuration to /etc/mail/sendmail.conf. Writing /etc/cron.d/sendmail. Turning off Host Status collection Could not open /etc/mail/databases(No such file or directory), creating it. Reading configuration from /etc/mail/sendmail.conf. Validating configuration. Creating /etc/mail/databases... Checking filesystem, this may take some time - it will not hang! ... Done. Checking for installed MDAs... Adding link for newly extant program (mail.local) sasl2-bin not installed, not configuring sendmail support. To enable sendmail SASL2 support at a later date, invoke "/usr/share/sendmail/update_auth" Creating/Updating SSL(for TLS) information Creating /etc/mail/tls/starttls.m4... Creating SSL certificates for sendmail. Generating DSA parameters, 2048 bit long prime This could take some time ........+..+..........+....+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++* .............+.....+.....+....+......+...................+..........+..+......+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++* Generating RSA private key, 2048 bit long modulus (2 primes) ...+++++ ........................................................................................................................+++++ e is 65537 (0x010001) *** *** *** WARNING *** WARNING *** WARNING *** WARNING *** *** *** Everything you need to support STARTTLS (encrypted mail transmission and user authentication via certificates) is installed and configured but is *NOT* being used. To enable sendmail to use STARTTLS, you need to: 1) Add this line to /etc/mail/sendmail.mc and optionally to /etc/mail/submit.mc: include(`/etc/mail/tls/starttls.m4')dnl 2) Run sendmailconfig 3) Restart sendmail Updating /etc/hosts.allow, adding "sendmail: all". Please edit /etc/hosts.allow and check the rules location to make sure your security measures have not been overridden - it is common to move the sendmail:all line to the *end* of the file, so your more selective rules take precedence. Checking {sendmail,submit}.mc and related databases... Reading configuration from /etc/mail/sendmail.conf. Validating configuration. Creating /etc/mail/databases... Reading configuration from /etc/mail/sendmail.conf. Validating configuration. Creating /etc/mail/databases... Reading configuration from /etc/mail/sendmail.conf. Validating configuration. Creating /etc/mail/Makefile... Reading configuration from /etc/mail/sendmail.conf. Validating configuration. Writing configuration to /etc/mail/sendmail.conf. Writing /etc/cron.d/sendmail. Disabling HOST statistics file(/var/lib/sendmail/host_status). Creating /etc/mail/sendmail.cf... Creating /etc/mail/submit.cf... Informational: confCR_FILE file empty: /etc/mail/relay-domains Warning: confCT_FILE source file not found: /etc/mail/trusted-users it was created Informational: confCT_FILE file empty: /etc/mail/trusted-users Warning: confCW_FILE source file not found: /etc/mail/local-host-names it was created Warning: access_db source file not found: /etc/mail/access it was created Updating /etc/mail/access... Linking /etc/aliases to /etc/mail/aliases Informational: ALIAS_FILE file empty: /etc/mail/aliases Updating /etc/mail/aliases... WARNING: local host name (runner-qs-5qnp9-project-36-concurrent-0) is not qualified; see cf/README: WHO AM I? /etc/mail/aliases: 0 aliases, longest 0 bytes, 0 bytes total Warning: 3 database(s) sources were not found, (but were created) please investigate. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libmousex-strictconstructor-perl (0.02-2) ... Setting up vyatta-cfg-qos (1.3-1) ... Setting up modemmanager (1.14.12-0.1~bpo10+1) ... Created symlink /etc/systemd/system/dbus-org.freedesktop.ModemManager1.service → /lib/systemd/system/ModemManager.service. Created symlink /etc/systemd/system/multi-user.target.wants/ModemManager.service → /lib/systemd/system/ModemManager.service. Setting up libio-prompt-perl (0.997004-1) ... Setting up libfile-homedir-perl (1.004-1) ... Setting up bind9-host (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Setting up libqmi-utils (1.22.0-1.2) ... Setting up libnet-ipv6addr-perl (0.96-1) ... Setting up libio-socket-ssl-perl (2.060-3) ... Setting up libsub-exporter-perl (0.987-1) ... Setting up libdata-validate-ip-perl (0.27-1) ... Setting up libmousex-nativetraits-perl (1.09-2) ... Setting up vyatta-cfg-vpn (1.3-1) ... Setting up openvpn-auth-ldap (2.0.3-6.1+b2) ... Setting up ddclient (3.9.1-7) ... Created symlink /etc/systemd/system/multi-user.target.wants/ddclient.service → /lib/systemd/system/ddclient.service. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libparams-classify-perl (0.015-1+b1) ... Setting up python3-certbot-nginx (0.31.0-1) ... Setting up libhash-merge-perl (0.300-1) ... Setting up dnsutils (1:9.11.5.P4+dfsg-5.1+deb10u6) ... Setting up libxml-sax-perl (1.00+dfsg-1) ... update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version Setting up salt-minion (3003.3+ds-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/salt-minion.service → /lib/systemd/system/salt-minion.service. Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up resource-agents (1:4.2.0-2+deb10u2) ... Setting up libmodule-runtime-perl (0.016-1) ... Setting up libconfig-model-perl (2.133-1) ... Setting up libxml-libxml-perl (2.0134+dfsg-1) ... update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version Setting up libstring-rewriteprefix-perl (0.007-2) ... Setting up libconfig-model-lcdproc-perl (2.052-2) ... Setting up heartbeat (1:3.0.6-9) ... update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/heartbeat.service → /lib/systemd/system/heartbeat.service. Setting up libmodule-implementation-perl (0.09-1) ... Setting up libpackage-stash-perl (0.38-1) ... Setting up libclass-load-perl (0.25-1) ... Setting up libxml-simple-perl (2.25-1) ... Setting up libparams-validate-perl (1.29-1+b1) ... Setting up libgetopt-long-descriptive-perl (0.103-2) ... Setting up libapp-cmd-perl (0.331-1) ... Setting up cme (1.029-1) ... Setting up lcdproc (0.5.9-3) ... Running in chroot, ignoring request. Running in chroot, ignoring request. cme: warning: cannot determine CC system type, falling back to default (native compilation) Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up lcdproc-extra-drivers (0.5.9-3) ... Setting up tasksel (3.53) ... Setting up vyatta-cfg-system (1.3-1) ... Adding system user `tss' (UID 119) ... Adding new group `tss' (GID 126) ... Adding new user `tss' (UID 119) with group `tss' ... Creating home directory `/var/lib/tpm' ... Adding system user `openvpn' (UID 120) ... Adding new group `openvpn' (GID 127) ... Adding new user `openvpn' (UID 120) with group `openvpn' ... Creating home directory `/var/lib/openvpn' ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of restart. update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults Adding user radius_user to group frrvty Adding user radius_user to group vyattaop Adding user radius_user to group operator Adding user radius_user to group adm Adding user radius_user to group dip Adding user radius_user to group users Adding user radius_priv_user to group frrvty Adding user radius_priv_user to group vyattacfg Adding user radius_priv_user to group sudo Adding user radius_priv_user to group adm Adding user radius_priv_user to group dip Adding user radius_priv_user to group disk Adding user radius_priv_user to group users Setting up rake (12.3.1-3+deb10u1) ... Setting up tasksel-data (3.53) ... Setting up radius-shell (1.5.0-cl3u1) ... Setting up libpam-radius-auth (1.5.0-cl3u1) ... Setting up vyatta-cfg-firewall (1.3-1) ... Setting up vyatta-cfg-quagga (1.3-1) ... Setting up libruby2.5:amd64 (2.5.5-3+deb10u3) ... Setting up vyatta-op (1.3-1) ... Setting up vyos-1x (1.3dev0-3417-gaae53dad) ... Adding user minion to group frrvty Adding user minion to group sudo Adding user minion to group adm Adding user minion to group dip Adding user minion to group disk Adding user minion to group users Adding user dhcpd to group hostsd Setting up vyatta-op-vpn (1.3-1) ... Setting up vyatta-zone (0.15+vyos2+current1) ... Setting up vyatta-op-qos (1.3-1) ... Setting up vyos-1x-vmware (1.3dev0-3417-gaae53dad) ... Setting up vyatta-nat (1.3.0) ... Setting up vyos-nhrp (1.3-1) ... Setting up vyatta-op-firewall (1.3-1) ... Setting up vyatta-cluster (1.3-1) ... Setting up ruby2.5 (2.5.5-3+deb10u3) ... Setting up vyatta-conntrack (1.3-1) ... Setting up vyatta-wanloadbalance (1.3-1) ... Setting up vyatta-config-mgmt (1.3-1) ... Setting up vyos-world (1.3-1) ... Setting up ruby (1:2.5.1) ... Setting up ruby-curses (1.2.4-1+b1) ... Setting up irqtop (2.3-5) ... Setting up vyos-user-utils (1.3.0-1) ... Processing triggers for libc-bin (2.28-10) ... Processing triggers for systemd (241-7~deb10u8) ... Processing triggers for mime-support (3.62) ... Processing triggers for rsyslog (8.1901.0-1) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of try-restart. Processing triggers for initramfs-tools (0.133+deb10u1) ... Processing triggers for dbus (1.12.20-0+deb10u1) ... Reading package lists... Building dependency tree... Reading state information... [2021-12-02 10:04:26] lb chroot_package-lists live P: Begin queueing installation of package lists (live pass)... Reading package lists... Building dependency tree... Reading state information... [2021-12-02 10:04:28] lb chroot_install-packages live P: Begin installing packages (live pass)... Reading package lists... Building dependency tree... Reading state information... debconf is already the newest version (1.5.71+deb10u1). gnupg is already the newest version (2.2.12-1+deb10u1). gpgv is already the newest version (2.2.12-1+deb10u1). grub-pc is already the newest version (2.02+dfsg1-20+deb10u4). grub2 is already the newest version (2.02+dfsg1-20+deb10u4). hyperv-daemons is already the newest version (4.19.208-1). live-config is already the newest version (5.20190519). live-config-systemd is already the newest version (5.20190519). ncurses-term is already the newest version (6.1+20181013-2+deb10u2). qemu-guest-agent is already the newest version (1:3.1+dfsg-8+deb10u8). systemd-sysv is already the newest version (241-7~deb10u8). systemd-bootchart is already the newest version (233-2). puppet-agent is already the newest version (6.25.1-1buster). live-boot is already the newest version (1:20151213). telegraf is already the newest version (1.16.2-1). vyos-1x-vmware is already the newest version (1.3dev0-3417-gaae53dad). vyos-intel-qat is already the newest version (1.7.l.4.9.0-00008-0). vyos-linux-firmware is already the newest version (20201218). vyos-user-utils is already the newest version (1.3.0-1). vyos-world is already the newest version (1.3-1). vyos-xe-guest-utilities is already the newest version (7.13.0+vyos1.3). wireguard-modules is already the newest version (1.0.20201112-1~bpo10+1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... [2021-12-02 10:04:32] lb chroot_includes P: Begin copying chroot includes... P: Creating a tarball with files from includes.chroot... P: Extracting the tarball in the chroot... ./ ./usr/ ./usr/lib/ ./usr/lib/os-release ./usr/lib/openssh/ ./usr/lib/openssh/ssh-session-cleanup ./usr/share/ ./usr/share/vyos/ ./usr/share/vyos/version.json ./usr/share/vyos/keys/ ./usr/share/vyos/keys/vyos-release.pub.asc ./usr/share/vyos/keys/vyos-backup.minisign.pub ./usr/share/vyos/keys/vyos-release.minisign.pub ./etc/ ./etc/sudoers.d/ ./etc/sudoers.d/openvpn ./etc/c6xx_dev2.conf ./etc/netplug/ ./etc/netplug/netplug ./etc/netplug/netplugd.conf ./etc/dh895xcc_dev1.conf ./etc/d15xx_dev2.conf ./etc/dh895xcc_dev2.conf ./etc/login.defs ./etc/nsswitch.conf ./etc/c3xxx_dev1.conf ./etc/c3xxx_dev2.conf ./etc/dh895xcc_dev0.conf ./etc/c6xx_dev0.conf ./etc/initramfs-tools/ ./etc/initramfs-tools/hooks/ ./etc/initramfs-tools/hooks/10-vyos-addons ./etc/systemd/ ./etc/systemd/bootchart.conf ./etc/systemd/system/ ./etc/systemd/system/getty@tty1.service.d/ ./etc/systemd/system/getty@tty1.service.d/noclear.conf ./etc/systemd/journald.conf ./etc/systemd/system.conf ./etc/modprobe.d/ ./etc/modprobe.d/ixgbe-options.conf ./etc/modprobe.d/intel-qat-blacklist.conf ./etc/modules-load.d/ ./etc/modules-load.d/br-netfilter.conf ./etc/d15xx_dev0.conf ./etc/c6xx_dev1.conf ./etc/d15xx_dev1.conf ./etc/skel/ ./etc/skel/.profile ./etc/skel/.bashrc ./etc/c3xxx_dev0.conf ./opt/ ./opt/vyatta/ ./opt/vyatta/etc/ ./opt/vyatta/etc/install-image/ ./opt/vyatta/etc/install-image/postinst ./opt/vyatta/etc/config.boot.default ./opt/vyatta/etc/version ./opt/vyatta/etc/grub/ ./opt/vyatta/etc/grub/default-union-grub-entry ./lib/ ./lib/systemd/ ./lib/systemd/system/ ./lib/systemd/system/ssh-session-cleanup.service [2021-12-02 10:04:32] lb chroot_hooks P: Begin executing hooks... I: Set default locale update-alternatives: using /sbin/klogd.bb to provide /sbin/klogd (klogd) in auto mode update-alternatives: using /sbin/syslogd.bb to provide /sbin/syslogd (syslogd) in auto mode update-alternatives: using /usr/bin/adjtimex.bb to provide /usr/bin/adjtimex (adjtimex) in auto mode update-alternatives: using /usr/bin/ar.bb to provide /usr/bin/ar (ar) in auto mode update-alternatives: using /usr/bin/dc.bb to provide /usr/bin/dc (dc) in auto mode update-alternatives: using /usr/bin/dos2unix.bb to provide /usr/bin/dos2unix (dos2unix) in auto mode update-alternatives: using /usr/bin/dumpkmap.bb to provide /usr/bin/dumpkmap (dumpkmap) in auto mode update-alternatives: using /usr/bin/ftpget.bb to provide /usr/bin/ftpget (ftpget) in auto mode update-alternatives: using /usr/bin/ftpput.bb to provide /usr/bin/ftpput (ftpput) in auto mode update-alternatives: using /usr/bin/loadfont.bb to provide /usr/bin/loadfont (loadfont) in auto mode update-alternatives: using /usr/bin/loadkmap.bb to provide /usr/bin/loadkmap (loadkmap) in auto mode update-alternatives: using /usr/bin/logread.bb to provide /usr/bin/logread (logread) in auto mode update-alternatives: using /usr/bin/patch.bb to provide /usr/bin/patch (patch) in auto mode update-alternatives: using /usr/bin/rdate.bb to provide /usr/bin/rdate (rdate) in auto mode update-alternatives: using /usr/bin/rpm.bb to provide /usr/bin/rpm (rpm) in auto mode update-alternatives: using /usr/bin/rpm2cpio.bb to provide /usr/bin/rpm2cpio (rpm2cpio) in auto mode update-alternatives: using /usr/bin/strings.bb to provide /usr/bin/strings (strings) in auto mode update-alternatives: using /usr/bin/tftp.bb to provide /usr/bin/tftp (tftp) in auto mode update-alternatives: using /usr/bin/time.bb to provide /usr/bin/time (time) in auto mode update-alternatives: using /usr/bin/unix2dos.bb to provide /usr/bin/unix2dos (unix2dos) in auto mode update-alternatives: using /usr/bin/unzip.bb to provide /usr/bin/unzip (unzip) in auto mode update-alternatives: using /usr/bin/usleep.bb to provide /usr/bin/usleep (usleep) in auto mode update-alternatives: using /usr/bin/vi.bb to provide /usr/bin/vi (vi) in auto mode update-alternatives: using /usr/bin/wget.bb to provide /usr/bin/wget (wget) in auto mode update-alternatives: using /usr/sbin/dumpleases.bb to provide /usr/sbin/dumpleases (dumpleases) in auto mode update-alternatives: using /usr/sbin/httpd.bb to provide /usr/sbin/httpd (httpd) in auto mode update-alternatives: using /usr/sbin/udhcpc.bb to provide /usr/sbin/udhcpc (udhcpc) in auto mode update-alternatives: using /usr/sbin/udhcpd.bb to provide /usr/sbin/udhcpd (udhcpd) in auto mode update-alternatives: using /usr/sbin/watchdog.bb to provide /usr/sbin/watchdog (watchdog) in auto mode Reading package lists... Building dependency tree... Reading state information... Recommended packages: acpi-support-base The following NEW packages will be installed: acpid 0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded. Need to get 57.3 kB of archives. After this operation, 150 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 acpid amd64 1:2.0.31-1 [57.3 kB] Fetched 57.3 kB in 0s (713 kB/s) Selecting previously unselected package acpid. (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 ... 79663 files and directories currently installed.) Preparing to unpack .../acpid_1%3a2.0.31-1_amd64.deb ... Unpacking acpid (1:2.0.31-1) ... Setting up acpid (1:2.0.31-1) ... Running in chroot, ignoring request. All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Processing triggers for systemd (241-7~deb10u8) ... I: Create initramfs if it does not exist. update-initramfs: Generating /boot/initrd.img-5.4.163-amd64-vyos W: mkconf: MD subsystem is not loaded, thus I cannot scan for arrays. W: mdadm: failed to auto-generate the mdadm.conf file. W: mdadm: please read /usr/share/doc/mdadm/README.upgrading-2.5.3.gz . live-boot: core filesystems devices utils udev wget blockdev. I: Disabling services sendmail.service is not a native service, redirecting to systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable sendmail insserv: warning: current start runlevel(s) (empty) of script `sendmail' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `sendmail' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/smartd.service. Synchronizing state of isc-dhcp-server.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable isc-dhcp-server insserv: warning: current start runlevel(s) (empty) of script `isc-dhcp-server' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `isc-dhcp-server' overrides LSB defaults (0 1 6). Synchronizing state of isc-dhcp-relay.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable isc-dhcp-relay insserv: warning: current start runlevel(s) (empty) of script `isc-dhcp-relay' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `isc-dhcp-relay' overrides LSB defaults (0 1 6). Synchronizing state of nfacctd.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable nfacctd insserv: warning: current start runlevel(s) (empty) of script `nfacctd' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `nfacctd' overrides LSB defaults (0 1 6). Synchronizing state of pmacctd.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable pmacctd insserv: warning: current start runlevel(s) (empty) of script `pmacctd' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `pmacctd' overrides LSB defaults (0 1 6). Synchronizing state of sfacctd.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable sfacctd insserv: warning: current start runlevel(s) (empty) of script `sfacctd' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `sfacctd' overrides LSB defaults (0 1 6). Synchronizing state of uacctd.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable uacctd insserv: warning: current start runlevel(s) (empty) of script `uacctd' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `uacctd' overrides LSB defaults (0 1 6). Synchronizing state of ssh.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable ssh insserv: warning: current start runlevel(s) (empty) of script `ssh' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (2 3 4 5) of script `ssh' overrides LSB defaults (empty). Removed /etc/systemd/system/multi-user.target.wants/ssh.service. Removed /etc/systemd/system/sshd.service. Synchronizing state of openvpn.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable openvpn insserv: warning: current start runlevel(s) (empty) of script `openvpn' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `openvpn' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/openvpn.service. Synchronizing state of lldpd.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable lldpd insserv: warning: current start runlevel(s) (empty) of script `lldpd' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `lldpd' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/lldpd.service. Synchronizing state of LCDd.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable LCDd insserv: warning: current start runlevel(s) (empty) of script `LCDd' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `LCDd' overrides LSB defaults (0 1 6). insserv: warning: current start runlevel(s) (empty) of script `LCDd' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `LCDd' overrides LSB defaults (0 1 6). Synchronizing state of conntrackd.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable conntrackd insserv: warning: current start runlevel(s) (empty) of script `conntrackd' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `conntrackd' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/conntrackd.service. Invalid unit name "udp-broadcast-relay@*.service" was escaped as "udp-broadcast-relay@\x2a.service" (maybe you should use systemd-escape?) Synchronizing state of pdns-recursor.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable pdns-recursor insserv: warning: current start runlevel(s) (empty) of script `pdns-recursor' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `pdns-recursor' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/pdns-recursor.service. tftpd-hpa.service is not a native service, redirecting to systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable tftpd-hpa insserv: warning: current start runlevel(s) (empty) of script `tftpd-hpa' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `tftpd-hpa' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/strongswan.service. Synchronizing state of logd.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable logd insserv: warning: current start runlevel(s) (empty) of script `logd' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `logd' overrides LSB defaults (0 1 6). insserv: warning: current start runlevel(s) (empty) of script `logd' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `logd' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/logd.service. Synchronizing state of frr.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable frr insserv: warning: current start runlevel(s) (empty) of script `frr' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `frr' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/frr.service. Synchronizing state of salt-minion.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable salt-minion insserv: warning: current start runlevel(s) (empty) of script `salt-minion' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `salt-minion' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/salt-minion.service. Removed /etc/systemd/system/timers.target.wants/certbot.timer. Synchronizing state of nginx.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable nginx insserv: warning: current start runlevel(s) (empty) of script `nginx' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `nginx' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/nginx.service. Failed to disable unit, unit pacemaker.service does not exist. Failed to disable unit, unit corosync.service does not exist. Removed /etc/systemd/system/multi-user.target.wants/wpa_supplicant.service. Removed /etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service. Synchronizing state of squid.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable squid insserv: warning: current start runlevel(s) (empty) of script `squid' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `squid' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/squid.service. Synchronizing state of heartbeat.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable heartbeat insserv: warning: current start runlevel(s) (empty) of script `heartbeat' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `heartbeat' overrides LSB defaults (0 1 6). insserv: warning: current start runlevel(s) (empty) of script `heartbeat' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `heartbeat' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/heartbeat.service. Removed /etc/systemd/system/timers.target.wants/apt-daily.timer. Removed /etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer. Failed to disable unit, unit pcscd.service does not exist. Failed to disable unit, unit man-db.timer does not exist. Synchronizing state of ntp.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable ntp insserv: warning: current start runlevel(s) (empty) of script `ntp' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (2 3 4 5) of script `ntp' overrides LSB defaults (empty). Removed /etc/systemd/system/multi-user.target.wants/ntp.service. igmpproxy.service is not a native service, redirecting to systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable igmpproxy insserv: warning: current start runlevel(s) (empty) of script `igmpproxy' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `igmpproxy' overrides LSB defaults (0 1 6). Failed to disable unit, unit cryptsetup.service does not exist. Failed to disable unit, unit live-tools.service does not exist. wide-dhcpv6-client.service is not a native service, redirecting to systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable wide-dhcpv6-client insserv: warning: current start runlevel(s) (empty) of script `wide-dhcpv6-client' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `wide-dhcpv6-client' overrides LSB defaults (0 1 6). Synchronizing state of lm-sensors.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable lm-sensors insserv: warning: current start runlevel(s) (empty) of script `lm-sensors' overrides LSB defaults (S). insserv: warning: current stop runlevel(s) (S) of script `lm-sensors' overrides LSB defaults (empty). Removed /etc/systemd/system/multi-user.target.wants/lm-sensors.service. Synchronizing state of snmpd.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable snmpd insserv: warning: current start runlevel(s) (empty) of script `snmpd' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `snmpd' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/snmpd.service. Synchronizing state of conserver-server.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable conserver-server insserv: warning: current start runlevel(s) (empty) of script `conserver-server' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `conserver-server' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/conserver-server.service. dropbear.service is not a native service, redirecting to systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable dropbear insserv: warning: current start runlevel(s) (empty) of script `dropbear' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `dropbear' overrides LSB defaults (0 1 6). Synchronizing state of fastnetmon.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable fastnetmon insserv: warning: current start runlevel(s) (empty) of script `fastnetmon' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `fastnetmon' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/fastnetmon.service. Synchronizing state of ddclient.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable ddclient insserv: warning: current start runlevel(s) (empty) of script `ddclient' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `ddclient' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/ddclient.service. Synchronizing state of ocserv.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable ocserv insserv: warning: current start runlevel(s) (empty) of script `ocserv' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `ocserv' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/ocserv.service. Removed /etc/systemd/system/multi-user.target.wants/tuned.service. Synchronizing state of radvd.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable radvd insserv: warning: current start runlevel(s) (empty) of script `radvd' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `radvd' overrides LSB defaults (0 1 6). Synchronizing state of hostapd.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable hostapd insserv: warning: current start runlevel(s) (empty) of script `hostapd' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `hostapd' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/hostapd.service. Synchronizing state of keepalived.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable keepalived insserv: warning: current start runlevel(s) (empty) of script `keepalived' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `keepalived' overrides LSB defaults (0 1 6). Removed /etc/systemd/system/multi-user.target.wants/keepalived.service. ipvsadm.service is not a native service, redirecting to systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable ipvsadm insserv: warning: current start runlevel(s) (empty) of script `ipvsadm' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `ipvsadm' overrides LSB defaults (0 1 6). telegraf.service is not a native service, redirecting to systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable telegraf insserv: warning: current start runlevel(s) (empty) of script `telegraf' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `telegraf' overrides LSB defaults (0 1 6). I: Enabling services Created symlink /etc/systemd/system/multi-user.target.wants/ssh-session-cleanup.service → /lib/systemd/system/ssh-session-cleanup.service. Created symlink /etc/systemd/system/cloud-init-local.service.requires/vyos-hostsd.service → /lib/systemd/system/vyos-hostsd.service. Created symlink /etc/systemd/system/vyos-router.service.requires/vyos-hostsd.service → /lib/systemd/system/vyos-hostsd.service. Synchronizing state of acpid.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable acpid Created symlink /etc/systemd/system/multi-user.target.wants/acpid.service → /lib/systemd/system/acpid.service. Created symlink /etc/systemd/system/vyos.target.wants/vyos-configd.service → /lib/systemd/system/vyos-configd.service. I: Creating kernel symlinks. I: Create home directory on login. I: Enabling autoload MPLS modules I: Import GPG key gpg: directory '/root/.gnupg' created gpg: keybox '/root/.gnupg/pubring.kbx' created gpg: /root/.gnupg/trustdb.gpg: trustdb created gpg: key FD220285A0FE6D7E: public key "VyOS Maintainers (VyOS Release) " imported gpg: Total number processed: 1 gpg: imported: 1 localepurge: Disk space freed in /usr/share/locale: 61632 KiB localepurge: Disk space freed in /usr/share/man: 3960 KiB Total disk space freed by localepurge: 65592 KiB Reading package lists... Building dependency tree... Reading state information... Del iproute2 5.4.0-1~bpo10+1 [867 kB] Del pdns-recursor 4.5.7-1pdns.buster [2004 kB] Del vyatta-op 1.3-1 [72.6 kB] Del vyatta-cluster 1.3-1 [18.4 kB] Del vyatta-conntrack 1.3-1 [27.6 kB] Del wireguard-modules 1.0.20201112-1~bpo10+1 [89.5 kB] Del vyatta-cfg 1.3-1 [92.1 kB] Del vyos-utils 1.3-2 [455 kB] Del radius-shell 1.5.0-cl3u1 [10.2 kB] Del conntrack 1:1.4.6-1 [33.8 kB] Del libstrongswan 5.7.2-2+vyos1.3 [421 kB] Del python3-vici 5.7.2-1 [7288 B] Del vyos-linux-firmware 20201218 [36.7 MB] Del live-boot 1:20151213 [53.1 kB] Del libnftables1 0.9.6-1 [244 kB] Del vyatta-op-qos 1.3-1 [11.6 kB] Del telegraf 1.16.2-1 [22.0 MB] Del libvyosconfig0 1.3-1 [754 kB] Del vyatta-wanloadbalance 1.3-1 [79.4 kB] Del frr-rpki-rtrlib 7.5.1-20211118-00-g39e972612-0 [38.6 kB] Del linux-image-5.4.163-amd64-vyos 5.4.163-1 [20.7 MB] Del nftables 0.9.6-1 [66.8 kB] Del libnftnl11 1.1.7-1 [60.9 kB] Del vyos-nhrp 1.3-1 [9288 B] Del vyatta-cfg-firewall 1.3-1 [74.5 kB] Del vyatta-cfg-system 1.3-1 [398 kB] Del hvinfo 1.2.0 [21.2 kB] Del vyos-user-utils 1.3.0-1 [2028 B] Del minisign 0.9 [12.3 kB] Del accel-ppp 1.12.0-153-g51bd816 [478 kB] Del vyos-opennhrp 0.14.1-vyos1.3 [69.2 kB] Del vyatta-cfg-qos 1.3-1 [46.7 kB] Del vyatta-cfg-vpn 1.3-1 [45.4 kB] Del libstrongswan-extra-plugins 5.7.2-2+vyos1.3 [254 kB] Del mdns-repeater 1.3-1 [6148 B] Del strongswan-starter 5.7.2-2+vyos1.3 [228 kB] Del libyang1 1.0.225-1.1 [452 kB] Del live-boot-initramfs-tools 1:20151213 [30.1 kB] Del vyatta-biosdevname 1:0.3.11+vyos1.3 [20.0 kB] Del salt-minion 3003.3+ds-1 [28.5 kB] Del vyatta-config-mgmt 1.3-1 [12.0 kB] Del vyos-1x 1.3dev0-3417-gaae53dad [702 kB] Del vyatta-op-firewall 1.3-1 [19.5 kB] Del libnetfilter-conntrack3 1.0.8-1 [39.8 kB] Del libstrongswan-standard-plugins 5.7.2-2+vyos1.3 [141 kB] Del vyos-xe-guest-utilities 7.13.0+vyos1.3 [681 kB] Del strongswan-libcharon 5.7.2-2+vyos1.3 [312 kB] Del vyatta-op-vpn 1.3-1 [28.9 kB] Del vyatta-cfg-quagga 1.3-1 [126 kB] Del vyos-world 1.3-1 [2568 B] Del strongswan-charon 5.7.2-2+vyos1.3 [96.4 kB] Del vyatta-bash 4.1.48+vyos1.3 [658 kB] Del frr 7.5.1-20211118-00-g39e972612-0 [2677 kB] Del conntrackd 1:1.4.6-1 [129 kB] Del python3-inotify 0.2.10-1 [10.6 kB] Del libnss-mapuser 1.1.0-cl3u1 [16.9 kB] Del strongswan-swanctl 5.7.2-2+vyos1.3 [185 kB] Del udp-broadcast-relay 1.3-1 [6472 B] Del libcharon-extra-plugins 5.7.2-2+vyos1.3 [250 kB] Del vyos-1x-vmware 1.3dev0-3417-gaae53dad [3056 B] Del vyatta-zone 0.15+vyos2+current1 [12.2 kB] Del puppet-agent 6.25.1-1buster [21.8 MB] Del salt-common 3003.3+ds-1 [7136 kB] Del vyos-http-api-tools 0.2.0-1 [7732 kB] Del ddclient 3.9.1-7 [83.9 kB] Del frr-snmp 7.5.1-20211118-00-g39e972612-0 [56.3 kB] Del nfct 1:1.4.6-1 [15.6 kB] Del libvyatta-cfg1 1.3-1 [251 kB] Del ipaddrcheck 1.2 [9116 B] Del wide-dhcpv6-client 20080615-23 [99.1 kB] Del libpam-radius-auth 1.5.0-cl3u1 [28.1 kB] Del vyatta-nat 1.3.0 [24.5 kB] Del frr-pythontools 7.5.1-20211118-00-g39e972612-0 [40.6 kB] Del vyos-intel-qat 1.7.l.4.9.0-00008-0 [1993 kB] Del strongswan 5.7.2-2+vyos1.3 [93.0 kB] [2021-12-02 10:05:05] lb chroot_hacks P: Begin executing hacks... update-initramfs: Generating /boot/initrd.img-5.4.163-amd64-vyos W: mkconf: MD subsystem is not loaded, thus I cannot scan for arrays. W: mdadm: failed to auto-generate temporary mdadm.conf file. live-boot: core filesystems devices utils udev wget blockdev. [2021-12-02 10:05:19] lb chroot_interactive [2021-12-02 10:05:20] lb chroot_archives chroot remove P: Deconfiguring file /etc/apt/sources.list Get:1 http://deb.debian.org/debian buster InRelease [122 kB] Get:2 http://deb.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] Get:5 http://deb.debian.org/debian buster/main Sources [7837 kB] Get:6 http://deb.debian.org/debian buster/contrib Sources [42.5 kB] Get:7 http://deb.debian.org/debian buster/non-free Sources [85.8 kB] Get:8 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] Get:9 http://deb.debian.org/debian buster/main Translation-en [5968 kB] Get:10 http://deb.debian.org/debian buster/contrib amd64 Packages [50.1 kB] Get:11 http://deb.debian.org/debian buster/contrib Translation-en [44.2 kB] Get:12 http://deb.debian.org/debian buster/non-free amd64 Packages [87.7 kB] Get:13 http://deb.debian.org/debian buster/non-free Translation-en [88.8 kB] Get:14 http://deb.debian.org/debian-security buster/updates/non-free Sources [688 B] Get:15 http://deb.debian.org/debian-security buster/updates/main Sources [203 kB] Get:16 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [309 kB] Get:17 http://deb.debian.org/debian-security buster/updates/main Translation-en [163 kB] Get:18 http://deb.debian.org/debian-security buster/updates/non-free amd64 Packages [556 B] Get:19 http://deb.debian.org/debian-security buster/updates/non-free Translation-en [344 B] Get:20 http://deb.debian.org/debian buster-updates/main Sources [16.7 kB] Get:21 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] Get:22 http://deb.debian.org/debian buster-updates/main Translation-en [13.9 kB] Get:23 http://deb.debian.org/debian buster-backports/contrib Sources [4904 B] Get:24 http://deb.debian.org/debian buster-backports/main Sources [459 kB] Get:25 http://deb.debian.org/debian buster-backports/non-free Sources [8828 B] Get:26 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB] Get:27 http://deb.debian.org/debian buster-backports/main Translation-en [408 kB] Get:28 http://deb.debian.org/debian buster-backports/contrib amd64 Packages [9092 B] Get:29 http://deb.debian.org/debian buster-backports/contrib Translation-en [8044 B] Get:30 http://deb.debian.org/debian buster-backports/non-free amd64 Packages [34.1 kB] Get:31 http://deb.debian.org/debian buster-backports/non-free Translation-en [38.3 kB] Fetched 24.6 MB in 7s (3362 kB/s) Reading package lists... [2021-12-02 10:05:29] lb chroot_apt remove P: Deconfiguring file /etc/apt/apt.conf [2021-12-02 10:05:29] lb chroot_hostname remove P: Deconfiguring file /etc/hostname P: Deconfiguring file /bin/hostname [2021-12-02 10:05:29] lb chroot_resolv remove P: Deconfiguring file /etc/resolv.conf [2021-12-02 10:05:29] lb chroot_hosts remove P: Deconfiguring file /etc/hosts [2021-12-02 10:05:30] lb chroot_sysv-rc remove P: Deconfiguring file /usr/sbin/policy-rc.d [2021-12-02 10:05:30] lb chroot_tmpfs remove [2021-12-02 10:05:30] lb chroot_dpkg remove P: Deconfiguring file /sbin/start-stop-daemon [2021-12-02 10:05:30] lb chroot_debianchroot remove P: Deconfiguring file /etc/debian_chroot [2021-12-02 10:05:31] lb chroot_sysfs remove P: Begin unmounting /sys... [2021-12-02 10:05:31] lb chroot_selinuxfs remove P: Begin unmounting /sys/fs/selinux... [2021-12-02 10:05:31] lb chroot_proc remove P: Begin unmounting /proc... [2021-12-02 10:05:31] lb chroot_devpts remove P: Begin unmounting /dev/pts... [2021-12-02 10:05:32] lb chroot_cache save P: Begin unmounting filesystems... P: Saving caches... Reading package lists... Building dependency tree... Reading state information... [2021-12-02 10:05:36] lb installer P: Setting up cleanup function [2021-12-02 10:05:36] lb chroot_devpts install P: Begin mounting /dev/pts... [2021-12-02 10:05:36] lb chroot_proc install P: Begin mounting /proc... [2021-12-02 10:05:37] lb chroot_selinuxfs install [2021-12-02 10:05:37] lb chroot_sysfs install P: Begin mounting /sys... [2021-12-02 10:05:37] lb chroot_debianchroot install P: Configuring file /etc/debian_chroot [2021-12-02 10:05:37] lb chroot_dpkg install P: Configuring file /sbin/start-stop-daemon dpkg-divert: warning: diverting file '/sbin/start-stop-daemon' from an Essential package with rename is dangerous, use --no-rename [2021-12-02 10:05:38] lb chroot_tmpfs install [2021-12-02 10:05:38] lb chroot_sysv-rc install P: Configuring file /usr/sbin/policy-rc.d [2021-12-02 10:05:38] lb chroot_hosts install P: Configuring file /etc/hosts [2021-12-02 10:05:38] lb chroot_resolv install P: Configuring file /etc/resolv.conf [2021-12-02 10:05:39] lb chroot_hostname install P: Configuring file /etc/hostname P: Configuring file /bin/hostname dpkg-divert: warning: diverting file '/bin/hostname' from an Essential package with rename is dangerous, use --no-rename [2021-12-02 10:05:39] lb chroot_apt install P: Configuring file /etc/apt/apt.conf [2021-12-02 10:05:39] lb chroot_archives chroot install P: Configuring file /etc/apt/sources.list Get:1 http://repo.powerdns.com/debian buster-rec-45 InRelease [1796 B] Get:2 http://deb.debian.org/debian buster InRelease [122 kB] Get:3 http://deb.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:4 https://repo.saltproject.io/py3/debian/10/amd64/3003 buster InRelease [2848 B] Get:5 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Get:6 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] Get:7 http://deb.debian.org/debian bullseye InRelease [116 kB] Get:8 http://dev.packages.vyos.net/repositories/equuleus equuleus InRelease [4702 B] Get:9 https://apt.puppet.com buster InRelease [99.3 kB] Get:10 http://repo.powerdns.com/debian buster-rec-45/main amd64 Packages [842 B] Get:11 http://deb.debian.org/debian buster/main Sources [7837 kB] Get:12 http://deb.debian.org/debian buster/non-free Sources [85.8 kB] Get:13 http://deb.debian.org/debian buster/contrib Sources [42.5 kB] Get:14 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] Get:15 http://deb.debian.org/debian buster/main Translation-en [5968 kB] Get:16 http://deb.debian.org/debian buster/contrib amd64 Packages [50.1 kB] Get:17 http://deb.debian.org/debian buster/contrib Translation-en [44.2 kB] Get:18 http://deb.debian.org/debian buster/non-free amd64 Packages [87.7 kB] Get:19 http://deb.debian.org/debian buster/non-free Translation-en [88.8 kB] Get:20 http://deb.debian.org/debian-security buster/updates/non-free Sources [688 B] Get:21 http://deb.debian.org/debian-security buster/updates/main Sources [203 kB] Get:22 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [309 kB] Get:23 http://deb.debian.org/debian-security buster/updates/main Translation-en [163 kB] Get:24 http://deb.debian.org/debian-security buster/updates/non-free amd64 Packages [556 B] Get:25 http://deb.debian.org/debian-security buster/updates/non-free Translation-en [344 B] Get:26 https://repo.saltproject.io/py3/debian/10/amd64/3003 buster/main amd64 Packages [2911 B] Get:27 http://deb.debian.org/debian buster-updates/main Sources [16.7 kB] Get:28 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] Get:29 http://deb.debian.org/debian buster-updates/main Translation-en [13.9 kB] Get:30 http://deb.debian.org/debian buster-backports/contrib Sources [4904 B] Get:31 http://deb.debian.org/debian buster-backports/main Sources [459 kB] Get:32 http://deb.debian.org/debian buster-backports/non-free Sources [8828 B] Get:33 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB] Get:34 http://deb.debian.org/debian buster-backports/main Translation-en [408 kB] Get:35 http://deb.debian.org/debian buster-backports/contrib amd64 Packages [9092 B] Get:36 http://deb.debian.org/debian buster-backports/contrib Translation-en [8044 B] Get:37 http://deb.debian.org/debian buster-backports/non-free amd64 Packages [34.1 kB] Get:38 http://deb.debian.org/debian buster-backports/non-free Translation-en [38.3 kB] Get:39 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] Get:40 http://deb.debian.org/debian bullseye/main Translation-en [6241 kB] Get:41 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 Packages [48.3 kB] Get:42 https://apt.puppet.com buster/puppet6 all Packages [14.8 kB] Get:43 https://apt.puppet.com buster/puppet6 amd64 Packages [164 kB] Fetched 39.5 MB in 13s (3058 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... debian-archive-keyring is already the newest version (2019.1+deb10u1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Hit:1 http://deb.debian.org/debian buster InRelease Hit:2 http://deb.debian.org/debian-security buster/updates InRelease Hit:3 http://repo.powerdns.com/debian buster-rec-45 InRelease Hit:4 http://deb.debian.org/debian buster-updates InRelease Hit:5 http://deb.debian.org/debian buster-backports InRelease Hit:6 http://deb.debian.org/debian bullseye InRelease Hit:7 https://repo.saltproject.io/py3/debian/10/amd64/3003 buster InRelease Hit:8 http://dev.packages.vyos.net/repositories/equuleus equuleus InRelease Hit:9 https://apt.puppet.com buster InRelease Reading package lists... Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... [2021-12-02 10:06:06] lb installer_debian-installer [2021-12-02 10:06:06] lb installer_preseed [2021-12-02 10:06:06] lb chroot_archives chroot remove P: Deconfiguring file /etc/apt/sources.list Get:1 http://deb.debian.org/debian buster InRelease [122 kB] Get:2 http://deb.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] Get:5 http://deb.debian.org/debian buster/contrib Sources [42.5 kB] Get:6 http://deb.debian.org/debian buster/non-free Sources [85.8 kB] Get:7 http://deb.debian.org/debian buster/main Sources [7837 kB] Get:8 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] Get:9 http://deb.debian.org/debian buster/main Translation-en [5968 kB] Get:10 http://deb.debian.org/debian buster/contrib amd64 Packages [50.1 kB] Get:11 http://deb.debian.org/debian buster/contrib Translation-en [44.2 kB] Get:12 http://deb.debian.org/debian buster/non-free amd64 Packages [87.7 kB] Get:13 http://deb.debian.org/debian buster/non-free Translation-en [88.8 kB] Get:14 http://deb.debian.org/debian-security buster/updates/non-free Sources [688 B] Get:15 http://deb.debian.org/debian-security buster/updates/main Sources [203 kB] Get:16 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [309 kB] Get:17 http://deb.debian.org/debian-security buster/updates/main Translation-en [163 kB] Get:18 http://deb.debian.org/debian-security buster/updates/non-free amd64 Packages [556 B] Get:19 http://deb.debian.org/debian-security buster/updates/non-free Translation-en [344 B] Get:20 http://deb.debian.org/debian buster-updates/main Sources [16.7 kB] Get:21 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] Get:22 http://deb.debian.org/debian buster-updates/main Translation-en [13.9 kB] Get:23 http://deb.debian.org/debian buster-backports/contrib Sources [4904 B] Get:24 http://deb.debian.org/debian buster-backports/non-free Sources [8828 B] Get:25 http://deb.debian.org/debian buster-backports/main Sources [459 kB] Get:26 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB] Get:27 http://deb.debian.org/debian buster-backports/main Translation-en [408 kB] Get:28 http://deb.debian.org/debian buster-backports/contrib amd64 Packages [9092 B] Get:29 http://deb.debian.org/debian buster-backports/contrib Translation-en [8044 B] Get:30 http://deb.debian.org/debian buster-backports/non-free amd64 Packages [34.1 kB] Get:31 http://deb.debian.org/debian buster-backports/non-free Translation-en [38.3 kB] Fetched 24.6 MB in 6s (3890 kB/s) Reading package lists... [2021-12-02 10:06:14] lb chroot_apt remove P: Deconfiguring file /etc/apt/apt.conf [2021-12-02 10:06:14] lb chroot_hostname remove P: Deconfiguring file /etc/hostname P: Deconfiguring file /bin/hostname [2021-12-02 10:06:15] lb chroot_resolv remove P: Deconfiguring file /etc/resolv.conf [2021-12-02 10:06:15] lb chroot_hosts remove P: Deconfiguring file /etc/hosts [2021-12-02 10:06:15] lb chroot_sysv-rc remove P: Deconfiguring file /usr/sbin/policy-rc.d [2021-12-02 10:06:15] lb chroot_tmpfs remove [2021-12-02 10:06:15] lb chroot_dpkg remove P: Deconfiguring file /sbin/start-stop-daemon [2021-12-02 10:06:16] lb chroot_debianchroot remove P: Deconfiguring file /etc/debian_chroot [2021-12-02 10:06:16] lb chroot_sysfs remove P: Begin unmounting /sys... [2021-12-02 10:06:16] lb chroot_selinuxfs remove P: Begin unmounting /sys/fs/selinux... [2021-12-02 10:06:16] lb chroot_proc remove P: Begin unmounting /proc... [2021-12-02 10:06:16] lb chroot_devpts remove P: Begin unmounting /dev/pts... P: Begin unmounting filesystems... P: Saving caches... Reading package lists... Building dependency tree... Reading state information... [2021-12-02 10:06:18] lb binary P: Setting up cleanup function [2021-12-02 10:06:19] lb binary_chroot P: Begin copying chroot... P: This may take a while. [2021-12-02 10:06:24] lb chroot_devpts install P: Begin mounting /dev/pts... [2021-12-02 10:06:24] lb chroot_proc install P: Begin mounting /proc... [2021-12-02 10:06:24] lb chroot_selinuxfs install [2021-12-02 10:06:25] lb chroot_sysfs install P: Begin mounting /sys... [2021-12-02 10:06:25] lb chroot_hosts install P: Configuring file /etc/hosts [2021-12-02 10:06:25] lb chroot_resolv install P: Configuring file /etc/resolv.conf [2021-12-02 10:06:25] lb chroot_hostname install P: Configuring file /etc/hostname P: Configuring file /bin/hostname dpkg-divert: warning: diverting file '/bin/hostname' from an Essential package with rename is dangerous, use --no-rename [2021-12-02 10:06:26] lb chroot_sysv-rc install P: Configuring file /usr/sbin/policy-rc.d [2021-12-02 10:06:26] lb chroot_apt install-binary P: Configuring file /etc/apt/apt.conf [2021-12-02 10:06:26] lb chroot_archives chroot install P: Configuring file /etc/apt/sources.list Hit:1 http://deb.debian.org/debian buster InRelease Get:2 http://repo.powerdns.com/debian buster-rec-45 InRelease [1796 B] Get:3 http://deb.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:4 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Get:5 https://repo.saltproject.io/py3/debian/10/amd64/3003 buster InRelease [2848 B] Get:6 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] Get:7 http://deb.debian.org/debian bullseye InRelease [116 kB] Get:8 http://dev.packages.vyos.net/repositories/equuleus equuleus InRelease [4702 B] Get:9 http://deb.debian.org/debian buster/non-free Sources [85.8 kB] Get:10 http://deb.debian.org/debian buster/main Sources [7837 kB] Get:11 https://apt.puppet.com buster InRelease [99.3 kB] Get:12 http://repo.powerdns.com/debian buster-rec-45/main amd64 Packages [842 B] Get:13 http://deb.debian.org/debian buster/contrib Sources [42.5 kB] Get:14 http://deb.debian.org/debian buster/main Translation-en [5968 kB] Get:15 http://deb.debian.org/debian buster/contrib Translation-en [44.2 kB] Get:16 http://deb.debian.org/debian buster/non-free Translation-en [88.8 kB] Get:17 http://deb.debian.org/debian-security buster/updates/non-free Sources [688 B] Get:18 http://deb.debian.org/debian-security buster/updates/main Sources [203 kB] Get:19 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [309 kB] Get:20 http://deb.debian.org/debian-security buster/updates/main Translation-en [163 kB] Get:21 http://deb.debian.org/debian-security buster/updates/non-free amd64 Packages [556 B] Get:22 http://deb.debian.org/debian-security buster/updates/non-free Translation-en [344 B] Get:23 https://repo.saltproject.io/py3/debian/10/amd64/3003 buster/main amd64 Packages [2911 B] Get:24 http://deb.debian.org/debian buster-updates/main Sources [16.7 kB] Get:25 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] Get:26 http://deb.debian.org/debian buster-updates/main Translation-en [13.9 kB] Get:27 http://deb.debian.org/debian buster-backports/non-free Sources [8828 B] Get:28 http://deb.debian.org/debian buster-backports/contrib Sources [4904 B] Get:29 http://deb.debian.org/debian buster-backports/main Sources [459 kB] Get:30 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB] Get:31 http://deb.debian.org/debian buster-backports/main Translation-en [408 kB] Get:32 http://deb.debian.org/debian buster-backports/contrib amd64 Packages [9092 B] Get:33 http://deb.debian.org/debian buster-backports/contrib Translation-en [8044 B] Get:34 http://deb.debian.org/debian buster-backports/non-free amd64 Packages [34.1 kB] Get:35 http://deb.debian.org/debian buster-backports/non-free Translation-en [38.3 kB] Get:36 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] Get:37 http://deb.debian.org/debian bullseye/main Translation-en [6241 kB] Get:38 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 Packages [48.3 kB] Get:39 https://apt.puppet.com buster/puppet6 amd64 Packages [164 kB] Get:40 https://apt.puppet.com buster/puppet6 all Packages [14.8 kB] Fetched 31.3 MB in 10s (3170 kB/s) Reading package lists... Reading package lists... Building dependency tree... debian-archive-keyring is already the newest version (2019.1+deb10u1). 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. Hit:1 http://deb.debian.org/debian buster InRelease Hit:2 http://repo.powerdns.com/debian buster-rec-45 InRelease Hit:3 http://deb.debian.org/debian-security buster/updates InRelease Hit:4 http://deb.debian.org/debian buster-updates InRelease Hit:5 http://deb.debian.org/debian buster-backports InRelease Hit:6 http://deb.debian.org/debian bullseye InRelease Hit:7 https://repo.saltproject.io/py3/debian/10/amd64/3003 buster InRelease Hit:8 http://dev.packages.vyos.net/repositories/equuleus equuleus InRelease Hit:9 https://apt.puppet.com buster InRelease Reading package lists... Reading package lists... Building dependency tree... Calculating upgrade... The following packages will be upgraded: tzdata Preconfiguring packages ... 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/266 kB of archives. After this operation, 0 B of additional disk space will be used. (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 ... 7242 files and directories currently installed.) Preparing to unpack .../tzdata_2021a-0+deb10u3_all.deb ... Unpacking tzdata (2021a-0+deb10u3) over (2021a-0+deb10u2) ... Setting up tzdata (2021a-0+deb10u3) ... Current default time zone: 'Etc/UTC' Local time is now: Thu Dec 2 10:06:48 UTC 2021. Universal Time is now: Thu Dec 2 10:06:48 UTC 2021. Run 'dpkg-reconfigure tzdata' if you wish to change it. Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... [2021-12-02 10:06:53] lb binary_rootfs P: Begin building root filesystem image... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: liblzo2-2 The following NEW packages will be installed: liblzo2-2 squashfs-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 182 kB of archives. After this operation, 501 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB] Get:2 http://deb.debian.org/debian-security buster/updates/main amd64 squashfs-tools amd64 1:4.3-12+deb10u2 [126 kB] Fetched 182 kB in 0s (1904 kB/s) Selecting previously unselected package liblzo2-2:amd64. (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 ... 7242 files and directories currently installed.) Preparing to unpack .../liblzo2-2_2.10-0.1_amd64.deb ... Unpacking liblzo2-2:amd64 (2.10-0.1) ... Selecting previously unselected package squashfs-tools. Preparing to unpack .../squashfs-tools_1%3a4.3-12+deb10u2_amd64.deb ... Unpacking squashfs-tools (1:4.3-12+deb10u2) ... Setting up liblzo2-2:amd64 (2.10-0.1) ... Setting up squashfs-tools (1:4.3-12+deb10u2) ... Processing triggers for libc-bin (2.28-10) ... P: Preparing squashfs image... P: This may take a while. Parallel mksquashfs: Using 4 processors Creating 4.0 filesystem on filesystem.squashfs, block size 131072. Exportable Squashfs 4.0 filesystem, xz compressed, data block size 131072 compressed data, compressed metadata, compressed fragments, compressed xattrs duplicates are removed Filesystem size 314773.79 Kbytes (307.40 Mbytes) 29.57% of uncompressed filesystem size (1064398.27 Kbytes) Inode table size 554524 bytes (541.53 Kbytes) 21.55% of uncompressed inode table size (2572674 bytes) Directory table size 635474 bytes (620.58 Kbytes) 36.10% of uncompressed directory table size (1760289 bytes) Xattr table size 118 bytes (0.12 Kbytes) 42.14% of uncompressed xattr table size (280 bytes) Number of duplicate files found 7058 Number of inodes 76146 Number of files 50677 Number of fragments 2816 Number of symbolic links 11406 Number of device nodes 8 Number of fifo nodes 0 Number of socket nodes 4 Number of directories 14051 Number of ids (unique uids + gids) 36 Number of uids 20 root (0) daemon (1) unknown (109) unknown (111) unknown (117) unknown (114) unknown (118) proxy (13) unknown (121) unknown (1002) unknown (1001) unknown (115) nobody (65534) unknown (119) unknown (110) unknown (120) unknown (116) www-data (33) unknown (999) unknown (112) Number of gids 27 root (0) daemon (1) dip (30) unknown (117) shadow (42) unknown (122) unknown (114) unknown (118) proxy (13) unknown (107) unknown (121) unknown (105) users (100) unknown (125) utmp (43) unknown (115) nogroup (65534) tty (5) mail (8) unknown (119) unknown (108) staff (50) adm (4) unknown (127) unknown (123) unknown (126) unknown (999) [2021-12-02 10:10:41] lb chroot_archives binary remove P: Deconfiguring file /etc/apt/sources.list Get:1 http://deb.debian.org/debian buster InRelease [122 kB] Get:2 http://deb.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] Get:5 http://deb.debian.org/debian buster/non-free Sources [85.8 kB] Get:6 http://deb.debian.org/debian buster/main Sources [7837 kB] Get:7 http://deb.debian.org/debian buster/contrib Sources [42.5 kB] Get:8 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] Get:9 http://deb.debian.org/debian buster/main Translation-en [5968 kB] Get:10 http://deb.debian.org/debian buster/contrib amd64 Packages [50.1 kB] Get:11 http://deb.debian.org/debian buster/contrib Translation-en [44.2 kB] Get:12 http://deb.debian.org/debian buster/non-free amd64 Packages [87.7 kB] Get:13 http://deb.debian.org/debian buster/non-free Translation-en [88.8 kB] Get:14 http://deb.debian.org/debian-security buster/updates/non-free Sources [688 B] Get:15 http://deb.debian.org/debian-security buster/updates/main Sources [203 kB] Get:16 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [309 kB] Get:17 http://deb.debian.org/debian-security buster/updates/main Translation-en [163 kB] Get:18 http://deb.debian.org/debian-security buster/updates/non-free amd64 Packages [556 B] Get:19 http://deb.debian.org/debian-security buster/updates/non-free Translation-en [344 B] Get:20 http://deb.debian.org/debian buster-updates/main Sources [16.7 kB] Get:21 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] Get:22 http://deb.debian.org/debian buster-updates/main Translation-en [13.9 kB] Get:23 http://deb.debian.org/debian buster-backports/main Sources [459 kB] Get:24 http://deb.debian.org/debian buster-backports/contrib Sources [4904 B] Get:25 http://deb.debian.org/debian buster-backports/non-free Sources [8828 B] Get:26 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB] Get:27 http://deb.debian.org/debian buster-backports/main Translation-en [408 kB] Get:28 http://deb.debian.org/debian buster-backports/contrib amd64 Packages [9092 B] Get:29 http://deb.debian.org/debian buster-backports/contrib Translation-en [8044 B] Get:30 http://deb.debian.org/debian buster-backports/non-free amd64 Packages [34.1 kB] Get:31 http://deb.debian.org/debian buster-backports/non-free Translation-en [38.3 kB] Fetched 24.6 MB in 9s (2686 kB/s) Reading package lists... [2021-12-02 10:10:53] lb chroot_apt remove P: Deconfiguring file /etc/apt/apt.conf [2021-12-02 10:10:53] lb chroot_hostname remove P: Deconfiguring file /etc/hostname P: Deconfiguring file /bin/hostname [2021-12-02 10:10:53] lb chroot_resolv remove P: Deconfiguring file /etc/resolv.conf [2021-12-02 10:10:54] lb chroot_hosts remove P: Deconfiguring file /etc/hosts [2021-12-02 10:10:54] lb chroot_sysv-rc remove P: Deconfiguring file /usr/sbin/policy-rc.d [2021-12-02 10:10:54] lb chroot_dpkg remove P: Deconfiguring file /sbin/start-stop-daemon [2021-12-02 10:10:54] lb chroot_debianchroot remove P: Deconfiguring file /etc/debian_chroot [2021-12-02 10:10:55] lb chroot_sysfs remove P: Begin unmounting /sys... [2021-12-02 10:10:55] lb chroot_selinuxfs remove P: Begin unmounting /sys/fs/selinux... [2021-12-02 10:10:55] lb chroot_proc remove P: Begin unmounting /proc... [2021-12-02 10:10:55] lb chroot_devpts remove P: Begin unmounting /dev/pts... [2021-12-02 10:10:56] lb chroot_devpts install P: Begin mounting /dev/pts... [2021-12-02 10:10:56] lb chroot_proc install P: Begin mounting /proc... [2021-12-02 10:10:57] lb chroot_selinuxfs install [2021-12-02 10:10:57] lb chroot_sysfs install P: Begin mounting /sys... [2021-12-02 10:10:57] lb chroot_debianchroot install P: Configuring file /etc/debian_chroot [2021-12-02 10:10:57] lb chroot_dpkg install P: Configuring file /sbin/start-stop-daemon dpkg-divert: warning: diverting file '/sbin/start-stop-daemon' from an Essential package with rename is dangerous, use --no-rename [2021-12-02 10:10:58] lb chroot_sysv-rc install P: Configuring file /usr/sbin/policy-rc.d [2021-12-02 10:10:58] lb chroot_hosts install P: Configuring file /etc/hosts [2021-12-02 10:10:58] lb chroot_resolv install P: Configuring file /etc/resolv.conf [2021-12-02 10:10:59] lb chroot_hostname install P: Configuring file /etc/hostname P: Configuring file /bin/hostname dpkg-divert: warning: diverting file '/bin/hostname' from an Essential package with rename is dangerous, use --no-rename [2021-12-02 10:10:59] lb chroot_apt install P: Configuring file /etc/apt/apt.conf [2021-12-02 10:10:59] lb chroot_archives binary install P: Configuring file /etc/apt/sources.list Get:1 http://deb.debian.org/debian buster InRelease [122 kB] Get:2 http://repo.powerdns.com/debian buster-rec-45 InRelease [1796 B] Get:3 http://deb.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:4 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Get:5 https://repo.saltproject.io/py3/debian/10/amd64/3003 buster InRelease [2848 B] Get:6 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] Get:7 http://deb.debian.org/debian bullseye InRelease [116 kB] Get:8 http://dev.packages.vyos.net/repositories/equuleus equuleus InRelease [4702 B] Get:9 http://repo.powerdns.com/debian buster-rec-45/main amd64 Packages [842 B] Get:10 http://deb.debian.org/debian buster/main Sources [7837 kB] Get:11 https://apt.puppet.com buster InRelease [99.3 kB] Get:12 http://deb.debian.org/debian buster/non-free Sources [85.8 kB] Get:13 http://deb.debian.org/debian buster/contrib Sources [42.5 kB] Get:14 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] Get:15 http://deb.debian.org/debian buster/main Translation-en [5968 kB] Get:16 https://repo.saltproject.io/py3/debian/10/amd64/3003 buster/main amd64 Packages [2911 B] Get:17 http://deb.debian.org/debian buster/contrib amd64 Packages [50.1 kB] Get:18 http://deb.debian.org/debian buster/contrib Translation-en [44.2 kB] Get:19 http://deb.debian.org/debian buster/non-free amd64 Packages [87.7 kB] Get:20 http://deb.debian.org/debian buster/non-free Translation-en [88.8 kB] Get:21 http://deb.debian.org/debian-security buster/updates/non-free Sources [688 B] Get:22 http://deb.debian.org/debian-security buster/updates/main Sources [203 kB] Get:23 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [309 kB] Get:24 http://deb.debian.org/debian-security buster/updates/main Translation-en [163 kB] Get:25 http://deb.debian.org/debian-security buster/updates/non-free amd64 Packages [556 B] Get:26 http://deb.debian.org/debian-security buster/updates/non-free Translation-en [344 B] Get:27 http://deb.debian.org/debian buster-updates/main Sources [16.7 kB] Get:28 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] Get:29 http://deb.debian.org/debian buster-updates/main Translation-en [13.9 kB] Get:30 http://deb.debian.org/debian buster-backports/non-free Sources [8828 B] Get:31 http://deb.debian.org/debian buster-backports/contrib Sources [4904 B] Get:32 http://deb.debian.org/debian buster-backports/main Sources [459 kB] Get:33 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB] Get:34 http://deb.debian.org/debian buster-backports/main Translation-en [408 kB] Get:35 http://deb.debian.org/debian buster-backports/contrib amd64 Packages [9092 B] Get:36 http://deb.debian.org/debian buster-backports/contrib Translation-en [8044 B] Get:37 http://deb.debian.org/debian buster-backports/non-free amd64 Packages [34.1 kB] Get:38 http://deb.debian.org/debian buster-backports/non-free Translation-en [38.3 kB] Get:39 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] Get:40 http://deb.debian.org/debian bullseye/main Translation-en [6241 kB] Get:41 http://dev.packages.vyos.net/repositories/equuleus equuleus/main amd64 Packages [48.3 kB] Get:42 https://apt.puppet.com buster/puppet6 all Packages [14.8 kB] Get:43 https://apt.puppet.com buster/puppet6 amd64 Packages [164 kB] Fetched 39.5 MB in 11s (3683 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... debian-archive-keyring is already the newest version (2019.1+deb10u1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Hit:1 http://deb.debian.org/debian buster InRelease Hit:2 http://repo.powerdns.com/debian buster-rec-45 InRelease Hit:3 http://deb.debian.org/debian-security buster/updates InRelease Hit:4 http://deb.debian.org/debian buster-updates InRelease Hit:5 http://deb.debian.org/debian buster-backports InRelease Hit:6 http://deb.debian.org/debian bullseye InRelease Hit:7 https://repo.saltproject.io/py3/debian/10/amd64/3003 buster InRelease Hit:8 http://dev.packages.vyos.net/repositories/equuleus equuleus InRelease Hit:9 https://apt.puppet.com buster InRelease Reading package lists... Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... Reading package lists... Building dependency tree... Reading state information... [2021-12-02 10:11:22] lb binary_manifest P: Begin creating manifest... [2021-12-02 10:11:22] lb binary_package-lists P: Begin installing local package lists... [2021-12-02 10:11:23] lb binary_linux-image P: Begin install linux-image... [2021-12-02 10:11:23] lb binary_memtest [2021-12-02 10:11:23] lb binary_grub-legacy [2021-12-02 10:11:23] lb binary_grub-pc [2021-12-02 10:11:23] lb binary_loopback_cfg P: Begin installing loopback.cfg... [2021-12-02 10:11:24] lb binary_syslinux P: Begin installing syslinux... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: adwaita-icon-theme dbus-user-session dconf-gsettings-backend dconf-service fontconfig fontconfig-config fonts-dejavu-core glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libcairo-gobject2 libcairo2 libcolord2 libcroco3 libcups2 libdatrie1 libdconf1 libepoxy0 libfontconfig1 libfribidi0 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgraphite2-3 libgtk-3-0 libgtk-3-common libharfbuzz0b libjbig0 libjpeg62-turbo libjson-glib-1.0-0 libjson-glib-1.0-common liblcms2-2 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 librest-0.7-0 librsvg2-2 librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libthai-data libthai0 libtiff5 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp6 libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxkbcommon0 libxrandr2 libxrender1 shared-mime-info xkb-data Suggested packages: xorriso colord cups-common gvfs liblcms2-utils Recommended packages: at-spi2-core libgdk-pixbuf2.0-bin libgtk-3-bin The following NEW packages will be installed: adwaita-icon-theme dbus-user-session dconf-gsettings-backend dconf-service fontconfig fontconfig-config fonts-dejavu-core glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme isolinux libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libcairo-gobject2 libcairo2 libcolord2 libcroco3 libcups2 libdatrie1 libdconf1 libepoxy0 libfontconfig1 libfribidi0 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgraphite2-3 libgtk-3-0 libgtk-3-common libharfbuzz0b libjbig0 libjpeg62-turbo libjson-glib-1.0-0 libjson-glib-1.0-common liblcms2-2 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 librest-0.7-0 librsvg2-2 librsvg2-bin librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libthai-data libthai0 libtiff5 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp6 libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxkbcommon0 libxrandr2 libxrender1 shared-mime-info syslinux-common xkb-data 0 upgraded, 70 newly installed, 0 to remove and 0 not upgraded. Need to get 32.0 MB of archives. After this operation, 113 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 hicolor-icon-theme all 0.17-2 [11.4 kB] Get:2 http://deb.debian.org/debian buster/main amd64 libjpeg62-turbo amd64 1:1.5.2-2+deb10u1 [133 kB] Get:3 http://deb.debian.org/debian buster/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB] Get:4 http://deb.debian.org/debian buster/main amd64 libwebp6 amd64 0.6.1-2+deb10u1 [261 kB] Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 libtiff5 amd64 4.1.0+git191117-2~deb10u3 [271 kB] Get:6 http://deb.debian.org/debian buster/main amd64 shared-mime-info amd64 1.10-1 [766 kB] Get:7 http://deb.debian.org/debian buster/main amd64 libgdk-pixbuf2.0-common all 2.38.1+dfsg-1 [316 kB] Get:8 http://deb.debian.org/debian buster/main amd64 libgdk-pixbuf2.0-0 amd64 2.38.1+dfsg-1 [177 kB] Get:9 http://deb.debian.org/debian buster/main amd64 gtk-update-icon-cache amd64 3.24.5-1 [81.7 kB] Get:10 http://deb.debian.org/debian buster/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB] Get:11 http://deb.debian.org/debian buster/main amd64 fontconfig-config all 2.13.1-2 [280 kB] Get:12 http://deb.debian.org/debian buster/main amd64 libfontconfig1 amd64 2.13.1-2 [346 kB] Get:13 http://deb.debian.org/debian buster/main amd64 libpixman-1-0 amd64 0.36.0-1 [537 kB] Get:14 http://deb.debian.org/debian buster/main amd64 libxcb-render0 amd64 1.13.1-2 [109 kB] Get:15 http://deb.debian.org/debian buster/main amd64 libxcb-shm0 amd64 1.13.1-2 [99.2 kB] Get:16 http://deb.debian.org/debian buster/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB] Get:17 http://deb.debian.org/debian buster/main amd64 libcairo2 amd64 1.16.0-4+deb10u1 [688 kB] Get:18 http://deb.debian.org/debian buster/main amd64 libcroco3 amd64 0.6.12-3 [145 kB] Get:19 http://deb.debian.org/debian buster/main amd64 fontconfig amd64 2.13.1-2 [405 kB] Get:20 http://deb.debian.org/debian buster/main amd64 libfribidi0 amd64 1.0.5-3.1+deb10u1 [63.7 kB] Get:21 http://deb.debian.org/debian buster/main amd64 libthai-data all 0.1.28-2 [170 kB] Get:22 http://deb.debian.org/debian buster/main amd64 libdatrie1 amd64 0.2.12-2 [39.3 kB] Get:23 http://deb.debian.org/debian buster/main amd64 libthai0 amd64 0.1.28-2 [54.1 kB] Get:24 http://deb.debian.org/debian buster/main amd64 libpango-1.0-0 amd64 1.42.4-8~deb10u1 [186 kB] Get:25 http://deb.debian.org/debian buster/main amd64 libgraphite2-3 amd64 1.3.13-7 [80.7 kB] Get:26 http://deb.debian.org/debian buster/main amd64 libharfbuzz0b amd64 2.3.1-1 [1187 kB] Get:27 http://deb.debian.org/debian buster/main amd64 libpangoft2-1.0-0 amd64 1.42.4-8~deb10u1 [68.3 kB] Get:28 http://deb.debian.org/debian buster/main amd64 libpangocairo-1.0-0 amd64 1.42.4-8~deb10u1 [55.7 kB] Get:29 http://deb.debian.org/debian buster/main amd64 librsvg2-2 amd64 2.44.10-2.1 [1280 kB] Get:30 http://deb.debian.org/debian buster/main amd64 librsvg2-common amd64 2.44.10-2.1 [23.3 kB] Get:31 http://deb.debian.org/debian buster/main amd64 adwaita-icon-theme all 3.30.1-1 [11.7 MB] Get:32 http://deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB] Get:33 http://deb.debian.org/debian buster/main amd64 libdconf1 amd64 0.30.1-2 [40.7 kB] Get:34 http://deb.debian.org/debian buster/main amd64 dconf-service amd64 0.30.1-2 [36.4 kB] Get:35 http://deb.debian.org/debian buster/main amd64 dconf-gsettings-backend amd64 0.30.1-2 [28.9 kB] Get:36 http://deb.debian.org/debian buster/main amd64 libproxy1v5 amd64 0.4.15-5+deb10u1 [56.1 kB] Get:37 http://deb.debian.org/debian buster/main amd64 glib-networking-common all 2.58.0-2+deb10u2 [59.5 kB] Get:38 http://deb.debian.org/debian buster/main amd64 glib-networking-services amd64 2.58.0-2+deb10u2 [13.7 kB] Get:39 http://deb.debian.org/debian buster/main amd64 gsettings-desktop-schemas all 3.28.1-1 [529 kB] Get:40 http://deb.debian.org/debian buster/main amd64 glib-networking amd64 2.58.0-2+deb10u2 [54.6 kB] Get:41 http://deb.debian.org/debian buster/main amd64 isolinux all 3:6.04~git20190206.bf6db5b4+dfsg1-1 [108 kB] Get:42 http://deb.debian.org/debian buster/main amd64 libatk1.0-data all 2.30.0-2 [145 kB] Get:43 http://deb.debian.org/debian buster/main amd64 libatk1.0-0 amd64 2.30.0-2 [50.6 kB] Get:44 http://deb.debian.org/debian buster/main amd64 libatspi2.0-0 amd64 2.30.0-7 [65.0 kB] Get:45 http://deb.debian.org/debian buster/main amd64 libatk-bridge2.0-0 amd64 2.30.0-5 [61.6 kB] Get:46 http://deb.debian.org/debian buster/main amd64 libcairo-gobject2 amd64 1.16.0-4+deb10u1 [125 kB] Get:47 http://deb.debian.org/debian buster/main amd64 liblcms2-2 amd64 2.9-3 [145 kB] Get:48 http://deb.debian.org/debian buster/main amd64 libcolord2 amd64 1.4.3-4 [141 kB] Get:49 http://deb.debian.org/debian buster/main amd64 libcups2 amd64 2.2.10-6+deb10u4 [324 kB] Get:50 http://deb.debian.org/debian buster/main amd64 libepoxy0 amd64 1.5.3-0.1 [190 kB] Get:51 http://deb.debian.org/debian buster/main amd64 libjson-glib-1.0-common all 1.4.4-2 [52.3 kB] Get:52 http://deb.debian.org/debian buster/main amd64 libjson-glib-1.0-0 amd64 1.4.4-2 [61.2 kB] Get:53 http://deb.debian.org/debian buster/main amd64 libsoup2.4-1 amd64 2.64.2-2 [253 kB] Get:54 http://deb.debian.org/debian buster/main amd64 libsoup-gnome2.4-1 amd64 2.64.2-2 [18.0 kB] Get:55 http://deb.debian.org/debian buster/main amd64 librest-0.7-0 amd64 0.8.1-1 [33.7 kB] Get:56 http://deb.debian.org/debian buster/main amd64 libwayland-client0 amd64 1.16.0-1 [26.4 kB] Get:57 http://deb.debian.org/debian buster/main amd64 libwayland-cursor0 amd64 1.16.0-1 [14.1 kB] Get:58 http://deb.debian.org/debian buster/main amd64 libwayland-egl1 amd64 1.16.0-1 [8204 B] Get:59 http://deb.debian.org/debian buster/main amd64 libxcomposite1 amd64 1:0.4.4-2 [16.5 kB] Get:60 http://deb.debian.org/debian buster/main amd64 libxfixes3 amd64 1:5.0.3-1 [21.9 kB] Get:61 http://deb.debian.org/debian buster/main amd64 libxcursor1 amd64 1:1.1.15-2 [36.6 kB] Get:62 http://deb.debian.org/debian buster/main amd64 libxdamage1 amd64 1:1.1.4-3+b3 [14.9 kB] Get:63 http://deb.debian.org/debian buster/main amd64 libxi6 amd64 2:1.7.9-1 [82.6 kB] Get:64 http://deb.debian.org/debian buster/main amd64 xkb-data all 2.26-2 [681 kB] Get:65 http://deb.debian.org/debian buster/main amd64 libxkbcommon0 amd64 0.8.2-1 [123 kB] Get:66 http://deb.debian.org/debian buster/main amd64 libxrandr2 amd64 2:1.5.1-1 [37.5 kB] Get:67 http://deb.debian.org/debian buster/main amd64 libgtk-3-common all 3.24.5-1 [3678 kB] Get:68 http://deb.debian.org/debian buster/main amd64 libgtk-3-0 amd64 3.24.5-1 [2580 kB] Get:69 http://deb.debian.org/debian buster/main amd64 librsvg2-bin amd64 2.44.10-2.1 [35.0 kB] Get:70 http://deb.debian.org/debian buster/main amd64 syslinux-common all 3:6.04~git20190206.bf6db5b4+dfsg1-1 [1237 kB] Preconfiguring packages ... Fetched 32.0 MB in 1s (34.7 MB/s) Selecting previously unselected package hicolor-icon-theme. (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 ... 79687 files and directories currently installed.) Preparing to unpack .../00-hicolor-icon-theme_0.17-2_all.deb ... Unpacking hicolor-icon-theme (0.17-2) ... Selecting previously unselected package libjpeg62-turbo:amd64. Preparing to unpack .../01-libjpeg62-turbo_1%3a1.5.2-2+deb10u1_amd64.deb ... Unpacking libjpeg62-turbo:amd64 (1:1.5.2-2+deb10u1) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../02-libjbig0_2.1-3.1+b2_amd64.deb ... Unpacking libjbig0:amd64 (2.1-3.1+b2) ... Selecting previously unselected package libwebp6:amd64. Preparing to unpack .../03-libwebp6_0.6.1-2+deb10u1_amd64.deb ... Unpacking libwebp6:amd64 (0.6.1-2+deb10u1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../04-libtiff5_4.1.0+git191117-2~deb10u3_amd64.deb ... Unpacking libtiff5:amd64 (4.1.0+git191117-2~deb10u3) ... Selecting previously unselected package shared-mime-info. Preparing to unpack .../05-shared-mime-info_1.10-1_amd64.deb ... Unpacking shared-mime-info (1.10-1) ... Selecting previously unselected package libgdk-pixbuf2.0-common. Preparing to unpack .../06-libgdk-pixbuf2.0-common_2.38.1+dfsg-1_all.deb ... Unpacking libgdk-pixbuf2.0-common (2.38.1+dfsg-1) ... Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. Preparing to unpack .../07-libgdk-pixbuf2.0-0_2.38.1+dfsg-1_amd64.deb ... Unpacking libgdk-pixbuf2.0-0:amd64 (2.38.1+dfsg-1) ... Selecting previously unselected package gtk-update-icon-cache. Preparing to unpack .../08-gtk-update-icon-cache_3.24.5-1_amd64.deb ... No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed. No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed. Unpacking gtk-update-icon-cache (3.24.5-1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../09-fonts-dejavu-core_2.37-1_all.deb ... Unpacking fonts-dejavu-core (2.37-1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../10-fontconfig-config_2.13.1-2_all.deb ... Unpacking fontconfig-config (2.13.1-2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../11-libfontconfig1_2.13.1-2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.13.1-2) ... Selecting previously unselected package libpixman-1-0:amd64. Preparing to unpack .../12-libpixman-1-0_0.36.0-1_amd64.deb ... Unpacking libpixman-1-0:amd64 (0.36.0-1) ... Selecting previously unselected package libxcb-render0:amd64. Preparing to unpack .../13-libxcb-render0_1.13.1-2_amd64.deb ... Unpacking libxcb-render0:amd64 (1.13.1-2) ... Selecting previously unselected package libxcb-shm0:amd64. Preparing to unpack .../14-libxcb-shm0_1.13.1-2_amd64.deb ... Unpacking libxcb-shm0:amd64 (1.13.1-2) ... Selecting previously unselected package libxrender1:amd64. Preparing to unpack .../15-libxrender1_1%3a0.9.10-1_amd64.deb ... Unpacking libxrender1:amd64 (1:0.9.10-1) ... Selecting previously unselected package libcairo2:amd64. Preparing to unpack .../16-libcairo2_1.16.0-4+deb10u1_amd64.deb ... Unpacking libcairo2:amd64 (1.16.0-4+deb10u1) ... Selecting previously unselected package libcroco3:amd64. Preparing to unpack .../17-libcroco3_0.6.12-3_amd64.deb ... Unpacking libcroco3:amd64 (0.6.12-3) ... Selecting previously unselected package fontconfig. Preparing to unpack .../18-fontconfig_2.13.1-2_amd64.deb ... Unpacking fontconfig (2.13.1-2) ... Selecting previously unselected package libfribidi0:amd64. Preparing to unpack .../19-libfribidi0_1.0.5-3.1+deb10u1_amd64.deb ... Unpacking libfribidi0:amd64 (1.0.5-3.1+deb10u1) ... Selecting previously unselected package libthai-data. Preparing to unpack .../20-libthai-data_0.1.28-2_all.deb ... Unpacking libthai-data (0.1.28-2) ... Selecting previously unselected package libdatrie1:amd64. Preparing to unpack .../21-libdatrie1_0.2.12-2_amd64.deb ... Unpacking libdatrie1:amd64 (0.2.12-2) ... Selecting previously unselected package libthai0:amd64. Preparing to unpack .../22-libthai0_0.1.28-2_amd64.deb ... Unpacking libthai0:amd64 (0.1.28-2) ... Selecting previously unselected package libpango-1.0-0:amd64. Preparing to unpack .../23-libpango-1.0-0_1.42.4-8~deb10u1_amd64.deb ... Unpacking libpango-1.0-0:amd64 (1.42.4-8~deb10u1) ... Selecting previously unselected package libgraphite2-3:amd64. Preparing to unpack .../24-libgraphite2-3_1.3.13-7_amd64.deb ... Unpacking libgraphite2-3:amd64 (1.3.13-7) ... Selecting previously unselected package libharfbuzz0b:amd64. Preparing to unpack .../25-libharfbuzz0b_2.3.1-1_amd64.deb ... Unpacking libharfbuzz0b:amd64 (2.3.1-1) ... Selecting previously unselected package libpangoft2-1.0-0:amd64. Preparing to unpack .../26-libpangoft2-1.0-0_1.42.4-8~deb10u1_amd64.deb ... Unpacking libpangoft2-1.0-0:amd64 (1.42.4-8~deb10u1) ... Selecting previously unselected package libpangocairo-1.0-0:amd64. Preparing to unpack .../27-libpangocairo-1.0-0_1.42.4-8~deb10u1_amd64.deb ... Unpacking libpangocairo-1.0-0:amd64 (1.42.4-8~deb10u1) ... Selecting previously unselected package librsvg2-2:amd64. Preparing to unpack .../28-librsvg2-2_2.44.10-2.1_amd64.deb ... Unpacking librsvg2-2:amd64 (2.44.10-2.1) ... Selecting previously unselected package librsvg2-common:amd64. Preparing to unpack .../29-librsvg2-common_2.44.10-2.1_amd64.deb ... Unpacking librsvg2-common:amd64 (2.44.10-2.1) ... Selecting previously unselected package adwaita-icon-theme. Preparing to unpack .../30-adwaita-icon-theme_3.30.1-1_all.deb ... Unpacking adwaita-icon-theme (3.30.1-1) ... Selecting previously unselected package dbus-user-session. Preparing to unpack .../31-dbus-user-session_1.12.20-0+deb10u1_amd64.deb ... Unpacking dbus-user-session (1.12.20-0+deb10u1) ... Selecting previously unselected package libdconf1:amd64. Preparing to unpack .../32-libdconf1_0.30.1-2_amd64.deb ... Unpacking libdconf1:amd64 (0.30.1-2) ... Selecting previously unselected package dconf-service. Preparing to unpack .../33-dconf-service_0.30.1-2_amd64.deb ... Unpacking dconf-service (0.30.1-2) ... Selecting previously unselected package dconf-gsettings-backend:amd64. Preparing to unpack .../34-dconf-gsettings-backend_0.30.1-2_amd64.deb ... Unpacking dconf-gsettings-backend:amd64 (0.30.1-2) ... Selecting previously unselected package libproxy1v5:amd64. Preparing to unpack .../35-libproxy1v5_0.4.15-5+deb10u1_amd64.deb ... Unpacking libproxy1v5:amd64 (0.4.15-5+deb10u1) ... Selecting previously unselected package glib-networking-common. Preparing to unpack .../36-glib-networking-common_2.58.0-2+deb10u2_all.deb ... Unpacking glib-networking-common (2.58.0-2+deb10u2) ... Selecting previously unselected package glib-networking-services. Preparing to unpack .../37-glib-networking-services_2.58.0-2+deb10u2_amd64.deb ... Unpacking glib-networking-services (2.58.0-2+deb10u2) ... Selecting previously unselected package gsettings-desktop-schemas. Preparing to unpack .../38-gsettings-desktop-schemas_3.28.1-1_all.deb ... Unpacking gsettings-desktop-schemas (3.28.1-1) ... Selecting previously unselected package glib-networking:amd64. Preparing to unpack .../39-glib-networking_2.58.0-2+deb10u2_amd64.deb ... Unpacking glib-networking:amd64 (2.58.0-2+deb10u2) ... Selecting previously unselected package isolinux. Preparing to unpack .../40-isolinux_3%3a6.04~git20190206.bf6db5b4+dfsg1-1_all.deb ... Unpacking isolinux (3:6.04~git20190206.bf6db5b4+dfsg1-1) ... Selecting previously unselected package libatk1.0-data. Preparing to unpack .../41-libatk1.0-data_2.30.0-2_all.deb ... Unpacking libatk1.0-data (2.30.0-2) ... Selecting previously unselected package libatk1.0-0:amd64. Preparing to unpack .../42-libatk1.0-0_2.30.0-2_amd64.deb ... Unpacking libatk1.0-0:amd64 (2.30.0-2) ... Selecting previously unselected package libatspi2.0-0:amd64. Preparing to unpack .../43-libatspi2.0-0_2.30.0-7_amd64.deb ... Unpacking libatspi2.0-0:amd64 (2.30.0-7) ... Selecting previously unselected package libatk-bridge2.0-0:amd64. Preparing to unpack .../44-libatk-bridge2.0-0_2.30.0-5_amd64.deb ... Unpacking libatk-bridge2.0-0:amd64 (2.30.0-5) ... Selecting previously unselected package libcairo-gobject2:amd64. Preparing to unpack .../45-libcairo-gobject2_1.16.0-4+deb10u1_amd64.deb ... Unpacking libcairo-gobject2:amd64 (1.16.0-4+deb10u1) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../46-liblcms2-2_2.9-3_amd64.deb ... Unpacking liblcms2-2:amd64 (2.9-3) ... Selecting previously unselected package libcolord2:amd64. Preparing to unpack .../47-libcolord2_1.4.3-4_amd64.deb ... Unpacking libcolord2:amd64 (1.4.3-4) ... Selecting previously unselected package libcups2:amd64. Preparing to unpack .../48-libcups2_2.2.10-6+deb10u4_amd64.deb ... Unpacking libcups2:amd64 (2.2.10-6+deb10u4) ... Selecting previously unselected package libepoxy0:amd64. Preparing to unpack .../49-libepoxy0_1.5.3-0.1_amd64.deb ... Unpacking libepoxy0:amd64 (1.5.3-0.1) ... Selecting previously unselected package libjson-glib-1.0-common. Preparing to unpack .../50-libjson-glib-1.0-common_1.4.4-2_all.deb ... Unpacking libjson-glib-1.0-common (1.4.4-2) ... Selecting previously unselected package libjson-glib-1.0-0:amd64. Preparing to unpack .../51-libjson-glib-1.0-0_1.4.4-2_amd64.deb ... Unpacking libjson-glib-1.0-0:amd64 (1.4.4-2) ... Selecting previously unselected package libsoup2.4-1:amd64. Preparing to unpack .../52-libsoup2.4-1_2.64.2-2_amd64.deb ... Unpacking libsoup2.4-1:amd64 (2.64.2-2) ... Selecting previously unselected package libsoup-gnome2.4-1:amd64. Preparing to unpack .../53-libsoup-gnome2.4-1_2.64.2-2_amd64.deb ... Unpacking libsoup-gnome2.4-1:amd64 (2.64.2-2) ... Selecting previously unselected package librest-0.7-0:amd64. Preparing to unpack .../54-librest-0.7-0_0.8.1-1_amd64.deb ... Unpacking librest-0.7-0:amd64 (0.8.1-1) ... Selecting previously unselected package libwayland-client0:amd64. Preparing to unpack .../55-libwayland-client0_1.16.0-1_amd64.deb ... Unpacking libwayland-client0:amd64 (1.16.0-1) ... Selecting previously unselected package libwayland-cursor0:amd64. Preparing to unpack .../56-libwayland-cursor0_1.16.0-1_amd64.deb ... Unpacking libwayland-cursor0:amd64 (1.16.0-1) ... Selecting previously unselected package libwayland-egl1:amd64. Preparing to unpack .../57-libwayland-egl1_1.16.0-1_amd64.deb ... Unpacking libwayland-egl1:amd64 (1.16.0-1) ... Selecting previously unselected package libxcomposite1:amd64. Preparing to unpack .../58-libxcomposite1_1%3a0.4.4-2_amd64.deb ... Unpacking libxcomposite1:amd64 (1:0.4.4-2) ... Selecting previously unselected package libxfixes3:amd64. Preparing to unpack .../59-libxfixes3_1%3a5.0.3-1_amd64.deb ... Unpacking libxfixes3:amd64 (1:5.0.3-1) ... Selecting previously unselected package libxcursor1:amd64. Preparing to unpack .../60-libxcursor1_1%3a1.1.15-2_amd64.deb ... Unpacking libxcursor1:amd64 (1:1.1.15-2) ... Selecting previously unselected package libxdamage1:amd64. Preparing to unpack .../61-libxdamage1_1%3a1.1.4-3+b3_amd64.deb ... Unpacking libxdamage1:amd64 (1:1.1.4-3+b3) ... Selecting previously unselected package libxi6:amd64. Preparing to unpack .../62-libxi6_2%3a1.7.9-1_amd64.deb ... Unpacking libxi6:amd64 (2:1.7.9-1) ... Selecting previously unselected package xkb-data. Preparing to unpack .../63-xkb-data_2.26-2_all.deb ... Unpacking xkb-data (2.26-2) ... Selecting previously unselected package libxkbcommon0:amd64. Preparing to unpack .../64-libxkbcommon0_0.8.2-1_amd64.deb ... Unpacking libxkbcommon0:amd64 (0.8.2-1) ... Selecting previously unselected package libxrandr2:amd64. Preparing to unpack .../65-libxrandr2_2%3a1.5.1-1_amd64.deb ... Unpacking libxrandr2:amd64 (2:1.5.1-1) ... Selecting previously unselected package libgtk-3-common. Preparing to unpack .../66-libgtk-3-common_3.24.5-1_all.deb ... Unpacking libgtk-3-common (3.24.5-1) ... Selecting previously unselected package libgtk-3-0:amd64. Preparing to unpack .../67-libgtk-3-0_3.24.5-1_amd64.deb ... Unpacking libgtk-3-0:amd64 (3.24.5-1) ... Selecting previously unselected package librsvg2-bin. Preparing to unpack .../68-librsvg2-bin_2.44.10-2.1_amd64.deb ... Unpacking librsvg2-bin (2.44.10-2.1) ... Selecting previously unselected package syslinux-common. Preparing to unpack .../69-syslinux-common_3%3a6.04~git20190206.bf6db5b4+dfsg1-1_all.deb ... Unpacking syslinux-common (3:6.04~git20190206.bf6db5b4+dfsg1-1) ... Setting up libgraphite2-3:amd64 (1.3.13-7) ... Setting up liblcms2-2:amd64 (2.9-3) ... Setting up libpixman-1-0:amd64 (0.36.0-1) ... Setting up libproxy1v5:amd64 (0.4.15-5+deb10u1) ... Setting up isolinux (3:6.04~git20190206.bf6db5b4+dfsg1-1) ... Setting up hicolor-icon-theme (0.17-2) ... Setting up libxi6:amd64 (2:1.7.9-1) ... Setting up libxrender1:amd64 (1:0.9.10-1) ... Setting up libdatrie1:amd64 (0.2.12-2) ... Setting up libxcb-render0:amd64 (1.13.1-2) ... Setting up libgdk-pixbuf2.0-common (2.38.1+dfsg-1) ... Setting up syslinux-common (3:6.04~git20190206.bf6db5b4+dfsg1-1) ... Setting up xkb-data (2.26-2) ... Setting up libxcb-shm0:amd64 (1.13.1-2) ... Setting up libatspi2.0-0:amd64 (2.30.0-7) ... Setting up libjbig0:amd64 (2.1-3.1+b2) ... Setting up libcolord2:amd64 (1.4.3-4) ... Setting up libdconf1:amd64 (0.30.1-2) ... Setting up dbus-user-session (1.12.20-0+deb10u1) ... Setting up libjpeg62-turbo:amd64 (1:1.5.2-2+deb10u1) ... Setting up libepoxy0:amd64 (1.5.3-0.1) ... Setting up libxfixes3:amd64 (1:5.0.3-1) ... Setting up libfribidi0:amd64 (1.0.5-3.1+deb10u1) ... Setting up shared-mime-info (1.10-1) ... Setting up libxrandr2:amd64 (2:1.5.1-1) ... Setting up libwebp6:amd64 (0.6.1-2+deb10u1) ... Setting up libcroco3:amd64 (0.6.12-3) ... Setting up fonts-dejavu-core (2.37-1) ... Setting up libcups2:amd64 (2.2.10-6+deb10u4) ... Setting up libatk1.0-data (2.30.0-2) ... Setting up libharfbuzz0b:amd64 (2.3.1-1) ... Setting up libthai-data (0.1.28-2) ... Setting up libjson-glib-1.0-common (1.4.4-2) ... Setting up libatk1.0-0:amd64 (2.30.0-2) ... Setting up libtiff5:amd64 (4.1.0+git191117-2~deb10u3) ... Setting up libwayland-egl1:amd64 (1.16.0-1) ... Setting up glib-networking-common (2.58.0-2+deb10u2) ... Setting up libxcomposite1:amd64 (1:0.4.4-2) ... Setting up libxkbcommon0:amd64 (0.8.2-1) ... Setting up libwayland-client0:amd64 (1.16.0-1) ... Setting up glib-networking-services (2.58.0-2+deb10u2) ... Setting up libxdamage1:amd64 (1:1.1.4-3+b3) ... Setting up fontconfig-config (2.13.1-2) ... Setting up libxcursor1:amd64 (1:1.1.15-2) ... Setting up dconf-service (0.30.1-2) ... Setting up libjson-glib-1.0-0:amd64 (1.4.4-2) ... Setting up libatk-bridge2.0-0:amd64 (2.30.0-5) ... Setting up libthai0:amd64 (0.1.28-2) ... Setting up libgdk-pixbuf2.0-0:amd64 (2.38.1+dfsg-1) ... Setting up libwayland-cursor0:amd64 (1.16.0-1) ... Setting up libfontconfig1:amd64 (2.13.1-2) ... Setting up gtk-update-icon-cache (3.24.5-1) ... Setting up fontconfig (2.13.1-2) ... Regenerating fonts cache... done. Setting up dconf-gsettings-backend:amd64 (0.30.1-2) ... Setting up libpango-1.0-0:amd64 (1.42.4-8~deb10u1) ... Setting up libcairo2:amd64 (1.16.0-4+deb10u1) ... Setting up libcairo-gobject2:amd64 (1.16.0-4+deb10u1) ... Setting up libpangoft2-1.0-0:amd64 (1.42.4-8~deb10u1) ... Setting up libgtk-3-common (3.24.5-1) ... Setting up libpangocairo-1.0-0:amd64 (1.42.4-8~deb10u1) ... Setting up gsettings-desktop-schemas (3.28.1-1) ... Setting up librsvg2-2:amd64 (2.44.10-2.1) ... Setting up librsvg2-common:amd64 (2.44.10-2.1) ... Setting up adwaita-icon-theme (3.30.1-1) ... update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode Processing triggers for libglib2.0-0:amd64 (2.58.3-2+deb10u3) ... Processing triggers for libc-bin (2.28-10) ... Setting up glib-networking:amd64 (2.58.0-2+deb10u2) ... Setting up libsoup2.4-1:amd64 (2.64.2-2) ... Setting up libsoup-gnome2.4-1:amd64 (2.64.2-2) ... Setting up librest-0.7-0:amd64 (0.8.1-1) ... Setting up libgtk-3-0:amd64 (3.24.5-1) ... Setting up librsvg2-bin (2.44.10-2.1) ... Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.38.1+dfsg-1) ... Processing triggers for libc-bin (2.28-10) ... localepurge: Disk space freed in /usr/share/locale: 0 KiB localepurge: Disk space freed in /usr/share/man: 0 KiB Total disk space freed by localepurge: 0 KiB Reading package lists... Building dependency tree... Reading state information... Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: adwaita-icon-theme dconf-gsettings-backend dconf-service fontconfig fontconfig-config fonts-dejavu-core glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libcairo-gobject2 libcairo2 libcolord2 libcroco3 libcups2 libdatrie1 libdconf1 libepoxy0 libfontconfig1 libfribidi0 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgraphite2-3 libgtk-3-0 libgtk-3-common libharfbuzz0b libjbig0 libjpeg62-turbo libjson-glib-1.0-0 libjson-glib-1.0-common liblcms2-2 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 librest-0.7-0 librsvg2-2 librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libthai-data libthai0 libtiff5 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp6 libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxkbcommon0 libxrandr2 libxrender1 xkb-data Use 'apt autoremove' to remove them. The following packages will be REMOVED: isolinux* librsvg2-bin* syslinux-common* 0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded. After this operation, 3887 kB disk space will be freed. (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 ... 87845 files and directories currently installed.) Removing isolinux (3:6.04~git20190206.bf6db5b4+dfsg1-1) ... Removing librsvg2-bin (2.44.10-2.1) ... Removing syslinux-common (3:6.04~git20190206.bf6db5b4+dfsg1-1) ... [2021-12-02 10:11:47] lb binary_disk P: Begin installing disk information... [2021-12-02 10:11:48] lb binary_loadlin [2021-12-02 10:11:48] lb binary_win32-loader [2021-12-02 10:11:48] lb binary_includes P: Begin copying binary includes... 101 blocks [2021-12-02 10:11:48] lb binary_hooks P: Begin executing hooks... I: Backwards compat packages.txt [2021-12-02 10:11:49] lb binary_grub-efi P: Begin preparing Grub based EFI support... Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: adwaita-icon-theme dconf-gsettings-backend dconf-service fontconfig fontconfig-config fonts-dejavu-core glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libcairo-gobject2 libcairo2 libcolord2 libcroco3 libcups2 libdatrie1 libdconf1 libepoxy0 libfontconfig1 libfribidi0 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgraphite2-3 libgtk-3-0 libgtk-3-common libharfbuzz0b libjbig0 libjpeg62-turbo libjson-glib-1.0-0 libjson-glib-1.0-common liblcms2-2 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 librest-0.7-0 librsvg2-2 librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libthai-data libthai0 libtiff5 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp6 libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxkbcommon0 libxrandr2 libxrender1 xkb-data Use 'apt autoremove' to remove them. The following additional packages will be installed: mokutil shim-helpers-amd64-signed shim-signed-common shim-unsigned Recommended packages: secureboot-db The following NEW packages will be installed: grub-efi-amd64-signed mokutil shim-helpers-amd64-signed shim-signed shim-signed-common shim-unsigned 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. Need to get 1519 kB of archives. After this operation, 9271 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 grub-efi-amd64-signed amd64 1+2.02+dfsg1+20+deb10u4 [439 kB] Get:2 http://deb.debian.org/debian buster/main amd64 mokutil amd64 0.3.0+1538710437.fb6250f-1 [22.6 kB] Get:3 http://deb.debian.org/debian buster/main amd64 shim-unsigned amd64 15.4-7~deb10u1 [429 kB] Get:4 http://deb.debian.org/debian buster/main amd64 shim-helpers-amd64-signed amd64 1+15.4+7~deb10u1 [296 kB] Get:5 http://deb.debian.org/debian buster/main amd64 shim-signed-common all 1.38~1+deb10u1+15.4-7~deb10u1 [13.7 kB] Get:6 http://deb.debian.org/debian buster/main amd64 shim-signed amd64 1.38~1+deb10u1+15.4-7~deb10u1 [318 kB] Preconfiguring packages ... Fetched 1519 kB in 0s (7681 kB/s) Selecting previously unselected package grub-efi-amd64-signed. (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 ... 87606 files and directories currently installed.) Preparing to unpack .../0-grub-efi-amd64-signed_1+2.02+dfsg1+20+deb10u4_amd64.deb ... Unpacking grub-efi-amd64-signed (1+2.02+dfsg1+20+deb10u4) ... Selecting previously unselected package mokutil. Preparing to unpack .../1-mokutil_0.3.0+1538710437.fb6250f-1_amd64.deb ... Unpacking mokutil (0.3.0+1538710437.fb6250f-1) ... Selecting previously unselected package shim-unsigned. Preparing to unpack .../2-shim-unsigned_15.4-7~deb10u1_amd64.deb ... Unpacking shim-unsigned (15.4-7~deb10u1) ... Selecting previously unselected package shim-helpers-amd64-signed. Preparing to unpack .../3-shim-helpers-amd64-signed_1+15.4+7~deb10u1_amd64.deb ... Unpacking shim-helpers-amd64-signed (1+15.4+7~deb10u1) ... Selecting previously unselected package shim-signed-common. Preparing to unpack .../4-shim-signed-common_1.38~1+deb10u1+15.4-7~deb10u1_all.deb ... Unpacking shim-signed-common (1.38~1+deb10u1+15.4-7~deb10u1) ... Selecting previously unselected package shim-signed:amd64. Preparing to unpack .../5-shim-signed_1.38~1+deb10u1+15.4-7~deb10u1_amd64.deb ... Unpacking shim-signed:amd64 (1.38~1+deb10u1+15.4-7~deb10u1) ... Setting up mokutil (0.3.0+1538710437.fb6250f-1) ... Setting up grub-efi-amd64-signed (1+2.02+dfsg1+20+deb10u4) ... Setting up shim-signed-common (1.38~1+deb10u1+15.4-7~deb10u1) ... No DKMS packages installed: not changing Secure Boot validation state. Setting up shim-unsigned (15.4-7~deb10u1) ... Setting up shim-helpers-amd64-signed (1+15.4+7~deb10u1) ... Setting up shim-signed:amd64 (1.38~1+deb10u1+15.4-7~deb10u1) ... No DKMS packages installed: not changing Secure Boot validation state. localepurge: Disk space freed in /usr/share/locale: 0 KiB localepurge: Disk space freed in /usr/share/man: 0 KiB Total disk space freed by localepurge: 0 KiB P: UEFI Secure Boot support enabled. Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: adwaita-icon-theme dconf-gsettings-backend dconf-service fontconfig fontconfig-config fonts-dejavu-core glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libcairo-gobject2 libcairo2 libcolord2 libcroco3 libcups2 libdatrie1 libdconf1 libepoxy0 libfontconfig1 libfribidi0 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgraphite2-3 libgtk-3-0 libgtk-3-common libharfbuzz0b libjbig0 libjpeg62-turbo libjson-glib-1.0-0 libjson-glib-1.0-common liblcms2-2 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 librest-0.7-0 librsvg2-2 librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libthai-data libthai0 libtiff5 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp6 libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxkbcommon0 libxrandr2 libxrender1 xkb-data Use 'apt autoremove' to remove them. Suggested packages: floppyd Recommended packages: grub-efi-ia32-signed The following NEW packages will be installed: grub-efi-ia32-bin mtools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 832 kB of archives. After this operation, 6352 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 grub-efi-ia32-bin amd64 2.02+dfsg1-20+deb10u4 [636 kB] Get:2 http://deb.debian.org/debian buster/main amd64 mtools amd64 4.0.23-1 [196 kB] Fetched 832 kB in 0s (5304 kB/s) Selecting previously unselected package grub-efi-ia32-bin. (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 ... 87645 files and directories currently installed.) Preparing to unpack .../grub-efi-ia32-bin_2.02+dfsg1-20+deb10u4_amd64.deb ... Unpacking grub-efi-ia32-bin (2.02+dfsg1-20+deb10u4) ... Selecting previously unselected package mtools. Preparing to unpack .../mtools_4.0.23-1_amd64.deb ... Unpacking mtools (4.0.23-1) ... Setting up grub-efi-ia32-bin (2.02+dfsg1-20+deb10u4) ... Setting up mtools (4.0.23-1) ... localepurge: Disk space freed in /usr/share/locale: 0 KiB localepurge: Disk space freed in /usr/share/man: 0 KiB Total disk space freed by localepurge: 0 KiB mkfs.fat 4.1 (2017-01-24) mkfs.fat 4.1 (2017-01-24) Reading package lists... Building dependency tree... Reading state information... Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: adwaita-icon-theme dconf-gsettings-backend dconf-service fontconfig fontconfig-config fonts-dejavu-core glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libcairo-gobject2 libcairo2 libcolord2 libcroco3 libcups2 libdatrie1 libdconf1 libepoxy0 libfontconfig1 libfribidi0 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgraphite2-3 libgtk-3-0 libgtk-3-common libharfbuzz0b libjbig0 libjpeg62-turbo libjson-glib-1.0-0 libjson-glib-1.0-common liblcms2-2 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 librest-0.7-0 librsvg2-2 librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libthai-data libthai0 libtiff5 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp6 libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxkbcommon0 libxrandr2 libxrender1 xkb-data Use 'apt autoremove' to remove them. The following packages will be REMOVED: grub-efi-ia32-bin* mtools* 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. After this operation, 6352 kB disk space will be freed. (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 ... 88000 files and directories currently installed.) Removing grub-efi-ia32-bin (2.02+dfsg1-20+deb10u4) ... Removing mtools (4.0.23-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 ... 87646 files and directories currently installed.) Purging configuration files for mtools (4.0.23-1) ... [2021-12-02 10:12:02] lb binary_checksums P: Begin creating binary sha256sum.txt... P: Begin creating binary md5sum.txt... [2021-12-02 10:12:12] lb binary_iso P: Begin building binary iso image... Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: adwaita-icon-theme dconf-gsettings-backend dconf-service fontconfig fontconfig-config fonts-dejavu-core glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libcairo-gobject2 libcairo2 libcolord2 libcroco3 libcups2 libdatrie1 libdconf1 libepoxy0 libfontconfig1 libfribidi0 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgraphite2-3 libgtk-3-0 libgtk-3-common libharfbuzz0b libjbig0 libjpeg62-turbo libjson-glib-1.0-0 libjson-glib-1.0-common liblcms2-2 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 librest-0.7-0 librsvg2-2 librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libthai-data libthai0 libtiff5 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp6 libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxkbcommon0 libxrandr2 libxrender1 xkb-data Use 'apt autoremove' to remove them. The following additional packages will be installed: libburn4 libisoburn1 libisofs6 libjte1 Suggested packages: xorriso-tcltk jigit cdck Recommended packages: syslinux-common The following NEW packages will be installed: isolinux libburn4 libisoburn1 libisofs6 libjte1 xorriso 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. Need to get 1082 kB/1190 kB of archives. After this operation, 2525 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 libburn4 amd64 1.5.0-1+deb10u1 [159 kB] Get:2 http://deb.debian.org/debian buster/main amd64 libjte1 amd64 1.21-1 [28.0 kB] Get:3 http://deb.debian.org/debian buster/main amd64 libisofs6 amd64 1.5.0-1 [203 kB] Get:4 http://deb.debian.org/debian buster/main amd64 libisoburn1 amd64 1.5.0-1 [386 kB] Get:5 http://deb.debian.org/debian buster/main amd64 xorriso amd64 1.5.0-1 [305 kB] Fetched 1082 kB in 0s (6106 kB/s) Selecting previously unselected package isolinux. (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 ... 87645 files and directories currently installed.) Preparing to unpack .../0-isolinux_3%3a6.04~git20190206.bf6db5b4+dfsg1-1_all.deb ... Unpacking isolinux (3:6.04~git20190206.bf6db5b4+dfsg1-1) ... Selecting previously unselected package libburn4:amd64. Preparing to unpack .../1-libburn4_1.5.0-1+deb10u1_amd64.deb ... Unpacking libburn4:amd64 (1.5.0-1+deb10u1) ... Selecting previously unselected package libjte1. Preparing to unpack .../2-libjte1_1.21-1_amd64.deb ... Unpacking libjte1 (1.21-1) ... Selecting previously unselected package libisofs6:amd64. Preparing to unpack .../3-libisofs6_1.5.0-1_amd64.deb ... Unpacking libisofs6:amd64 (1.5.0-1) ... Selecting previously unselected package libisoburn1:amd64. Preparing to unpack .../4-libisoburn1_1.5.0-1_amd64.deb ... Unpacking libisoburn1:amd64 (1.5.0-1) ... Selecting previously unselected package xorriso. Preparing to unpack .../5-xorriso_1.5.0-1_amd64.deb ... Unpacking xorriso (1.5.0-1) ... Setting up libjte1 (1.21-1) ... Setting up isolinux (3:6.04~git20190206.bf6db5b4+dfsg1-1) ... Setting up libburn4:amd64 (1.5.0-1+deb10u1) ... Setting up libisofs6:amd64 (1.5.0-1) ... Setting up libisoburn1:amd64 (1.5.0-1) ... Setting up xorriso (1.5.0-1) ... Processing triggers for libc-bin (2.28-10) ... localepurge: Disk space freed in /usr/share/locale: 0 KiB localepurge: Disk space freed in /usr/share/man: 0 KiB Total disk space freed by localepurge: 0 KiB xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:live-image-amd64.hybrid.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 22.2g free xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/binary' xorriso : UPDATE : 546 files added in 1 seconds xorriso : UPDATE : 546 files added in 1 seconds xorriso : NOTE : Copying to System Area: 432 bytes from file '/usr/lib/ISOLINUX/isohdpfx.bin' libisofs: NOTE : Aligned image size to cylinder size by 141 blocks xorriso : UPDATE : 7.12% done xorriso : UPDATE : 52.70% done ISO image produced: 179200 sectors Written to medium : 179200 sectors at LBA 0 Writing to 'stdio:live-image-amd64.hybrid.iso' completed successfully. Reading package lists... Building dependency tree... Reading state information... Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: adwaita-icon-theme dconf-gsettings-backend dconf-service fontconfig fontconfig-config fonts-dejavu-core glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libburn4 libcairo-gobject2 libcairo2 libcolord2 libcroco3 libcups2 libdatrie1 libdconf1 libepoxy0 libfontconfig1 libfribidi0 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgraphite2-3 libgtk-3-0 libgtk-3-common libharfbuzz0b libisoburn1 libisofs6 libjbig0 libjpeg62-turbo libjson-glib-1.0-0 libjson-glib-1.0-common libjte1 liblcms2-2 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 librest-0.7-0 librsvg2-2 librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libthai-data libthai0 libtiff5 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp6 libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxkbcommon0 libxrandr2 libxrender1 xkb-data Use 'apt autoremove' to remove them. The following packages will be REMOVED: isolinux* xorriso* 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. After this operation, 550 kB disk space will be freed. (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 ... 87718 files and directories currently installed.) Removing isolinux (3:6.04~git20190206.bf6db5b4+dfsg1-1) ... Removing xorriso (1.5.0-1) ... [2021-12-02 10:12:26] lb binary_onie [2021-12-02 10:12:27] lb binary_netboot [2021-12-02 10:12:27] lb binary_tar [2021-12-02 10:12:27] lb binary_hdd [2021-12-02 10:12:28] lb binary_zsync P: Begin building zsync control files... Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: adwaita-icon-theme dconf-gsettings-backend dconf-service fontconfig fontconfig-config fonts-dejavu-core glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libburn4 libcairo-gobject2 libcairo2 libcolord2 libcroco3 libcups2 libdatrie1 libdconf1 libepoxy0 libfontconfig1 libfribidi0 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgraphite2-3 libgtk-3-0 libgtk-3-common libharfbuzz0b libisoburn1 libisofs6 libjbig0 libjpeg62-turbo libjson-glib-1.0-0 libjson-glib-1.0-common libjte1 liblcms2-2 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 librest-0.7-0 librsvg2-2 librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libthai-data libthai0 libtiff5 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp6 libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxkbcommon0 libxrandr2 libxrender1 xkb-data Use 'apt autoremove' to remove them. The following NEW packages will be installed: zsync 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 76.3 kB of archives. After this operation, 219 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 zsync amd64 0.6.2-3 [76.3 kB] Fetched 76.3 kB in 0s (645 kB/s) Selecting previously unselected package zsync. (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 ... 87680 files and directories currently installed.) Preparing to unpack .../zsync_0.6.2-3_amd64.deb ... Unpacking zsync (0.6.2-3) ... Setting up zsync (0.6.2-3) ... localepurge: Disk space freed in /usr/share/locale: 0 KiB localepurge: Disk space freed in /usr/share/man: 0 KiB Total disk space freed by localepurge: 0 KiB Reading package lists... Building dependency tree... Reading state information... Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: adwaita-icon-theme dconf-gsettings-backend dconf-service fontconfig fontconfig-config fonts-dejavu-core glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libburn4 libcairo-gobject2 libcairo2 libcolord2 libcroco3 libcups2 libdatrie1 libdconf1 libepoxy0 libfontconfig1 libfribidi0 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgraphite2-3 libgtk-3-0 libgtk-3-common libharfbuzz0b libisoburn1 libisofs6 libjbig0 libjpeg62-turbo libjson-glib-1.0-0 libjson-glib-1.0-common libjte1 liblcms2-2 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 librest-0.7-0 librsvg2-2 librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libthai-data libthai0 libtiff5 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp6 libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxkbcommon0 libxrandr2 libxrender1 xkb-data Use 'apt autoremove' to remove them. The following packages will be REMOVED: zsync* 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. After this operation, 219 kB disk space will be freed. (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 ... 87690 files and directories currently installed.) Removing zsync (0.6.2-3) ... [2021-12-02 10:12:38] lb chroot_apt remove P: Deconfiguring file /etc/apt/apt.conf [2021-12-02 10:12:39] lb chroot_hostname remove P: Deconfiguring file /etc/hostname P: Deconfiguring file /bin/hostname [2021-12-02 10:12:39] lb chroot_resolv remove P: Deconfiguring file /etc/resolv.conf [2021-12-02 10:12:39] lb chroot_hosts remove P: Deconfiguring file /etc/hosts [2021-12-02 10:12:39] lb chroot_sysv-rc remove P: Deconfiguring file /usr/sbin/policy-rc.d [2021-12-02 10:12:39] lb chroot_dpkg remove P: Deconfiguring file /sbin/start-stop-daemon [2021-12-02 10:12:40] lb chroot_debianchroot remove P: Deconfiguring file /etc/debian_chroot [2021-12-02 10:12:40] lb chroot_sysfs remove P: Begin unmounting /sys... [2021-12-02 10:12:40] lb chroot_selinuxfs remove P: Begin unmounting /sys/fs/selinux... [2021-12-02 10:12:40] lb chroot_proc remove P: Begin unmounting /proc... [2021-12-02 10:12:41] lb chroot_devpts remove P: Begin unmounting /dev/pts... P: Begin unmounting filesystems... P: Saving caches... Reading package lists... Building dependency tree... Reading state information... [2021-12-02 10:12:43] lb source ls -la ++ ls -la total 112 drwxr-xr-x 12 root root 4096 Dec 2 09:57 . drwxr-xr-x 1 root root 4096 Dec 2 09:57 .. drwxr-xr-x 9 root root 4096 Dec 2 10:12 build lrwxrwxrwx 1 root root 20 Dec 2 09:57 configure -> scripts/build-config -rw-r--r-- 1 root root 3812 Dec 2 09:57 CONTRIBUTING.md drwxr-xr-x 4 root root 4096 Dec 2 09:57 data drwxr-xr-x 4 root root 4096 Dec 2 09:57 docker drwxr-xr-x 2 root root 4096 Dec 2 09:57 docker-vyos drwxr-xr-x 8 root root 4096 Dec 2 09:57 .git drwxr-xr-x 3 root root 4096 Dec 2 09:57 .github -rw-r--r-- 1 root root 91 Dec 2 09:57 .gitignore -rw-r--r-- 1 root root 10475 Dec 2 09:57 Jenkinsfile -rw-r--r-- 1 root root 2433 Dec 2 09:57 Jenkinsfile.docker -rw-r--r-- 1 root root 18002 Dec 2 09:57 LICENSE -rw-r--r-- 1 root root 1843 Dec 2 09:57 LICENSE.artwork -rw-r--r-- 1 root root 9921 Dec 2 09:57 Makefile drwxr-xr-x 9 root root 4096 Dec 2 09:57 packages -rw-r--r-- 1 root root 3779 Dec 2 09:57 README.md drwxr-xr-x 5 root root 4096 Dec 2 09:57 scripts drwxr-xr-x 5 root root 4096 Dec 2 09:57 tools drwxr-xr-x 2 root root 4096 Dec 2 09:57 vars cat data/package-lists/vyos-x86.list.chroot ++ cat data/package-lists/vyos-x86.list.chroot grub2 grub-pc qemu-guest-agent hyperv-daemons xe-guest-utilities vyos-1x-vmware vyos-linux-firmware vyos-intel-qat wireguard-modules telegraf