Jump to content

compile.sh script failed


wollik
Go to solution Solved by wollik,

Recommended Posts

Hi members and developers,
I've tried to compile buster with using the latest armbian build environment for an Banana R1 SCB but it failed whith this errors:

...

[ o.k. ] Installing base system [ Stage 1/2 ]
/home/wolli/build/lib/debootstrap.sh: line 185: debootstrap: command not found
[ error ] ERROR in function create_rootfs_cache [ debootstrap.sh:190 ]
[ error ] Debootstrap base system for current lamobo-r1 buster   yes first stage failed

[ o.k. ] Process terminated

 

I know that this SBC is EOS thats why I need to compile it by my self.

 

Even when I try to compile a supported SBC  linke the Bananapi I got this same debootstrab problems:

...
[ o.k. ] Installing base system [ Stage 1/2 ]
/home/wolli/build/lib/debootstrap.sh: line 185: debootstrap: command not found
[ error ] ERROR in function create_rootfs_cache [ debootstrap.sh:190 ]
[ error ] Debootstrap base system for current bananapi buster   yes first stage failed

[ o.k. ] Process terminated

 

Please can somone help me how I can come around this problem and explain what the debiitstrap is trying to do ?

 

Here are the lines 184 to 191 from my debootstrap.sh in .../buld/lib

184                 eval 'debootstrap --variant=minbase --include=${DEBOOTSTRAP_LIST// /,} ${PACKAGE_LIST_EXCLUDE:+ --exclude=${PACKAG_LIST_EXCLUDE///,}} \
185                         --arch=$ARCH --components=${DEBOOTSTRAP_COMPONENTS} $DEBOOTSTRAP_OPTION --foreign $RELEASE $SDCARD/ $apt_mirror' \
186                          ${PROGRESS_LOG_TO_FILE:+' | tee -a $DEST/debug/debootstrap.log'} \ ${PROGRESS_LOG_TO_FILE:+' | tee -a $DEST/debug/debo$  
187                         ${OUTPUT_DIALOG:+' | dialog --backtitle "$backtitle" 188 --progressbox "Debootstrap (stage 1/2)..." $TTY_Y $TTY_X'} \

188                         ${OUTPUT_VERYSILENT:+' >/dev/null 2>/dev/null'}
189
190                 [[ ${PIPESTATUS[0]} -ne 0 || ! -f $SDCARD/debootstrap/deboo$
191

 

 

Thanks
wollik


 

Link to comment
Share on other sites

I've got no idea what's wrong. But it would help if you'd give a bit more information.
On what are you trying to build? x86? Virtual Box? arm64? Docker? ...
Did you try with a fresh build?

Link to comment
Share on other sites

1 hour ago, wollik said:

Even when I try to compile a supported SBC  linke the Bananapi I got this same debootstrab problems:


You are building this on what host? You have supplied not a single clue about that most important. There are also detailed logs in output/debug which might contain critical informations.

We are rebuilding images upon upstream changes:

https://github.com/armbian/build/actions/runs/963008795
https://github.com/armbian/build/actions/runs/961942368


Are you sure you are using our up-to-date build tools?


Full build log on my Linux Mint workstation:
 

Spoiler

[ o.k. ] Using user configuration override [ /home/igorp/Coding/build/userpatches/lib.config ]
[ .... ] Deboostrap components main 
[ .... ] Deboostrap packages locales gnupg ifupdown apt-utils ca-certificates bzip2 console-setup cpio cron dbus init initramfs-tools iputils-ping isc-dhcp-client kmod less libpam-systemd linux-base logrotate netbase netcat-openbsd rsyslog systemd sudo ucf udev whiptail wireless-regdb crda dmsetup rsync tzdata haveged fdisk 
[ .... ] Packages bc cpufrequtils device-tree-compiler fping fake-hwclock psmisc chrony parted dialog ncurses-term sysfsutils toilet figlet u-boot-tools usbutils openssh-server nocache debconf-utils python3-apt smartmontools joe bridge-utils build-essential fbset iw wpasupplicant sudo linux-base crda wireless-regdb unattended-upgrades console-setup unicode-data initramfs-tools ca-certificates expect iptables automake html2text bison flex libwrap0-dev libssl-dev libnl-3-dev libnl-genl-3-dev keyboard-configuration gnupg2 networkd-dispatcher man-db hping3 selinux-policy-default rng-tools command-not-found apt-file dkms python3-distutils python3-lib2to3 vnstat network-manager network-manager-openvpn wireless-tools lsof htop mmc-utils wget nano sysstat net-tools resolvconf iozone3 jq libcrack2 cracklib-runtime curl mc i2c-tools software-properties-common alsa-utils btrfs-progs dosfstools iotop stress screen ntfs-3g vim pciutils evtest pv libfuse2 libdigest-sha-perl libproc-processtable-perl aptitude dnsutils f3 haveged hdparm rfkill vlan bash-completion hostapd git ethtool unzip ifenslave libpam-systemd iperf3 nfs-common libnss-myhostname f2fs-tools avahi-autoipd iputils-arping qrencode sunxi-tools i2c-tools 
[ o.k. ] Preparing [ host ]
[ o.k. ] Build host OS release [ ulyana ]
[ o.k. ] Syncing clock [ host ]
[ o.k. ] Checking for external GCC compilers 
[ o.k. ] Downloading sources 
[ o.k. ] Checking git sources [ u-boot v2021.04 ]
[ .... ] Up to date 
[ o.k. ] Checking git sources [ linux-mainline orange-pi-5.10 ]
[ .... ] Up to date 
[ o.k. ] Checking git sources [ sunxi-tools master ]
[ .... ] Up to date 
[ o.k. ] Checking git sources [ rkbin-tools master ]
[ .... ] Up to date 
[ o.k. ] Checking git sources [ marvell-tools A3700_utils-armada-18.12 ]
[ .... ] Up to date 
[ o.k. ] Checking git sources [ marvell-ddr mv_ddr-armada-18.12 ]
[ .... ] Up to date 
[ o.k. ] Checking git sources [ marvell-binaries binaries-marvell-armada-18.12 ]
[ .... ] Up to date 
[ o.k. ] Checking git sources [ odroidc2-blobs master ]
[ .... ] Up to date 
[ o.k. ] Checking git sources [ testing-reports master ]
[ .... ] Up to date 
[ o.k. ] Checking git sources [ amlogic-boot-fip master ]
[ .... ] Up to date 
[ o.k. ] Starting rootfs and image building process for [ current bananapi buster   no ]
[ o.k. ] Checking for local cache [ buster-cli-armhf.935...eba.tar.lz4 ]
[ .... ] searching on servers 
[ .... ] not found: try to use previous cache 
[ o.k. ] Checking for local cache [ buster-cli-armhf.935...eba.tar.lz4 ]
[ .... ] searching on servers 
[ .... ] not found: try to use previous cache 
[ o.k. ] ... remote not found [ Creating new rootfs cache for buster ]
[ o.k. ] Installing base system [ Stage 1/2 ]
I: Retrieving InRelease 
I: Checking Release signature
I: Valid Release signature (key id 6D33866EDD8FFA41C0143AEDDCC9EFBF77E11517)
I: Retrieving Packages 
I: Validating Packages 
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Checking component main on http://localhost:3142/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 libapparmor1 2.13.2-10
I: Validating libapparmor1 2.13.2-10
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 libargon2-1 0~20171227-0.2
I: Validating libargon2-1 0~20171227-0.2
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+deb10u10
I: Validating base-files 10.3+deb10u10
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 libdns-export1104 1:9.11.5.P4+dfsg-5.1+deb10u5
I: Validating libdns-export1104 1:9.11.5.P4+dfsg-5.1+deb10u5
I: Retrieving libisc-export1100 1:9.11.5.P4+dfsg-5.1+deb10u5
I: Validating libisc-export1100 1:9.11.5.P4+dfsg-5.1+deb10u5
I: Retrieving bzip2 1.0.6-9.2~deb10u1
I: Validating bzip2 1.0.6-9.2~deb10u1
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 console-setup 1.193~deb10u1
I: Validating console-setup 1.193~deb10u1
I: Retrieving console-setup-linux 1.193~deb10u1
I: Validating console-setup-linux 1.193~deb10u1
I: Retrieving keyboard-configuration 1.193~deb10u1
I: Validating keyboard-configuration 1.193~deb10u1
I: Retrieving coreutils 8.30-3
I: Validating coreutils 8.30-3
I: Retrieving cpio 2.12+dfsg-9
I: Validating cpio 2.12+dfsg-9
I: Retrieving crda 3.18-1
I: Validating crda 3.18-1
I: Retrieving cron 3.0pl1-134+deb10u1
I: Validating cron 3.0pl1-134+deb10u1
I: Retrieving libcryptsetup12 2:2.1.0-5+deb10u2
I: Validating libcryptsetup12 2:2.1.0-5+deb10u2
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 dbus 1.12.20-0+deb10u1
I: Validating dbus 1.12.20-0+deb10u1
I: Retrieving libdbus-1-3 1.12.20-0+deb10u1
I: Validating libdbus-1-3 1.12.20-0+deb10u1
I: Retrieving debconf 1.5.71
I: Validating debconf 1.5.71
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 libelf1 0.176-1.1
I: Validating libelf1 0.176-1.1
I: Retrieving libexpat1 2.2.6-2+deb10u1
I: Validating libexpat1 2.2.6-2+deb10u1
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 libc-l10n 2.28-10
I: Validating libc-l10n 2.28-10
I: Retrieving libc6 2.28-10
I: Validating libc6 2.28-10
I: Retrieving locales 2.28-10
I: Validating locales 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 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 haveged 1.9.1-7
I: Validating haveged 1.9.1-7
I: Retrieving libhavege1 1.9.1-7
I: Validating libhavege1 1.9.1-7
I: Retrieving hostname 3.21
I: Validating hostname 3.21
I: Retrieving ifupdown 0.8.35
I: Validating ifupdown 0.8.35
I: Retrieving init 1.56+nmu1
I: Validating init 1.56+nmu1
I: Retrieving init-system-helpers 1.56+nmu1
I: Validating init-system-helpers 1.56+nmu1
I: Retrieving initramfs-tools 0.133+deb10u1
I: Validating initramfs-tools 0.133+deb10u1
I: Retrieving initramfs-tools-core 0.133+deb10u1
I: Validating initramfs-tools-core 0.133+deb10u1
I: Retrieving iproute2 4.20.0-2+deb10u1
I: Validating iproute2 4.20.0-2+deb10u1
I: Retrieving libip4tc0 1.8.2-4
I: Validating libip4tc0 1.8.2-4
I: Retrieving libxtables12 1.8.2-4
I: Validating libxtables12 1.8.2-4
I: Retrieving iputils-ping 3:20180629-2+deb10u2
I: Validating iputils-ping 3:20180629-2+deb10u2
I: Retrieving isc-dhcp-client 4.4.1-2+deb10u1
I: Validating isc-dhcp-client 4.4.1-2+deb10u1
I: Retrieving iw 5.0.1-1
I: Validating iw 5.0.1-1
I: Retrieving libjson-c3 0.12.1+ds-2+deb10u1
I: Validating libjson-c3 0.12.1+ds-2+deb10u1
I: Retrieving kbd 2.0.4-4
I: Validating kbd 2.0.4-4
I: Retrieving klibc-utils 2.0.6-1+deb10u1
I: Validating klibc-utils 2.0.6-1+deb10u1
I: Retrieving libklibc 2.0.6-1+deb10u1
I: Validating libklibc 2.0.6-1+deb10u1
I: Retrieving kmod 26-1
I: Validating kmod 26-1
I: Retrieving libkmod2 26-1
I: Validating libkmod2 26-1
I: Retrieving less 487-0.1+b1
I: Validating less 487-0.1+b1
I: Retrieving libassuan0 2.5.2-1
I: Validating libassuan0 2.5.2-1
I: Retrieving libbsd0 0.9.1-2+deb10u1
I: Validating libbsd0 0.9.1-2+deb10u1
I: Retrieving libcap-ng0 0.7.9-2
I: Validating libcap-ng0 0.7.9-2
I: Retrieving libcap2 1:2.25-2
I: Validating libcap2 1:2.25-2
I: Retrieving libcap2-bin 1:2.25-2
I: Validating libcap2-bin 1:2.25-2
I: Retrieving libestr0 0.1.10-2.1
I: Validating libestr0 0.1.10-2.1
I: Retrieving libfastjson4 0.99.8-2
I: Validating libfastjson4 0.99.8-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 libidn11 1.33-2.2
I: Validating libidn11 1.33-2.2
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 liblocale-gettext-perl 1.07-3+b4
I: Validating liblocale-gettext-perl 1.07-3+b4
I: Retrieving liblognorm5 2.0.5-1
I: Validating liblognorm5 2.0.5-1
I: Retrieving libmnl0 1.0.4-2
I: Validating libmnl0 1.0.4-2
I: Retrieving libnl-3-200 3.4.0-1
I: Validating libnl-3-200 3.4.0-1
I: Retrieving libnl-genl-3-200 3.4.0-1
I: Validating libnl-genl-3-200 3.4.0-1
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 linux-base 4.6
I: Validating linux-base 4.6
I: Retrieving logrotate 3.14.0-4
I: Validating logrotate 3.14.0-4
I: Retrieving lsb-base 10.2019051400
I: Validating lsb-base 10.2019051400
I: Retrieving dmsetup 2:1.02.155-3
I: Validating dmsetup 2:1.02.155-3
I: Retrieving libdevmapper1.02.1 2:1.02.155-3
I: Validating libdevmapper1.02.1 2:1.02.155-3
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 netbase 5.6
I: Validating netbase 5.6
I: Retrieving netcat-openbsd 1.195-2
I: Validating netcat-openbsd 1.195-2
I: Retrieving libhogweed4 3.4.1-1
I: Validating libhogweed4 3.4.1-1
I: Retrieving libnettle6 3.4.1-1
I: Validating libnettle6 3.4.1-1
I: Retrieving libnewt0.52 0.52.20-8
I: Validating libnewt0.52 0.52.20-8
I: Retrieving whiptail 0.52.20-8
I: Validating whiptail 0.52.20-8
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+deb10u6
I: Validating libssl1.1 1.1.1d-0+deb10u6
I: Retrieving openssl 1.1.1d-0+deb10u6
I: Validating openssl 1.1.1d-0+deb10u6
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 libpopt0 1.16-12
I: Validating libpopt0 1.16-12
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 rsync 3.1.3-6
I: Validating rsync 3.1.3-6
I: Retrieving rsyslog 8.1901.0-1
I: Validating rsyslog 8.1901.0-1
I: Retrieving sed 4.7-1
I: Validating sed 4.7-1
I: Retrieving sensible-utils 0.0.12
I: Validating sensible-utils 0.0.12
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 libslang2 2.3.2-2
I: Validating libslang2 2.3.2-2
I: Retrieving libsqlite3-0 3.27.2-3+deb10u1
I: Validating libsqlite3-0 3.27.2-3+deb10u1
I: Retrieving sudo 1.8.27-1+deb10u3
I: Validating sudo 1.8.27-1+deb10u3
I: Retrieving libpam-systemd 241-7~deb10u7
I: Validating libpam-systemd 241-7~deb10u7
I: Retrieving libsystemd0 241-7~deb10u7
I: Validating libsystemd0 241-7~deb10u7
I: Retrieving libudev1 241-7~deb10u7
I: Validating libudev1 241-7~deb10u7
I: Retrieving systemd 241-7~deb10u7
I: Validating systemd 241-7~deb10u7
I: Retrieving systemd-sysv 241-7~deb10u7
I: Validating systemd-sysv 241-7~deb10u7
I: Retrieving udev 241-7~deb10u7
I: Validating udev 241-7~deb10u7
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+deb10u1
I: Validating tzdata 2021a-0+deb10u1
I: Retrieving ucf 3.0038+nmu1
I: Validating ucf 3.0038+nmu1
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 wireless-regdb 2016.06.10-1
I: Validating wireless-regdb 2016.06.10-1
I: Retrieving xkb-data 2.26-2
I: Validating xkb-data 2.26-2
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
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...
[ o.k. ] Installing base system [ Stage 2/2 ]
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
I: Installing core packages...
I: Unpacking required packages...
I: Unpacking libacl1:armhf...
I: Unpacking adduser...
I: Unpacking apt...
I: Unpacking libapt-pkg5.0:armhf...
I: Unpacking libattr1:armhf...
I: Unpacking libaudit-common...
I: Unpacking libaudit1:armhf...
I: Unpacking base-files...
I: Unpacking base-passwd...
I: Unpacking bash...
I: Unpacking libbz2-1.0:armhf...
I: Unpacking libdebconfclient0:armhf...
I: Unpacking coreutils...
I: Unpacking dash...
I: Unpacking libdb5.3:armhf...
I: Unpacking debconf...
I: Unpacking debian-archive-keyring...
I: Unpacking debianutils...
I: Unpacking diffutils...
I: Unpacking dpkg...
I: Unpacking e2fsprogs...
I: Unpacking libcom-err2:armhf...
I: Unpacking libext2fs2:armhf...
I: Unpacking libss2:armhf...
I: Unpacking findutils...
I: Unpacking gcc-8-base:armhf...
I: Unpacking libgcc1:armhf...
I: Unpacking libstdc++6:armhf...
I: Unpacking libc-bin...
I: Unpacking libc6:armhf...
I: Unpacking libgmp10:armhf...
I: Unpacking gpgv...
I: Unpacking libgnutls30:armhf...
I: Unpacking grep...
I: Unpacking gzip...
I: Unpacking hostname...
I: Unpacking init-system-helpers...
I: Unpacking libcap-ng0:armhf...
I: Unpacking libffi6:armhf...
I: Unpacking libgcrypt20:armhf...
I: Unpacking libgpg-error0:armhf...
I: Unpacking libidn2-0:armhf...
I: Unpacking libseccomp2:armhf...
I: Unpacking libselinux1:armhf...
I: Unpacking libsemanage-common...
I: Unpacking libsemanage1:armhf...
I: Unpacking libsepol1:armhf...
I: Unpacking libtasn1-6:armhf...
I: Unpacking libunistring2:armhf...
I: Unpacking libzstd1:armhf...
I: Unpacking liblz4-1:armhf...
I: Unpacking mawk...
I: Unpacking libncursesw6:armhf...
I: Unpacking libtinfo6:armhf...
I: Unpacking ncurses-base...
I: Unpacking ncurses-bin...
I: Unpacking libhogweed4:armhf...
I: Unpacking libnettle6:armhf...
I: Unpacking libp11-kit0:armhf...
I: Unpacking libpam-modules:armhf...
I: Unpacking libpam-modules-bin...
I: Unpacking libpam-runtime...
I: Unpacking libpam0g:armhf...
I: Unpacking libpcre3:armhf...
I: Unpacking perl-base...
I: Unpacking sed...
I: Unpacking login...
I: Unpacking passwd...
I: Unpacking libsystemd0:armhf...
I: Unpacking libudev1:armhf...
I: Unpacking sysvinit-utils...
I: Unpacking tar...
I: Unpacking tzdata...
I: Unpacking bsdutils...
I: Unpacking fdisk...
I: Unpacking libblkid1:armhf...
I: Unpacking libfdisk1:armhf...
I: Unpacking libmount1:armhf...
I: Unpacking libsmartcols1:armhf...
I: Unpacking libuuid1:armhf...
I: Unpacking mount...
I: Unpacking util-linux...
I: Unpacking liblzma5:armhf...
I: Unpacking zlib1g:armhf...
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:armhf...
I: Configuring libc6:armhf...
I: Configuring libudev1:armhf...
I: Configuring libsepol1:armhf...
I: Configuring libattr1:armhf...
I: Configuring libtasn1-6:armhf...
I: Configuring debianutils...
I: Configuring mawk...
I: Configuring libdebconfclient0:armhf...
I: Configuring base-files...
I: Configuring libbz2-1.0:armhf...
I: Configuring base-passwd...
I: Configuring libdb5.3:armhf...
I: Configuring libtinfo6:armhf...
I: Configuring bash...
I: Configuring libzstd1:armhf...
I: Configuring liblzma5:armhf...
I: Configuring libgpg-error0:armhf...
I: Configuring libgcc1:armhf...
I: Configuring liblz4-1:armhf...
I: Configuring libc-bin...
I: Configuring ncurses-bin...
I: Configuring libacl1:armhf...
I: Configuring libunistring2:armhf...
I: Configuring libsmartcols1:armhf...
I: Configuring libgcrypt20:armhf...
I: Configuring zlib1g:armhf...
I: Configuring libffi6:armhf...
I: Configuring libidn2-0:armhf...
I: Configuring libcom-err2:armhf...
I: Configuring diffutils...
I: Configuring libseccomp2:armhf...
I: Configuring libsystemd0:armhf...
I: Configuring hostname...
I: Configuring libpcre3:armhf...
I: Configuring libcap-ng0:armhf...
I: Configuring libext2fs2:armhf...
I: Configuring libgmp10:armhf...
I: Configuring libp11-kit0:armhf...
I: Configuring libaudit1:armhf...
I: Configuring libuuid1:armhf...
I: Configuring libss2:armhf...
I: Configuring libncursesw6:armhf...
I: Configuring libnettle6:armhf...
I: Configuring gpgv...
I: Configuring libblkid1:armhf...
I: Configuring libstdc++6:armhf...
I: Configuring bsdutils...
I: Configuring libhogweed4:armhf...
I: Configuring e2fsprogs...
I: Configuring libselinux1:armhf...
I: Configuring libgnutls30:armhf...
I: Configuring sed...
I: Configuring libfdisk1:armhf...
I: Configuring findutils...
I: Configuring libmount1:armhf...
I: Configuring libapt-pkg5.0:armhf...
I: Configuring libsemanage1:armhf...
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:armhf...
I: Configuring dash...
I: Configuring libpam-modules-bin...
I: Configuring libpam-modules:armhf...
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:armhf...
I: Unpacking libdns-export1104...
I: Unpacking libisc-export1100:armhf...
I: Unpacking bzip2...
I: Unpacking ca-certificates...
I: Unpacking console-setup...
I: Unpacking console-setup-linux...
I: Unpacking keyboard-configuration...
I: Unpacking cpio...
I: Unpacking crda...
I: Unpacking cron...
I: Unpacking libsasl2-2:armhf...
I: Unpacking libsasl2-modules-db:armhf...
I: Unpacking dbus...
I: Unpacking libdbus-1-3:armhf...
I: Unpacking libelf1:armhf...
I: Unpacking libexpat1:armhf...
I: Unpacking libc-l10n...
I: Unpacking locales...
I: Unpacking dirmngr...
I: Unpacking gnupg...
I: Unpacking gnupg-l10n...
I: Unpacking gnupg-utils...
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 haveged...
I: Unpacking libhavege1:armhf...
I: Unpacking ifupdown...
I: Unpacking init...
I: Unpacking initramfs-tools...
I: Unpacking initramfs-tools-core...
I: Unpacking iproute2...
I: Unpacking libxtables12:armhf...
I: Unpacking iputils-ping...
I: Unpacking isc-dhcp-client...
I: Unpacking iw...
I: Unpacking kbd...
I: Unpacking klibc-utils...
I: Unpacking libklibc:armhf...
I: Unpacking kmod...
I: Unpacking less...
I: Unpacking libassuan0:armhf...
I: Unpacking libbsd0:armhf...
I: Unpacking libcap2-bin...
I: Unpacking libestr0:armhf...
I: Unpacking libfastjson4:armhf...
I: Unpacking libksba8:armhf...
I: Unpacking liblocale-gettext-perl...
I: Unpacking liblognorm5:armhf...
I: Unpacking libmnl0:armhf...
I: Unpacking libnl-3-200:armhf...
I: Unpacking libnl-genl-3-200:armhf...
I: Unpacking linux-base...
I: Unpacking logrotate...
I: Unpacking lsb-base...
I: Unpacking netbase...
I: Unpacking netcat-openbsd...
I: Unpacking libnewt0.52:armhf...
I: Unpacking whiptail...
I: Unpacking libnpth0:armhf...
I: Unpacking libldap-2.4-2:armhf...
I: Unpacking libldap-common...
I: Unpacking openssl...
I: Unpacking pinentry-curses...
I: Unpacking libpopt0:armhf...
I: Unpacking libreadline7:armhf...
I: Unpacking readline-common...
I: Unpacking rsync...
I: Unpacking rsyslog...
I: Unpacking sensible-utils...
I: Unpacking libslang2:armhf...
I: Unpacking libsqlite3-0:armhf...
I: Unpacking sudo...
I: Unpacking libpam-systemd:armhf...
I: Unpacking udev...
I: Unpacking ucf...
I: Unpacking wireless-regdb...
I: Unpacking xkb-data...
I: Configuring the base system...
I: Configuring libksba8:armhf...
I: Configuring libexpat1:armhf...
I: Configuring cpio...
I: Configuring lsb-base...
I: Configuring libc-l10n...
I: Configuring linux-base...
I: Configuring init...
I: Configuring libestr0:armhf...
I: Configuring libfastjson4:armhf...
I: Configuring wireless-regdb...
I: Configuring libsqlite3-0:armhf...
I: Configuring less...
I: Configuring xkb-data...
I: Configuring libnpth0:armhf...
I: Configuring kmod...
I: Configuring libassuan0:armhf...
I: Configuring libapt-inst2.0:armhf...
I: Configuring bzip2...
I: Configuring locales...
I: Configuring libldap-common...
I: Configuring libsasl2-modules-db:armhf...
I: Configuring libcap2-bin...
I: Configuring libklibc:armhf...
I: Configuring libslang2:armhf...
I: Configuring gnupg-l10n...
I: Configuring libdbus-1-3:armhf...
I: Configuring dbus...
I: Configuring libmnl0:armhf...
I: Configuring udev...
I: Configuring sudo...
I: Configuring libhavege1:armhf...
I: Configuring libxtables12:armhf...
I: Configuring libsasl2-2:armhf...
I: Configuring libisc-export1100:armhf...
I: Configuring liblognorm5:armhf...
I: Configuring sensible-utils...
I: Configuring libnl-3-200:armhf...
I: Configuring libpam-systemd:armhf...
I: Configuring kbd...
I: Configuring netbase...
I: Configuring klibc-utils...
I: Configuring openssl...
I: Configuring libbsd0:armhf...
I: Configuring libelf1:armhf...
I: Configuring libdns-export1104...
I: Configuring iputils-ping...
I: Configuring readline-common...
I: Configuring liblocale-gettext-perl...
I: Configuring libreadline7:armhf...
I: Configuring libpopt0:armhf...
I: Configuring gnupg-utils...
I: Configuring pinentry-curses...
I: Configuring logrotate...
I: Configuring haveged...
I: Configuring libnewt0.52:armhf...
I: Configuring apt-utils...
I: Configuring iproute2...
I: Configuring cron...
I: Configuring rsyslog...
I: Configuring netcat-openbsd...
I: Configuring isc-dhcp-client...
I: Configuring libldap-2.4-2:armhf...
I: Configuring ca-certificates...
I: Configuring ifupdown...
I: Configuring ucf...
I: Configuring whiptail...
I: Configuring libnl-genl-3-200:armhf...
I: Configuring gpgconf...
I: Configuring keyboard-configuration...
I: Configuring iw...
I: Configuring initramfs-tools-core...
I: Configuring crda...
I: Configuring gpg...
I: Configuring rsync...
I: Configuring gpg-agent...
I: Configuring initramfs-tools...
I: Configuring gpgsm...
I: Configuring dirmngr...
I: Configuring gpg-wks-server...
I: Configuring console-setup-linux...
I: Configuring console-setup...
I: Configuring gpg-wks-client...
I: Configuring gnupg...
I: Configuring libc-bin...
I: Configuring systemd...
I: Configuring ca-certificates...
I: Configuring initramfs-tools...
I: Base system installed successfully.
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
dpkg-divert: warning: diverting file '/sbin/start-stop-daemon' from an Essential package with rename is dangerous, use --no-rename
[ o.k. ] Configuring locales [ en_US.UTF-8 ]
Generating locales (this might take a while)...
  en_US.UTF-8... done
Generation complete.
Unsupported ioctl: cmd=0x4b3b
Unsupported ioctl: cmd=0x4b72
Unsupported ioctl: cmd=0x4b6c
Unsupported ioctl: cmd=0x4b61
setfont: putfont: 512,8x16:  failed: -1
putfont: PIO_FONT: Function not implemented
Unsupported ioctl: cmd=0x4b3b
Unsupported ioctl: cmd=0x4b72
Unsupported ioctl: cmd=0x4b6c
Unsupported ioctl: cmd=0x4b61
setfont: putfont: 512,8x16:  failed: -1
putfont: PIO_FONT: Function not implemented
Unsupported ioctl: cmd=0x4b3b
Unsupported ioctl: cmd=0x4b72
Unsupported ioctl: cmd=0x4b6c
Unsupported ioctl: cmd=0x4b61
setfont: putfont: 512,8x16:  failed: -1
putfont: PIO_FONT: Function not implemented
Unsupported ioctl: cmd=0x4b3b
Unsupported ioctl: cmd=0x4b72
Unsupported ioctl: cmd=0x4b6c
Unsupported ioctl: cmd=0x4b61
setfont: putfont: 512,8x16:  failed: -1
putfont: PIO_FONT: Function not implemented
Unsupported ioctl: cmd=0x4b3b
Unsupported ioctl: cmd=0x4b72
Unsupported ioctl: cmd=0x4b6c
Unsupported ioctl: cmd=0x4b61
setfont: putfont: 512,8x16:  failed: -1
putfont: PIO_FONT: Function not implemented
Unsupported ioctl: cmd=0x4b3b
Unsupported ioctl: cmd=0x4b72
Unsupported ioctl: cmd=0x4b6c
Unsupported ioctl: cmd=0x4b61
setfont: putfont: 512,8x16:  failed: -1
putfont: PIO_FONT: Function not implemented
[ o.k. ] Adding Armbian repository and authentication key [ /etc/apt/sources.list.d/armbian.list ]
[ o.k. ] Updating package list [ buster ]
Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:3 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
Get:4 http://security.debian.org buster/updates InRelease [65.4 kB]
Get:5 http://apt.armbian.com buster InRelease [18.4 kB]
Get:6 http://deb.debian.org/debian buster/main armhf Packages [7698 kB]
Get:7 http://deb.debian.org/debian buster/main Translation-en [5968 kB]
Get:8 http://deb.debian.org/debian buster/contrib armhf Packages [40.1 kB]
Get:9 http://deb.debian.org/debian buster/contrib Translation-en [44.2 kB]
Get:10 http://deb.debian.org/debian buster/non-free armhf Packages [62.1 kB]
Get:11 http://deb.debian.org/debian buster/non-free Translation-en [88.9 kB]
Get:12 http://deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB]
Get:13 http://deb.debian.org/debian buster-updates/main Translation-en [13.9 kB]
Get:14 http://security.debian.org buster/updates/main armhf Packages [286 kB]
Get:15 http://security.debian.org buster/updates/main Translation-en [152 kB]
Get:16 http://security.debian.org buster/updates/non-free Translation-en [344 B]
Get:17 http://deb.debian.org/debian buster-backports/main armhf Packages [474 kB]
Get:18 http://deb.debian.org/debian buster-backports/main Translation-en [407 kB]
Get:19 http://deb.debian.org/debian buster-backports/contrib armhf Packages [8316 B]
Get:20 http://deb.debian.org/debian buster-backports/contrib Translation-en [8076 B]
Get:21 http://deb.debian.org/debian buster-backports/non-free armhf Packages [13.0 kB]
Get:22 http://deb.debian.org/debian buster-backports/non-free Translation-en [38.3 kB]
Get:23 http://apt.armbian.com buster/main armhf Packages [826 kB]
Get:24 http://apt.armbian.com buster/buster-utils armhf Packages [244 kB]
Get:25 http://apt.armbian.com buster/buster-desktop armhf Packages [27.6 kB]
Fetched 16.7 MB in 9s (1954 kB/s)
Reading package lists...
[ o.k. ] Upgrading base packages [ Armbian ]
Reading package lists...
Building dependency tree...
Calculating upgrade...
The following packages will be upgraded:
  libhogweed4 libnettle6
2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 358 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://security.debian.org buster/updates/main armhf libnettle6 armhf 3.4.1-1+deb10u1 [228 kB]
Get:2 http://security.debian.org buster/updates/main armhf libhogweed4 armhf 3.4.1-1+deb10u1 [130 kB]
Fetched 358 kB in 0s (4835 kB/s)
(Reading database ... 11003 files and directories currently installed.)
Preparing to unpack .../libnettle6_3.4.1-1+deb10u1_armhf.deb ...
Unpacking libnettle6:armhf (3.4.1-1+deb10u1) over (3.4.1-1) ...
Setting up libnettle6:armhf (3.4.1-1+deb10u1) ...
(Reading database ... 11003 files and directories currently installed.)
Preparing to unpack .../libhogweed4_3.4.1-1+deb10u1_armhf.deb ...
Unpacking libhogweed4:armhf (3.4.1-1+deb10u1) over (3.4.1-1) ...
Setting up libhogweed4:armhf (3.4.1-1+deb10u1) ...
Processing triggers for libc-bin (2.28-10) ...
[ o.k. ] Installing the main packages for [ Armbian ]
Reading package lists...
Building dependency tree...
Reading state information...
ca-certificates is already the newest version (20200601~deb10u2).
console-setup is already the newest version (1.193~deb10u1).
keyboard-configuration is already the newest version (1.193~deb10u1).
crda is already the newest version (3.18-1).
haveged is already the newest version (1.9.1-7).
initramfs-tools is already the newest version (0.133+deb10u1).
iw is already the newest version (5.0.1-1).
linux-base is already the newest version (4.6).
sudo is already the newest version (1.8.27-1+deb10u3).
libpam-systemd is already the newest version (241-7~deb10u7).
wireless-regdb is already the newest version (2016.06.10-1).
The following additional packages will be installed:
  aptitude-common autoconf autotools-dev bind9-host binutils binutils-arm-linux-gnueabihf binutils-common bsdmainutils cpp cpp-8 distro-info-data dpkg-dev file fuse g++
  g++-8 gcc gcc-8 gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 git-man groff-base iso-codes keyutils libapt-pkg-perl libasan5 libasound2 libasound2-data libatomic1
  libbind9-161 libbinutils libbison-dev libbluetooth3 libboost-iostreams1.67.0 libboost-system1.67.0 libc-dev-bin libc6-dev libcaca0 libcc1-0 libcpufreq0 libcurl3-gnutls
  libcurl4 libcwidget3v5 libdaemon0 libdns1104 libdpkg-perl libedit2 liberror-perl libevent-2.1-6 libexporter-tiny-perl libf2fs-format4 libf2fs5 libfftw3-single3
  libfstrm0 libgcc-8-dev libgdbm-compat4 libgdbm6 libgeoip1 libgirepository-1.0-1 libglib2.0-0 libgomp1 libgpm2 libgssapi-krb5-2 libi2c0 libicu63 libip6tc0 libiperf0
  libiptc0 libirs161 libisc1100 libisccc161 libisccfg163 libisl19 libiw30 libjansson4 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblist-moreutils-perl
  liblmdb0 liblwres161 liblzo2-2 libmagic-mgc libmagic1 libmm-glib0 libmpc3 libmpdec2 libmpfr6 libncurses6 libndp0 libnetfilter-conntrack3 libnfnetlink0 libnfsidmap2
  libnftnl11 libnghttp2-14 libnl-route-3-200 libnm0 libntfs-3g883 libonig5 libpackagekit-glib2-18 libparted2 libpcap0.8 libpci3 libpcre2-8-0 libpcsclite1 libperl5.28
  libpipeline1 libpkcs11-helper1 libpng16-16 libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libprocps7 libprotobuf-c1 libpsl5 libpython3-stdlib
  libpython3.7-minimal libpython3.7-stdlib libqrencode4 libregexp-assemble-perl librtmp1 libsamplerate0 libsctp1 libsensors-config libsensors5 libsigc++-2.0-0v5
  libsigsegv2 libssh2-1 libstdc++-8-dev libsysfs2 libtcl8.6 libteamdctl0 libtirpc-common libtirpc3 libubsan1 libuchardet0 libusb-1.0-0 libutempter0 libwrap0 libxapian30
  libxml2 linux-libc-dev lsb-release m4 make mc-data mime-support openssh-client openssh-sftp-server openvpn patch perl perl-modules-5.28 policycoreutils policykit-1
  procps python-apt-common python3 python3-dbus python3-distro-info python3-gi python3-minimal python3-pycurl python3-software-properties python3.7 python3.7-minimal
  rpcbind selinux-utils tcl-expect tcl8.6 toilet-fonts usb.ids vim-common vim-runtime xxd xz-utils
Suggested packages:
  aptitude-doc-en | aptitude-doc apt-xapian-index debtags tasksel autoconf-archive gnu-standards autoconf-doc libtool gettext binutils-doc bison-doc wamerican | wordlist
  whois vacation duperemove snapd cpp-doc gcc-8-locales python3-apport menu rblcheck debian-keyring tk8.6 ntp flex-doc gcc-8-doc libstdc++6-8-dbg gcc-multilib
  manpages-dev gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan5-dbg liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg libquadmath0-dbg
  gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff apmd strace libi2c-dev python-smbus
  isoquery libasound2-plugins glibc-doc libcwidget-dev bzr libfftw3-bin libfftw3-dev gdbm-l10n geoip-bin gpm krb5-doc krb5-user libparted-dev libparted-i18n pcscd
  lksctp-tools lm-sensors libssl-doc libstdc++-8-doc xapian-tools lsb m4-doc make-doc apparmor www-browser arj catdvi | texlive-binaries dbview djvulibre-bin epub-utils
  genisoimage gv imagemagick libaspell-dev links | w3m | lynx odt2txt poppler-utils python python-boto python-tz xpdf | pdf-viewer zip spell libteam-utils open-iscsi
  watchdog keychain libpam-ssh monkeysphere ssh-askpass molly-guard rssh ufw openvpn-systemd-resolved parted-doc ed diffutils-doc perl-doc libterm-readline-gnu-perl
  | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl doc-base python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc python-dbus-doc
  python3-dbus-dbg libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.7-venv python3.7-doc binfmt-support byobu | screenie | iselect logcheck syslog-summary
  gsmartcontrol smart-notifier isag tcl-tclreadline bsd-mailx default-mta | mail-transport-agent needrestart powermgmt-base ctags vim-doc vim-scripts vnstati wpagui
  libengine-pkcs11-openssl
Recommended packages:
  libparse-debianchangelog-perl wamerican | wordlist fakeroot linux-headers-686-pae | linux-headers-amd64 | linux-headers-generic | linux-headers libalgorithm-merge-perl
  evemu-tools libfl-dev powermgmt-base read-edid nftables manpages manpages-dev libfile-fcntllock-perl geoip-database libglib2.0-data shared-mime-info xdg-user-dirs
  krb5-locales modemmanager packagekit publicsuffix ppp dnsmasq-base python xauth easy-rsa checkpolicy setools mailx | mailutils u-boot-sunxi:armhf
The following NEW packages will be installed:
  alsa-utils apt-file aptitude aptitude-common autoconf automake autotools-dev avahi-autoipd bash-completion bc bind9-host binutils binutils-arm-linux-gnueabihf
  binutils-common bison bridge-utils bsdmainutils btrfs-progs build-essential chrony command-not-found cpp cpp-8 cpufrequtils cracklib-runtime curl debconf-utils
  device-tree-compiler dialog distro-info-data dkms dnsutils dosfstools dpkg-dev ethtool evtest expect f2fs-tools f3 fake-hwclock fbset figlet file flex fping fuse g++
  g++-8 gcc gcc-8 gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 git git-man gnupg2 groff-base hdparm hostapd hping3 html2text htop i2c-tools ifenslave iotop iozone3 iperf3
  iptables iputils-arping iso-codes joe jq keyutils libapt-pkg-perl libasan5 libasound2 libasound2-data libatomic1 libbind9-161 libbinutils libbison-dev libbluetooth3
  libboost-iostreams1.67.0 libboost-system1.67.0 libc-dev-bin libc6-dev libcaca0 libcc1-0 libcpufreq0 libcrack2 libcurl3-gnutls libcurl4 libcwidget3v5 libdaemon0
  libdigest-sha-perl libdns1104 libdpkg-perl libedit2 liberror-perl libevent-2.1-6 libexporter-tiny-perl libf2fs-format4 libf2fs5 libfftw3-single3 libfstrm0 libfuse2
  libgcc-8-dev libgdbm-compat4 libgdbm6 libgeoip1 libgirepository-1.0-1 libglib2.0-0 libgomp1 libgpm2 libgssapi-krb5-2 libi2c0 libicu63 libip6tc0 libiperf0 libiptc0
  libirs161 libisc1100 libisccc161 libisccfg163 libisl19 libiw30 libjansson4 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblist-moreutils-perl liblmdb0
  liblwres161 liblzo2-2 libmagic-mgc libmagic1 libmm-glib0 libmpc3 libmpdec2 libmpfr6 libncurses6 libndp0 libnetfilter-conntrack3 libnfnetlink0 libnfsidmap2 libnftnl11
  libnghttp2-14 libnl-3-dev libnl-genl-3-dev libnl-route-3-200 libnm0 libnss-myhostname libntfs-3g883 libonig5 libpackagekit-glib2-18 libparted2 libpcap0.8 libpci3
  libpcre2-8-0 libpcsclite1 libperl5.28 libpipeline1 libpkcs11-helper1 libpng16-16 libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0
  libproc-processtable-perl libprocps7 libprotobuf-c1 libpsl5 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libqrencode4 libregexp-assemble-perl librtmp1
  libsamplerate0 libsctp1 libsensors-config libsensors5 libsigc++-2.0-0v5 libsigsegv2 libssh2-1 libssl-dev libstdc++-8-dev libsysfs2 libtcl8.6 libteamdctl0
  libtirpc-common libtirpc3 libubsan1 libuchardet0 libusb-1.0-0 libutempter0 libwrap0 libwrap0-dev libxapian30 libxml2 linux-libc-dev lsb-release lsof m4 make man-db mc
  mc-data mime-support mmc-utils nano ncurses-term net-tools network-manager network-manager-openvpn networkd-dispatcher nfs-common nocache ntfs-3g openssh-client
  openssh-server openssh-sftp-server openvpn parted patch pciutils perl perl-modules-5.28 policycoreutils policykit-1 procps psmisc pv python-apt-common python3
  python3-apt python3-dbus python3-distro-info python3-distutils python3-gi python3-lib2to3 python3-minimal python3-pycurl python3-software-properties python3.7
  python3.7-minimal qrencode resolvconf rfkill rng-tools rpcbind screen selinux-policy-default selinux-utils smartmontools software-properties-common stress sunxi-tools
  sysfsutils sysstat tcl-expect tcl8.6 toilet toilet-fonts u-boot-tools unattended-upgrades unicode-data unzip usb.ids usbutils vim vim-common vim-runtime vlan vnstat
  wget wireless-tools wpasupplicant xxd xz-utils
0 upgraded, 280 newly installed, 0 to remove and 0 not upgraded.
Need to get 134 MB of archives.
After this operation, 490 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main armhf bsdmainutils armhf 11.1.2+b1 [186 kB]
Get:2 http://deb.debian.org/debian buster/main armhf libuchardet0 armhf 0.0.6-3 [62.2 kB]
Get:3 http://deb.debian.org/debian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [828 kB]
Get:4 http://deb.debian.org/debian buster/main armhf libgdbm6 armhf 1.18.1-4 [61.4 kB]
Get:5 http://deb.debian.org/debian buster/main armhf libpipeline1 armhf 1.5.1-2 [26.8 kB]
Get:6 http://deb.debian.org/debian buster/main armhf man-db armhf 2.8.5-2 [1240 kB]
Get:7 http://deb.debian.org/debian buster/main armhf perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
Get:8 http://deb.debian.org/debian buster/main armhf libgdbm-compat4 armhf 1.18.1-4 [43.7 kB]
Get:9 http://deb.debian.org/debian buster/main armhf libperl5.28 armhf 5.28.1-6+deb10u1 [3207 kB]
Get:10 http://deb.debian.org/debian buster/main armhf perl armhf 5.28.1-6+deb10u1 [204 kB]
Get:11 http://deb.debian.org/debian buster/main armhf libedit2 armhf 3.1-20181209-1 [79.5 kB]
Get:12 http://deb.debian.org/debian buster/main armhf chrony armhf 3.4-4+deb10u1 [216 kB]
Get:13 http://deb.debian.org/debian buster/main armhf libcpufreq0 armhf 008-1.1 [11.3 kB]
Get:14 http://deb.debian.org/debian buster/main armhf cpufrequtils armhf 008-1.1 [34.1 kB]
Get:15 http://deb.debian.org/debian buster/main armhf libsigsegv2 armhf 2.12-2 [32.1 kB]
Get:16 http://deb.debian.org/debian buster/main armhf m4 armhf 1.4.18-2 [190 kB]
Get:17 http://deb.debian.org/debian buster/main armhf flex armhf 2.6.4-6.2 [438 kB]
Get:18 http://deb.debian.org/debian buster/main armhf libbluetooth3 armhf 5.50-1.2~deb10u1 [93.3 kB]
Get:19 http://apt.armbian.com buster/main armhf linux-libc-dev armhf 21.05.6 [1131 kB]
Get:20 http://deb.debian.org/debian buster/main armhf libkeyutils1 armhf 1.6-6 [13.9 kB]
Get:21 http://deb.debian.org/debian buster/main armhf libkrb5support0 armhf 1.17-3+deb10u1 [62.3 kB]
Get:22 http://deb.debian.org/debian buster/main armhf libk5crypto3 armhf 1.17-3+deb10u1 [119 kB]
Get:23 http://deb.debian.org/debian buster/main armhf libkrb5-3 armhf 1.17-3+deb10u1 [323 kB]
Get:24 http://deb.debian.org/debian buster/main armhf libgssapi-krb5-2 armhf 1.17-3+deb10u1 [137 kB]
Get:25 http://deb.debian.org/debian buster/main armhf libnghttp2-14 armhf 1.36.0-2+deb10u1 [74.4 kB]
Get:26 http://deb.debian.org/debian buster/main armhf libpsl5 armhf 0.20.2-2 [52.4 kB]
Get:27 http://deb.debian.org/debian buster/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2 [54.9 kB]
Get:28 http://deb.debian.org/debian buster/main armhf libssh2-1 armhf 1.8.0-2.1 [129 kB]
Get:29 http://deb.debian.org/debian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u2 [296 kB]
Get:30 http://deb.debian.org/debian buster/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u3 [1102 kB]
Get:31 http://deb.debian.org/debian buster/main armhf libjansson4 armhf 2.12-1 [34.2 kB]
Get:32 http://deb.debian.org/debian buster/main armhf libmm-glib0 armhf 1.10.0-1 [908 kB]
Get:33 http://deb.debian.org/debian buster/main armhf libndp0 armhf 1.6-1+b1 [9460 B]
Get:34 http://deb.debian.org/debian buster/main armhf libnm0 armhf 1.14.6-2+deb10u1 [303 kB]
Get:35 http://deb.debian.org/debian buster/main armhf libpolkit-gobject-1-0 armhf 0.105-25 [40.1 kB]
Get:36 http://deb.debian.org/debian buster/main armhf libpolkit-agent-1-0 armhf 0.105-25 [23.8 kB]
Get:37 http://deb.debian.org/debian buster/main armhf libteamdctl0 armhf 1.28-1 [10.1 kB]
Get:38 http://deb.debian.org/debian buster/main armhf libnl-route-3-200 armhf 3.4.0-1 [136 kB]
Get:39 http://deb.debian.org/debian buster/main armhf libpcsclite1 armhf 1.8.24-1 [55.4 kB]
Get:40 http://deb.debian.org/debian buster/main armhf wpasupplicant armhf 2:2.7+git20190128+0c1e29f-6+deb10u3 [1081 kB]
Get:41 http://deb.debian.org/debian buster/main armhf libpolkit-backend-1-0 armhf 0.105-25 [42.4 kB]
Get:42 http://deb.debian.org/debian buster/main armhf policykit-1 armhf 0.105-25 [61.7 kB]
Get:43 http://deb.debian.org/debian buster/main armhf network-manager armhf 1.14.6-2+deb10u1 [2185 kB]
Get:44 http://apt.armbian.com buster/buster-utils armhf hostapd armhf 3:2.9-102~armbian21.05.1+1 [401 kB]
Get:45 http://deb.debian.org/debian buster/main armhf libfuse2 armhf 2.9.9-1+deb10u1 [117 kB]
Get:46 http://deb.debian.org/debian buster/main armhf fuse armhf 2.9.9-1+deb10u1 [70.3 kB]
Get:47 http://deb.debian.org/debian buster/main armhf libntfs-3g883 armhf 1:2017.3.23AR.3-3 [160 kB]
Get:48 http://deb.debian.org/debian buster/main armhf ntfs-3g armhf 1:2017.3.23AR.3-3 [401 kB]
Get:49 http://deb.debian.org/debian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u3 [582 kB]
Get:50 http://deb.debian.org/debian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u3 [1466 kB]
Get:51 http://deb.debian.org/debian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
Get:52 http://deb.debian.org/debian buster/main armhf mime-support all 3.62 [37.2 kB]
Get:53 http://deb.debian.org/debian buster/main armhf libmpdec2 armhf 2.4.2-2 [69.3 kB]
Get:54 http://deb.debian.org/debian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u3 [1660 kB]
Get:55 http://deb.debian.org/debian buster/main armhf python3.7 armhf 3.7.3-2+deb10u3 [330 kB]
Get:56 http://deb.debian.org/debian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
Get:57 http://deb.debian.org/debian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
Get:58 http://deb.debian.org/debian buster/main armhf libip6tc0 armhf 1.8.2-4 [68.3 kB]
Get:59 http://deb.debian.org/debian buster/main armhf libiptc0 armhf 1.8.2-4 [59.6 kB]
Get:60 http://deb.debian.org/debian buster/main armhf libnfnetlink0 armhf 1.0.1-3+b1 [12.1 kB]
Get:61 http://deb.debian.org/debian buster/main armhf libnetfilter-conntrack3 armhf 1.0.7-1 [34.1 kB]
Get:62 http://deb.debian.org/debian buster/main armhf libnftnl11 armhf 1.1.2-2 [43.7 kB]
Get:63 http://deb.debian.org/debian buster/main armhf iptables armhf 1.8.2-4 [354 kB]
Get:64 http://deb.debian.org/debian buster/main armhf nano armhf 3.2-3 [532 kB]
Get:65 http://deb.debian.org/debian buster/main armhf libncurses6 armhf 6.1+20181013-2+deb10u2 [79.8 kB]
Get:66 http://deb.debian.org/debian buster/main armhf libprocps7 armhf 2:3.3.15-2 [58.7 kB]
Get:67 http://deb.debian.org/debian buster/main armhf procps armhf 2:3.3.15-2 [248 kB]
Get:68 http://deb.debian.org/debian buster/main armhf xxd armhf 2:8.1.0875-5 [139 kB]
Get:69 http://deb.debian.org/debian buster/main armhf vim-common all 2:8.1.0875-5 [195 kB]
Get:70 http://deb.debian.org/debian buster/main armhf bash-completion all 1:2.8-6 [208 kB]
Get:71 http://deb.debian.org/debian buster/main armhf libfstrm0 armhf 0.4.0-1 [17.1 kB]
Get:72 http://deb.debian.org/debian buster/main armhf libgeoip1 armhf 1.6.12-1 [86.9 kB]
Get:73 http://deb.debian.org/debian buster/main armhf liblmdb0 armhf 0.9.22-1 [38.2 kB]
Get:74 http://deb.debian.org/debian buster/main armhf libprotobuf-c1 armhf 1.3.1-1+b1 [24.3 kB]
Get:75 http://deb.debian.org/debian buster/main armhf libicu63 armhf 63.1-6+deb10u1 [8005 kB]
Get:76 http://apt.armbian.com buster/buster-utils armhf htop armhf 3.1.0-0~armbian20.08.2+1 [89.5 kB]
Get:77 http://deb.debian.org/debian buster/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u2 [597 kB]
Get:78 http://deb.debian.org/debian buster/main armhf libisc1100 armhf 1:9.11.5.P4+dfsg-5.1+deb10u5 [428 kB]
Get:79 http://deb.debian.org/debian buster/main armhf libdns1104 armhf 1:9.11.5.P4+dfsg-5.1+deb10u5 [1095 kB]
Get:80 http://deb.debian.org/debian buster/main armhf libisccc161 armhf 1:9.11.5.P4+dfsg-5.1+deb10u5 [234 kB]
Get:81 http://deb.debian.org/debian buster/main armhf libisccfg163 armhf 1:9.11.5.P4+dfsg-5.1+deb10u5 [259 kB]
Get:82 http://deb.debian.org/debian buster/main armhf libbind9-161 armhf 1:9.11.5.P4+dfsg-5.1+deb10u5 [245 kB]
Get:83 http://deb.debian.org/debian buster/main armhf liblwres161 armhf 1:9.11.5.P4+dfsg-5.1+deb10u5 [247 kB]
Get:84 http://deb.debian.org/debian buster/main armhf bind9-host armhf 1:9.11.5.P4+dfsg-5.1+deb10u5 [268 kB]
Get:85 http://deb.debian.org/debian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB]
Get:86 http://deb.debian.org/debian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB]
Get:87 http://deb.debian.org/debian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.6 kB]
Get:88 http://deb.debian.org/debian buster/main armhf hdparm armhf 9.58+ds-1 [113 kB]
Get:89 http://deb.debian.org/debian buster/main armhf lsof armhf 4.91+dfsg-1 [314 kB]
Get:90 http://deb.debian.org/debian buster/main armhf ncurses-term all 6.1+20181013-2+deb10u2 [490 kB]
Get:91 http://deb.debian.org/debian buster/main armhf openssh-client armhf 1:7.9p1-10+deb10u2 [704 kB]
Get:92 http://deb.debian.org/debian buster/main armhf libpci3 armhf 1:3.5.2-1 [50.9 kB]
Get:93 http://deb.debian.org/debian buster/main armhf pciutils armhf 1:3.5.2-1 [274 kB]
Get:94 http://deb.debian.org/debian buster/main armhf libpcre2-8-0 armhf 10.32-5 [190 kB]
Get:95 http://deb.debian.org/debian buster/main armhf wget armhf 1.20.1-1.1 [881 kB]
Get:96 http://deb.debian.org/debian buster/main armhf xz-utils armhf 5.2.4-1 [181 kB]
Get:97 http://deb.debian.org/debian buster/main armhf dialog armhf 1.3-20190211-1 [252 kB]
Get:98 http://deb.debian.org/debian buster/main armhf libasound2-data all 1.1.8-1 [59.6 kB]
Get:99 http://deb.debian.org/debian buster/main armhf libasound2 armhf 1.1.8-1 [310 kB]
Get:100 http://deb.debian.org/debian buster/main armhf libgomp1 armhf 8.3.0-6 [64.8 kB]
Get:101 http://deb.debian.org/debian buster/main armhf libfftw3-single3 armhf 3.3.8-2 [715 kB]
Get:102 http://deb.debian.org/debian buster/main armhf libsamplerate0 armhf 0.1.9-2 [947 kB]
Get:103 http://deb.debian.org/debian buster/main armhf alsa-utils armhf 1.1.8-2 [1022 kB]
Get:104 http://deb.debian.org/debian buster/main armhf libapt-pkg-perl armhf 0.1.34+b1 [66.3 kB]
Get:105 http://deb.debian.org/debian buster/main armhf libexporter-tiny-perl all 1.002001-1 [36.9 kB]
Get:106 http://deb.debian.org/debian buster/main armhf liblist-moreutils-perl armhf 0.416-1+b4 [60.5 kB]
Get:107 http://deb.debian.org/debian buster/main armhf libregexp-assemble-perl all 0.36-1 [86.6 kB]
Get:108 http://deb.debian.org/debian buster/main armhf apt-file all 3.2.2 [38.5 kB]
Get:109 http://deb.debian.org/debian buster/main armhf aptitude-common all 0.8.11-7 [1768 kB]
Get:110 http://deb.debian.org/debian buster/main armhf libboost-iostreams1.67.0 armhf 1.67.0-13+deb10u1 [245 kB]
Get:111 http://deb.debian.org/debian buster/main armhf libboost-system1.67.0 armhf 1.67.0-13+deb10u1 [229 kB]
Get:112 http://deb.debian.org/debian buster/main armhf libsigc++-2.0-0v5 armhf 2.10.1-2 [62.1 kB]
Get:113 http://deb.debian.org/debian buster/main armhf libcwidget3v5 armhf 0.5.17-11 [267 kB]
Get:114 http://deb.debian.org/debian buster/main armhf libxapian30 armhf 1.4.11-1 [982 kB]
Get:115 http://deb.debian.org/debian buster/main armhf aptitude armhf 0.8.11-7 [1158 kB]
Get:116 http://deb.debian.org/debian buster/main armhf autoconf all 2.69-11 [341 kB]
Get:117 http://deb.debian.org/debian buster/main armhf autotools-dev all 20180224.1 [77.0 kB]
Get:118 http://deb.debian.org/debian buster/main armhf automake all 1:1.16.1-4 [771 kB]
Get:119 http://deb.debian.org/debian buster/main armhf libdaemon0 armhf 0.14-7 [13.2 kB]
Get:120 http://deb.debian.org/debian buster/main armhf avahi-autoipd armhf 0.7-4+deb10u1 [53.8 kB]
Get:121 http://deb.debian.org/debian buster/main armhf bc armhf 1.07.1-2+b1 [104 kB]
Get:122 http://deb.debian.org/debian buster/main armhf binutils-common armhf 2.31.1-16 [2073 kB]
Get:123 http://deb.debian.org/debian buster/main armhf libbinutils armhf 2.31.1-16 [302 kB]
Get:124 http://deb.debian.org/debian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16 [2101 kB]
Get:125 http://deb.debian.org/debian buster/main armhf binutils armhf 2.31.1-16 [56.7 kB]
Get:126 http://deb.debian.org/debian buster/main armhf libbison-dev armhf 2:3.3.2.dfsg-1 [500 kB]
Get:127 http://deb.debian.org/debian buster/main armhf bison armhf 2:3.3.2.dfsg-1 [848 kB]
Get:128 http://deb.debian.org/debian buster/main armhf bridge-utils armhf 1.6-2 [33.4 kB]
Get:129 http://deb.debian.org/debian buster/main armhf liblzo2-2 armhf 2.10-0.1 [49.7 kB]
Get:130 http://deb.debian.org/debian buster/main armhf btrfs-progs armhf 4.20.1-2 [559 kB]
Get:131 http://deb.debian.org/debian buster/main armhf libc-dev-bin armhf 2.28-10 [267 kB]
Get:132 http://deb.debian.org/debian buster/main armhf libc6-dev armhf 2.28-10 [2149 kB]
Get:133 http://deb.debian.org/debian buster/main armhf libisl19 armhf 0.20-2 [455 kB]
Get:134 http://deb.debian.org/debian buster/main armhf libmpfr6 armhf 4.0.2-1 [731 kB]
Get:135 http://deb.debian.org/debian buster/main armhf libmpc3 armhf 1.1.0-1 [33.8 kB]
Get:136 http://deb.debian.org/debian buster/main armhf cpp-8 armhf 8.3.0-6 [6790 kB]
Get:137 http://deb.debian.org/debian buster/main armhf cpp armhf 4:8.3.0-1 [19.4 kB]
Get:138 http://deb.debian.org/debian buster/main armhf libcc1-0 armhf 8.3.0-6 [38.9 kB]
Get:139 http://deb.debian.org/debian buster/main armhf libatomic1 armhf 8.3.0-6 [6740 B]
Get:140 http://deb.debian.org/debian buster/main armhf libasan5 armhf 8.3.0-6 [336 kB]
Get:141 http://deb.debian.org/debian buster/main armhf libubsan1 armhf 8.3.0-6 [103 kB]
Get:142 http://deb.debian.org/debian buster/main armhf libgcc-8-dev armhf 8.3.0-6 [612 kB]
Get:143 http://deb.debian.org/debian buster/main armhf gcc-8 armhf 8.3.0-6 [7229 kB]
Get:144 http://deb.debian.org/debian buster/main armhf gcc armhf 4:8.3.0-1 [5204 B]
Get:145 http://deb.debian.org/debian buster/main armhf libstdc++-8-dev armhf 8.3.0-6 [1584 kB]
Get:146 http://deb.debian.org/debian buster/main armhf g++-8 armhf 8.3.0-6 [7463 kB]
Get:147 http://deb.debian.org/debian buster/main armhf g++ armhf 4:8.3.0-1 [1624 B]
Get:148 http://deb.debian.org/debian buster/main armhf make armhf 4.2.1-1.2 [327 kB]
Get:149 http://deb.debian.org/debian buster/main armhf libdpkg-perl all 1.19.7 [1414 kB]
Get:150 http://deb.debian.org/debian buster/main armhf patch armhf 2.7.6-3+deb10u1 [123 kB]
Get:151 http://deb.debian.org/debian buster/main armhf dpkg-dev all 1.19.7 [1773 kB]
Get:152 http://deb.debian.org/debian buster/main armhf build-essential armhf 12.6 [7568 B]
Get:153 http://deb.debian.org/debian buster/main armhf distro-info-data all 0.41+deb10u3 [6640 B]
Get:154 http://deb.debian.org/debian buster/main armhf lsb-release all 10.2019051400 [27.5 kB]
Get:155 http://deb.debian.org/debian buster/main armhf python-apt-common all 1.8.4.3 [96.3 kB]
Get:156 http://deb.debian.org/debian buster/main armhf python3-apt armhf 1.8.4.3 [169 kB]
Get:157 http://deb.debian.org/debian buster/main armhf command-not-found all 18.04.5-1 [25.5 kB]
Get:158 http://deb.debian.org/debian buster/main armhf libcrack2 armhf 2.9.6-2 [53.2 kB]
Get:159 http://deb.debian.org/debian buster/main armhf cracklib-runtime armhf 2.9.6-2 [154 kB]
Get:160 http://deb.debian.org/debian buster/main armhf libcurl4 armhf 7.64.0-4+deb10u2 [298 kB]
Get:161 http://deb.debian.org/debian buster/main armhf curl armhf 7.64.0-4+deb10u2 [257 kB]
Get:162 http://deb.debian.org/debian buster/main armhf debconf-utils all 1.5.71 [57.1 kB]
Get:163 http://deb.debian.org/debian buster/main armhf device-tree-compiler armhf 1.4.7-4 [240 kB]
Get:164 http://deb.debian.org/debian buster/main armhf dkms all 2.6.1-4 [74.4 kB]
Get:165 http://deb.debian.org/debian buster/main armhf libirs161 armhf 1:9.11.5.P4+dfsg-5.1+deb10u5 [235 kB]
Get:166 http://deb.debian.org/debian buster/main armhf dnsutils armhf 1:9.11.5.P4+dfsg-5.1+deb10u5 [359 kB]
Get:167 http://deb.debian.org/debian buster/main armhf dosfstools armhf 4.1-2 [95.7 kB]
Get:168 http://deb.debian.org/debian buster/main armhf ethtool armhf 1:4.19-1 [114 kB]
Get:169 http://deb.debian.org/debian buster/main armhf evtest armhf 1:1.33-2 [14.1 kB]
Get:170 http://deb.debian.org/debian buster/main armhf libtcl8.6 armhf 8.6.9+dfsg-2 [897 kB]
Get:171 http://deb.debian.org/debian buster/main armhf tcl8.6 armhf 8.6.9+dfsg-2 [123 kB]
Get:172 http://deb.debian.org/debian buster/main armhf tcl-expect armhf 5.45.4-2 [122 kB]
Get:173 http://deb.debian.org/debian buster/main armhf expect armhf 5.45.4-2 [165 kB]
Get:174 http://deb.debian.org/debian buster/main armhf libf2fs5 armhf 1.11.0-1.1 [13.4 kB]
Get:175 http://deb.debian.org/debian buster/main armhf libf2fs-format4 armhf 1.11.0-1.1 [17.9 kB]
Get:176 http://deb.debian.org/debian buster/main armhf f2fs-tools armhf 1.11.0-1.1 [142 kB]
Get:177 http://deb.debian.org/debian buster/main armhf libparted2 armhf 3.2-25 [267 kB]
Get:178 http://deb.debian.org/debian buster/main armhf f3 armhf 7.1-1 [46.2 kB]
Get:179 http://deb.debian.org/debian buster/main armhf fake-hwclock all 0.11 [7020 B]
Get:180 http://deb.debian.org/debian buster/main armhf fbset armhf 2.1-30 [122 kB]
Get:181 http://deb.debian.org/debian buster/main armhf figlet armhf 2.2.5-3 [134 kB]
Get:182 http://deb.debian.org/debian buster/main armhf fping armhf 4.2-1 [36.9 kB]
Get:183 http://deb.debian.org/debian buster/main armhf libgirepository-1.0-1 armhf 1.58.3-2 [80.2 kB]
Get:184 http://deb.debian.org/debian buster/main armhf gir1.2-glib-2.0 armhf 1.58.3-2 [143 kB]
Get:185 http://deb.debian.org/debian buster/main armhf libpackagekit-glib2-18 armhf 1.1.12-5 [101 kB]
Get:186 http://deb.debian.org/debian buster/main armhf gir1.2-packagekitglib-1.0 armhf 1.1.12-5 [35.9 kB]
Get:187 http://deb.debian.org/debian buster/main armhf liberror-perl all 0.17027-2 [30.9 kB]
Get:188 http://deb.debian.org/debian buster/main armhf git-man all 1:2.20.1-2+deb10u3 [1620 kB]
Get:189 http://deb.debian.org/debian buster/main armhf git armhf 1:2.20.1-2+deb10u3 [4542 kB]
Get:190 http://deb.debian.org/debian buster/main armhf gnupg2 all 2.2.12-1+deb10u1 [393 kB]
Get:191 http://deb.debian.org/debian buster/main armhf libpcap0.8 armhf 1.8.1-6 [125 kB]
Get:192 http://deb.debian.org/debian buster/main armhf hping3 armhf 3.a2.ds2-7 [99.5 kB]
Get:193 http://deb.debian.org/debian buster/main armhf html2text armhf 1.3.2a-24 [81.4 kB]
Get:194 http://deb.debian.org/debian buster/main armhf libi2c0 armhf 4.1-1 [9320 B]
Get:195 http://deb.debian.org/debian buster/main armhf i2c-tools armhf 4.1-1 [72.8 kB]
Get:196 http://deb.debian.org/debian buster/main armhf ifenslave all 2.9 [16.0 kB]
Get:197 http://deb.debian.org/debian buster/main armhf iotop armhf 0.6-24-g733f3f8-1 [33.0 kB]
Get:198 http://deb.debian.org/debian buster/non-free armhf iozone3 armhf 429-3+b1 [428 kB]
Get:199 http://deb.debian.org/debian buster/main armhf libsctp1 armhf 1.0.18+dfsg-1 [27.6 kB]
Get:200 http://deb.debian.org/debian buster/main armhf libiperf0 armhf 3.6-2 [69.1 kB]
Get:201 http://deb.debian.org/debian buster/main armhf iperf3 armhf 3.6-2 [25.5 kB]
Get:202 http://deb.debian.org/debian buster/main armhf iputils-arping armhf 3:20180629-2+deb10u2 [19.4 kB]
Get:203 http://deb.debian.org/debian buster/main armhf iso-codes all 4.2-1 [2713 kB]
Get:204 http://deb.debian.org/debian buster/main armhf joe armhf 4.6-1+b1 [499 kB]
Get:205 http://deb.debian.org/debian buster/main armhf libonig5 armhf 6.9.1-1 [153 kB]
Get:206 http://deb.debian.org/debian buster/main armhf libjq1 armhf 1.5+dfsg-2+b1 [122 kB]
Get:207 http://deb.debian.org/debian buster/main armhf jq armhf 1.5+dfsg-2+b1 [59.6 kB]
Get:208 http://deb.debian.org/debian buster/main armhf keyutils armhf 1.6-6 [48.2 kB]
Get:209 http://deb.debian.org/debian buster/main armhf libcaca0 armhf 0.99.beta19-2.1 [335 kB]
Get:210 http://deb.debian.org/debian buster/main armhf libdigest-sha-perl armhf 6.02-1+b1 [55.1 kB]
Get:211 http://deb.debian.org/debian buster/main armhf libevent-2.1-6 armhf 2.1.8-stable-4 [159 kB]
Get:212 http://deb.debian.org/debian buster/main armhf libgpm2 armhf 1.20.7-5 [34.2 kB]
Get:213 http://deb.debian.org/debian buster/main armhf libiw30 armhf 30~pre9-13 [19.0 kB]
Get:214 http://deb.debian.org/debian buster/main armhf libnfsidmap2 armhf 0.25-5.1 [30.1 kB]
Get:215 http://deb.debian.org/debian buster/main armhf libnl-3-dev armhf 3.4.0-1 [96.9 kB]
Get:216 http://deb.debian.org/debian buster/main armhf libnl-genl-3-dev armhf 3.4.0-1 [19.3 kB]
Get:217 http://deb.debian.org/debian buster/main armhf libnss-myhostname armhf 241-7~deb10u7 [120 kB]
Get:218 http://deb.debian.org/debian buster/main armhf libpkcs11-helper1 armhf 1.25.1-1 [42.2 kB]
Get:219 http://deb.debian.org/debian buster/main armhf libpng16-16 armhf 1.6.36-6 [275 kB]
Get:220 http://deb.debian.org/debian buster/main armhf libproc-processtable-perl armhf 0.56-1 [43.7 kB]
Get:221 http://deb.debian.org/debian buster/main armhf libqrencode4 armhf 4.0.2-1 [34.0 kB]
Get:222 http://deb.debian.org/debian buster/main armhf libsensors-config all 1:3.5.0-3 [31.6 kB]
Get:223 http://deb.debian.org/debian buster/main armhf libsensors5 armhf 1:3.5.0-3 [49.7 kB]
Get:224 http://deb.debian.org/debian buster/main armhf libssl-dev armhf 1.1.1d-0+deb10u6 [1598 kB]
Get:225 http://deb.debian.org/debian buster/main armhf libsysfs2 armhf 2.1.0+repack-5 [21.3 kB]
Get:226 http://deb.debian.org/debian buster/main armhf libtirpc-common all 1.1.4-0.4 [16.7 kB]
Get:227 http://deb.debian.org/debian buster/main armhf libtirpc3 armhf 1.1.4-0.4 [80.2 kB]
Get:228 http://deb.debian.org/debian buster/main armhf libusb-1.0-0 armhf 2:1.0.22-2 [50.1 kB]
Get:229 http://deb.debian.org/debian buster/main armhf libutempter0 armhf 1.1.6-3 [7688 B]
Get:230 http://deb.debian.org/debian buster/main armhf libwrap0 armhf 7.6.q-28 [55.9 kB]
Get:231 http://deb.debian.org/debian buster/main armhf libwrap0-dev armhf 7.6.q-28 [19.7 kB]
Get:232 http://deb.debian.org/debian buster/main armhf mc-data all 3:4.8.22-1 [1292 kB]
Get:233 http://deb.debian.org/debian buster/main armhf mc armhf 3:4.8.22-1 [457 kB]
Get:234 http://deb.debian.org/debian buster/main armhf mmc-utils armhf 0+git20180327.b4fe0c8c-1 [37.0 kB]
Get:235 http://deb.debian.org/debian buster/main armhf net-tools armhf 1.60+git20180626.aebd88e-1 [233 kB]
Get:236 http://deb.debian.org/debian buster/main armhf openvpn armhf 2.4.7-1+deb10u1 [447 kB]
Get:237 http://deb.debian.org/debian buster/main armhf network-manager-openvpn armhf 1.8.10-1 [206 kB]
Get:238 http://deb.debian.org/debian buster/main armhf python3-dbus armhf 1.2.8-3 [96.3 kB]
Get:239 http://deb.debian.org/debian buster/main armhf python3-gi armhf 3.30.4-1 [163 kB]
Get:240 http://deb.debian.org/debian buster/main armhf networkd-dispatcher all 2.0-2 [14.0 kB]
Get:241 http://deb.debian.org/debian buster/main armhf rpcbind armhf 1.2.5-0.3+deb10u1 [42.5 kB]
Get:242 http://deb.debian.org/debian buster/main armhf nfs-common armhf 1:1.3.4-2.5+deb10u1 [209 kB]
Get:243 http://deb.debian.org/debian buster/main armhf nocache armhf 1.1-1 [16.3 kB]
Get:244 http://deb.debian.org/debian buster/main armhf openssh-sftp-server armhf 1:7.9p1-10+deb10u2 [38.7 kB]
Get:245 http://deb.debian.org/debian buster/main armhf openssh-server armhf 1:7.9p1-10+deb10u2 [319 kB]
Get:246 http://deb.debian.org/debian buster/main armhf parted armhf 3.2-25 [193 kB]
Get:247 http://deb.debian.org/debian buster/main armhf selinux-utils armhf 2.8-1+b1 [96.0 kB]
Get:248 http://deb.debian.org/debian buster/main armhf policycoreutils armhf 2.8-1 [464 kB]
Get:249 http://deb.debian.org/debian buster/main armhf psmisc armhf 23.2-1 [123 kB]
Get:250 http://deb.debian.org/debian buster/main armhf pv armhf 1.6.6-1 [47.7 kB]
Get:251 http://deb.debian.org/debian buster/main armhf python3-distro-info all 0.21 [7896 B]
Get:252 http://deb.debian.org/debian buster/main armhf python3-lib2to3 all 3.7.3-1 [76.7 kB]
Get:253 http://deb.debian.org/debian buster/main armhf python3-distutils all 3.7.3-1 [142 kB]
Get:254 http://deb.debian.org/debian buster/main armhf python3-pycurl armhf 7.43.0.2-0.1 [63.3 kB]
Get:255 http://deb.debian.org/debian buster/main armhf python3-software-properties all 0.96.20.2-2 [49.6 kB]
Get:256 http://deb.debian.org/debian buster/main armhf qrencode armhf 4.0.2-1 [38.4 kB]
Get:257 http://deb.debian.org/debian buster/main armhf resolvconf all 1.79 [74.2 kB]
Get:258 http://deb.debian.org/debian buster/main armhf rfkill armhf 2.33.1-0.1 [80.5 kB]
Get:259 http://deb.debian.org/debian buster/main armhf rng-tools armhf 2-unofficial-mt.14-1+b2 [41.5 kB]
Get:260 http://deb.debian.org/debian buster/main armhf screen armhf 4.6.2-3+deb10u1 [563 kB]
Get:261 http://deb.debian.org/debian buster/main armhf selinux-policy-default all 2:2.20190201-2 [3367 kB]
Get:262 http://deb.debian.org/debian buster/main armhf smartmontools armhf 6.6-1 [477 kB]
Get:263 http://deb.debian.org/debian buster/main armhf software-properties-common all 0.96.20.2-2 [83.3 kB]
Get:264 http://deb.debian.org/debian buster/main armhf stress armhf 1.0.4-4 [22.6 kB]
Get:265 http://deb.debian.org/debian buster/main armhf sunxi-tools armhf 1.4.2+git20181114.6d598a-3 [41.5 kB]
Get:266 http://deb.debian.org/debian buster/main armhf sysfsutils armhf 2.1.0+repack-5 [20.7 kB]
Get:267 http://deb.debian.org/debian buster/main armhf sysstat armhf 12.0.3-2 [538 kB]
Get:268 http://deb.debian.org/debian buster/main armhf toilet-fonts all 0.3-1.2 [724 kB]
Get:269 http://deb.debian.org/debian buster/main armhf toilet armhf 0.3-1.2 [20.7 kB]
Get:270 http://deb.debian.org/debian buster/main armhf u-boot-tools armhf 2019.01+dfsg-7 [134 kB]
Get:271 http://deb.debian.org/debian buster/main armhf unattended-upgrades all 1.11.2 [79.0 kB]
Get:272 http://deb.debian.org/debian buster/main armhf unicode-data all 12.1.0~pre1-2 [7523 kB]
Get:273 http://deb.debian.org/debian buster/main armhf unzip armhf 6.0-23+deb10u2 [158 kB]
Get:274 http://deb.debian.org/debian buster/main armhf usb.ids all 2019.07.27-0+deb10u1 [174 kB]
Get:275 http://deb.debian.org/debian buster/main armhf usbutils armhf 1:010-3 [68.8 kB]
Get:276 http://deb.debian.org/debian buster/main armhf vim-runtime all 2:8.1.0875-5 [5775 kB]
Get:277 http://deb.debian.org/debian buster/main armhf vim armhf 2:8.1.0875-5 [1116 kB]
Get:278 http://deb.debian.org/debian buster/main armhf vlan all 2.0.5 [11.7 kB]
Get:279 http://deb.debian.org/debian buster/main armhf vnstat armhf 1.18-2 [85.2 kB]
Get:280 http://deb.debian.org/debian buster/main armhf wireless-tools armhf 30~pre9-13 [109 kB]
Fetched 134 MB in 4s (31.3 MB/s)
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package bsdmainutils.
(Reading database ... 11003 files and directories currently installed.)
Preparing to unpack .../00-bsdmainutils_11.1.2+b1_armhf.deb ...
Unpacking bsdmainutils (11.1.2+b1) ...
Selecting previously unselected package libuchardet0:armhf.
Preparing to unpack .../01-libuchardet0_0.0.6-3_armhf.deb ...
Unpacking libuchardet0:armhf (0.0.6-3) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../02-groff-base_1.22.4-3+deb10u1_armhf.deb ...
Unpacking groff-base (1.22.4-3+deb10u1) ...
Selecting previously unselected package libgdbm6:armhf.
Preparing to unpack .../03-libgdbm6_1.18.1-4_armhf.deb ...
Unpacking libgdbm6:armhf (1.18.1-4) ...
Selecting previously unselected package libpipeline1:armhf.
Preparing to unpack .../04-libpipeline1_1.5.1-2_armhf.deb ...
Unpacking libpipeline1:armhf (1.5.1-2) ...
Selecting previously unselected package man-db.
Preparing to unpack .../05-man-db_2.8.5-2_armhf.deb ...
Unpacking man-db (2.8.5-2) ...
Selecting previously unselected package perl-modules-5.28.
Preparing to unpack .../06-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 libgdbm-compat4:armhf.
Preparing to unpack .../07-libgdbm-compat4_1.18.1-4_armhf.deb ...
Unpacking libgdbm-compat4:armhf (1.18.1-4) ...
Selecting previously unselected package libperl5.28:armhf.
Preparing to unpack .../08-libperl5.28_5.28.1-6+deb10u1_armhf.deb ...
Unpacking libperl5.28:armhf (5.28.1-6+deb10u1) ...
Selecting previously unselected package perl.
Preparing to unpack .../09-perl_5.28.1-6+deb10u1_armhf.deb ...
Unpacking perl (5.28.1-6+deb10u1) ...
Selecting previously unselected package libedit2:armhf.
Preparing to unpack .../10-libedit2_3.1-20181209-1_armhf.deb ...
Unpacking libedit2:armhf (3.1-20181209-1) ...
Selecting previously unselected package chrony.
Preparing to unpack .../11-chrony_3.4-4+deb10u1_armhf.deb ...
Unpacking chrony (3.4-4+deb10u1) ...
Selecting previously unselected package libcpufreq0.
Preparing to unpack .../12-libcpufreq0_008-1.1_armhf.deb ...
Unpacking libcpufreq0 (008-1.1) ...
Selecting previously unselected package cpufrequtils.
Preparing to unpack .../13-cpufrequtils_008-1.1_armhf.deb ...
Unpacking cpufrequtils (008-1.1) ...
Selecting previously unselected package libsigsegv2:armhf.
Preparing to unpack .../14-libsigsegv2_2.12-2_armhf.deb ...
Unpacking libsigsegv2:armhf (2.12-2) ...
Selecting previously unselected package m4.
Preparing to unpack .../15-m4_1.4.18-2_armhf.deb ...
Unpacking m4 (1.4.18-2) ...
Selecting previously unselected package flex.
Preparing to unpack .../16-flex_2.6.4-6.2_armhf.deb ...
Unpacking flex (2.6.4-6.2) ...
Selecting previously unselected package libbluetooth3:armhf.
Preparing to unpack .../17-libbluetooth3_5.50-1.2~deb10u1_armhf.deb ...
Unpacking libbluetooth3:armhf (5.50-1.2~deb10u1) ...
Selecting previously unselected package libkeyutils1:armhf.
Preparing to unpack .../18-libkeyutils1_1.6-6_armhf.deb ...
Unpacking libkeyutils1:armhf (1.6-6) ...
Selecting previously unselected package libkrb5support0:armhf.
Preparing to unpack .../19-libkrb5support0_1.17-3+deb10u1_armhf.deb ...
Unpacking libkrb5support0:armhf (1.17-3+deb10u1) ...
Selecting previously unselected package libk5crypto3:armhf.
Preparing to unpack .../20-libk5crypto3_1.17-3+deb10u1_armhf.deb ...
Unpacking libk5crypto3:armhf (1.17-3+deb10u1) ...
Selecting previously unselected package libkrb5-3:armhf.
Preparing to unpack .../21-libkrb5-3_1.17-3+deb10u1_armhf.deb ...
Unpacking libkrb5-3:armhf (1.17-3+deb10u1) ...
Selecting previously unselected package libgssapi-krb5-2:armhf.
Preparing to unpack .../22-libgssapi-krb5-2_1.17-3+deb10u1_armhf.deb ...
Unpacking libgssapi-krb5-2:armhf (1.17-3+deb10u1) ...
Selecting previously unselected package libnghttp2-14:armhf.
Preparing to unpack .../23-libnghttp2-14_1.36.0-2+deb10u1_armhf.deb ...
Unpacking libnghttp2-14:armhf (1.36.0-2+deb10u1) ...
Selecting previously unselected package libpsl5:armhf.
Preparing to unpack .../24-libpsl5_0.20.2-2_armhf.deb ...
Unpacking libpsl5:armhf (0.20.2-2) ...
Selecting previously unselected package librtmp1:armhf.
Preparing to unpack .../25-librtmp1_2.4+20151223.gitfa8646d.1-2_armhf.deb ...
Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ...
Selecting previously unselected package libssh2-1:armhf.
Preparing to unpack .../26-libssh2-1_1.8.0-2.1_armhf.deb ...
Unpacking libssh2-1:armhf (1.8.0-2.1) ...
Selecting previously unselected package libcurl3-gnutls:armhf.
Preparing to unpack .../27-libcurl3-gnutls_7.64.0-4+deb10u2_armhf.deb ...
Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
Selecting previously unselected package libglib2.0-0:armhf.
Preparing to unpack .../28-libglib2.0-0_2.58.3-2+deb10u3_armhf.deb ...
Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u3) ...
Selecting previously unselected package libjansson4:armhf.
Preparing to unpack .../29-libjansson4_2.12-1_armhf.deb ...
Unpacking libjansson4:armhf (2.12-1) ...
Selecting previously unselected package libmm-glib0:armhf.
Preparing to unpack .../30-libmm-glib0_1.10.0-1_armhf.deb ...
Unpacking libmm-glib0:armhf (1.10.0-1) ...
Selecting previously unselected package libndp0:armhf.
Preparing to unpack .../31-libndp0_1.6-1+b1_armhf.deb ...
Unpacking libndp0:armhf (1.6-1+b1) ...
Selecting previously unselected package libnm0:armhf.
Preparing to unpack .../32-libnm0_1.14.6-2+deb10u1_armhf.deb ...
Unpacking libnm0:armhf (1.14.6-2+deb10u1) ...
Selecting previously unselected package libpolkit-gobject-1-0:armhf.
Preparing to unpack .../33-libpolkit-gobject-1-0_0.105-25_armhf.deb ...
Unpacking libpolkit-gobject-1-0:armhf (0.105-25) ...
Selecting previously unselected package libpolkit-agent-1-0:armhf.
Preparing to unpack .../34-libpolkit-agent-1-0_0.105-25_armhf.deb ...
Unpacking libpolkit-agent-1-0:armhf (0.105-25) ...
Selecting previously unselected package libteamdctl0:armhf.
Preparing to unpack .../35-libteamdctl0_1.28-1_armhf.deb ...
Unpacking libteamdctl0:armhf (1.28-1) ...
Selecting previously unselected package libnl-route-3-200:armhf.
Preparing to unpack .../36-libnl-route-3-200_3.4.0-1_armhf.deb ...
Unpacking libnl-route-3-200:armhf (3.4.0-1) ...
Selecting previously unselected package libpcsclite1:armhf.
Preparing to unpack .../37-libpcsclite1_1.8.24-1_armhf.deb ...
Unpacking libpcsclite1:armhf (1.8.24-1) ...
Selecting previously unselected package wpasupplicant.
Preparing to unpack .../38-wpasupplicant_2%3a2.7+git20190128+0c1e29f-6+deb10u3_armhf.deb ...
Unpacking wpasupplicant (2:2.7+git20190128+0c1e29f-6+deb10u3) ...
Selecting previously unselected package libpolkit-backend-1-0:armhf.
Preparing to unpack .../39-libpolkit-backend-1-0_0.105-25_armhf.deb ...
Unpacking libpolkit-backend-1-0:armhf (0.105-25) ...
Selecting previously unselected package policykit-1.
Preparing to unpack .../40-policykit-1_0.105-25_armhf.deb ...
Unpacking policykit-1 (0.105-25) ...
Selecting previously unselected package network-manager.
Preparing to unpack .../41-network-manager_1.14.6-2+deb10u1_armhf.deb ...
Unpacking network-manager (1.14.6-2+deb10u1) ...
Selecting previously unselected package libfuse2:armhf.
Preparing to unpack .../42-libfuse2_2.9.9-1+deb10u1_armhf.deb ...
Unpacking libfuse2:armhf (2.9.9-1+deb10u1) ...
Selecting previously unselected package fuse.
Preparing to unpack .../43-fuse_2.9.9-1+deb10u1_armhf.deb ...
Unpacking fuse (2.9.9-1+deb10u1) ...
Selecting previously unselected package libntfs-3g883.
Preparing to unpack .../44-libntfs-3g883_1%3a2017.3.23AR.3-3_armhf.deb ...
Unpacking libntfs-3g883 (1:2017.3.23AR.3-3) ...
Setting up libfuse2:armhf (2.9.9-1+deb10u1) ...
Setting up fuse (2.9.9-1+deb10u1) ...
update-initramfs: deferring update (trigger activated)
Selecting previously unselected package ntfs-3g.
(Reading database ... 14278 files and directories currently installed.)
Preparing to unpack .../ntfs-3g_1%3a2017.3.23AR.3-3_armhf.deb ...
Unpacking ntfs-3g (1:2017.3.23AR.3-3) ...
Selecting previously unselected package libpython3.7-minimal:armhf.
Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
Selecting previously unselected package python3.7-minimal.
Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 14589 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
Unpacking python3-minimal (3.7.3-1) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../1-mime-support_3.62_all.deb ...
Unpacking mime-support (3.62) ...
Selecting previously unselected package libmpdec2:armhf.
Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
Unpacking libmpdec2:armhf (2.4.2-2) ...
Selecting previously unselected package libpython3.7-stdlib:armhf.
Preparing to unpack .../3-libpython3.7-stdlib_3.7.3-2+deb10u3_armhf.deb ...
Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
Selecting previously unselected package python3.7.
Preparing to unpack .../4-python3.7_3.7.3-2+deb10u3_armhf.deb ...
Unpacking python3.7 (3.7.3-2+deb10u3) ...
Selecting previously unselected package libpython3-stdlib:armhf.
Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_armhf.deb ...
Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
Setting up python3-minimal (3.7.3-1) ...
Selecting previously unselected package python3.
(Reading database ... 15026 files and directories currently installed.)
Preparing to unpack .../000-python3_3.7.3-1_armhf.deb ...
Unpacking python3 (3.7.3-1) ...
Selecting previously unselected package libip6tc0:armhf.
Preparing to unpack .../001-libip6tc0_1.8.2-4_armhf.deb ...
Unpacking libip6tc0:armhf (1.8.2-4) ...
Selecting previously unselected package libiptc0:armhf.
Preparing to unpack .../002-libiptc0_1.8.2-4_armhf.deb ...
Unpacking libiptc0:armhf (1.8.2-4) ...
Selecting previously unselected package libnfnetlink0:armhf.
Preparing to unpack .../003-libnfnetlink0_1.0.1-3+b1_armhf.deb ...
Unpacking libnfnetlink0:armhf (1.0.1-3+b1) ...
Selecting previously unselected package libnetfilter-conntrack3:armhf.
Preparing to unpack .../004-libnetfilter-conntrack3_1.0.7-1_armhf.deb ...
Unpacking libnetfilter-conntrack3:armhf (1.0.7-1) ...
Selecting previously unselected package libnftnl11:armhf.
Preparing to unpack .../005-libnftnl11_1.1.2-2_armhf.deb ...
Unpacking libnftnl11:armhf (1.1.2-2) ...
Selecting previously unselected package iptables.
Preparing to unpack .../006-iptables_1.8.2-4_armhf.deb ...
Unpacking iptables (1.8.2-4) ...
Selecting previously unselected package nano.
Preparing to unpack .../007-nano_3.2-3_armhf.deb ...
Unpacking nano (3.2-3) ...
Selecting previously unselected package libncurses6:armhf.
Preparing to unpack .../008-libncurses6_6.1+20181013-2+deb10u2_armhf.deb ...
Unpacking libncurses6:armhf (6.1+20181013-2+deb10u2) ...
Selecting previously unselected package libprocps7:armhf.
Preparing to unpack .../009-libprocps7_2%3a3.3.15-2_armhf.deb ...
Unpacking libprocps7:armhf (2:3.3.15-2) ...
Selecting previously unselected package procps.
Preparing to unpack .../010-procps_2%3a3.3.15-2_armhf.deb ...
Unpacking procps (2:3.3.15-2) ...
Selecting previously unselected package xxd.
Preparing to unpack .../011-xxd_2%3a8.1.0875-5_armhf.deb ...
Unpacking xxd (2:8.1.0875-5) ...
Selecting previously unselected package vim-common.
Preparing to unpack .../012-vim-common_2%3a8.1.0875-5_all.deb ...
Unpacking vim-common (2:8.1.0875-5) ...
Selecting previously unselected package bash-completion.
Preparing to unpack .../013-bash-completion_1%3a2.8-6_all.deb ...
Unpacking bash-completion (1:2.8-6) ...
Selecting previously unselected package libfstrm0:armhf.
Preparing to unpack .../014-libfstrm0_0.4.0-1_armhf.deb ...
Unpacking libfstrm0:armhf (0.4.0-1) ...
Selecting previously unselected package libgeoip1:armhf.
Preparing to unpack .../015-libgeoip1_1.6.12-1_armhf.deb ...
Unpacking libgeoip1:armhf (1.6.12-1) ...
Selecting previously unselected package liblmdb0:armhf.
Preparing to unpack .../016-liblmdb0_0.9.22-1_armhf.deb ...
Unpacking liblmdb0:armhf (0.9.22-1) ...
Selecting previously unselected package libprotobuf-c1:armhf.
Preparing to unpack .../017-libprotobuf-c1_1.3.1-1+b1_armhf.deb ...
Unpacking libprotobuf-c1:armhf (1.3.1-1+b1) ...
Selecting previously unselected package libicu63:armhf.
Preparing to unpack .../018-libicu63_63.1-6+deb10u1_armhf.deb ...
Unpacking libicu63:armhf (63.1-6+deb10u1) ...
Selecting previously unselected package libxml2:armhf.
Preparing to unpack .../019-libxml2_2.9.4+dfsg1-7+deb10u2_armhf.deb ...
Unpacking libxml2:armhf (2.9.4+dfsg1-7+deb10u2) ...
Selecting previously unselected package libisc1100:armhf.
Preparing to unpack .../020-libisc1100_1%3a9.11.5.P4+dfsg-5.1+deb10u5_armhf.deb ...
Unpacking libisc1100:armhf (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
Selecting previously unselected package libdns1104:armhf.
Preparing to unpack .../021-libdns1104_1%3a9.11.5.P4+dfsg-5.1+deb10u5_armhf.deb ...
Unpacking libdns1104:armhf (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
Selecting previously unselected package libisccc161:armhf.
Preparing to unpack .../022-libisccc161_1%3a9.11.5.P4+dfsg-5.1+deb10u5_armhf.deb ...
Unpacking libisccc161:armhf (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
Selecting previously unselected package libisccfg163:armhf.
Preparing to unpack .../023-libisccfg163_1%3a9.11.5.P4+dfsg-5.1+deb10u5_armhf.deb ...
Unpacking libisccfg163:armhf (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
Selecting previously unselected package libbind9-161:armhf.
Preparing to unpack .../024-libbind9-161_1%3a9.11.5.P4+dfsg-5.1+deb10u5_armhf.deb ...
Unpacking libbind9-161:armhf (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
Selecting previously unselected package liblwres161:armhf.
Preparing to unpack .../025-liblwres161_1%3a9.11.5.P4+dfsg-5.1+deb10u5_armhf.deb ...
Unpacking liblwres161:armhf (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
Selecting previously unselected package bind9-host.
Preparing to unpack .../026-bind9-host_1%3a9.11.5.P4+dfsg-5.1+deb10u5_armhf.deb ...
Unpacking bind9-host (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../027-libmagic-mgc_1%3a5.35-4+deb10u2_armhf.deb ...
Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
Selecting previously unselected package libmagic1:armhf.
Preparing to unpack .../028-libmagic1_1%3a5.35-4+deb10u2_armhf.deb ...
Unpacking libmagic1:armhf (1:5.35-4+deb10u2) ...
Selecting previously unselected package file.
Preparing to unpack .../029-file_1%3a5.35-4+deb10u2_armhf.deb ...
Unpacking file (1:5.35-4+deb10u2) ...
Selecting previously unselected package hdparm.
Preparing to unpack .../030-hdparm_9.58+ds-1_armhf.deb ...
Unpacking hdparm (9.58+ds-1) ...
Selecting previously unselected package lsof.
Preparing to unpack .../031-lsof_4.91+dfsg-1_armhf.deb ...
Unpacking lsof (4.91+dfsg-1) ...
Selecting previously unselected package ncurses-term.
Preparing to unpack .../032-ncurses-term_6.1+20181013-2+deb10u2_all.deb ...
Unpacking ncurses-term (6.1+20181013-2+deb10u2) ...
Selecting previously unselected package openssh-client.
Preparing to unpack .../033-openssh-client_1%3a7.9p1-10+deb10u2_armhf.deb ...
Unpacking openssh-client (1:7.9p1-10+deb10u2) ...
Selecting previously unselected package libpci3:armhf.
Preparing to unpack .../034-libpci3_1%3a3.5.2-1_armhf.deb ...
Unpacking libpci3:armhf (1:3.5.2-1) ...
Selecting previously unselected package pciutils.
Preparing to unpack .../035-pciutils_1%3a3.5.2-1_armhf.deb ...
Unpacking pciutils (1:3.5.2-1) ...
Selecting previously unselected package libpcre2-8-0:armhf.
Preparing to unpack .../036-libpcre2-8-0_10.32-5_armhf.deb ...
Unpacking libpcre2-8-0:armhf (10.32-5) ...
Selecting previously unselected package wget.
Preparing to unpack .../037-wget_1.20.1-1.1_armhf.deb ...
Unpacking wget (1.20.1-1.1) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../038-xz-utils_5.2.4-1_armhf.deb ...
Unpacking xz-utils (5.2.4-1) ...
Selecting previously unselected package dialog.
Preparing to unpack .../039-dialog_1.3-20190211-1_armhf.deb ...
Unpacking dialog (1.3-20190211-1) ...
Selecting previously unselected package libasound2-data.
Preparing to unpack .../040-libasound2-data_1.1.8-1_all.deb ...
Unpacking libasound2-data (1.1.8-1) ...
Selecting previously unselected package libasound2:armhf.
Preparing to unpack .../041-libasound2_1.1.8-1_armhf.deb ...
Unpacking libasound2:armhf (1.1.8-1) ...
Selecting previously unselected package libgomp1:armhf.
Preparing to unpack .../042-libgomp1_8.3.0-6_armhf.deb ...
Unpacking libgomp1:armhf (8.3.0-6) ...
Selecting previously unselected package libfftw3-single3:armhf.
Preparing to unpack .../043-libfftw3-single3_3.3.8-2_armhf.deb ...
Unpacking libfftw3-single3:armhf (3.3.8-2) ...
Selecting previously unselected package libsamplerate0:armhf.
Preparing to unpack .../044-libsamplerate0_0.1.9-2_armhf.deb ...
Unpacking libsamplerate0:armhf (0.1.9-2) ...
Selecting previously unselected package alsa-utils.
Preparing to unpack .../045-alsa-utils_1.1.8-2_armhf.deb ...
Unpacking alsa-utils (1.1.8-2) ...
Selecting previously unselected package libapt-pkg-perl.
Preparing to unpack .../046-libapt-pkg-perl_0.1.34+b1_armhf.deb ...
Unpacking libapt-pkg-perl (0.1.34+b1) ...
Selecting previously unselected package libexporter-tiny-perl.
Preparing to unpack .../047-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 .../048-liblist-moreutils-perl_0.416-1+b4_armhf.deb ...
Unpacking liblist-moreutils-perl (0.416-1+b4) ...
Selecting previously unselected package libregexp-assemble-perl.
Preparing to unpack .../049-libregexp-assemble-perl_0.36-1_all.deb ...
Unpacking libregexp-assemble-perl (0.36-1) ...
Selecting previously unselected package apt-file.
Preparing to unpack .../050-apt-file_3.2.2_all.deb ...
Unpacking apt-file (3.2.2) ...
Selecting previously unselected package aptitude-common.
Preparing to unpack .../051-aptitude-common_0.8.11-7_all.deb ...
Unpacking aptitude-common (0.8.11-7) ...
Selecting previously unselected package libboost-iostreams1.67.0:armhf.
Preparing to unpack .../052-libboost-iostreams1.67.0_1.67.0-13+deb10u1_armhf.deb ...
Unpacking libboost-iostreams1.67.0:armhf (1.67.0-13+deb10u1) ...
Selecting previously unselected package libboost-system1.67.0:armhf.
Preparing to unpack .../053-libboost-system1.67.0_1.67.0-13+deb10u1_armhf.deb ...
Unpacking libboost-system1.67.0:armhf (1.67.0-13+deb10u1) ...
Selecting previously unselected package libsigc++-2.0-0v5:armhf.
Preparing to unpack .../054-libsigc++-2.0-0v5_2.10.1-2_armhf.deb ...
Unpacking libsigc++-2.0-0v5:armhf (2.10.1-2) ...
Selecting previously unselected package libcwidget3v5:armhf.
Preparing to unpack .../055-libcwidget3v5_0.5.17-11_armhf.deb ...
Unpacking libcwidget3v5:armhf (0.5.17-11) ...
Selecting previously unselected package libxapian30:armhf.
Preparing to unpack .../056-libxapian30_1.4.11-1_armhf.deb ...
Unpacking libxapian30:armhf (1.4.11-1) ...
Selecting previously unselected package aptitude.
Preparing to unpack .../057-aptitude_0.8.11-7_armhf.deb ...
Unpacking aptitude (0.8.11-7) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../058-autoconf_2.69-11_all.deb ...
Unpacking autoconf (2.69-11) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../059-autotools-dev_20180224.1_all.deb ...
Unpacking autotools-dev (20180224.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../060-automake_1%3a1.16.1-4_all.deb ...
Unpacking automake (1:1.16.1-4) ...
Selecting previously unselected package libdaemon0:armhf.
Preparing to unpack .../061-libdaemon0_0.14-7_armhf.deb ...
Unpacking libdaemon0:armhf (0.14-7) ...
Selecting previously unselected package avahi-autoipd.
Preparing to unpack .../062-avahi-autoipd_0.7-4+deb10u1_armhf.deb ...
Unpacking avahi-autoipd (0.7-4+deb10u1) ...
Selecting previously unselected package bc.
Preparing to unpack .../063-bc_1.07.1-2+b1_armhf.deb ...
Unpacking bc (1.07.1-2+b1) ...
Selecting previously unselected package binutils-common:armhf.
Preparing to unpack .../064-binutils-common_2.31.1-16_armhf.deb ...
Unpacking binutils-common:armhf (2.31.1-16) ...
Selecting previously unselected package libbinutils:armhf.
Preparing to unpack .../065-libbinutils_2.31.1-16_armhf.deb ...
Unpacking libbinutils:armhf (2.31.1-16) ...
Selecting previously unselected package binutils-arm-linux-gnueabihf.
Preparing to unpack .../066-binutils-arm-linux-gnueabihf_2.31.1-16_armhf.deb ...
Unpacking binutils-arm-linux-gnueabihf (2.31.1-16) ...
Selecting previously unselected package binutils.
Preparing to unpack .../067-binutils_2.31.1-16_armhf.deb ...
Unpacking binutils (2.31.1-16) ...
Selecting previously unselected package libbison-dev:armhf.
Preparing to unpack .../068-libbison-dev_2%3a3.3.2.dfsg-1_armhf.deb ...
Unpacking libbison-dev:armhf (2:3.3.2.dfsg-1) ...
Selecting previously unselected package bison.
Preparing to unpack .../069-bison_2%3a3.3.2.dfsg-1_armhf.deb ...
Unpacking bison (2:3.3.2.dfsg-1) ...
Selecting previously unselected package bridge-utils.
Preparing to unpack .../070-bridge-utils_1.6-2_armhf.deb ...
Unpacking bridge-utils (1.6-2) ...
Selecting previously unselected package liblzo2-2:armhf.
Preparing to unpack .../071-liblzo2-2_2.10-0.1_armhf.deb ...
Unpacking liblzo2-2:armhf (2.10-0.1) ...
Selecting previously unselected package btrfs-progs.
Preparing to unpack .../072-btrfs-progs_4.20.1-2_armhf.deb ...
Unpacking btrfs-progs (4.20.1-2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../073-libc-dev-bin_2.28-10_armhf.deb ...
Unpacking libc-dev-bin (2.28-10) ...
Selecting previously unselected package linux-libc-dev:armhf.
Preparing to unpack .../074-linux-libc-dev_21.05.6_armhf.deb ...
Unpacking linux-libc-dev:armhf (21.05.6) ...
Selecting previously unselected package libc6-dev:armhf.
Preparing to unpack .../075-libc6-dev_2.28-10_armhf.deb ...
Unpacking libc6-dev:armhf (2.28-10) ...
Selecting previously unselected package libisl19:armhf.
Preparing to unpack .../076-libisl19_0.20-2_armhf.deb ...
Unpacking libisl19:armhf (0.20-2) ...
Selecting previously unselected package libmpfr6:armhf.
Preparing to unpack .../077-libmpfr6_4.0.2-1_armhf.deb ...
Unpacking libmpfr6:armhf (4.0.2-1) ...
Selecting previously unselected package libmpc3:armhf.
Preparing to unpack .../078-libmpc3_1.1.0-1_armhf.deb ...
Unpacking libmpc3:armhf (1.1.0-1) ...
Selecting previously unselected package cpp-8.
Preparing to unpack .../079-cpp-8_8.3.0-6_armhf.deb ...
Unpacking cpp-8 (8.3.0-6) ...
Selecting previously unselected package cpp.
Preparing to unpack .../080-cpp_4%3a8.3.0-1_armhf.deb ...
Unpacking cpp (4:8.3.0-1) ...
Selecting previously unselected package libcc1-0:armhf.
Preparing to unpack .../081-libcc1-0_8.3.0-6_armhf.deb ...
Unpacking libcc1-0:armhf (8.3.0-6) ...
Selecting previously unselected package libatomic1:armhf.
Preparing to unpack .../082-libatomic1_8.3.0-6_armhf.deb ...
Unpacking libatomic1:armhf (8.3.0-6) ...
Selecting previously unselected package libasan5:armhf.
Preparing to unpack .../083-libasan5_8.3.0-6_armhf.deb ...
Unpacking libasan5:armhf (8.3.0-6) ...
Selecting previously unselected package libubsan1:armhf.
Preparing to unpack .../084-libubsan1_8.3.0-6_armhf.deb ...
Unpacking libubsan1:armhf (8.3.0-6) ...
Selecting previously unselected package libgcc-8-dev:armhf.
Preparing to unpack .../085-libgcc-8-dev_8.3.0-6_armhf.deb ...
Unpacking libgcc-8-dev:armhf (8.3.0-6) ...
Selecting previously unselected package gcc-8.
Preparing to unpack .../086-gcc-8_8.3.0-6_armhf.deb ...
Unpacking gcc-8 (8.3.0-6) ...
Selecting previously unselected package gcc.
Preparing to unpack .../087-gcc_4%3a8.3.0-1_armhf.deb ...
Unpacking gcc (4:8.3.0-1) ...
Selecting previously unselected package libstdc++-8-dev:armhf.
Preparing to unpack .../088-libstdc++-8-dev_8.3.0-6_armhf.deb ...
Unpacking libstdc++-8-dev:armhf (8.3.0-6) ...
Selecting previously unselected package g++-8.
Preparing to unpack .../089-g++-8_8.3.0-6_armhf.deb ...
Unpacking g++-8 (8.3.0-6) ...
Selecting previously unselected package g++.
Preparing to unpack .../090-g++_4%3a8.3.0-1_armhf.deb ...
Unpacking g++ (4:8.3.0-1) ...
Selecting previously unselected package make.
Preparing to unpack .../091-make_4.2.1-1.2_armhf.deb ...
Unpacking make (4.2.1-1.2) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../092-libdpkg-perl_1.19.7_all.deb ...
Unpacking libdpkg-perl (1.19.7) ...
Selecting previously unselected package patch.
Preparing to unpack .../093-patch_2.7.6-3+deb10u1_armhf.deb ...
Unpacking patch (2.7.6-3+deb10u1) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../094-dpkg-dev_1.19.7_all.deb ...
Unpacking dpkg-dev (1.19.7) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../095-build-essential_12.6_armhf.deb ...
Unpacking build-essential (12.6) ...
Selecting previously unselected package distro-info-data.
Preparing to unpack .../096-distro-info-data_0.41+deb10u3_all.deb ...
Unpacking distro-info-data (0.41+deb10u3) ...
Selecting previously unselected package lsb-release.
Preparing to unpack .../097-lsb-release_10.2019051400_all.deb ...
Unpacking lsb-release (10.2019051400) ...
Selecting previously unselected package python-apt-common.
Preparing to unpack .../098-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 .../099-python3-apt_1.8.4.3_armhf.deb ...
Unpacking python3-apt (1.8.4.3) ...
Selecting previously unselected package command-not-found.
Preparing to unpack .../100-command-not-found_18.04.5-1_all.deb ...
Unpacking command-not-found (18.04.5-1) ...
Selecting previously unselected package libcrack2:armhf.
Preparing to unpack .../101-libcrack2_2.9.6-2_armhf.deb ...
Unpacking libcrack2:armhf (2.9.6-2) ...
Selecting previously unselected package cracklib-runtime.
Preparing to unpack .../102-cracklib-runtime_2.9.6-2_armhf.deb ...
Unpacking cracklib-runtime (2.9.6-2) ...
Selecting previously unselected package libcurl4:armhf.
Preparing to unpack .../103-libcurl4_7.64.0-4+deb10u2_armhf.deb ...
Unpacking libcurl4:armhf (7.64.0-4+deb10u2) ...
Selecting previously unselected package curl.
Preparing to unpack .../104-curl_7.64.0-4+deb10u2_armhf.deb ...
Unpacking curl (7.64.0-4+deb10u2) ...
Selecting previously unselected package debconf-utils.
Preparing to unpack .../105-debconf-utils_1.5.71_all.deb ...
Unpacking debconf-utils (1.5.71) ...
Selecting previously unselected package device-tree-compiler.
Preparing to unpack .../106-device-tree-compiler_1.4.7-4_armhf.deb ...
Unpacking device-tree-compiler (1.4.7-4) ...
Selecting previously unselected package dkms.
Preparing to unpack .../107-dkms_2.6.1-4_all.deb ...
Unpacking dkms (2.6.1-4) ...
Selecting previously unselected package libirs161:armhf.
Preparing to unpack .../108-libirs161_1%3a9.11.5.P4+dfsg-5.1+deb10u5_armhf.deb ...
Unpacking libirs161:armhf (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
Selecting previously unselected package dnsutils.
Preparing to unpack .../109-dnsutils_1%3a9.11.5.P4+dfsg-5.1+deb10u5_armhf.deb ...
Unpacking dnsutils (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
Selecting previously unselected package dosfstools.
Preparing to unpack .../110-dosfstools_4.1-2_armhf.deb ...
Unpacking dosfstools (4.1-2) ...
Selecting previously unselected package ethtool.
Preparing to unpack .../111-ethtool_1%3a4.19-1_armhf.deb ...
Unpacking ethtool (1:4.19-1) ...
Selecting previously unselected package evtest.
Preparing to unpack .../112-evtest_1%3a1.33-2_armhf.deb ...
Unpacking evtest (1:1.33-2) ...
Selecting previously unselected package libtcl8.6:armhf.
Preparing to unpack .../113-libtcl8.6_8.6.9+dfsg-2_armhf.deb ...
Unpacking libtcl8.6:armhf (8.6.9+dfsg-2) ...
Selecting previously unselected package tcl8.6.
Preparing to unpack .../114-tcl8.6_8.6.9+dfsg-2_armhf.deb ...
Unpacking tcl8.6 (8.6.9+dfsg-2) ...
Selecting previously unselected package tcl-expect:armhf.
Preparing to unpack .../115-tcl-expect_5.45.4-2_armhf.deb ...
Unpacking tcl-expect:armhf (5.45.4-2) ...
Selecting previously unselected package expect.
Preparing to unpack .../116-expect_5.45.4-2_armhf.deb ...
Unpacking expect (5.45.4-2) ...
Selecting previously unselected package libf2fs5:armhf.
Preparing to unpack .../117-libf2fs5_1.11.0-1.1_armhf.deb ...
Unpacking libf2fs5:armhf (1.11.0-1.1) ...
Selecting previously unselected package libf2fs-format4:armhf.
Preparing to unpack .../118-libf2fs-format4_1.11.0-1.1_armhf.deb ...
Unpacking libf2fs-format4:armhf (1.11.0-1.1) ...
Selecting previously unselected package f2fs-tools.
Preparing to unpack .../119-f2fs-tools_1.11.0-1.1_armhf.deb ...
Unpacking f2fs-tools (1.11.0-1.1) ...
Selecting previously unselected package libparted2:armhf.
Preparing to unpack .../120-libparted2_3.2-25_armhf.deb ...
Unpacking libparted2:armhf (3.2-25) ...
Selecting previously unselected package f3.
Preparing to unpack .../121-f3_7.1-1_armhf.deb ...
Unpacking f3 (7.1-1) ...
Selecting previously unselected package fake-hwclock.
Preparing to unpack .../122-fake-hwclock_0.11_all.deb ...
Unpacking fake-hwclock (0.11) ...
Selecting previously unselected package fbset.
Preparing to unpack .../123-fbset_2.1-30_armhf.deb ...
Unpacking fbset (2.1-30) ...
Selecting previously unselected package figlet.
Preparing to unpack .../124-figlet_2.2.5-3_armhf.deb ...
Unpacking figlet (2.2.5-3) ...
Selecting previously unselected package fping.
Preparing to unpack .../125-fping_4.2-1_armhf.deb ...
Unpacking fping (4.2-1) ...
Selecting previously unselected package libgirepository-1.0-1:armhf.
Preparing to unpack .../126-libgirepository-1.0-1_1.58.3-2_armhf.deb ...
Unpacking libgirepository-1.0-1:armhf (1.58.3-2) ...
Selecting previously unselected package gir1.2-glib-2.0:armhf.
Preparing to unpack .../127-gir1.2-glib-2.0_1.58.3-2_armhf.deb ...
Unpacking gir1.2-glib-2.0:armhf (1.58.3-2) ...
Selecting previously unselected package libpackagekit-glib2-18:armhf.
Preparing to unpack .../128-libpackagekit-glib2-18_1.1.12-5_armhf.deb ...
Unpacking libpackagekit-glib2-18:armhf (1.1.12-5) ...
Selecting previously unselected package gir1.2-packagekitglib-1.0.
Preparing to unpack .../129-gir1.2-packagekitglib-1.0_1.1.12-5_armhf.deb ...
Unpacking gir1.2-packagekitglib-1.0 (1.1.12-5) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../130-liberror-perl_0.17027-2_all.deb ...
Unpacking liberror-perl (0.17027-2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../131-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
Unpacking git-man (1:2.20.1-2+deb10u3) ...
Selecting previously unselected package git.
Preparing to unpack .../132-git_1%3a2.20.1-2+deb10u3_armhf.deb ...
Unpacking git (1:2.20.1-2+deb10u3) ...
Selecting previously unselected package gnupg2.
Preparing to unpack .../133-gnupg2_2.2.12-1+deb10u1_all.deb ...
Unpacking gnupg2 (2.2.12-1+deb10u1) ...
Selecting previously unselected package hostapd.
Preparing to unpack .../134-hostapd_3%3a2.9-102~armbian21.05.1+1_armhf.deb ...
Unpacking hostapd (3:2.9-102~armbian21.05.1+1) ...
Selecting previously unselected package libpcap0.8:armhf.
Preparing to unpack .../135-libpcap0.8_1.8.1-6_armhf.deb ...
Unpacking libpcap0.8:armhf (1.8.1-6) ...
Selecting previously unselected package hping3.
Preparing to unpack .../136-hping3_3.a2.ds2-7_armhf.deb ...
Unpacking hping3 (3.a2.ds2-7) ...
Selecting previously unselected package html2text.
Preparing to unpack .../137-html2text_1.3.2a-24_armhf.deb ...
Unpacking html2text (1.3.2a-24) ...
Selecting previously unselected package htop.
Preparing to unpack .../138-htop_3.1.0-0~armbian20.08.2+1_armhf.deb ...
Unpacking htop (3.1.0-0~armbian20.08.2+1) ...
Selecting previously unselected package libi2c0:armhf.
Preparing to unpack .../139-libi2c0_4.1-1_armhf.deb ...
Unpacking libi2c0:armhf (4.1-1) ...
Selecting previously unselected package i2c-tools.
Preparing to unpack .../140-i2c-tools_4.1-1_armhf.deb ...
Unpacking i2c-tools (4.1-1) ...
Selecting previously unselected package ifenslave.
Preparing to unpack .../141-ifenslave_2.9_all.deb ...
Unpacking ifenslave (2.9) ...
Selecting previously unselected package iotop.
Preparing to unpack .../142-iotop_0.6-24-g733f3f8-1_armhf.deb ...
Unpacking iotop (0.6-24-g733f3f8-1) ...
Selecting previously unselected package iozone3.
Preparing to unpack .../143-iozone3_429-3+b1_armhf.deb ...
Unpacking iozone3 (429-3+b1) ...
Selecting previously unselected package libsctp1:armhf.
Preparing to unpack .../144-libsctp1_1.0.18+dfsg-1_armhf.deb ...
Unpacking libsctp1:armhf (1.0.18+dfsg-1) ...
Selecting previously unselected package libiperf0:armhf.
Preparing to unpack .../145-libiperf0_3.6-2_armhf.deb ...
Unpacking libiperf0:armhf (3.6-2) ...
Selecting previously unselected package iperf3.
Preparing to unpack .../146-iperf3_3.6-2_armhf.deb ...
Unpacking iperf3 (3.6-2) ...
Selecting previously unselected package iputils-arping.
Preparing to unpack .../147-iputils-arping_3%3a20180629-2+deb10u2_armhf.deb ...
Unpacking iputils-arping (3:20180629-2+deb10u2) ...
Selecting previously unselected package iso-codes.
Preparing to unpack .../148-iso-codes_4.2-1_all.deb ...
Unpacking iso-codes (4.2-1) ...
Selecting previously unselected package joe.
Preparing to unpack .../149-joe_4.6-1+b1_armhf.deb ...
Unpacking joe (4.6-1+b1) ...
Selecting previously unselected package libonig5:armhf.
Preparing to unpack .../150-libonig5_6.9.1-1_armhf.deb ...
Unpacking libonig5:armhf (6.9.1-1) ...
Selecting previously unselected package libjq1:armhf.
Preparing to unpack .../151-libjq1_1.5+dfsg-2+b1_armhf.deb ...
Unpacking libjq1:armhf (1.5+dfsg-2+b1) ...
Selecting previously unselected package jq.
Preparing to unpack .../152-jq_1.5+dfsg-2+b1_armhf.deb ...
Unpacking jq (1.5+dfsg-2+b1) ...
Selecting previously unselected package keyutils.
Preparing to unpack .../153-keyutils_1.6-6_armhf.deb ...
Unpacking keyutils (1.6-6) ...
Selecting previously unselected package libcaca0:armhf.
Preparing to unpack .../154-libcaca0_0.99.beta19-2.1_armhf.deb ...
Unpacking libcaca0:armhf (0.99.beta19-2.1) ...
Selecting previously unselected package libdigest-sha-perl.
Preparing to unpack .../155-libdigest-sha-perl_6.02-1+b1_armhf.deb ...
Adding 'diversion of /usr/bin/shasum to /usr/bin/shasum.bundled by libdigest-sha-perl'
Adding 'diversion of /usr/share/man/man1/shasum.1.gz to /usr/share/man/man1/shasum.bundled.1.gz by libdigest-sha-perl'
Unpacking libdigest-sha-perl (6.02-1+b1) ...
Selecting previously unselected package libevent-2.1-6:armhf.
Preparing to unpack .../156-libevent-2.1-6_2.1.8-stable-4_armhf.deb ...
Unpacking libevent-2.1-6:armhf (2.1.8-stable-4) ...
Selecting previously unselected package libgpm2:armhf.
Preparing to unpack .../157-libgpm2_1.20.7-5_armhf.deb ...
Unpacking libgpm2:armhf (1.20.7-5) ...
Selecting previously unselected package libiw30:armhf.
Preparing to unpack .../158-libiw30_30~pre9-13_armhf.deb ...
Unpacking libiw30:armhf (30~pre9-13) ...
Selecting previously unselected package libnfsidmap2:armhf.
Preparing to unpack .../159-libnfsidmap2_0.25-5.1_armhf.deb ...
Unpacking libnfsidmap2:armhf (0.25-5.1) ...
Selecting previously unselected package libnl-3-dev:armhf.
Preparing to unpack .../160-libnl-3-dev_3.4.0-1_armhf.deb ...
Unpacking libnl-3-dev:armhf (3.4.0-1) ...
Selecting previously unselected package libnl-genl-3-dev:armhf.
Preparing to unpack .../161-libnl-genl-3-dev_3.4.0-1_armhf.deb ...
Unpacking libnl-genl-3-dev:armhf (3.4.0-1) ...
Selecting previously unselected package libnss-myhostname:armhf.
Preparing to unpack .../162-libnss-myhostname_241-7~deb10u7_armhf.deb ...
Unpacking libnss-myhostname:armhf (241-7~deb10u7) ...
Selecting previously unselected package libpkcs11-helper1:armhf.
Preparing to unpack .../163-libpkcs11-helper1_1.25.1-1_armhf.deb ...
Unpacking libpkcs11-helper1:armhf (1.25.1-1) ...
Selecting previously unselected package libpng16-16:armhf.
Preparing to unpack .../164-libpng16-16_1.6.36-6_armhf.deb ...
Unpacking libpng16-16:armhf (1.6.36-6) ...
Selecting previously unselected package libproc-processtable-perl.
Preparing to unpack .../165-libproc-processtable-perl_0.56-1_armhf.deb ...
Unpacking libproc-processtable-perl (0.56-1) ...
Selecting previously unselected package libqrencode4:armhf.
Preparing to unpack .../166-libqrencode4_4.0.2-1_armhf.deb ...
Unpacking libqrencode4:armhf (4.0.2-1) ...
Selecting previously unselected package libsensors-config.
Preparing to unpack .../167-libsensors-config_1%3a3.5.0-3_all.deb ...
Unpacking libsensors-config (1:3.5.0-3) ...
Selecting previously unselected package libsensors5:armhf.
Preparing to unpack .../168-libsensors5_1%3a3.5.0-3_armhf.deb ...
Unpacking libsensors5:armhf (1:3.5.0-3) ...
Selecting previously unselected package libssl-dev:armhf.
Preparing to unpack .../169-libssl-dev_1.1.1d-0+deb10u6_armhf.deb ...
Unpacking libssl-dev:armhf (1.1.1d-0+deb10u6) ...
Selecting previously unselected package libsysfs2:armhf.
Preparing to unpack .../170-libsysfs2_2.1.0+repack-5_armhf.deb ...
Unpacking libsysfs2:armhf (2.1.0+repack-5) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../171-libtirpc-common_1.1.4-0.4_all.deb ...
Unpacking libtirpc-common (1.1.4-0.4) ...
Selecting previously unselected package libtirpc3:armhf.
Preparing to unpack .../172-libtirpc3_1.1.4-0.4_armhf.deb ...
Unpacking libtirpc3:armhf (1.1.4-0.4) ...
Selecting previously unselected package libusb-1.0-0:armhf.
Preparing to unpack .../173-libusb-1.0-0_2%3a1.0.22-2_armhf.deb ...
Unpacking libusb-1.0-0:armhf (2:1.0.22-2) ...
Selecting previously unselected package libutempter0:armhf.
Preparing to unpack .../174-libutempter0_1.1.6-3_armhf.deb ...
Unpacking libutempter0:armhf (1.1.6-3) ...
Selecting previously unselected package libwrap0:armhf.
Preparing to unpack .../175-libwrap0_7.6.q-28_armhf.deb ...
Unpacking libwrap0:armhf (7.6.q-28) ...
Selecting previously unselected package libwrap0-dev:armhf.
Preparing to unpack .../176-libwrap0-dev_7.6.q-28_armhf.deb ...
Unpacking libwrap0-dev:armhf (7.6.q-28) ...
Selecting previously unselected package mc-data.
Preparing to unpack .../177-mc-data_3%3a4.8.22-1_all.deb ...
Unpacking mc-data (3:4.8.22-1) ...
Selecting previously unselected package mc.
Preparing to unpack .../178-mc_3%3a4.8.22-1_armhf.deb ...
Unpacking mc (3:4.8.22-1) ...
Selecting previously unselected package mmc-utils.
Preparing to unpack .../179-mmc-utils_0+git20180327.b4fe0c8c-1_armhf.deb ...
Unpacking mmc-utils (0+git20180327.b4fe0c8c-1) ...
Selecting previously unselected package net-tools.
Preparing to unpack .../180-net-tools_1.60+git20180626.aebd88e-1_armhf.deb ...
Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
Selecting previously unselected package openvpn.
Preparing to unpack .../181-openvpn_2.4.7-1+deb10u1_armhf.deb ...
Unpacking openvpn (2.4.7-1+deb10u1) ...
Selecting previously unselected package network-manager-openvpn.
Preparing to unpack .../182-network-manager-openvpn_1.8.10-1_armhf.deb ...
Unpacking network-manager-openvpn (1.8.10-1) ...
Selecting previously unselected package python3-dbus.
Preparing to unpack .../183-python3-dbus_1.2.8-3_armhf.deb ...
Unpacking python3-dbus (1.2.8-3) ...
Selecting previously unselected package python3-gi.
Preparing to unpack .../184-python3-gi_3.30.4-1_armhf.deb ...
Unpacking python3-gi (3.30.4-1) ...
Selecting previously unselected package networkd-dispatcher.
Preparing to unpack .../185-networkd-dispatcher_2.0-2_all.deb ...
Unpacking networkd-dispatcher (2.0-2) ...
Selecting previously unselected package rpcbind.
Preparing to unpack .../186-rpcbind_1.2.5-0.3+deb10u1_armhf.deb ...
Unpacking rpcbind (1.2.5-0.3+deb10u1) ...
Selecting previously unselected package nfs-common.
Preparing to unpack .../187-nfs-common_1%3a1.3.4-2.5+deb10u1_armhf.deb ...
Unpacking nfs-common (1:1.3.4-2.5+deb10u1) ...
Selecting previously unselected package nocache.
Preparing to unpack .../188-nocache_1.1-1_armhf.deb ...
Unpacking nocache (1.1-1) ...
Selecting previously unselected package openssh-sftp-server.
Preparing to unpack .../189-openssh-sftp-server_1%3a7.9p1-10+deb10u2_armhf.deb ...
Unpacking openssh-sftp-server (1:7.9p1-10+deb10u2) ...
Selecting previously unselected package openssh-server.
Preparing to unpack .../190-openssh-server_1%3a7.9p1-10+deb10u2_armhf.deb ...
Unpacking openssh-server (1:7.9p1-10+deb10u2) ...
Selecting previously unselected package parted.
Preparing to unpack .../191-parted_3.2-25_armhf.deb ...
Unpacking parted (3.2-25) ...
Selecting previously unselected package selinux-utils.
Preparing to unpack .../192-selinux-utils_2.8-1+b1_armhf.deb ...
Unpacking selinux-utils (2.8-1+b1) ...
Selecting previously unselected package policycoreutils.
Preparing to unpack .../193-policycoreutils_2.8-1_armhf.deb ...
Unpacking policycoreutils (2.8-1) ...
Selecting previously unselected package psmisc.
Preparing to unpack .../194-psmisc_23.2-1_armhf.deb ...
Unpacking psmisc (23.2-1) ...
Selecting previously unselected package pv.
Preparing to unpack .../195-pv_1.6.6-1_armhf.deb ...
Unpacking pv (1.6.6-1) ...
Selecting previously unselected package python3-distro-info.
Preparing to unpack .../196-python3-distro-info_0.21_all.deb ...
Unpacking python3-distro-info (0.21) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../197-python3-lib2to3_3.7.3-1_all.deb ...
Unpacking python3-lib2to3 (3.7.3-1) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../198-python3-distutils_3.7.3-1_all.deb ...
Unpacking python3-distutils (3.7.3-1) ...
Selecting previously unselected package python3-pycurl.
Preparing to unpack .../199-python3-pycurl_7.43.0.2-0.1_armhf.deb ...
Unpacking python3-pycurl (7.43.0.2-0.1) ...
Selecting previously unselected package python3-software-properties.
Preparing to unpack .../200-python3-software-properties_0.96.20.2-2_all.deb ...
Unpacking python3-software-properties (0.96.20.2-2) ...
Selecting previously unselected package qrencode.
Preparing to unpack .../201-qrencode_4.0.2-1_armhf.deb ...
Unpacking qrencode (4.0.2-1) ...
Selecting previously unselected package resolvconf.
Preparing to unpack .../202-resolvconf_1.79_all.deb ...
Unpacking resolvconf (1.79) ...
Selecting previously unselected package rfkill.
Preparing to unpack .../203-rfkill_2.33.1-0.1_armhf.deb ...
Unpacking rfkill (2.33.1-0.1) ...
Selecting previously unselected package rng-tools.
Preparing to unpack .../204-rng-tools_2-unofficial-mt.14-1+b2_armhf.deb ...
Unpacking rng-tools (2-unofficial-mt.14-1+b2) ...
Selecting previously unselected package screen.
Preparing to unpack .../205-screen_4.6.2-3+deb10u1_armhf.deb ...
Unpacking screen (4.6.2-3+deb10u1) ...
Selecting previously unselected package selinux-policy-default.
Preparing to unpack .../206-selinux-policy-default_2%3a2.20190201-2_all.deb ...
Unpacking selinux-policy-default (2:2.20190201-2) ...
Selecting previously unselected package smartmontools.
Preparing to unpack .../207-smartmontools_6.6-1_armhf.deb ...
Unpacking smartmontools (6.6-1) ...
Selecting previously unselected package software-properties-common.
Preparing to unpack .../208-software-properties-common_0.96.20.2-2_all.deb ...
Unpacking software-properties-common (0.96.20.2-2) ...
Selecting previously unselected package stress.
Preparing to unpack .../209-stress_1.0.4-4_armhf.deb ...
Unpacking stress (1.0.4-4) ...
Selecting previously unselected package sunxi-tools.
Preparing to unpack .../210-sunxi-tools_1.4.2+git20181114.6d598a-3_armhf.deb ...
Unpacking sunxi-tools (1.4.2+git20181114.6d598a-3) ...
Selecting previously unselected package sysfsutils.
Preparing to unpack .../211-sysfsutils_2.1.0+repack-5_armhf.deb ...
Unpacking sysfsutils (2.1.0+repack-5) ...
Selecting previously unselected package sysstat.
Preparing to unpack .../212-sysstat_12.0.3-2_armhf.deb ...
Unpacking sysstat (12.0.3-2) ...
Selecting previously unselected package toilet-fonts.
Preparing to unpack .../213-toilet-fonts_0.3-1.2_all.deb ...
Unpacking toilet-fonts (0.3-1.2) ...
Selecting previously unselected package toilet.
Preparing to unpack .../214-toilet_0.3-1.2_armhf.deb ...
Unpacking toilet (0.3-1.2) ...
Selecting previously unselected package u-boot-tools.
Preparing to unpack .../215-u-boot-tools_2019.01+dfsg-7_armhf.deb ...
Unpacking u-boot-tools (2019.01+dfsg-7) ...
Selecting previously unselected package unattended-upgrades.
Preparing to unpack .../216-unattended-upgrades_1.11.2_all.deb ...
Unpacking unattended-upgrades (1.11.2) ...
Selecting previously unselected package unicode-data.
Preparing to unpack .../217-unicode-data_12.1.0~pre1-2_all.deb ...
Unpacking unicode-data (12.1.0~pre1-2) ...
Selecting previously unselected package unzip.
Preparing to unpack .../218-unzip_6.0-23+deb10u2_armhf.deb ...
Unpacking unzip (6.0-23+deb10u2) ...
Selecting previously unselected package usb.ids.
Preparing to unpack .../219-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 .../220-usbutils_1%3a010-3_armhf.deb ...
Unpacking usbutils (1:010-3) ...
Selecting previously unselected package vim-runtime.
Preparing to unpack .../221-vim-runtime_2%3a8.1.0875-5_all.deb ...
Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
Unpacking vim-runtime (2:8.1.0875-5) ...
Selecting previously unselected package vim.
Preparing to unpack .../222-vim_2%3a8.1.0875-5_armhf.deb ...
Unpacking vim (2:8.1.0875-5) ...
Selecting previously unselected package vlan.
Preparing to unpack .../223-vlan_2.0.5_all.deb ...
Unpacking vlan (2.0.5) ...
Selecting previously unselected package vnstat.
Preparing to unpack .../224-vnstat_1.18-2_armhf.deb ...
Unpacking vnstat (1.18-2) ...
Selecting previously unselected package wireless-tools.
Preparing to unpack .../225-wireless-tools_30~pre9-13_armhf.deb ...
Unpacking wireless-tools (30~pre9-13) ...
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.
invoke-rc.d: policy-rc.d denied execution of start.
Setting up selinux-utils (2.8-1+b1) ...
Setting up libapt-pkg-perl (0.1.34+b1) ...
Setting up libpipeline1:armhf (1.5.1-2) ...
Setting up liblmdb0:armhf (0.9.22-1) ...
Setting up fake-hwclock (0.11) ...
Created symlink /etc/systemd/system/sysinit.target.wants/fake-hwclock.service -> /lib/systemd/system/fake-hwclock.service.
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Setting up libxapian30:armhf (1.4.11-1) ...
Setting up net-tools (1.60+git20180626.aebd88e-1) ...
Setting up libkeyutils1:armhf (1.6-6) ...
Setting up gnupg2 (2.2.12-1+deb10u1) ...
Setting up libip6tc0:armhf (1.8.2-4) ...
Setting up libpsl5:armhf (0.20.2-2) ...
Setting up toilet-fonts (0.3-1.2) ...
Setting up libgpm2:armhf (1.20.7-5) ...
Setting up fbset (2.1-30) ...
Setting up mime-support (3.62) ...
Setting up libcaca0:armhf (0.99.beta19-2.1) ...
Setting up toilet (0.3-1.2) ...
update-alternatives: using /usr/bin/figlet-toilet to provide /usr/bin/figlet (figlet) in auto mode
Setting up libbison-dev:armhf (2:3.3.2.dfsg-1) ...
Setting up libsysfs2:armhf (2.1.0+repack-5) ...
Setting up libqrencode4:armhf (4.0.2-1) ...
Setting up iozone3 (429-3+b1) ...
Setting up sysfsutils (2.1.0+repack-5) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
Setting up psmisc (23.2-1) ...
Setting up libglib2.0-0:armhf (2.58.3-2+deb10u3) ...
No schema files found: doing nothing.
Setting up distro-info-data (0.41+deb10u3) ...
Setting up htop (3.1.0-0~armbian20.08.2+1) ...
Setting up libi2c0:armhf (4.1-1) ...
Setting up libtirpc-common (1.1.4-0.4) ...
Setting up libprocps7:armhf (2:3.3.15-2) ...
Setting up stress (1.0.4-4) ...
Setting up policycoreutils (2.8-1) ...
Setting up unzip (6.0-23+deb10u2) ...
Setting up libfstrm0:armhf (0.4.0-1) ...
Setting up libedit2:armhf (3.1-20181209-1) ...
Setting up dosfstools (4.1-2) ...
Setting up binutils-common:armhf (2.31.1-16) ...
Setting up libsensors-config (1:3.5.0-3) ...
Setting up libnghttp2-14:armhf (1.36.0-2+deb10u1) ...
Setting up libmagic1:armhf (1:5.35-4+deb10u2) ...
Setting up linux-libc-dev:armhf (21.05.6) ...
Setting up libpackagekit-glib2-18:armhf (1.1.12-5) ...
Setting up liblzo2-2:armhf (2.10-0.1) ...
Setting up libntfs-3g883 (1:2017.3.23AR.3-3) ...
Setting up libnftnl11:armhf (1.1.2-2) ...
Setting up hdparm (9.58+ds-1) ...
Setting up resolvconf (1.79) ...
Created symlink /etc/systemd/system/sysinit.target.wants/resolvconf.service -> /lib/systemd/system/resolvconf.service.
Setting up libf2fs5:armhf (1.11.0-1.1) ...
Setting up file (1:5.35-4+deb10u2) ...
Setting up libgomp1:armhf (8.3.0-6) ...
Setting up iputils-arping (3:20180629-2+deb10u2) ...
Setting up libprotobuf-c1:armhf (1.3.1-1+b1) ...
Setting up libpkcs11-helper1:armhf (1.25.1-1) ...
Setting up libicu63:armhf (63.1-6+deb10u1) ...
Setting up xxd (2:8.1.0875-5) ...
Setting up ntfs-3g (1:2017.3.23AR.3-3) ...
Setting up libjansson4:armhf (2.12-1) ...
Setting up libkrb5support0:armhf (1.17-3+deb10u1) ...
Setting up libnl-route-3-200:armhf (3.4.0-1) ...
Setting up unicode-data (12.1.0~pre1-2) ...
Setting up libasound2-data (1.1.8-1) ...
Setting up libasan5:armhf (8.3.0-6) ...
Setting up autotools-dev (20180224.1) ...
Setting up hostapd (3:2.9-102~armbian21.05.1+1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
Setting up vim-common (2:8.1.0875-5) ...
Setting up nocache (1.1-1) ...
Setting up libpcap0.8:armhf (1.8.1-6) ...
Setting up libwrap0:armhf (7.6.q-28) ...
Setting up make (4.2.1-1.2) ...
Setting up libmpfr6:armhf (4.0.2-1) ...
Setting up dialog (1.3-20190211-1) ...
Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ...
Setting up html2text (1.3.2a-24) ...
Setting up libsigc++-2.0-0v5:armhf (2.10.1-2) ...
Setting up aptitude-common (0.8.11-7) ...
Setting up selinux-policy-default (2:2.20190201-2) ...
Updating selinux default policy (this step might take a moment)... done.
Setting up bash-completion (1:2.8-6) ...
Setting up libiptc0:armhf (1.8.2-4) ...
Setting up libteamdctl0:armhf (1.28-1) ...
Setting up libncurses6:armhf (6.1+20181013-2+deb10u2) ...
Setting up libsigsegv2:armhf (2.12-2) ...
Setting up xz-utils (5.2.4-1) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
Setting up debconf-utils (1.5.71) ...
Setting up rfkill (2.33.1-0.1) ...
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 figlet (2.2.5-3) ...
update-alternatives: using /usr/bin/figlet-figlet to provide /usr/bin/figlet (figlet) in auto mode
Setting up libssl-dev:armhf (1.1.1d-0+deb10u6) ...
Setting up libpng16-16:armhf (1.6.36-6) ...
Setting up libmpc3:armhf (1.1.0-1) ...
Setting up libatomic1:armhf (8.3.0-6) ...
Setting up patch (2.7.6-3+deb10u1) ...
Setting up libtcl8.6:armhf (8.6.9+dfsg-2) ...
Setting up usb.ids (2019.07.27-0+deb10u1) ...
Setting up libnss-myhostname:armhf (241-7~deb10u7) ...
First installation detected...
Checking NSS setup...
Setting up libboost-iostreams1.67.0:armhf (1.67.0-13+deb10u1) ...
Setting up device-tree-compiler (1.4.7-4) ...
Setting up libpcsclite1:armhf (1.8.24-1) ...
Setting up libsensors5:armhf (1:3.5.0-3) ...
Setting up libpcre2-8-0:armhf (10.32-5) ...
Setting up libk5crypto3:armhf (1.17-3+deb10u1) ...
Setting up mc-data (3:4.8.22-1) ...
Setting up bridge-utils (1.6-2) ...
Setting up libnm0:armhf (1.14.6-2+deb10u1) ...
Setting up lsof (4.91+dfsg-1) ...
Setting up libevent-2.1-6:armhf (2.1.8-stable-4) ...
Setting up libcrack2:armhf (2.9.6-2) ...
Setting up libutempter0:armhf (1.1.6-3) ...
Setting up libubsan1:armhf (8.3.0-6) ...
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:armhf (1:3.5.2-1) ...
Setting up libparted2:armhf (3.2-25) ...
Setting up libisl19:armhf (0.20-2) ...
Setting up f3 (7.1-1) ...
Setting up keyutils (1.6-6) ...
Setting up libsctp1:armhf (1.0.18+dfsg-1) ...
Setting up u-boot-tools (2019.01+dfsg-7) ...
Setting up python-apt-common (1.8.4.3) ...
Setting up libnl-3-dev:armhf (3.4.0-1) ...
Setting up libcpufreq0 (008-1.1) ...
Setting up vlan (2.0.5) ...
Setting up pv (1.6.6-1) ...
Setting up libmm-glib0:armhf (1.10.0-1) ...
Setting up libbluetooth3:armhf (5.50-1.2~deb10u1) ...
Setting up libnfnetlink0:armhf (1.0.1-3+b1) ...
Setting up libwrap0-dev:armhf (7.6.q-28) ...
Setting up libuchardet0:armhf (0.0.6-3) ...
Setting up procps (2:3.3.15-2) ...
update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
Setting up libasound2:armhf (1.1.8-1) ...
Setting up mmc-utils (0+git20180327.b4fe0c8c-1) ...
Setting up libgeoip1:armhf (1.6.12-1) ...
Setting up rng-tools (2-unofficial-mt.14-1+b2) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
Setting up git-man (1:2.20.1-2+deb10u3) ...
Setting up libgirepository-1.0-1:armhf (1.58.3-2) ...
Setting up libssh2-1:armhf (1.8.0-2.1) ...
Setting up libkrb5-3:armhf (1.17-3+deb10u1) ...
Setting up libusb-1.0-0:armhf (2:1.0.22-2) ...
Setting up libmpdec2:armhf (2.4.2-2) ...
Setting up libndp0:armhf (1.6-1+b1) ...
Setting up hping3 (3.a2.ds2-7) ...
Setting up libboost-system1.67.0:armhf (1.67.0-13+deb10u1) ...
Setting up libbinutils:armhf (2.31.1-16) ...
Setting up cpp-8 (8.3.0-6) ...
Setting up vim-runtime (2:8.1.0875-5) ...
Setting up libnfsidmap2:armhf (0.25-5.1) ...
Setting up libc-dev-bin (2.28-10) ...
Setting up evtest (1:1.33-2) ...
Setting up libdaemon0:armhf (0.14-7) ...
Setting up libsamplerate0:armhf (0.1.9-2) ...
Setting up ifenslave (2.9) ...
Setting up binutils-arm-linux-gnueabihf (2.31.1-16) ...
Setting up libf2fs-format4:armhf (1.11.0-1.1) ...
Setting up fping (4.2-1) ...
Setting up vnstat (1.18-2) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
Created symlink /etc/systemd/system/vnstatd.service -> /lib/systemd/system/vnstat.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vnstat.service -> /lib/systemd/system/vnstat.service.
Setting up libxml2:armhf (2.9.4+dfsg1-7+deb10u2) ...
Setting up sysstat (12.0.3-2) ...

Creating config file /etc/default/sysstat with new version
update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode
Created symlink /etc/systemd/system/multi-user.target.wants/sysstat.service -> /lib/systemd/system/sysstat.service.
Setting up libcc1-0:armhf (8.3.0-6) ...
Setting up iso-codes (4.2-1) ...
Setting up libonig5:armhf (6.9.1-1) ...
Setting up libiw30:armhf (30~pre9-13) ...
Setting up libpolkit-gobject-1-0:armhf (0.105-25) ...
Setting up libgdbm6:armhf (1.18.1-4) ...
Setting up ethtool (1:4.19-1) ...
Setting up ncurses-term (6.1+20181013-2+deb10u2) ...
Setting up libcwidget3v5:armhf (0.5.17-11) ...
Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
Setting up tcl8.6 (8.6.9+dfsg-2) ...
Setting up libfftw3-single3:armhf (3.3.8-2) ...
Setting up vim (2:8.1.0875-5) ...
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
Setting up openvpn (2.4.7-1+deb10u1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of cond-restart.
Created symlink /etc/systemd/system/multi-user.target.wants/openvpn.service -> /lib/systemd/system/openvpn.service.
Setting up joe (4.6-1+b1) ...
update-alternatives: using /usr/bin/joe to provide /usr/bin/editor (editor) in auto mode
Setting up wget (1.20.1-1.1) ...
Setting up mc (3:4.8.22-1) ...
Setting up qrencode (4.0.2-1) ...
Setting up libjq1:armhf (1.5+dfsg-2+b1) ...
Setting up f2fs-tools (1.11.0-1.1) ...
Setting up chrony (3.4-4+deb10u1) ...
Creating '_chrony' system user/group for the chronyd daemon…

Creating config file /etc/chrony/chrony.conf with new version

Creating config file /etc/chrony/chrony.keys with new version
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
Created symlink /etc/systemd/system/chronyd.service -> /lib/systemd/system/chrony.service.
Created symlink /etc/systemd/system/multi-user.target.wants/chrony.service -> /lib/systemd/system/chrony.service.
Setting up btrfs-progs (4.20.1-2) ...
Setting up wireless-tools (30~pre9-13) ...
Setting up libpolkit-backend-1-0:armhf (0.105-25) ...
Setting up tcl-expect:armhf (5.45.4-2) ...
Setting up bc (1.07.1-2+b1) ...
Setting up m4 (1.4.18-2) ...
Setting up parted (3.2-25) ...
Setting up screen (4.6.2-3+deb10u1) ...
Setting up binutils (2.31.1-16) ...
Setting up libisc1100:armhf (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
Setting up sunxi-tools (1.4.2+git20181114.6d598a-3) ...
Running in chroot, ignoring request.
Setting up usbutils (1:010-3) ...
Setting up libnl-genl-3-dev:armhf (3.4.0-1) ...
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 alsa-utils (1.1.8-2) ...
Setting up cracklib-runtime (2.9.6-2) ...
Setting up liblwres161:armhf (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
Setting up cpufrequtils (008-1.1) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libiperf0:armhf (3.6-2) ...
Setting up libgssapi-krb5-2:armhf (1.17-3+deb10u1) ...
Setting up avahi-autoipd (0.7-4+deb10u1) ...
Setting up libgdbm-compat4:armhf (1.18.1-4) ...
Setting up gir1.2-glib-2.0:armhf (1.58.3-2) ...
Setting up pciutils (1:3.5.2-1) ...
Setting up libgcc-8-dev:armhf (8.3.0-6) ...
Setting up libperl5.28:armhf (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 libnetfilter-conntrack3:armhf (1.0.7-1) ...
Setting up groff-base (1.22.4-3+deb10u1) ...
Setting up cpp (4:8.3.0-1) ...
Setting up jq (1.5+dfsg-2+b1) ...
Setting up bison (2:3.3.2.dfsg-1) ...
update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode
Setting up libcurl4:armhf (7.64.0-4+deb10u2) ...
Setting up libisccc161:armhf (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
Setting up libpolkit-agent-1-0:armhf (0.105-25) ...
Setting up libc6-dev:armhf (2.28-10) ...
Setting up curl (7.64.0-4+deb10u2) ...
Setting up policykit-1 (0.105-25) ...
Setting up libpython3-stdlib:armhf (3.7.3-1) ...
Setting up libstdc++-8-dev:armhf (8.3.0-6) ...
Setting up libdns1104:armhf (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
Setting up libtirpc3:armhf (1.1.4-0.4) ...
Setting up python3.7 (3.7.3-2+deb10u3) ...
Setting up flex (2.6.4-6.2) ...
Setting up gcc-8 (8.3.0-6) ...
Setting up iperf3 (3.6-2) ...
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 expect (5.45.4-2) ...
Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
Setting up rpcbind (1.2.5-0.3+deb10u1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
Created symlink /etc/systemd/system/multi-user.target.wants/rpcbind.service -> /lib/systemd/system/rpcbind.service.
Created symlink /etc/systemd/system/sockets.target.wants/rpcbind.socket -> /lib/systemd/system/rpcbind.socket.
Setting up python3 (3.7.3-1) ...
Setting up network-manager (1.14.6-2+deb10u1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
Created symlink /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service -> /lib/systemd/system/NetworkManager-dispatcher.service.
Created symlink /etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service -> /lib/systemd/system/NetworkManager-wait-online.service.
Created symlink /etc/systemd/system/multi-user.target.wants/NetworkManager.service -> /lib/systemd/system/NetworkManager.service.
Setting up man-db (2.8.5-2) ...
Building database of manual pages ...
Created symlink /etc/systemd/system/timers.target.wants/man-db.timer -> /lib/systemd/system/man-db.timer.
Setting up gcc (4:8.3.0-1) ...
Setting up nfs-common (1:1.3.4-2.5+deb10u1) ...

Creating config file /etc/idmapd.conf with new version
Adding system user `statd' (UID 109) ...
Adding new user `statd' (UID 109) with group `nogroup' ...
Not creating home directory `/var/lib/nfs'.
Created symlink /etc/systemd/system/multi-user.target.wants/nfs-client.target -> /lib/systemd/system/nfs-client.target.
Created symlink /etc/systemd/system/remote-fs.target.wants/nfs-client.target -> /lib/systemd/system/nfs-client.target.
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
Setting up gir1.2-packagekitglib-1.0 (1.1.12-5) ...
Setting up perl (5.28.1-6+deb10u1) ...
Setting up iotop (0.6-24-g733f3f8-1) ...
Setting up python3-pycurl (7.43.0.2-0.1) ...
Setting up python3-gi (3.30.4-1) ...
Setting up i2c-tools (4.1-1) ...
Running in chroot, ignoring request.
Running in chroot, ignoring request.
Setting up libdpkg-perl (1.19.7) ...
Setting up autoconf (2.69-11) ...
Setting up g++-8 (8.3.0-6) ...
Setting up libproc-processtable-perl (0.56-1) ...
Setting up libisccfg163:armhf (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
Setting up libexporter-tiny-perl (1.002001-1) ...
Setting up lsb-release (10.2019051400) ...
Setting up libregexp-assemble-perl (0.36-1) ...
Setting up python3-lib2to3 (3.7.3-1) ...
Setting up python3-distro-info (0.21) ...
Setting up network-manager-openvpn (1.8.10-1) ...
Setting up automake (1:1.16.1-4) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up python3-distutils (3.7.3-1) ...
Setting up openssh-sftp-server (1:7.9p1-10+deb10u2) ...
Setting up python3-dbus (1.2.8-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:vFkpvtHEBpJ2MJyDhakCHpKZWWIRkoYPE7qyVUR93Xc root@desktop (RSA)
Creating SSH2 ECDSA key; this may take some time ...
256 SHA256:clE545THK+q78wgCGBVsIXBdKe3hq2uwBYRdTHrD5Oc root@desktop (ECDSA)
Creating SSH2 ED25519 key; this may take some time ...
256 SHA256:uBiGAt1DneLDb6X6UESS1aoFwvmK2DaFzftOmYLa9oM root@desktop (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.
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libdigest-sha-perl (6.02-1+b1) ...
Setting up python3-apt (1.8.4.3) ...
Setting up liblist-moreutils-perl (0.416-1+b4) ...
Setting up libbind9-161:armhf (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
Setting up apt-file (3.2.2) ...
The system-wide cache is empty. You may want to run 'apt-file update'
as root to update the cache.
Setting up libirs161:armhf (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
Setting up dpkg-dev (1.19.7) ...
Setting up dkms (2.6.1-4) ...
Setting up liberror-perl (0.17027-2) ...
Setting up unattended-upgrades (1.11.2) ...

Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version

Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version
Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service -> /lib/systemd/system/unattended-upgrades.service.
Setting up python3-software-properties (0.96.20.2-2) ...
Setting up command-not-found (18.04.5-1) ...
You need to run 'update-command-not-found' as root to update the cache.
Setting up git (1:2.20.1-2+deb10u3) ...
Setting up g++ (4:8.3.0-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.6) ...
Setting up bind9-host (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
Setting up networkd-dispatcher (2.0-2) ...
Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service -> /lib/systemd/system/networkd-dispatcher.service.
Setting up dnsutils (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
Setting up software-properties-common (0.96.20.2-2) ...
Processing triggers for initramfs-tools (0.133+deb10u1) ...
Processing triggers for libc-bin (2.28-10) ...
Processing triggers for systemd (241-7~deb10u7) ...
Processing triggers for dbus (1.12.20-0+deb10u1) ...
Processing triggers for resolvconf (1.79) ...
[ o.k. ] Uninstall packages 
[ o.k. ] Purging residual packages for [ Armbian ]
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[ o.k. ] Free SD cache [ 4% ]
[ o.k. ] Mount point 
[ o.k. ] Ending debootstrap process and preparing cache [ buster ]
[ o.k. ] Unmounting [ /home/igorp/Coding/build/.tmp/rootfs-ca3fcb2f-d9e8-4f4a-a453-fa750c4a5092 ]
buster-cli-armhf.935...eba.tar.lz4:  807MiB [66.7MiB/s] [=============================================================================================================] 108%
[ o.k. ] Applying distribution specific tweaks for [ buster ]
[ o.k. ] Applying common tweaks 
[ .... ] Updating [ package lists ]
[ .... ] Temporarily disabling [ initramfs-tools hook for kernel ]
[ .... ] Installing from repository [ linux-u-boot-bananapi-current ]
[ .... ] Installing from repository [ linux-image-current-sunxi ]
[ .... ] Installing from repository [ linux-dtb-current-sunxi ]
[ .... ] Installing from repository [ armbian-bsp-cli-bananapi ]
[ .... ] Installing from repository [ armbian-firmware ]
[ .... ] Installing from repository [ armbian-config ]
[ .... ] Installing from repository [ armbian-zsh ]
[ .... ] Installing from repository [ wireguard-tools --no-install-recommends ]
[ o.k. ] Enabling serial console [ 'ttyS0' ]
[ o.k. ] Building kernel splash logo [ buster ]
[ .... ] Installing extras-buildpkgs [  hostapd htop mmc-utils sunxi-tools ]
[ o.k. ] Calling image customization script [ customize-image.sh ]
[ o.k. ] Unmounting [ /home/igorp/Coding/build/.tmp/rootfs-ca3fcb2f-d9e8-4f4a-a453-fa750c4a5092 ]
[ o.k. ] Preparing image file for rootfs [ bananapi buster ]
[ o.k. ] Current rootfs size [ 1084 MiB ]
[ o.k. ] Creating blank image for rootfs [ 1364 MiB ]
[ .... ] dd: 1.33GiB [ 375MiB/s] [===================================================================================================================================>] 100%
[ o.k. ] Creating partitions [ root: ext4 ]
[ .... ] Creating rootfs [ ext4 on /dev/loop0p1 ]
[ .... ] Copying files to [ / ]
[ .... ] Copying files to [ /boot ]
[ .... ] Updating initramfs... [ update-initramfs -uv -k 5.10.43-sunxi ]
[ o.k. ] Updated initramfs. [ for details see: /home/igorp/Coding/build/output/debug/install.log ]
[ .... ] Re-enabling [ initramfs-tools hook for kernel ]
[ o.k. ] Unmounting [ /home/igorp/Coding/build/.tmp/mount-ca3fcb2f-d9e8-4f4a-a453-fa750c4a5092/ ]
[ o.k. ] Free SD cache [ 6% ]
[ o.k. ] Mount point [ 92% ]
[ o.k. ] Writing U-boot bootloader [ /dev/loop0 ]
[ o.k. ] SHA256 calculating [ Armbian_21.08.0-trunk_Bananapi_buster_current_5.10.43.img ]
[ o.k. ] GPG signing [ Armbian_21.08.0-trunk_Bananapi_buster_current_5.10.43.img ]
[ .... ] Fingerprinting 
[ o.k. ] Done building [ /home/igorp/Coding/build/output/images/Armbian_21.08.0-trunk_Bananapi_buster_current_5.10.43.img ]
[ o.k. ] Runtime [ 14 min ]
[ o.k. ] Repeat Build Options [ ./compile.sh  BOARD=bananapi BRANCH=current RELEASE=buster BUILD_MINIMAL=no BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=prebuilt COMPRESS_OUTPUTIMAGE=sha,gpg,img  ]

 

 

Link to comment
Share on other sites

Hi NicoD hi Igor,
I'mu building on on a native environment. Latest Buster running on a X86 (64 Bit) PC with 16 GB of memory.

wolli@localhost:/proc$ neofetch
       _,met$$$$$gg.          wolli@localhost
    ,g$$$$$$$$$$$$$$$P.       ---------------
  ,g$$P"     """Y$$.".        OS: Debian GNU/Linux 10 (buster) x86_64
 ,$$P'              `$$$.     Host: 5864B24 ThinkCentre M90p
',$$P       ,ggs.     `$$b:   Kernel: 4.19.0-17-amd64
`d$$'     ,$P"'   .    $$$    Uptime: 4 mins
 $$P      d$'     ,    $$P    Packages: 1853 (dpkg)
 $$:      $$.   -    ,d$$'    Shell: bash 5.0.3
 $$;      Y$b._   _,d$P'      Terminal: /dev/pts/0
 Y$$.    `.`"Y$$$$P"'         CPU: Intel i7 870 (8) @ 2.927GHz
 `$$b      "-.__              GPU: NVIDIA GeForce 310
  `Y$$                        Memory: 502MiB / 15976MiB
   `Y$$.
     `$$b.
       `Y$$b.
          `"Y$b._
              `"""

I'm cloned the armbian-build 4 days ago so it should be one of the latest built versions.
cat for the file VERSION in my build dir gives:  21.08.0-trunk  is that good ?

The headline of the semigraphic when execututing the ./compile.sh script shows:
Armbian building script, https;//www.armbian.com | Autor: Igor Pecovnik

 

I'll try it today again and will check the output logs.

 

Thanks Wolfgang

Link to comment
Share on other sites

Hi ALL,
I got it compiled in the docker environment without problems.
In Debian Buster some needed tools like: debootstrap, gaparted, losetup and maybe others are installed in /sbin, that is not in my PATH when I'm su.
So I just added also the /sbin directory to my PATH before calling the ./compile.sh script and it also compiles without problems.

The compile problems are now fixed, the questeion for this debootstrap problem is answered an this topic can marked as solved.

 

I'll give the newly created image a try later on.

 

Many thanks to all fo you
wollik

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines