Advertisement
Guest User

help

a guest
Oct 18th, 2023
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 182.74 KB | Writing | 0 0
  1. Looks like I need 5.1
  2.  
  3. https://pi-hole.net/blog/2020/07/15/pi-hole-5-1-released/#page-content
  4.  
  5. I am trying to find the files on google since I can not use the pihole -up command
  6.  
  7. I am unable to reply to my own thread
  8.  
  9. Edit: found this, https://github.com/pi-hole/pi-hole/releases/tag/v5.1 thanks to this https://www.reddit.com/r/pihole/comments/hoth0l/install_previous_version/
  10.  
  11. edit:
  12.  
  13. ![Screenshot 2023-10-17 at 11.08.28 PM|321x499](upload://2m0XnFsWp78geO4fBesyyvPR0CK.png)
  14.  
  15.  
  16. Files are on the drive
  17.  
  18. edit: cant figure out how to run them
  19. no one online has guides from what im seeing on google:
  20. https://www.google.com/search?q=install+pihole+without+internet&sca_esv=574335803&sxsrf=AM9HkKnsp-nVcK-TldR37ye2VlIV44ZqcQ%3A1697602207111&ei=n1ovZYetBpD-ptQPp_akkAM&ved=0ahUKEwjH-JiE3f6BAxUQv4kEHSc7CTIQ4dUDCBE&uact=5&oq=install+pihole+without+internet&gs_lp=Egxnd3Mtd2l6LXNlcnAiH2luc3RhbGwgcGlob2xlIHdpdGhvdXQgaW50ZXJuZXQyBRAAGKIEMgUQABiiBDIIEAAYiQUYogRIgE5QxxdYw0dwA3gBkAEAmAGmAaAB6wuqAQQwLjEwuAEDyAEA-AEBwgIKEAAYRxjWBBiwA8ICBhAAGAgYHsICCBAAGIoFGIYDwgIKECEYoAEYwwQYCsICCBAhGKABGMME4gMEGAAgQYgGAZAGCA&sclient=gws-wiz-serp#ip=1
  21.  
  22. Edit: I might have found a buster file. Just installed to SD
  23.  
  24. Edit:
  25. root@debian:~# git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole
  26. -bash: git: command not found
  27. root@debian:~# curl -sSL https://install.pi-hole.net | bash
  28. -bash: curl: command not found
  29. root@debian:~# apg-get curl
  30. -bash: apg-get: command not found
  31. root@debian:~# apt get curl
  32. E: Invalid operation get
  33. root@debian:~# get apt curl
  34. -bash: get: command not found
  35. root@debian:~# apt update
  36. Get:1 http://security.debian.org buster/updates InRelease [34.8 kB]
  37. Get:2 http://httpredir.debian.org/debian buster InRelease [122 kB]
  38. Get:3 http://httpredir.debian.org/debian buster-updates InRelease [56.6 kB]
  39. Reading package lists... Done
  40. E: Release file for http://security.debian.org/dists/buster/updates/InRelease is not valid yet (invalid for another 19648d 3h 52min 43s). Updates for this repository will not be applied.
  41. E: Release file for http://httpredir.debian.org/debian/dists/buster/InRelease is not valid yet (invalid for another 19518d 8h 50min 11s). Updates for this repository will not be applied.
  42. E: Release file for http://httpredir.debian.org/debian/dists/buster-updates/InRelease is not valid yet (invalid for another 19518d 8h 51min 46s). Updates for this repository will not be applied.
  43. root@debian:~# apt upgrade
  44. Reading package lists... Done
  45. Building dependency tree
  46. Reading state information... Done
  47. Calculating upgrade... Done
  48. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  49. root@debian:~#
  50.  
  51. Got buster working on a fresh install, no stretch or jessie
  52.  
  53. Doing better then before, Sudo is now working:
  54.  
  55. ![Screenshot 2023-10-17 at 11.31.14 PM|690x161](upload://74rNd5rXim03cLyV4EinjF4lXhP.png)
  56.  
  57.  
  58. Using this guide again https://djangocas.dev/blog/upgrade-existing-jessie-to-buster-without-re-image/ to go from buster to bullseye
  59.  
  60. that is not working:
  61.  
  62. root@debian:~# cat /etc/os-release
  63. PRETTY_NAME="Debian GNU/Linux 10 (buster)"
  64. NAME="Debian GNU/Linux"
  65. VERSION_ID="10"
  66. VERSION="10 (buster)"
  67. VERSION_CODENAME=buster
  68. ID=debian
  69. HOME_URL="https://www.debian.org/"
  70. SUPPORT_URL="https://www.debian.org/support"
  71. BUG_REPORT_URL="https://bugs.debian.org/"
  72. root@debian:~# sed -i 's/buster/bullseye/g' /etc/apt/sources.list
  73. root@debian:~# apt-get update
  74. Ign:1 http://security.debian.org bullseye/updates InRelease
  75. Err:2 http://security.debian.org bullseye/updates Release
  76. 404 Not Found [IP: 151.101.54.132 80]
  77. Get:3 http://httpredir.debian.org/debian bullseye InRelease [116 kB]
  78. Get:4 http://httpredir.debian.org/debian bullseye-updates InRelease [44.1 kB]
  79. Err:3 http://httpredir.debian.org/debian bullseye InRelease
  80. The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY 605C66F00D6C9793
  81. Err:4 http://httpredir.debian.org/debian bullseye-updates InRelease
  82. The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131
  83. Reading package lists... Done
  84. E: The repository 'http://security.debian.org bullseye/updates Release' does not have a Release file.
  85. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  86. N: See apt-secure(8) manpage for repository creation and user configuration details.
  87. W: GPG error: http://httpredir.debian.org/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY 605C66F00D6C9793
  88. E: The repository 'http://httpredir.debian.org/debian bullseye InRelease' is not signed.
  89. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  90. N: See apt-secure(8) manpage for repository creation and user configuration details.
  91. W: GPG error: http://httpredir.debian.org/debian bullseye-updates InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131
  92. E: The repository 'http://httpredir.debian.org/debian bullseye-updates InRelease' is not signed.
  93. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  94. N: See apt-secure(8) manpage for repository creation and user configuration details.
  95. root@debian:~# apt-get -y dist-upgrade
  96. Reading package lists... Done
  97. Building dependency tree
  98. Reading state information... Done
  99. Calculating upgrade... Done
  100. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  101. root@debian:~#
  102.  
  103. edit, found this:
  104. https://chrisjean.com/fix-apt-get-update-the-following-signatures-couldnt-be-verified-because-the-public-key-is-not-available/
  105.  
  106. root@debian:~# sed -i -e 's/deb.debian.org/archive.debian.org/g' \
  107. > -e 's|security.debian.org|archive.debian.org/|g' \
  108. > -e '/bullseye-updates/d' /etc/apt/sources.list
  109. root@debian:~# apt-get update
  110. Get:1 http://httpredir.debian.org/debian bullseye InRelease [116 kB]
  111. Ign:2 http://archive.debian.org bullseye/updates InRelease
  112. Err:3 http://archive.debian.org bullseye/updates Release
  113. 404 Not Found [IP: 217.196.149.234 80]
  114. Err:1 http://httpredir.debian.org/debian bullseye InRelease
  115. The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY 605C66F00D6C9793
  116. Reading package lists... Done
  117. E: The repository 'http://archive.debian.org bullseye/updates Release' does not have a Release file.
  118. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  119. N: See apt-secure(8) manpage for repository creation and user configuration details.
  120. W: GPG error: http://httpredir.debian.org/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY 605C66F00D6C9793
  121. E: The repository 'http://httpredir.debian.org/debian bullseye InRelease' is not signed.
  122. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  123. N: See apt-secure(8) manpage for repository creation and user configuration details.
  124. root@debian:~# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9
  125. Executing: /tmp/apt-key-gpghome.CPHzXfGYv7/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9
  126. gpg: key 73A4F27B8DD47936: public key "Debian Archive Automatic Signing Key (11/bullseye) <ftpmaster@debian.org>" imported
  127. gpg: Total number processed: 1
  128. gpg: imported: 1
  129. root@debian:~# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6ED0E7B82643E131
  130. Executing: /tmp/apt-key-gpghome.2Szm7g3XPi/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 6ED0E7B82643E131
  131. gpg: key B7C5D7D6350947F8: public key "Debian Archive Automatic Signing Key (12/bookworm) <ftpmaster@debian.org>" imported
  132. gpg: Total number processed: 1
  133. gpg: imported: 1
  134. root@debian:~# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 605C66F00D6C9793
  135. Executing: /tmp/apt-key-gpghome.PHEmIfZhCy/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 605C66F00D6C9793
  136. gpg: key 605C66F00D6C9793: public key "Debian Stable Release Key (11/bullseye) <debian-release@lists.debian.org>" imported
  137. gpg: Total number processed: 1
  138. gpg: imported: 1
  139. root@debian:~# apt-get update
  140. Ign:1 http://archive.debian.org bullseye/updates InRelease
  141. Err:2 http://archive.debian.org bullseye/updates Release
  142. 404 Not Found [IP: 217.196.149.234 80]
  143. Get:3 http://httpredir.debian.org/debian bullseye InRelease [116 kB]
  144. Get:4 http://httpredir.debian.org/debian bullseye/main armel Packages [7776 kB]
  145. Get:5 http://httpredir.debian.org/debian bullseye/main Translation-en [6236 kB]
  146. Get:6 http://httpredir.debian.org/debian bullseye/contrib armel Packages [37.3 kB]
  147. Get:7 http://httpredir.debian.org/debian bullseye/contrib Translation-en [46.9 kB]
  148. Get:8 http://httpredir.debian.org/debian bullseye/non-free armel Packages [51.6 kB]
  149. Get:9 http://httpredir.debian.org/debian bullseye/non-free Translation-en [92.4 kB]
  150. Reading package lists... Done
  151. E: The repository 'http://archive.debian.org bullseye/updates Release' does not have a Release file.
  152. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  153. N: See apt-secure(8) manpage for repository creation and user configuration details.
  154. root@debian:~# apt-get upgrade
  155. Reading package lists... Done
  156. Building dependency tree
  157. Reading state information... Done
  158. Calculating upgrade... Done
  159. The following packages were automatically installed and are no longer required:
  160. libf2fs-format4 libf2fs5
  161. Use 'apt autoremove' to remove them.
  162. The following packages have been kept back:
  163. apt apt-utils bind9-host bsdmainutils dirmngr e2fsprogs gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv groff-base htop iperf iproute2 isc-dhcp-client libatomic1
  164. libbind9-161 libbsd0 libc-bin libc6 libexpat1 libext2fs2 libgnutls30 libisccc161 libisccfg163 libldap-2.4-2 liblocale-gettext-perl liblwres161 libp11-kit0 libpam-modules libpam-modules-bin libslang2 libsqlite3-0
  165. libstdc++6 libsystemd0 libtext-charwidth-perl libtext-iconv-perl libuchardet0 libudev1 libuuid-perl libwrap0 libxml2 login mawk nfs-common nfs-kernel-server openssh-client openssh-server openssh-sftp-server
  166. passwd perl-base procps rsync udev util-linux wget
  167. The following packages will be upgraded:
  168. adduser avahi-daemon base-files base-passwd bash bsdutils busybox busybox-syslogd bzip2 coreutils cpio dash dbus debconf debconf-i18n debian-archive-keyring debianutils dialog diffutils dmsetup dpkg ethtool
  169. f2fs-tools fdisk findutils grep gzip hostname ifupdown init init-system-helpers initramfs-tools initramfs-tools-core initscripts insserv iputils-ping isc-dhcp-common keyutils klibc-utils kmod libacl1
  170. libapparmor1 libassuan0 libattr1 libaudit-common libaudit1 libavahi-common-data libavahi-common3 libavahi-core7 libblkid1 libbz2-1.0 libcap-ng0 libcap2 libcap2-bin libcom-err2 libdaemon0 libdb5.3 libdbus-1-3
  171. libdebconfclient0 libdevmapper1.02.1 libedit2 libelf1 libfdisk1 libfstrm0 libgcrypt20 libgdbm6 libgeoip1 libgmp10 libgpg-error0 libgssapi-krb5-2 libidn2-0 libk5crypto3 libkeyutils1 libklibc libkmod2 libkrb5-3
  172. libkrb5support0 libksba8 libldap-common liblmdb0 liblz4-1 liblzma5 libmnl0 libmount1 libncurses5 libncurses6 libncursesw5 libncursesw6 libnfsidmap2 libnpth0 libopts25 libpam-runtime libpam0g libpcre2-8-0
  173. libpcre3 libpipeline1 libpopt0 libprotobuf-c1 libpsl5 libsasl2-2 libsasl2-modules-db libseccomp2 libselinux1 libsemanage-common libsemanage1 libsepol1 libsmartcols1 libss2 libssl1.1 libtasn1-6
  174. libtext-wrapi18n-perl libtinfo5 libtinfo6 libtirpc-common libtirpc3 libudev0 libunistring2 libuuid1 libxtables12 libzstd1 lsb-base man-db mount nano ncurses-base ncurses-bin net-tools netbase ntp ntpdate
  175. pinentry-curses readline-common rpcbind sensible-utils startpar sudo sysv-rc sysvinit-core sysvinit-utils tar tzdata u-boot-tools ucf vim-common vim-tiny xxd xz-utils zlib1g
  176. 148 upgraded, 0 newly installed, 0 to remove and 62 not upgraded.
  177. Need to get 30.4 MB of archives.
  178. After this operation, 6412 kB of additional disk space will be used.
  179. Do you want to continue? [Y/n] y
  180. Get:1 http://httpredir.debian.org/debian bullseye/main armel base-files armel 11.1+deb11u8 [70.2 kB]
  181. Get:2 http://httpredir.debian.org/debian bullseye/main armel debianutils armel 4.11.2 [100 kB]
  182. Get:3 http://httpredir.debian.org/debian bullseye/main armel bash armel 5.1-2+deb11u1 [1338 kB]
  183. Get:4 http://httpredir.debian.org/debian bullseye/main armel bsdutils armel 1:2.36.1-8+deb11u1 [142 kB]
  184. Get:5 http://httpredir.debian.org/debian bullseye/main armel libpcre2-8-0 armel 10.36-2+deb11u1 [211 kB]
  185. Get:6 http://httpredir.debian.org/debian bullseye/main armel libselinux1 armel 3.1-3 [80.9 kB]
  186. Get:7 http://httpredir.debian.org/debian bullseye/main armel coreutils armel 8.32-4 [2704 kB]
  187. Get:8 http://httpredir.debian.org/debian bullseye/main armel tar armel 1.34+dfsg-1 [816 kB]
  188. Get:9 http://httpredir.debian.org/debian bullseye/main armel dpkg armel 1.20.13 [2485 kB]
  189. Get:10 http://httpredir.debian.org/debian bullseye/main armel libtext-wrapi18n-perl all 0.06-9 [8700 B]
  190. Get:11 http://httpredir.debian.org/debian bullseye/main armel debconf-i18n all 1.5.77 [206 kB]
  191. Get:12 http://httpredir.debian.org/debian bullseye/main armel debconf all 1.5.77 [144 kB]
  192. Get:13 http://httpredir.debian.org/debian bullseye/main armel dash armel 0.5.11+git20200708+dd9ef66-5 [109 kB]
  193. Get:14 http://httpredir.debian.org/debian bullseye/main armel diffutils armel 1:3.7-5 [355 kB]
  194. Get:15 http://httpredir.debian.org/debian bullseye/main armel findutils armel 4.8.0-1 [677 kB]
  195. Get:16 http://httpredir.debian.org/debian bullseye/main armel grep armel 3.6-1+deb11u1 [388 kB]
  196. Get:17 http://httpredir.debian.org/debian bullseye/main armel gzip armel 1.10-4+deb11u1 [129 kB]
  197. Get:18 http://httpredir.debian.org/debian bullseye/main armel hostname armel 3.23 [14.2 kB]
  198. Get:19 http://httpredir.debian.org/debian bullseye/main armel libncurses6 armel 6.2+20201114-2+deb11u2 [81.5 kB]
  199. Get:20 http://httpredir.debian.org/debian bullseye/main armel libtinfo6 armel 6.2+20201114-2+deb11u2 [329 kB]
  200. Get:21 http://httpredir.debian.org/debian bullseye/main armel libncursesw6 armel 6.2+20201114-2+deb11u2 [106 kB]
  201. Get:22 http://httpredir.debian.org/debian bullseye/main armel ncurses-bin armel 6.2+20201114-2+deb11u2 [421 kB]
  202. Get:23 http://httpredir.debian.org/debian bullseye/main armel libdebconfclient0 armel 0.260 [50.2 kB]
  203. Get:24 http://httpredir.debian.org/debian bullseye/main armel base-passwd armel 3.5.51 [56.7 kB]
  204. Get:25 http://httpredir.debian.org/debian bullseye/main armel init-system-helpers all 1.60 [47.1 kB]
  205. Get:26 http://httpredir.debian.org/debian bullseye/main armel ncurses-base all 6.2+20201114-2+deb11u2 [272 kB]
  206. Get:27 http://httpredir.debian.org/debian bullseye/main armel lsb-base all 11.1.0 [28.7 kB]
  207. Get:28 http://httpredir.debian.org/debian bullseye/main armel startpar armel 0.64-3 [23.0 kB]
  208. Get:29 http://httpredir.debian.org/debian bullseye/main armel sysvinit-utils armel 2.96-7+deb11u1 [24.3 kB]
  209. Get:30 http://httpredir.debian.org/debian bullseye/main armel libblkid1 armel 2.36.1-8+deb11u1 [183 kB]
  210. Get:31 http://httpredir.debian.org/debian bullseye/main armel libmount1 armel 2.36.1-8+deb11u1 [193 kB]
  211. Get:32 http://httpredir.debian.org/debian bullseye/main armel mount armel 2.36.1-8+deb11u1 [177 kB]
  212. Get:33 http://httpredir.debian.org/debian bullseye/main armel init armel 1.60 [15.3 kB]
  213. Get:34 http://httpredir.debian.org/debian bullseye/main armel dbus armel 1.12.28-0+deb11u1 [224 kB]
  214. Get:35 http://httpredir.debian.org/debian bullseye/main armel libdbus-1-3 armel 1.12.28-0+deb11u1 [198 kB]
  215. Get:36 http://httpredir.debian.org/debian bullseye/main armel adduser all 3.118+deb11u1 [241 kB]
  216. Get:37 http://httpredir.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
  217. Get:38 http://httpredir.debian.org/debian bullseye/main armel libaudit-common all 1:3.0-2 [14.8 kB]
  218. Get:39 http://httpredir.debian.org/debian bullseye/main armel libcap-ng0 armel 0.7.9-2.2+b1 [13.5 kB]
  219. Get:40 http://httpredir.debian.org/debian bullseye/main armel libaudit1 armel 1:3.0-2 [47.2 kB]
  220. Get:41 http://httpredir.debian.org/debian bullseye/main armel libgdbm6 armel 1.19-2 [61.8 kB]
  221. Get:42 http://httpredir.debian.org/debian bullseye/main armel libpipeline1 armel 1.5.3-1 [29.7 kB]
  222. Get:43 http://httpredir.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB]
  223. Get:44 http://httpredir.debian.org/debian bullseye/main armel zlib1g armel 1:1.2.11.dfsg-2+deb11u2 [84.8 kB]
  224. Get:45 http://httpredir.debian.org/debian bullseye/main armel man-db armel 2.9.4-2 [1316 kB]
  225. Get:46 http://httpredir.debian.org/debian bullseye/main armel libavahi-common-data armel 0.8-5+deb11u2 [124 kB]
  226. Get:47 http://httpredir.debian.org/debian bullseye/main armel libavahi-common3 armel 0.8-5+deb11u2 [56.6 kB]
  227. Get:48 http://httpredir.debian.org/debian bullseye/main armel libavahi-core7 armel 0.8-5+deb11u2 [108 kB]
  228. Get:49 http://httpredir.debian.org/debian bullseye/main armel libcap2 armel 1:2.44-1 [21.1 kB]
  229. Get:50 http://httpredir.debian.org/debian bullseye/main armel libdaemon0 armel 0.14-7.1 [13.4 kB]
  230. Get:51 http://httpredir.debian.org/debian bullseye/main armel avahi-daemon armel 0.8-5+deb11u2 [93.4 kB]
  231. Get:52 http://httpredir.debian.org/debian bullseye/main armel libtirpc-common all 1.3.1-1+deb11u1 [13.5 kB]
  232. Get:53 http://httpredir.debian.org/debian bullseye/main armel libcom-err2 armel 1.46.2-2 [73.5 kB]
  233. Get:54 http://httpredir.debian.org/debian bullseye/main armel libkeyutils1 armel 1.6.1-2 [14.5 kB]
  234. Get:55 http://httpredir.debian.org/debian bullseye/main armel libgssapi-krb5-2 armel 1.18.3-6+deb11u4 [143 kB]
  235. Get:56 http://httpredir.debian.org/debian bullseye/main armel libkrb5-3 armel 1.18.3-6+deb11u4 [316 kB]
  236. Get:57 http://httpredir.debian.org/debian bullseye/main armel libk5crypto3 armel 1.18.3-6+deb11u4 [109 kB]
  237. Get:58 http://httpredir.debian.org/debian bullseye/main armel libkrb5support0 armel 1.18.3-6+deb11u4 [62.5 kB]
  238. Get:59 http://httpredir.debian.org/debian bullseye/main armel libssl1.1 armel 1.1.1w-0+deb11u1 [1285 kB]
  239. Get:60 http://httpredir.debian.org/debian bullseye/main armel libtirpc3 armel 1.3.1-1+deb11u1 [71.7 kB]
  240. Get:61 http://httpredir.debian.org/debian bullseye/main armel rpcbind armel 1.2.5-9 [46.7 kB]
  241. Get:62 http://httpredir.debian.org/debian bullseye/main armel libpam-runtime all 1.4.0-9+deb11u1 [207 kB]
  242. Get:63 http://httpredir.debian.org/debian bullseye/main armel debian-archive-keyring all 2021.1.1+deb11u1 [110 kB]
  243. Get:64 http://httpredir.debian.org/debian bullseye/main armel libuuid1 armel 2.36.1-8+deb11u1 [82.8 kB]
  244. Get:65 http://httpredir.debian.org/debian bullseye/main armel libfdisk1 armel 2.36.1-8+deb11u1 [228 kB]
  245. Get:66 http://httpredir.debian.org/debian bullseye/main armel libsmartcols1 armel 2.36.1-8+deb11u1 [145 kB]
  246. Get:67 http://httpredir.debian.org/debian bullseye/main armel fdisk armel 2.36.1-8+deb11u1 [179 kB]
  247. Get:68 http://httpredir.debian.org/debian bullseye/main armel libacl1 armel 2.2.53-10 [28.4 kB]
  248. Get:69 http://httpredir.debian.org/debian bullseye/main armel libattr1 armel 1:2.4.48-6 [20.4 kB]
  249. Get:70 http://httpredir.debian.org/debian bullseye/main armel bzip2 armel 1.0.8-4 [49.1 kB]
  250. Get:71 http://httpredir.debian.org/debian bullseye/main armel libbz2-1.0 armel 1.0.8-4 [45.5 kB]
  251. Get:72 http://httpredir.debian.org/debian bullseye/main armel libdb5.3 armel 5.3.28+dfsg1-0.8 [572 kB]
  252. Get:73 http://httpredir.debian.org/debian bullseye/main armel libgpg-error0 armel 1.38-2 [67.6 kB]
  253. Get:74 http://httpredir.debian.org/debian bullseye/main armel libgcrypt20 armel 1.8.7-6 [482 kB]
  254. Get:75 http://httpredir.debian.org/debian bullseye/main armel libgmp10 armel 2:6.2.1+dfsg-1+deb11u1 [509 kB]
  255. Get:76 http://httpredir.debian.org/debian bullseye/main armel libunistring2 armel 0.9.10-4 [359 kB]
  256. Get:77 http://httpredir.debian.org/debian bullseye/main armel libidn2-0 armel 2.3.0-5 [83.7 kB]
  257. Get:78 http://httpredir.debian.org/debian bullseye/main armel liblz4-1 armel 1.9.3-2 [53.3 kB]
  258. Get:79 http://httpredir.debian.org/debian bullseye/main armel liblzma5 armel 5.2.5-2.1~deb11u1 [159 kB]
  259. Get:80 http://httpredir.debian.org/debian bullseye/main armel libpam0g armel 1.4.0-9+deb11u1 [125 kB]
  260. Get:81 http://httpredir.debian.org/debian bullseye/main armel libpcre3 armel 2:8.39-13 [317 kB]
  261. Get:82 http://httpredir.debian.org/debian bullseye/main armel libsepol1 armel 3.1-1 [223 kB]
  262. Get:83 http://httpredir.debian.org/debian bullseye/main armel libsemanage-common all 3.1-1 [21.3 kB]
  263. Get:84 http://httpredir.debian.org/debian bullseye/main armel libsemanage1 armel 3.1-1+b2 [86.0 kB]
  264. Get:85 http://httpredir.debian.org/debian bullseye/main armel libtasn1-6 armel 4.16.0-2+deb11u1 [49.9 kB]
  265. Get:86 http://httpredir.debian.org/debian bullseye/main armel libzstd1 armel 1.4.8+dfsg-2.1 [272 kB]
  266. Get:87 http://httpredir.debian.org/debian bullseye/main armel tzdata all 2021a-1+deb11u10 [286 kB]
  267. Get:88 http://httpredir.debian.org/debian bullseye/main armel cpio armel 2.13+dfsg-7.1~deb11u1 [235 kB]
  268. Get:89 http://httpredir.debian.org/debian bullseye/main armel klibc-utils armel 2.0.8-6.1 [86.8 kB]
  269. Get:90 http://httpredir.debian.org/debian bullseye/main armel libklibc armel 2.0.8-6.1 [55.1 kB]
  270. Get:91 http://httpredir.debian.org/debian bullseye/main armel kmod armel 28-1 [82.3 kB]
  271. Get:92 http://httpredir.debian.org/debian bullseye/main armel libkmod2 armel 28-1 [48.4 kB]
  272. Get:93 http://httpredir.debian.org/debian bullseye/main armel busybox armel 1:1.30.1-6+b3 [430 kB]
  273. Get:94 http://httpredir.debian.org/debian bullseye/main armel initramfs-tools all 0.140 [71.7 kB]
  274. Get:95 http://httpredir.debian.org/debian bullseye/main armel initramfs-tools-core all 0.140 [103 kB]
  275. Get:96 http://httpredir.debian.org/debian bullseye/main armel insserv armel 1.21.0-1.1 [67.7 kB]
  276. Get:97 http://httpredir.debian.org/debian bullseye/main armel sysv-rc all 2.96-7+deb11u1 [34.5 kB]
  277. Get:98 http://httpredir.debian.org/debian bullseye/main armel initscripts all 2.96-7+deb11u1 [58.9 kB]
  278. Get:99 http://httpredir.debian.org/debian bullseye/main armel ifupdown armel 0.8.36 [77.5 kB]
  279. Get:100 http://httpredir.debian.org/debian bullseye/main armel libcap2-bin armel 1:2.44-1 [31.6 kB]
  280. Get:101 http://httpredir.debian.org/debian bullseye/main armel iputils-ping armel 3:20210202-1 [48.2 kB]
  281. Get:102 http://httpredir.debian.org/debian bullseye/main armel isc-dhcp-common armel 4.4.1-2.3+deb11u2 [145 kB]
  282. Get:103 http://httpredir.debian.org/debian bullseye/main armel nano armel 5.4-2+deb11u2 [635 kB]
  283. Get:104 http://httpredir.debian.org/debian bullseye/main armel netbase all 6.3 [19.9 kB]
  284. Get:105 http://httpredir.debian.org/debian bullseye/main armel readline-common all 8.1-1 [73.7 kB]
  285. Get:106 http://httpredir.debian.org/debian bullseye/main armel sensible-utils all 0.0.14 [14.8 kB]
  286. Get:107 http://httpredir.debian.org/debian bullseye/main armel vim-tiny armel 2:8.2.2434-3+deb11u1 [655 kB]
  287. Get:108 http://httpredir.debian.org/debian bullseye/main armel xxd armel 2:8.2.2434-3+deb11u1 [192 kB]
  288. Get:109 http://httpredir.debian.org/debian bullseye/main armel vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
  289. Get:110 http://httpredir.debian.org/debian bullseye/main armel ucf all 3.0043 [74.0 kB]
  290. Get:111 http://httpredir.debian.org/debian bullseye/main armel xz-utils armel 5.2.5-2.1~deb11u1 [219 kB]
  291. Get:112 http://httpredir.debian.org/debian bullseye/main armel busybox-syslogd all 1:1.30.1-6 [26.2 kB]
  292. Get:113 http://httpredir.debian.org/debian bullseye/main armel libncurses5 armel 6.2+20201114-2+deb11u2 [77.7 kB]
  293. Get:114 http://httpredir.debian.org/debian bullseye/main armel libncursesw5 armel 6.2+20201114-2+deb11u2 [96.1 kB]
  294. Get:115 http://httpredir.debian.org/debian bullseye/main armel libtinfo5 armel 6.2+20201114-2+deb11u2 [325 kB]
  295. Get:116 http://httpredir.debian.org/debian bullseye/main armel dialog armel 1.3-20201126-1 [262 kB]
  296. Get:117 http://httpredir.debian.org/debian bullseye/main armel libdevmapper1.02.1 armel 2:1.02.175-2.1 [135 kB]
  297. Get:118 http://httpredir.debian.org/debian bullseye/main armel dmsetup armel 2:1.02.175-2.1 [92.1 kB]
  298. Get:119 http://httpredir.debian.org/debian bullseye/main armel libmnl0 armel 1.0.4-3 [10.9 kB]
  299. Get:120 http://httpredir.debian.org/debian bullseye/main armel ethtool armel 1:5.9-1 [169 kB]
  300. Get:121 http://httpredir.debian.org/debian bullseye/main armel f2fs-tools armel 1.14.0-2 [165 kB]
  301. Get:122 http://httpredir.debian.org/debian bullseye/main armel keyutils armel 1.6.1-2 [48.9 kB]
  302. Get:123 http://httpredir.debian.org/debian bullseye/main armel libassuan0 armel 2.5.3-7.1 [44.1 kB]
  303. Get:124 http://httpredir.debian.org/debian bullseye/main armel libedit2 armel 3.1-20191231-2+b1 [80.0 kB]
  304. Get:125 http://httpredir.debian.org/debian bullseye/main armel libelf1 armel 0.183-1 [162 kB]
  305. Get:126 http://httpredir.debian.org/debian bullseye/main armel libfstrm0 armel 0.6.0-1+b1 [18.3 kB]
  306. Get:127 http://httpredir.debian.org/debian bullseye/main armel libgeoip1 armel 1.6.12-7 [87.5 kB]
  307. Get:128 http://httpredir.debian.org/debian bullseye/main armel libksba8 armel 1.5.0-3+deb11u2 [103 kB]
  308. Get:129 http://httpredir.debian.org/debian bullseye/main armel libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB]
  309. Get:130 http://httpredir.debian.org/debian bullseye/main armel liblmdb0 armel 0.9.24-1 [39.2 kB]
  310. Get:131 http://httpredir.debian.org/debian bullseye/main armel libnfsidmap2 armel 0.25-6 [29.7 kB]
  311. Get:132 http://httpredir.debian.org/debian bullseye/main armel libnpth0 armel 1.6-3 [17.8 kB]
  312. Get:133 http://httpredir.debian.org/debian bullseye/main armel libopts25 armel 1:5.18.16-4 [60.8 kB]
  313. Get:134 http://httpredir.debian.org/debian bullseye/main armel libpopt0 armel 1.18-2 [47.7 kB]
  314. Get:135 http://httpredir.debian.org/debian bullseye/main armel libprotobuf-c1 armel 1.3.3-1+b2 [24.9 kB]
  315. Get:136 http://httpredir.debian.org/debian bullseye/main armel libpsl5 armel 0.21.0-1.2 [56.2 kB]
  316. Get:137 http://httpredir.debian.org/debian bullseye/main armel libsasl2-modules-db armel 2.1.27+dfsg-2.1+deb11u1 [67.8 kB]
  317. Get:138 http://httpredir.debian.org/debian bullseye/main armel libsasl2-2 armel 2.1.27+dfsg-2.1+deb11u1 [98.5 kB]
  318. Get:139 http://httpredir.debian.org/debian bullseye/main armel libss2 armel 1.46.2-2 [77.0 kB]
  319. Get:140 http://httpredir.debian.org/debian bullseye/main armel libudev0 armel 200-1 [3864 B]
  320. Get:141 http://httpredir.debian.org/debian bullseye/main armel libxtables12 armel 1.8.7-1 [43.0 kB]
  321. Get:142 http://httpredir.debian.org/debian bullseye/main armel net-tools armel 1.60+git20181103.0eebece-1 [232 kB]
  322. Get:143 http://httpredir.debian.org/debian bullseye/main armel ntp armel 1:4.2.8p15+dfsg-1 [727 kB]
  323. Get:144 http://httpredir.debian.org/debian bullseye/main armel ntpdate armel 1:4.2.8p15+dfsg-1 [153 kB]
  324. Get:145 http://httpredir.debian.org/debian bullseye/main armel pinentry-curses armel 1.1.0-4 [60.4 kB]
  325. Get:146 http://httpredir.debian.org/debian bullseye/main armel sudo armel 1.9.5p2-3+deb11u1 [997 kB]
  326. Get:147 http://httpredir.debian.org/debian bullseye/main armel sysvinit-core armel 2.96-7+deb11u1 [152 kB]
  327. Get:148 http://httpredir.debian.org/debian bullseye/main armel u-boot-tools armel 2021.01+dfsg-5 [156 kB]
  328. Fetched 30.4 MB in 45s (679 kB/s)
  329. Extracting templates from packages: 100%
  330. Preconfiguring packages ...
  331. (Reading database ... 12695 files and directories currently installed.)
  332. Preparing to unpack .../base-files_11.1+deb11u8_armel.deb ...
  333. Unpacking base-files (11.1+deb11u8) over (10.3+deb10u5) ...
  334. Setting up base-files (11.1+deb11u8) ...
  335. Installing new version of config file /etc/debian_version ...
  336. Installing new version of config file /etc/dpkg/origins/debian ...
  337. Installing new version of config file /etc/issue ...
  338. Installing new version of config file /etc/issue.net ...
  339. Updating /etc/profile to current default.
  340. (Reading database ... 12695 files and directories currently installed.)
  341. Preparing to unpack .../debianutils_4.11.2_armel.deb ...
  342. Unpacking debianutils (4.11.2) over (4.8.6.1) ...
  343. Setting up debianutils (4.11.2) ...
  344. (Reading database ... 12695 files and directories currently installed.)
  345. Preparing to unpack .../bash_5.1-2+deb11u1_armel.deb ...
  346. Unpacking bash (5.1-2+deb11u1) over (5.0-4) ...
  347. Setting up bash (5.1-2+deb11u1) ...
  348. update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
  349. (Reading database ... 12696 files and directories currently installed.)
  350. Preparing to unpack .../bsdutils_1%3a2.36.1-8+deb11u1_armel.deb ...
  351. Unpacking bsdutils (1:2.36.1-8+deb11u1) over (1:2.33.1-0.1) ...
  352. Setting up bsdutils (1:2.36.1-8+deb11u1) ...
  353. (Reading database ... 12699 files and directories currently installed.)
  354. Preparing to unpack .../libpcre2-8-0_10.36-2+deb11u1_armel.deb ...
  355. Unpacking libpcre2-8-0:armel (10.36-2+deb11u1) over (10.32-5) ...
  356. Setting up libpcre2-8-0:armel (10.36-2+deb11u1) ...
  357. (Reading database ... 12699 files and directories currently installed.)
  358. Preparing to unpack .../libselinux1_3.1-3_armel.deb ...
  359. Unpacking libselinux1:armel (3.1-3) over (2.8-1+b1) ...
  360. Setting up libselinux1:armel (3.1-3) ...
  361. (Reading database ... 12698 files and directories currently installed.)
  362. Preparing to unpack .../coreutils_8.32-4_armel.deb ...
  363. Unpacking coreutils (8.32-4) over (8.30-3) ...
  364. Setting up coreutils (8.32-4) ...
  365. (Reading database ... 12787 files and directories currently installed.)
  366. Preparing to unpack .../tar_1.34+dfsg-1_armel.deb ...
  367. Unpacking tar (1.34+dfsg-1) over (1.30+dfsg-6) ...
  368. Setting up tar (1.34+dfsg-1) ...
  369. (Reading database ... 12787 files and directories currently installed.)
  370. Preparing to unpack .../dpkg_1.20.13_armel.deb ...
  371. Unpacking dpkg (1.20.13) over (1.19.7) ...
  372. Setting up dpkg (1.20.13) ...
  373. Installing new version of config file /etc/cron.daily/dpkg ...
  374. (Reading database ... 12824 files and directories currently installed.)
  375. Preparing to unpack .../libtext-wrapi18n-perl_0.06-9_all.deb ...
  376. Unpacking libtext-wrapi18n-perl (0.06-9) over (0.06-7.1) ...
  377. Preparing to unpack .../debconf-i18n_1.5.77_all.deb ...
  378. Unpacking debconf-i18n (1.5.77) over (1.5.71) ...
  379. Preparing to unpack .../debconf_1.5.77_all.deb ...
  380. Unpacking debconf (1.5.77) over (1.5.71) ...
  381. Setting up debconf (1.5.77) ...
  382. (Reading database ... 12824 files and directories currently installed.)
  383. Preparing to unpack .../dash_0.5.11+git20200708+dd9ef66-5_armel.deb ...
  384. Unpacking dash (0.5.11+git20200708+dd9ef66-5) over (0.5.10.2-5) ...
  385. Setting up dash (0.5.11+git20200708+dd9ef66-5) ...
  386. (Reading database ... 12824 files and directories currently installed.)
  387. Preparing to unpack .../diffutils_1%3a3.7-5_armel.deb ...
  388. Unpacking diffutils (1:3.7-5) over (1:3.7-3) ...
  389. Setting up diffutils (1:3.7-5) ...
  390. (Reading database ... 12824 files and directories currently installed.)
  391. Preparing to unpack .../findutils_4.8.0-1_armel.deb ...
  392. Unpacking findutils (4.8.0-1) over (4.6.0+git+20190209-2) ...
  393. Setting up findutils (4.8.0-1) ...
  394. (Reading database ... 12824 files and directories currently installed.)
  395. Preparing to unpack .../grep_3.6-1+deb11u1_armel.deb ...
  396. Unpacking grep (3.6-1+deb11u1) over (3.3-1) ...
  397. Setting up grep (3.6-1+deb11u1) ...
  398. (Reading database ... 12825 files and directories currently installed.)
  399. Preparing to unpack .../gzip_1.10-4+deb11u1_armel.deb ...
  400. Unpacking gzip (1.10-4+deb11u1) over (1.9-3) ...
  401. Setting up gzip (1.10-4+deb11u1) ...
  402. (Reading database ... 12825 files and directories currently installed.)
  403. Preparing to unpack .../hostname_3.23_armel.deb ...
  404. Unpacking hostname (3.23) over (3.21) ...
  405. Setting up hostname (3.23) ...
  406. (Reading database ... 12825 files and directories currently installed.)
  407. Preparing to unpack .../libncurses6_6.2+20201114-2+deb11u2_armel.deb ...
  408. Unpacking libncurses6:armel (6.2+20201114-2+deb11u2) over (6.1+20181013-2+deb10u2) ...
  409. Preparing to unpack .../libtinfo6_6.2+20201114-2+deb11u2_armel.deb ...
  410. Unpacking libtinfo6:armel (6.2+20201114-2+deb11u2) over (6.1+20181013-2+deb10u2) ...
  411. Setting up libtinfo6:armel (6.2+20201114-2+deb11u2) ...
  412. (Reading database ... 12825 files and directories currently installed.)
  413. Preparing to unpack .../libncursesw6_6.2+20201114-2+deb11u2_armel.deb ...
  414. Unpacking libncursesw6:armel (6.2+20201114-2+deb11u2) over (6.1+20181013-2+deb10u2) ...
  415. Setting up libncursesw6:armel (6.2+20201114-2+deb11u2) ...
  416. (Reading database ... 12825 files and directories currently installed.)
  417. Preparing to unpack .../ncurses-bin_6.2+20201114-2+deb11u2_armel.deb ...
  418. Unpacking ncurses-bin (6.2+20201114-2+deb11u2) over (6.1+20181013-2+deb10u2) ...
  419. Setting up ncurses-bin (6.2+20201114-2+deb11u2) ...
  420. (Reading database ... 12825 files and directories currently installed.)
  421. Preparing to unpack .../libdebconfclient0_0.260_armel.deb ...
  422. Unpacking libdebconfclient0:armel (0.260) over (0.249) ...
  423. Setting up libdebconfclient0:armel (0.260) ...
  424. (Reading database ... 12825 files and directories currently installed.)
  425. Preparing to unpack .../base-passwd_3.5.51_armel.deb ...
  426. Unpacking base-passwd (3.5.51) over (3.5.46) ...
  427. Setting up base-passwd (3.5.51) ...
  428. Changing home-directory of irc from /var/run/ircd to /run/ircd
  429. 1 changes have been made, rewriting files
  430. Writing passwd-file to /etc/passwd
  431. Writing shadow-file to /etc/shadow
  432. Writing group-file to /etc/group
  433. (Reading database ... 12825 files and directories currently installed.)
  434. Preparing to unpack .../init-system-helpers_1.60_all.deb ...
  435. Unpacking init-system-helpers (1.60) over (1.56+nmu1) ...
  436. Setting up init-system-helpers (1.60) ...
  437. (Reading database ... 12825 files and directories currently installed.)
  438. Preparing to unpack .../ncurses-base_6.2+20201114-2+deb11u2_all.deb ...
  439. Unpacking ncurses-base (6.2+20201114-2+deb11u2) over (6.1+20181013-2+deb10u2) ...
  440. Setting up ncurses-base (6.2+20201114-2+deb11u2) ...
  441. (Reading database ... 12828 files and directories currently installed.)
  442. Preparing to unpack .../lsb-base_11.1.0_all.deb ...
  443. Unpacking lsb-base (11.1.0) over (10.2019051400) ...
  444. Setting up lsb-base (11.1.0) ...
  445. (Reading database ... 12828 files and directories currently installed.)
  446. Preparing to unpack .../startpar_0.64-3_armel.deb ...
  447. Unpacking startpar (0.64-3) over (0.61-1) ...
  448. Preparing to unpack .../sysvinit-utils_2.96-7+deb11u1_armel.deb ...
  449. Unpacking sysvinit-utils (2.96-7+deb11u1) over (2.93-8) ...
  450. Setting up sysvinit-utils (2.96-7+deb11u1) ...
  451. (Reading database ... 12826 files and directories currently installed.)
  452. Preparing to unpack .../libblkid1_2.36.1-8+deb11u1_armel.deb ...
  453. Unpacking libblkid1:armel (2.36.1-8+deb11u1) over (2.33.1-0.1) ...
  454. Setting up libblkid1:armel (2.36.1-8+deb11u1) ...
  455. (Reading database ... 12826 files and directories currently installed.)
  456. Preparing to unpack .../libmount1_2.36.1-8+deb11u1_armel.deb ...
  457. Unpacking libmount1:armel (2.36.1-8+deb11u1) over (2.33.1-0.1) ...
  458. Setting up libmount1:armel (2.36.1-8+deb11u1) ...
  459. (Reading database ... 12826 files and directories currently installed.)
  460. Preparing to unpack .../mount_2.36.1-8+deb11u1_armel.deb ...
  461. Unpacking mount (2.36.1-8+deb11u1) over (2.33.1-0.1) ...
  462. Preparing to unpack .../archives/init_1.60_armel.deb ...
  463. Unpacking init (1.60) over (1.56+nmu1) ...
  464. Preparing to unpack .../dbus_1.12.28-0+deb11u1_armel.deb ...
  465. Unpacking dbus (1.12.28-0+deb11u1) over (1.12.20-0+deb10u1) ...
  466. Preparing to unpack .../libdbus-1-3_1.12.28-0+deb11u1_armel.deb ...
  467. Unpacking libdbus-1-3:armel (1.12.28-0+deb11u1) over (1.12.20-0+deb10u1) ...
  468. Preparing to unpack .../adduser_3.118+deb11u1_all.deb ...
  469. Unpacking adduser (3.118+deb11u1) over (3.118) ...
  470. Setting up adduser (3.118+deb11u1) ...
  471. (Reading database ... 12826 files and directories currently installed.)
  472. Preparing to unpack .../libapparmor1_2.13.6-10_armel.deb ...
  473. Unpacking libapparmor1:armel (2.13.6-10) over (2.13.2-10) ...
  474. Preparing to unpack .../libaudit-common_1%3a3.0-2_all.deb ...
  475. Unpacking libaudit-common (1:3.0-2) over (1:2.8.4-3) ...
  476. Setting up libaudit-common (1:3.0-2) ...
  477. (Reading database ... 12825 files and directories currently installed.)
  478. Preparing to unpack .../libcap-ng0_0.7.9-2.2+b1_armel.deb ...
  479. Unpacking libcap-ng0:armel (0.7.9-2.2+b1) over (0.7.9-2) ...
  480. Setting up libcap-ng0:armel (0.7.9-2.2+b1) ...
  481. (Reading database ... 12826 files and directories currently installed.)
  482. Preparing to unpack .../libaudit1_1%3a3.0-2_armel.deb ...
  483. Unpacking libaudit1:armel (1:3.0-2) over (1:2.8.4-3) ...
  484. Setting up libaudit1:armel (1:3.0-2) ...
  485. (Reading database ... 12826 files and directories currently installed.)
  486. Preparing to unpack .../libgdbm6_1.19-2_armel.deb ...
  487. Unpacking libgdbm6:armel (1.19-2) over (1.18.1-4) ...
  488. Preparing to unpack .../libpipeline1_1.5.3-1_armel.deb ...
  489. Unpacking libpipeline1:armel (1.5.3-1) over (1.5.1-2) ...
  490. Preparing to unpack .../libseccomp2_2.5.1-1+deb11u1_armel.deb ...
  491. Unpacking libseccomp2:armel (2.5.1-1+deb11u1) over (2.3.3-4) ...
  492. Setting up libseccomp2:armel (2.5.1-1+deb11u1) ...
  493. (Reading database ... 12827 files and directories currently installed.)
  494. Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2+deb11u2_armel.deb ...
  495. Unpacking zlib1g:armel (1:1.2.11.dfsg-2+deb11u2) over (1:1.2.11.dfsg-1) ...
  496. Setting up zlib1g:armel (1:1.2.11.dfsg-2+deb11u2) ...
  497. (Reading database ... 12827 files and directories currently installed.)
  498. Preparing to unpack .../00-man-db_2.9.4-2_armel.deb ...
  499. Unpacking man-db (2.9.4-2) over (2.8.5-2) ...
  500. Preparing to unpack .../01-libavahi-common-data_0.8-5+deb11u2_armel.deb ...
  501. Unpacking libavahi-common-data:armel (0.8-5+deb11u2) over (0.7-4+b1) ...
  502. Preparing to unpack .../02-libavahi-common3_0.8-5+deb11u2_armel.deb ...
  503. Unpacking libavahi-common3:armel (0.8-5+deb11u2) over (0.7-4+b1) ...
  504. Preparing to unpack .../03-libavahi-core7_0.8-5+deb11u2_armel.deb ...
  505. Unpacking libavahi-core7:armel (0.8-5+deb11u2) over (0.7-4+b1) ...
  506. Preparing to unpack .../04-libcap2_1%3a2.44-1_armel.deb ...
  507. Unpacking libcap2:armel (1:2.44-1) over (1:2.25-2) ...
  508. Preparing to unpack .../05-libdaemon0_0.14-7.1_armel.deb ...
  509. Unpacking libdaemon0:armel (0.14-7.1) over (0.14-7) ...
  510. Preparing to unpack .../06-avahi-daemon_0.8-5+deb11u2_armel.deb ...
  511. Unpacking avahi-daemon (0.8-5+deb11u2) over (0.7-4+b1) ...
  512. dpkg: warning: unable to delete old directory '/etc/resolvconf/update-libc.d': Directory not empty
  513. dpkg: warning: unable to delete old directory '/etc/resolvconf': Directory not empty
  514. Preparing to unpack .../07-libtirpc-common_1.3.1-1+deb11u1_all.deb ...
  515. Unpacking libtirpc-common (1.3.1-1+deb11u1) over (1.1.4-0.4) ...
  516. Preparing to unpack .../08-libcom-err2_1.46.2-2_armel.deb ...
  517. Unpacking libcom-err2:armel (1.46.2-2) over (1.44.5-1+deb10u3) ...
  518. Preparing to unpack .../09-libkeyutils1_1.6.1-2_armel.deb ...
  519. Unpacking libkeyutils1:armel (1.6.1-2) over (1.6-6) ...
  520. Preparing to unpack .../10-libgssapi-krb5-2_1.18.3-6+deb11u4_armel.deb ...
  521. Unpacking libgssapi-krb5-2:armel (1.18.3-6+deb11u4) over (1.17-3) ...
  522. Preparing to unpack .../11-libkrb5-3_1.18.3-6+deb11u4_armel.deb ...
  523. Unpacking libkrb5-3:armel (1.18.3-6+deb11u4) over (1.17-3) ...
  524. Preparing to unpack .../12-libk5crypto3_1.18.3-6+deb11u4_armel.deb ...
  525. Unpacking libk5crypto3:armel (1.18.3-6+deb11u4) over (1.17-3) ...
  526. Preparing to unpack .../13-libkrb5support0_1.18.3-6+deb11u4_armel.deb ...
  527. Unpacking libkrb5support0:armel (1.18.3-6+deb11u4) over (1.17-3) ...
  528. Preparing to unpack .../14-libssl1.1_1.1.1w-0+deb11u1_armel.deb ...
  529. Unpacking libssl1.1:armel (1.1.1w-0+deb11u1) over (1.1.1d-0+deb10u3) ...
  530. Preparing to unpack .../15-libtirpc3_1.3.1-1+deb11u1_armel.deb ...
  531. Unpacking libtirpc3:armel (1.3.1-1+deb11u1) over (1.1.4-0.4) ...
  532. Preparing to unpack .../16-rpcbind_1.2.5-9_armel.deb ...
  533. Unpacking rpcbind (1.2.5-9) over (1.2.5-0.3+deb10u1) ...
  534. Preparing to unpack .../17-libpam-runtime_1.4.0-9+deb11u1_all.deb ...
  535. Unpacking libpam-runtime (1.4.0-9+deb11u1) over (1.3.1-5) ...
  536. Setting up libpam-runtime (1.4.0-9+deb11u1) ...
  537. (Reading database ... 12804 files and directories currently installed.)
  538. Preparing to unpack .../debian-archive-keyring_2021.1.1+deb11u1_all.deb ...
  539. Unpacking debian-archive-keyring (2021.1.1+deb11u1) over (2019.1) ...
  540. Setting up debian-archive-keyring (2021.1.1+deb11u1) ...
  541. Removing obsolete conffile /etc/apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg ...
  542. Removing obsolete conffile /etc/apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg ...
  543. Removing obsolete conffile /etc/apt/trusted.gpg.d/debian-archive-jessie-stable.gpg ...
  544. Removing obsolete conffile /etc/apt/trusted.gpg.d/debian-archive-stretch-automatic.gpg ...
  545. Removing obsolete conffile /etc/apt/trusted.gpg.d/debian-archive-stretch-security-automatic.gpg ...
  546. Removing obsolete conffile /etc/apt/trusted.gpg.d/debian-archive-stretch-stable.gpg ...
  547. (Reading database ... 12804 files and directories currently installed.)
  548. Preparing to unpack .../libuuid1_2.36.1-8+deb11u1_armel.deb ...
  549. Unpacking libuuid1:armel (2.36.1-8+deb11u1) over (2.33.1-0.1) ...
  550. Setting up libuuid1:armel (2.36.1-8+deb11u1) ...
  551. (Reading database ... 12804 files and directories currently installed.)
  552. Preparing to unpack .../libfdisk1_2.36.1-8+deb11u1_armel.deb ...
  553. Unpacking libfdisk1:armel (2.36.1-8+deb11u1) over (2.33.1-0.1) ...
  554. Setting up libfdisk1:armel (2.36.1-8+deb11u1) ...
  555. (Reading database ... 12804 files and directories currently installed.)
  556. Preparing to unpack .../libsmartcols1_2.36.1-8+deb11u1_armel.deb ...
  557. Unpacking libsmartcols1:armel (2.36.1-8+deb11u1) over (2.33.1-0.1) ...
  558. Setting up libsmartcols1:armel (2.36.1-8+deb11u1) ...
  559. (Reading database ... 12804 files and directories currently installed.)
  560. Preparing to unpack .../fdisk_2.36.1-8+deb11u1_armel.deb ...
  561. Unpacking fdisk (2.36.1-8+deb11u1) over (2.33.1-0.1) ...
  562. Setting up fdisk (2.36.1-8+deb11u1) ...
  563. (Reading database ... 12804 files and directories currently installed.)
  564. Preparing to unpack .../libacl1_2.2.53-10_armel.deb ...
  565. Unpacking libacl1:armel (2.2.53-10) over (2.2.53-4) ...
  566. Setting up libacl1:armel (2.2.53-10) ...
  567. (Reading database ... 12804 files and directories currently installed.)
  568. Preparing to unpack .../libattr1_1%3a2.4.48-6_armel.deb ...
  569. Unpacking libattr1:armel (1:2.4.48-6) over (1:2.4.48-4) ...
  570. Setting up libattr1:armel (1:2.4.48-6) ...
  571. (Reading database ... 12804 files and directories currently installed.)
  572. Preparing to unpack .../bzip2_1.0.8-4_armel.deb ...
  573. Unpacking bzip2 (1.0.8-4) over (1.0.6-9.2~deb10u1) ...
  574. Preparing to unpack .../libbz2-1.0_1.0.8-4_armel.deb ...
  575. Unpacking libbz2-1.0:armel (1.0.8-4) over (1.0.6-9.2~deb10u1) ...
  576. Setting up libbz2-1.0:armel (1.0.8-4) ...
  577. (Reading database ... 12804 files and directories currently installed.)
  578. Preparing to unpack .../libdb5.3_5.3.28+dfsg1-0.8_armel.deb ...
  579. Unpacking libdb5.3:armel (5.3.28+dfsg1-0.8) over (5.3.28+dfsg1-0.5) ...
  580. Setting up libdb5.3:armel (5.3.28+dfsg1-0.8) ...
  581. (Reading database ... 12804 files and directories currently installed.)
  582. Preparing to unpack .../libgpg-error0_1.38-2_armel.deb ...
  583. Unpacking libgpg-error0:armel (1.38-2) over (1.35-1) ...
  584. Setting up libgpg-error0:armel (1.38-2) ...
  585. (Reading database ... 12804 files and directories currently installed.)
  586. Preparing to unpack .../libgcrypt20_1.8.7-6_armel.deb ...
  587. Unpacking libgcrypt20:armel (1.8.7-6) over (1.8.4-5) ...
  588. Setting up libgcrypt20:armel (1.8.7-6) ...
  589. (Reading database ... 12804 files and directories currently installed.)
  590. Preparing to unpack .../libgmp10_2%3a6.2.1+dfsg-1+deb11u1_armel.deb ...
  591. Unpacking libgmp10:armel (2:6.2.1+dfsg-1+deb11u1) over (2:6.1.2+dfsg-4) ...
  592. Setting up libgmp10:armel (2:6.2.1+dfsg-1+deb11u1) ...
  593. (Reading database ... 12805 files and directories currently installed.)
  594. Preparing to unpack .../libunistring2_0.9.10-4_armel.deb ...
  595. Unpacking libunistring2:armel (0.9.10-4) over (0.9.10-1) ...
  596. Setting up libunistring2:armel (0.9.10-4) ...
  597. (Reading database ... 12805 files and directories currently installed.)
  598. Preparing to unpack .../libidn2-0_2.3.0-5_armel.deb ...
  599. Unpacking libidn2-0:armel (2.3.0-5) over (2.0.5-1+deb10u1) ...
  600. Setting up libidn2-0:armel (2.3.0-5) ...
  601. (Reading database ... 12806 files and directories currently installed.)
  602. Preparing to unpack .../liblz4-1_1.9.3-2_armel.deb ...
  603. Unpacking liblz4-1:armel (1.9.3-2) over (1.8.3-1) ...
  604. Setting up liblz4-1:armel (1.9.3-2) ...
  605. (Reading database ... 12806 files and directories currently installed.)
  606. Preparing to unpack .../liblzma5_5.2.5-2.1~deb11u1_armel.deb ...
  607. Unpacking liblzma5:armel (5.2.5-2.1~deb11u1) over (5.2.4-1) ...
  608. Setting up liblzma5:armel (5.2.5-2.1~deb11u1) ...
  609. (Reading database ... 12806 files and directories currently installed.)
  610. Preparing to unpack .../libpam0g_1.4.0-9+deb11u1_armel.deb ...
  611. Unpacking libpam0g:armel (1.4.0-9+deb11u1) over (1.3.1-5) ...
  612. Setting up libpam0g:armel (1.4.0-9+deb11u1) ...
  613. Checking for services that may need to be restarted...Checking init scripts...
  614. Nothing to restart.
  615. (Reading database ... 12806 files and directories currently installed.)
  616. Preparing to unpack .../libpcre3_2%3a8.39-13_armel.deb ...
  617. Unpacking libpcre3:armel (2:8.39-13) over (2:8.39-12) ...
  618. Setting up libpcre3:armel (2:8.39-13) ...
  619. (Reading database ... 12806 files and directories currently installed.)
  620. Preparing to unpack .../libsepol1_3.1-1_armel.deb ...
  621. Unpacking libsepol1:armel (3.1-1) over (2.8-1) ...
  622. Setting up libsepol1:armel (3.1-1) ...
  623. (Reading database ... 12806 files and directories currently installed.)
  624. Preparing to unpack .../libsemanage-common_3.1-1_all.deb ...
  625. Unpacking libsemanage-common (3.1-1) over (2.8-2) ...
  626. Setting up libsemanage-common (3.1-1) ...
  627. (Reading database ... 12807 files and directories currently installed.)
  628. Preparing to unpack .../libsemanage1_3.1-1+b2_armel.deb ...
  629. Unpacking libsemanage1:armel (3.1-1+b2) over (2.8-2) ...
  630. Setting up libsemanage1:armel (3.1-1+b2) ...
  631. (Reading database ... 12808 files and directories currently installed.)
  632. Preparing to unpack .../libtasn1-6_4.16.0-2+deb11u1_armel.deb ...
  633. Unpacking libtasn1-6:armel (4.16.0-2+deb11u1) over (4.13-3) ...
  634. Setting up libtasn1-6:armel (4.16.0-2+deb11u1) ...
  635. (Reading database ... 12808 files and directories currently installed.)
  636. Preparing to unpack .../libzstd1_1.4.8+dfsg-2.1_armel.deb ...
  637. Unpacking libzstd1:armel (1.4.8+dfsg-2.1) over (1.3.8+dfsg-3) ...
  638. Setting up libzstd1:armel (1.4.8+dfsg-2.1) ...
  639. (Reading database ... 12808 files and directories currently installed.)
  640. Preparing to unpack .../00-tzdata_2021a-1+deb11u10_all.deb ...
  641. Unpacking tzdata (2021a-1+deb11u10) over (2020a-0+deb10u1) ...
  642. Preparing to unpack .../01-cpio_2.13+dfsg-7.1~deb11u1_armel.deb ...
  643. Unpacking cpio (2.13+dfsg-7.1~deb11u1) over (2.12+dfsg-9) ...
  644. Preparing to unpack .../02-klibc-utils_2.0.8-6.1_armel.deb ...
  645. Unpacking klibc-utils (2.0.8-6.1) over (2.0.6-1) ...
  646. Preparing to unpack .../03-libklibc_2.0.8-6.1_armel.deb ...
  647. Unpacking libklibc:armel (2.0.8-6.1) over (2.0.6-1) ...
  648. Preparing to unpack .../04-kmod_28-1_armel.deb ...
  649. Unpacking kmod (28-1) over (26-1) ...
  650. Preparing to unpack .../05-libkmod2_28-1_armel.deb ...
  651. Unpacking libkmod2:armel (28-1) over (26-1) ...
  652. Preparing to unpack .../06-busybox_1%3a1.30.1-6+b3_armel.deb ...
  653. Unpacking busybox (1:1.30.1-6+b3) over (1:1.30.1-4) ...
  654. Preparing to unpack .../07-initramfs-tools_0.140_all.deb ...
  655. Unpacking initramfs-tools (0.140) over (0.133+deb10u1) ...
  656. Preparing to unpack .../08-initramfs-tools-core_0.140_all.deb ...
  657. Unpacking initramfs-tools-core (0.140) over (0.133+deb10u1) ...
  658. dpkg: warning: unable to delete old directory '/var/lib/initramfs-tools': Directory not empty
  659. Preparing to unpack .../09-insserv_1.21.0-1.1_armel.deb ...
  660. Unpacking insserv (1.21.0-1.1) over (1.18.0-2) ...
  661. Preparing to unpack .../10-sysv-rc_2.96-7+deb11u1_all.deb ...
  662. Unpacking sysv-rc (2.96-7+deb11u1) over (2.93-8) ...
  663. Preparing to unpack .../11-initscripts_2.96-7+deb11u1_all.deb ...
  664. Unpacking initscripts (2.96-7+deb11u1) over (2.93-8) ...
  665. Preparing to unpack .../12-ifupdown_0.8.36_armel.deb ...
  666. Unpacking ifupdown (0.8.36) over (0.8.35) ...
  667. Preparing to unpack .../13-libcap2-bin_1%3a2.44-1_armel.deb ...
  668. Unpacking libcap2-bin (1:2.44-1) over (1:2.25-2) ...
  669. Preparing to unpack .../14-iputils-ping_3%3a20210202-1_armel.deb ...
  670. Unpacking iputils-ping (3:20210202-1) over (3:20180629-2+deb10u1) ...
  671. Preparing to unpack .../15-isc-dhcp-common_4.4.1-2.3+deb11u2_armel.deb ...
  672. Unpacking isc-dhcp-common (4.4.1-2.3+deb11u2) over (4.4.1-2) ...
  673. Preparing to unpack .../16-nano_5.4-2+deb11u2_armel.deb ...
  674. Unpacking nano (5.4-2+deb11u2) over (3.2-3) ...
  675. Preparing to unpack .../17-netbase_6.3_all.deb ...
  676. Unpacking netbase (6.3) over (5.6) ...
  677. Preparing to unpack .../18-readline-common_8.1-1_all.deb ...
  678. Unpacking readline-common (8.1-1) over (7.0-5) ...
  679. Preparing to unpack .../19-sensible-utils_0.0.14_all.deb ...
  680. Unpacking sensible-utils (0.0.14) over (0.0.12) ...
  681. Preparing to unpack .../20-vim-tiny_2%3a8.2.2434-3+deb11u1_armel.deb ...
  682. Unpacking vim-tiny (2:8.2.2434-3+deb11u1) over (2:8.1.0875-5) ...
  683. Preparing to unpack .../21-xxd_2%3a8.2.2434-3+deb11u1_armel.deb ...
  684. Unpacking xxd (2:8.2.2434-3+deb11u1) over (2:8.1.0875-5) ...
  685. Preparing to unpack .../22-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
  686. Unpacking vim-common (2:8.2.2434-3+deb11u1) over (2:8.1.0875-5) ...
  687. Preparing to unpack .../23-ucf_3.0043_all.deb ...
  688. Unpacking ucf (3.0043) over (3.0038+nmu1) ...
  689. Preparing to unpack .../24-xz-utils_5.2.5-2.1~deb11u1_armel.deb ...
  690. Unpacking xz-utils (5.2.5-2.1~deb11u1) over (5.2.4-1) ...
  691. Preparing to unpack .../25-busybox-syslogd_1%3a1.30.1-6_all.deb ...
  692. Unpacking busybox-syslogd (1:1.30.1-6) over (1:1.30.1-4) ...
  693. Preparing to unpack .../26-libncurses5_6.2+20201114-2+deb11u2_armel.deb ...
  694. Unpacking libncurses5:armel (6.2+20201114-2+deb11u2) over (6.1+20181013-2+deb10u2) ...
  695. Preparing to unpack .../27-libncursesw5_6.2+20201114-2+deb11u2_armel.deb ...
  696. Unpacking libncursesw5:armel (6.2+20201114-2+deb11u2) over (6.1+20181013-2+deb10u2) ...
  697. Preparing to unpack .../28-libtinfo5_6.2+20201114-2+deb11u2_armel.deb ...
  698. Unpacking libtinfo5:armel (6.2+20201114-2+deb11u2) over (6.1+20181013-2+deb10u2) ...
  699. Preparing to unpack .../29-dialog_1.3-20201126-1_armel.deb ...
  700. Unpacking dialog (1.3-20201126-1) over (1.3-20190211-1) ...
  701. Preparing to unpack .../30-libdevmapper1.02.1_2%3a1.02.175-2.1_armel.deb ...
  702. Unpacking libdevmapper1.02.1:armel (2:1.02.175-2.1) over (2:1.02.155-3) ...
  703. Preparing to unpack .../31-dmsetup_2%3a1.02.175-2.1_armel.deb ...
  704. Unpacking dmsetup (2:1.02.175-2.1) over (2:1.02.155-3) ...
  705. Preparing to unpack .../32-libmnl0_1.0.4-3_armel.deb ...
  706. Unpacking libmnl0:armel (1.0.4-3) over (1.0.4-2) ...
  707. Preparing to unpack .../33-ethtool_1%3a5.9-1_armel.deb ...
  708. Unpacking ethtool (1:5.9-1) over (1:4.19-1) ...
  709. Preparing to unpack .../34-f2fs-tools_1.14.0-2_armel.deb ...
  710. Unpacking f2fs-tools (1.14.0-2) over (1.11.0-1.1) ...
  711. Preparing to unpack .../35-keyutils_1.6.1-2_armel.deb ...
  712. Unpacking keyutils (1.6.1-2) over (1.6-6) ...
  713. Preparing to unpack .../36-libassuan0_2.5.3-7.1_armel.deb ...
  714. Unpacking libassuan0:armel (2.5.3-7.1) over (2.5.2-1) ...
  715. Preparing to unpack .../37-libedit2_3.1-20191231-2+b1_armel.deb ...
  716. Unpacking libedit2:armel (3.1-20191231-2+b1) over (3.1-20181209-1) ...
  717. Preparing to unpack .../38-libelf1_0.183-1_armel.deb ...
  718. Unpacking libelf1:armel (0.183-1) over (0.176-1.1) ...
  719. Preparing to unpack .../39-libfstrm0_0.6.0-1+b1_armel.deb ...
  720. Unpacking libfstrm0:armel (0.6.0-1+b1) over (0.4.0-1) ...
  721. Preparing to unpack .../40-libgeoip1_1.6.12-7_armel.deb ...
  722. Unpacking libgeoip1:armel (1.6.12-7) over (1.6.12-1) ...
  723. Preparing to unpack .../41-libksba8_1.5.0-3+deb11u2_armel.deb ...
  724. Unpacking libksba8:armel (1.5.0-3+deb11u2) over (1.3.5-2) ...
  725. Preparing to unpack .../42-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ...
  726. Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) over (2.4.47+dfsg-3+deb10u2) ...
  727. Preparing to unpack .../43-liblmdb0_0.9.24-1_armel.deb ...
  728. Unpacking liblmdb0:armel (0.9.24-1) over (0.9.22-1) ...
  729. Preparing to unpack .../44-libnfsidmap2_0.25-6_armel.deb ...
  730. Unpacking libnfsidmap2:armel (0.25-6) over (0.25-5.1) ...
  731. Preparing to unpack .../45-libnpth0_1.6-3_armel.deb ...
  732. Unpacking libnpth0:armel (1.6-3) over (1.6-1) ...
  733. Preparing to unpack .../46-libopts25_1%3a5.18.16-4_armel.deb ...
  734. Unpacking libopts25:armel (1:5.18.16-4) over (1:5.18.12-4) ...
  735.  
  736. Current default time zone: 'America/Chicago'
  737. Local time is now: Tue Oct 17 23:52:47 CDT 2023.
  738. Universal Time is now: Wed Oct 18 04:52:47 UTC 2023.
  739. Run 'dpkg-reconfigure tzdata' if you wish to change it.
  740.  
  741. Setting up libcap2-bin (1:2.44-1) ...
  742. Setting up busybox (1:1.30.1-6+b3) ...
  743. Setting up libklibc:armel (2.0.8-6.1) ...
  744. Setting up vim-common (2:8.2.2434-3+deb11u1) ...
  745. Installing new version of config file /etc/vim/vimrc ...
  746. Setting up dialog (1.3-20201126-1) ...
  747. Setting up ifupdown (0.8.36) ...
  748. Installing new version of config file /etc/init.d/networking ...
  749. Setting up libavahi-common-data:armel (0.8-5+deb11u2) ...
  750. Setting up libncurses6:armel (6.2+20201114-2+deb11u2) ...
  751. Setting up libdbus-1-3:armel (1.12.28-0+deb11u1) ...
  752. Setting up dbus (1.12.28-0+deb11u1) ...
  753. Installing new version of config file /etc/init.d/dbus ...
  754. A reboot is required to replace the running dbus-daemon.
  755. Please reboot the system when convenient.
  756. system message bus already started; not starting..
  757. Setting up xz-utils (5.2.5-2.1~deb11u1) ...
  758. Setting up libmnl0:armel (1.0.4-3) ...
  759. Setting up libss2:armel (1.46.2-2) ...
  760. Setting up sudo (1.9.5p2-3+deb11u1) ...
  761. Installing new version of config file /etc/sudoers ...
  762. Setting up busybox-syslogd (1:1.30.1-6) ...
  763. Restarting busybox' syslogd implementation: syslogdStarting /sbin/syslogd...
  764. 5360 (syslogd)
  765. .
  766. Restarting busybox' klogd implementation: klogdStopped klogd (pid 1227).
  767. Starting /sbin/klogd...
  768. 5389 (klogd)
  769. .
  770. Setting up libudev0:armel (200-1) ...
  771. Setting up insserv (1.21.0-1.1) ...
  772. Installing new version of config file /etc/insserv.conf ...
  773. Setting up libk5crypto3:armel (1.18.3-6+deb11u4) ...
  774. Setting up libxtables12:armel (1.8.7-1) ...
  775. Setting up libsasl2-2:armel (2.1.27+dfsg-2.1+deb11u1) ...
  776. Setting up nano (5.4-2+deb11u2) ...
  777. Installing new version of config file /etc/nanorc ...
  778. Setting up keyutils (1.6.1-2) ...
  779. Setting up u-boot-tools (2021.01+dfsg-5) ...
  780. Setting up mount (2.36.1-8+deb11u1) ...
  781. Setting up sensible-utils (0.0.14) ...
  782. Setting up libgeoip1:armel (1.6.12-7) ...
  783. Setting up sysv-rc (2.96-7+deb11u1) ...
  784. Setting up netbase (6.3) ...
  785. Installing new version of config file /etc/services ...
  786. Setting up isc-dhcp-common (4.4.1-2.3+deb11u2) ...
  787. Setting up libkrb5-3:armel (1.18.3-6+deb11u4) ...
  788. Setting up libnfsidmap2:armel (0.25-6) ...
  789. Setting up libdaemon0:armel (0.14-7.1) ...
  790. Setting up klibc-utils (2.0.8-6.1) ...
  791. Setting up libtinfo5:armel (6.2+20201114-2+deb11u2) ...
  792. Setting up libelf1:armel (0.183-1) ...
  793. Setting up iputils-ping (3:20210202-1) ...
  794. Setting up readline-common (8.1-1) ...
  795. Setting up libkmod2:armel (28-1) ...
  796. Setting up libgdbm6:armel (1.19-2) ...
  797. Setting up libpopt0:armel (1.18-2) ...
  798. Setting up ethtool (1:5.9-1) ...
  799. Setting up pinentry-curses (1.1.0-4) ...
  800. Setting up initscripts (2.96-7+deb11u1) ...
  801. Installing new version of config file /etc/default/devpts ...
  802. Installing new version of config file /etc/default/halt ...
  803.  
  804. Configuration file '/etc/default/rcS'
  805. ==> Modified (by you or by a script) since installation.
  806. ==> Package distributor has shipped an updated version.
  807. What would you like to do about it ? Your options are:
  808. Y or I : install the package maintainer's version
  809. N or O : keep your currently-installed version
  810. D : show the differences between the versions
  811. Z : start a shell to examine the situation
  812. The default action is to keep your current version.
  813. *** rcS (Y/I/N/O/D/Z) [default=N] ? d
  814. --- /etc/default/rcS 2013-06-14 03:23:43.000000000 -0500
  815. +++ /etc/default/rcS.dpkg-new 2021-12-16 12:12:09.000000000 -0600
  816. @@ -1,3 +1,6 @@
  817. +##################################################################
  818. +# NOTE: This file is ignored when systemd is used as init system #
  819. +##################################################################
  820. #
  821. # /etc/default/rcS
  822. #
  823. @@ -7,13 +10,24 @@
  824. #
  825. # This file belongs to the "initscripts" package.
  826.  
  827. -TMPTIME=0
  828. -SULOGIN=no
  829. -DELAYLOGIN=no
  830. -UTC=yes
  831. -VERBOSE=no
  832. -FSCKFIX=no
  833. -#RAMRUN=no # OBSOLETE; see /etc/default/tmpfs and tmpfs(5).
  834. -#RAMLOCK=no # OBSOLETE; see /etc/default/tmpfs and tmpfs(5).
  835. -HWCLOCKACCESS=no
  836. -CONCURRENCY=shell
  837. +# delete files in /tmp during boot older than x days.
  838. +# '0' means always, -1 or 'infinite' disables the feature
  839. +#TMPTIME=0
  840. +
  841. +# spawn sulogin during boot, continue normal boot if not used in 30 seconds
  842. +#SULOGIN=no
  843. +
  844. +# do not allow users to log in until the boot has completed
  845. +#DELAYLOGIN=no
  846. +
  847. +# be more verbose during the boot process
  848. +#VERBOSE=no
  849. +
  850. +# automatically repair filesystems with inconsistencies during boot
  851. +#FSCKFIX=no
  852. +
  853. +# be verbose even if kernel command line contains "quiet"
  854. +#INIT_VERBOSE=yes
  855. +
  856. +# Mount NFS filesystem asynchronously
  857. +#ASYNCMOUNTNFS=yes
  858.  
  859. Configuration file '/etc/default/rcS'
  860. ==> Modified (by you or by a script) since installation.
  861. ==> Package distributor has shipped an updated version.
  862. What would you like to do about it ? Your options are:
  863. Y or I : install the package maintainer's version
  864. N or O : keep your currently-installed version
  865. D : show the differences between the versions
  866. Z : start a shell to examine the situation
  867. The default action is to keep your current version.
  868. *** rcS (Y/I/N/O/D/Z) [default=N] ? d
  869. --- /etc/default/rcS 2013-06-14 03:23:43.000000000 -0500
  870. +++ /etc/default/rcS.dpkg-new 2021-12-16 12:12:09.000000000 -0600
  871. @@ -1,3 +1,6 @@
  872. +##################################################################
  873. +# NOTE: This file is ignored when systemd is used as init system #
  874. +##################################################################
  875. #
  876. # /etc/default/rcS
  877. #
  878. @@ -7,13 +10,24 @@
  879. #
  880. # This file belongs to the "initscripts" package.
  881.  
  882. -TMPTIME=0
  883. -SULOGIN=no
  884. -DELAYLOGIN=no
  885. -UTC=yes
  886. -VERBOSE=no
  887. -FSCKFIX=no
  888. -#RAMRUN=no # OBSOLETE; see /etc/default/tmpfs and tmpfs(5).
  889. -#RAMLOCK=no # OBSOLETE; see /etc/default/tmpfs and tmpfs(5).
  890. -HWCLOCKACCESS=no
  891. -CONCURRENCY=shell
  892. +# delete files in /tmp during boot older than x days.
  893. +# '0' means always, -1 or 'infinite' disables the feature
  894. +#TMPTIME=0
  895. +
  896. +# spawn sulogin during boot, continue normal boot if not used in 30 seconds
  897. +#SULOGIN=no
  898. +
  899. +# do not allow users to log in until the boot has completed
  900. +#DELAYLOGIN=no
  901. +
  902. +# be more verbose during the boot process
  903. +#VERBOSE=no
  904. +
  905. +# automatically repair filesystems with inconsistencies during boot
  906. +#FSCKFIX=no
  907. +
  908. +# be verbose even if kernel command line contains "quiet"
  909. +#INIT_VERBOSE=yes
  910. +
  911. +# Mount NFS filesystem asynchronously
  912. +#ASYNCMOUNTNFS=yes
  913.  
  914. Configuration file '/etc/default/rcS'
  915. ==> Modified (by you or by a script) since installation.
  916. ==> Package distributor has shipped an updated version.
  917. What would you like to do about it ? Your options are:
  918. Y or I : install the package maintainer's version
  919. N or O : keep your currently-installed version
  920. D : show the differences between the versions
  921. Z : start a shell to examine the situation
  922. The default action is to keep your current version.
  923. *** rcS (Y/I/N/O/D/Z) [default=N] ? n
  924. Installing new version of config file /etc/init.d/bootlogs ...
  925. Installing new version of config file /etc/init.d/bootmisc.sh ...
  926. Installing new version of config file /etc/init.d/checkfs.sh ...
  927. Installing new version of config file /etc/init.d/checkroot.sh ...
  928.  
  929. Configuration file '/etc/init.d/halt'
  930. ==> Modified (by you or by a script) since installation.
  931. ==> Package distributor has shipped an updated version.
  932. What would you like to do about it ? Your options are:
  933. Y or I : install the package maintainer's version
  934. N or O : keep your currently-installed version
  935. D : show the differences between the versions
  936. Z : start a shell to examine the situation
  937. The default action is to keep your current version.
  938. *** halt (Y/I/N/O/D/Z) [default=N] ? d
  939. --- /etc/init.d/halt 2015-02-20 02:20:18.000000000 -0600
  940. +++ /etc/init.d/halt.dpkg-new 2021-12-16 12:12:09.000000000 -0600
  941. @@ -11,7 +11,7 @@
  942.  
  943. NETDOWN=yes
  944.  
  945. -PATH=/sbin:/usr/sbin:/bin:/usr/bin
  946. +PATH=/usr/sbin:/usr/bin:/sbin:/bin
  947. [ -f /etc/default/halt ] && . /etc/default/halt
  948.  
  949. . /lib/lsb/init-functions
  950. @@ -60,43 +60,6 @@
  951. fi
  952.  
  953. log_action_msg "Will now halt"
  954. - logger -s "Will halt - now"
  955. -
  956. -if [ -d /sys/class/leds/status:green:health ]; then
  957. - echo none > /sys/class/leds/status:green:health/trigger
  958. -fi
  959. -
  960. -if [ -d /sys/class/leds/dockstar:green:health ]; then
  961. - echo none > /sys/class/leds/dockstar:green:health/trigger
  962. -fi
  963. -
  964. -if [ -d /sys/class/leds/plug:green:health ]; then
  965. - echo none > /sys/class/leds/plug:green:health/trigger
  966. -fi
  967. -
  968. -if [ -d /sys/class/leds/power:blue ]; then
  969. - echo none > /sys/class/leds/power:blue/trigger
  970. - echo none > /sys/class/leds/otb:blue/trigger
  971. - echo none > /sys/class/leds/power:red/trigger
  972. -fi
  973. -
  974. -if [ -d /sys/class/leds/usb1:blue ]; then
  975. - echo none > /sys/class/leds/usb1\:blue/trigger
  976. -fi
  977. -if [ -d /sys/class/leds/usb2:blue ]; then
  978. - echo none > /sys/class/leds/usb2\:blue/trigger
  979. -fi
  980. -if [ -d /sys/class/leds/usb3:blue ]; then
  981. - echo none > /sys/class/leds/usb3\:blue/trigger
  982. -fi
  983. -if [ -d /sys/class/leds/usb4:blue ]; then
  984. - echo none > /sys/class/leds/usb4\:blue/trigger
  985. -fi
  986. -
  987. -if [ -d /sys/class/leds/nsa325:green:sys ]; then
  988. - echo none > /sys/class/leds/nsa325:green:sys/trigger
  989. -fi
  990. -
  991. halt -d -f $netdown $poweroff $hddown
  992. }
  993.  
  994.  
  995. Configuration file '/etc/init.d/halt'
  996. ==> Modified (by you or by a script) since installation.
  997. ==> Package distributor has shipped an updated version.
  998. What would you like to do about it ? Your options are:
  999. Y or I : install the package maintainer's version
  1000. N or O : keep your currently-installed version
  1001. D : show the differences between the versions
  1002. Z : start a shell to examine the situation
  1003. The default action is to keep your current version.
  1004. *** halt (Y/I/N/O/D/Z) [default=N] ? n
  1005. Installing new version of config file /etc/init.d/killprocs ...
  1006. Installing new version of config file /etc/init.d/mountall.sh ...
  1007. Installing new version of config file /etc/init.d/mountdevsubfs.sh ...
  1008. Installing new version of config file /etc/init.d/mountkernfs.sh ...
  1009. Installing new version of config file /etc/init.d/mountnfs.sh ...
  1010. Installing new version of config file /etc/init.d/rc.local ...
  1011. Installing new version of config file /etc/init.d/reboot ...
  1012. Installing new version of config file /etc/init.d/sendsigs ...
  1013. Installing new version of config file /etc/init.d/umountfs ...
  1014. Installing new version of config file /etc/init.d/umountnfs.sh ...
  1015. Installing new version of config file /etc/network/if-up.d/mountnfs ...
  1016. 69f65acac7976c47608dac69b56852df /etc/rc.local.dpkg-old
  1017. Setting up libavahi-common3:armel (0.8-5+deb11u2) ...
  1018. Setting up debconf-i18n (1.5.77) ...
  1019. Setting up vim-tiny (2:8.2.2434-3+deb11u1) ...
  1020. Installing new version of config file /etc/vim/vimrc.tiny ...
  1021. Setting up kmod (28-1) ...
  1022. Setting up man-db (2.9.4-2) ...
  1023. Installing new version of config file /etc/apparmor.d/usr.bin.man ...
  1024. Installing new version of config file /etc/manpath.config ...
  1025. Updating database of manual pages ...
  1026. Setting up libncurses5:armel (6.2+20201114-2+deb11u2) ...
  1027. Setting up ntpdate (1:4.2.8p15+dfsg-1) ...
  1028. Setting up ntp (1:4.2.8p15+dfsg-1) ...
  1029. Installing new version of config file /etc/apparmor.d/usr.sbin.ntpd ...
  1030. Starting NTP server: ntpd.
  1031. Setting up libgssapi-krb5-2:armel (1.18.3-6+deb11u4) ...
  1032. Setting up ucf (3.0043) ...
  1033. Setting up libncursesw5:armel (6.2+20201114-2+deb11u2) ...
  1034. Setting up initramfs-tools-core (0.140) ...
  1035. Installing new version of config file /etc/initramfs-tools/initramfs.conf ...
  1036. Setting up libavahi-core7:armel (0.8-5+deb11u2) ...
  1037. Setting up sysvinit-core (2.96-7+deb11u1) ...
  1038. sysvinit: restarting... done.
  1039. Setting up libtirpc3:armel (1.3.1-1+deb11u1) ...
  1040. Setting up initramfs-tools (0.140) ...
  1041. Installing new version of config file /etc/kernel/postinst.d/initramfs-tools ...
  1042. Installing new version of config file /etc/kernel/postrm.d/initramfs-tools ...
  1043. update-initramfs: deferring update (trigger activated)
  1044. Setting up init (1.60) ...
  1045. Setting up rpcbind (1.2.5-9) ...
  1046. Installing new version of config file /etc/init.d/rpcbind ...
  1047. Stopping RPC port mapper daemon: rpcbind.
  1048. Starting RPC port mapper daemon: rpcbind.
  1049. Setting up avahi-daemon (0.8-5+deb11u2) ...
  1050. Installing new version of config file /etc/avahi/avahi-daemon.conf ...
  1051. Reloading system message bus config...done.
  1052. Removing obsolete conffile /etc/network/if-up.d/avahi-daemon ...
  1053. Removing obsolete conffile /etc/resolvconf/update-libc.d/avahi-daemon ...
  1054. Restarting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
  1055. Setting up libdevmapper1.02.1:armel (2:1.02.175-2.1) ...
  1056. Setting up dmsetup (2:1.02.175-2.1) ...
  1057. update-initramfs: deferring update (trigger activated)
  1058. Processing triggers for libc-bin (2.28-10) ...
  1059. Processing triggers for initramfs-tools (0.140) ...
  1060. update-initramfs: Generating /boot/initrd.img-3.18.5-kirkwood-tld-1
  1061. root@debian:~# sudo apt-get autoremove
  1062. Reading package lists... Done
  1063. Building dependency tree
  1064. Reading state information... Done
  1065. The following packages will be REMOVED:
  1066. libf2fs-format4 libf2fs5
  1067. 0 upgraded, 0 newly installed, 2 to remove and 62 not upgraded.
  1068. After this operation, 98.3 kB disk space will be freed.
  1069. Do you want to continue? [Y/n] y
  1070. (Reading database ... 12824 files and directories currently installed.)
  1071. Removing libf2fs-format4:armel (1.11.0-1.1) ...
  1072. Removing libf2fs5:armel (1.11.0-1.1) ...
  1073. Processing triggers for libc-bin (2.28-10) ...
  1074. root@debian:~# reboot
  1075. root@debian:~# reboot
  1076.  
  1077. Broadcast message from root@debian (pts/0) (Wed Oct 18 00:02:14 2023):
  1078.  
  1079. The system is going down for reboot NOW!
  1080. root@debian:~# Linux debian 3.18.5-kirkwood-tld-1 #1 PREEMPT Thu Feb 5 17:58:07 PST 2015 armv5tel
  1081.  
  1082. The programs included with the Debian GNU/Linux system are free software;
  1083. the exact distribution terms for each program are described in the
  1084. individual files in /usr/share/doc/*/copyright.
  1085.  
  1086. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  1087. permitted by applicable law.
  1088. Last login: Tue Oct 17 23:49:08 2023 from 192.168.2.202
  1089. root@debian:~# apt get curl
  1090. E: Invalid operation get
  1091. root@debian:~# sudo apt-get curl
  1092. E: Invalid operation curl
  1093. root@debian:~# wget -O basic-install.sh https://install.pi-hole.net
  1094. --2023-10-18 00:07:17-- https://install.pi-hole.net/
  1095. Resolving install.pi-hole.net (install.pi-hole.net)... 164.90.255.4
  1096. Connecting to install.pi-hole.net (install.pi-hole.net)|164.90.255.4|:443... connected.
  1097. ERROR: The certificate of 'install.pi-hole.net' is not trusted.
  1098. ERROR: The certificate of 'install.pi-hole.net' doesn't have a known issuer.
  1099. root@debian:~# git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole
  1100. -bash: git: command not found
  1101. > https://discourse.pi-hole.net/t/certificate-error/2188/6
  1102.  
  1103. -bash: udo: command not found
  1104. root@debian:~# sudo apt-get install ca-certificates
  1105. Reading package lists... Done
  1106. Building dependency tree
  1107. Reading state information... Done
  1108. The following additional packages will be installed:
  1109. openssl
  1110. The following NEW packages will be installed:
  1111. ca-certificates openssl
  1112. 0 upgraded, 2 newly installed, 0 to remove and 62 not upgraded.
  1113. Need to get 988 kB of archives.
  1114. After this operation, 1757 kB of additional disk space will be used.
  1115. Do you want to continue? [Y/n] y
  1116. Get:1 http://httpredir.debian.org/debian bullseye/main armel openssl armel 1.1.1w-0+deb11u1 [830 kB]
  1117. Get:2 http://httpredir.debian.org/debian bullseye/main armel ca-certificates all 20210119 [158 kB]
  1118. Fetched 988 kB in 1s (813 kB/s)
  1119. Preconfiguring packages ...
  1120. Selecting previously unselected package openssl.
  1121. (Reading database ... 12812 files and directories currently installed.)
  1122. Preparing to unpack .../openssl_1.1.1w-0+deb11u1_armel.deb ...
  1123. Unpacking openssl (1.1.1w-0+deb11u1) ...
  1124. Selecting previously unselected package ca-certificates.
  1125. Preparing to unpack .../ca-certificates_20210119_all.deb ...
  1126. Unpacking ca-certificates (20210119) ...
  1127. Setting up openssl (1.1.1w-0+deb11u1) ...
  1128. Setting up ca-certificates (20210119) ...
  1129. Updating certificates in /etc/ssl/certs...
  1130. 129 added, 0 removed; done.
  1131. Processing triggers for man-db (2.9.4-2) ...
  1132. Processing triggers for ca-certificates (20210119) ...
  1133. Updating certificates in /etc/ssl/certs...
  1134. 0 added, 0 removed; done.
  1135. Running hooks in /etc/ca-certificates/update.d...
  1136. done.
  1137. root@debian:~# wget -O basic-install.sh https://install.pi-hole.net
  1138. --2023-10-18 00:11:31-- https://install.pi-hole.net/
  1139. Resolving install.pi-hole.net (install.pi-hole.net)... 164.90.255.4
  1140. Connecting to install.pi-hole.net (install.pi-hole.net)|164.90.255.4|:443... connected.
  1141. HTTP request sent, awaiting response... 302 Found
  1142. Location: https://raw.githubusercontent.com/pi-hole/pi-hole/master/automated%20install/basic-install.sh [following]
  1143. --2023-10-18 00:11:32-- https://raw.githubusercontent.com/pi-hole/pi-hole/master/automated%20install/basic-install.sh
  1144. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.109.133, ...
  1145. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected.
  1146. HTTP request sent, awaiting response... 200 OK
  1147. Length: 121561 (119K) [text/plain]
  1148. Saving to: 'basic-install.sh'
  1149.  
  1150. basic-install.sh 100%[========================================================================================================================>] 118.71K --.-KB/s in 0.1s
  1151.  
  1152. 2023-10-18 00:11:33 (831 KB/s) - 'basic-install.sh' saved [121561/121561]
  1153.  
  1154. root@debian:~# cd "Pi-hole/automated install/"
  1155. -bash: cd: Pi-hole/automated install/: No such file or directory
  1156. root@debian:~# sudo bash basic-install.sh
  1157.  
  1158. [✓] Root user check
  1159.  
  1160. .;;,.
  1161. .ccccc:,.
  1162. :cccclll:. ..,,
  1163. :ccccclll. ;ooodc
  1164. 'ccll:;ll .oooodc
  1165. .;cll.;;looo:.
  1166. .. ','.
  1167. .',,,,,,'.
  1168. .',,,,,,,,,,.
  1169. .',,,,,,,,,,,,....
  1170. ....''',,,,,,,'.......
  1171. ......... .... .........
  1172. .......... ..........
  1173. .......... ..........
  1174. ......... .... .........
  1175. ........,,,,,,,'......
  1176. ....',,,,,,,,,,,,.
  1177. .',,,,,,,,,'.
  1178. .',,,,,,'.
  1179. ..'''.
  1180.  
  1181. [i] SELinux not detected
  1182. [✗] Update local cache of available packages
  1183. Error: Unable to update package cache. Please try "sudo apt update"
  1184. root@debian:~# sudo apt update
  1185. Hit:1 http://httpredir.debian.org/debian bullseye InRelease
  1186. Ign:2 http://archive.debian.org bullseye/updates InRelease
  1187. Err:3 http://archive.debian.org bullseye/updates Release
  1188. 404 Not Found [IP: 130.89.148.13 80]
  1189. Reading package lists... Done
  1190. E: The repository 'http://archive.debian.org bullseye/updates Release' does not have a Release file.
  1191. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  1192. N: See apt-secure(8) manpage for repository creation and user configuration details.
  1193. root@debian:~#
  1194. root@debian:~# sudo apt upgrade
  1195. Reading package lists... Done
  1196. Building dependency tree
  1197. Reading state information... Done
  1198. Calculating upgrade... Done
  1199. The following packages were automatically installed and are no longer required:
  1200. bsdmainutils fdisk libapt-inst2.0 libapt-pkg5.0 libbind9-161 libdns-export1104 libdns1104 libdns1110 libevent-2.1-6 libfdisk1 libffi6 libgeoip1 libhogweed4 libicu63 libisc-export1100 libisc1100 libisc1105
  1201. libisccc161 libisccfg163 libjson-c3 liblwres161 libnettle6 libprocps7 libreadline7 ncal
  1202. Use 'sudo apt autoremove' to remove them.
  1203. The following NEW packages will be installed:
  1204. bind9-libs bsdextrautils gcc-10-base libapt-pkg6.0 libbpf0 libcbor0 libcrypt1 libdns-export1110 libdns1110 libevent-2.1-7 libffi7 libfido2-1 libgcc-s1 libhogweed6 libicu67 libisc-export1105 libisc1105 libjson-c5
  1205. libmaxminddb0 libmd0 libnettle8 libnl-3-200 libnl-genl-3-200 libnsl2 libprocps8 libreadline8 libuv1 libxxhash0 logsave ncal runit-helper
  1206. The following packages will be upgraded:
  1207. apt apt-utils bind9-host bsdmainutils dirmngr e2fsprogs gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv groff-base htop iperf iproute2 isc-dhcp-client libatomic1
  1208. libbind9-161 libbsd0 libc-bin libc6 libexpat1 libext2fs2 libgnutls30 libisccc161 libisccfg163 libldap-2.4-2 liblocale-gettext-perl liblwres161 libp11-kit0 libpam-modules libpam-modules-bin libslang2 libsqlite3-0
  1209. libstdc++6 libsystemd0 libtext-charwidth-perl libtext-iconv-perl libuchardet0 libudev1 libuuid-perl libwrap0 libxml2 login mawk nfs-common nfs-kernel-server openssh-client openssh-server openssh-sftp-server
  1210. passwd perl-base procps rsync udev util-linux wget
  1211. 62 upgraded, 31 newly installed, 0 to remove and 0 not upgraded.
  1212. Need to get 46.3 MB of archives.
  1213. After this operation, 53.7 MB of additional disk space will be used.
  1214. Do you want to continue? [Y/n] y
  1215. Get:1 http://httpredir.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
  1216. Get:2 http://httpredir.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
  1217. Get:3 http://httpredir.debian.org/debian bullseye/main armel libcbor0 armel 0.5.0+dfsg-2 [20.4 kB]
  1218. Get:4 http://httpredir.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
  1219. Get:5 http://httpredir.debian.org/debian bullseye/main armel login armel 1:4.8.1-1 [651 kB]
  1220. Get:6 http://httpredir.debian.org/debian bullseye/main armel util-linux armel 2.36.1-8+deb11u1 [1054 kB]
  1221. Get:7 http://httpredir.debian.org/debian bullseye/main armel udev armel 247.3-7+deb11u4 [1431 kB]
  1222. Get:8 http://httpredir.debian.org/debian bullseye/main armel libfido2-1 armel 1.6.0-2 [47.0 kB]
  1223. Get:9 http://httpredir.debian.org/debian bullseye/main armel openssh-sftp-server armel 1:8.4p1-5+deb11u2 [46.0 kB]
  1224. Get:10 http://httpredir.debian.org/debian bullseye/main armel openssh-client armel 1:8.4p1-5+deb11u2 [825 kB]
  1225. Get:11 http://httpredir.debian.org/debian bullseye/main armel runit-helper all 2.10.3 [7808 B]
  1226. Get:12 http://httpredir.debian.org/debian bullseye/main armel openssh-server armel 1:8.4p1-5+deb11u2 [342 kB]
  1227. Get:13 http://httpredir.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u6 [2340 kB]
  1228. Get:14 http://httpredir.debian.org/debian bullseye/main armel libc-bin armel 2.31-13+deb11u6 [706 kB]
  1229. Get:15 http://httpredir.debian.org/debian bullseye/main armel libudev1 armel 247.3-7+deb11u4 [162 kB]
  1230. Get:16 http://httpredir.debian.org/debian bullseye/main armel libnsl2 armel 1.3.0-2 [33.0 kB]
  1231. Get:17 http://httpredir.debian.org/debian bullseye/main armel libpam-modules-bin armel 1.4.0-9+deb11u1 [104 kB]
  1232. Get:18 http://httpredir.debian.org/debian bullseye/main armel libpam-modules armel 1.4.0-9+deb11u1 [306 kB]
  1233. Get:19 http://httpredir.debian.org/debian bullseye/main armel passwd armel 1:4.8.1-1 [935 kB]
  1234. Get:20 http://httpredir.debian.org/debian bullseye/main armel libsystemd0 armel 247.3-7+deb11u4 [346 kB]
  1235. Get:21 http://httpredir.debian.org/debian bullseye/main armel libprocps8 armel 2:3.3.17-5 [61.9 kB]
  1236. Get:22 http://httpredir.debian.org/debian bullseye/main armel procps armel 2:3.3.17-5 [491 kB]
  1237. Get:23 http://httpredir.debian.org/debian bullseye/main armel libwrap0 armel 7.6.q-31 [56.5 kB]
  1238. Get:24 http://httpredir.debian.org/debian bullseye/main armel libuuid-perl armel 0.28-1+b2 [18.3 kB]
  1239. Get:25 http://httpredir.debian.org/debian bullseye/main armel libtext-iconv-perl armel 1.7-7+b1 [15.4 kB]
  1240. Get:26 http://httpredir.debian.org/debian bullseye/main armel libtext-charwidth-perl armel 0.04-10+b1 [10.4 kB]
  1241. Get:27 http://httpredir.debian.org/debian bullseye/main armel perl-base armel 5.32.1-4+deb11u2 [1464 kB]
  1242. Get:28 http://httpredir.debian.org/debian bullseye/main armel liblocale-gettext-perl armel 1.07-4+b1 [18.3 kB]
  1243. Get:29 http://httpredir.debian.org/debian bullseye/main armel libstdc++6 armel 10.2.1-6 [409 kB]
  1244. Get:30 http://httpredir.debian.org/debian bullseye/main armel libxxhash0 armel 0.8.0-2 [25.9 kB]
  1245. Get:31 http://httpredir.debian.org/debian bullseye/main armel libapt-pkg6.0 armel 2.2.4 [915 kB]
  1246. Get:32 http://httpredir.debian.org/debian bullseye/main armel libnettle8 armel 3.7.3-1 [281 kB]
  1247. Get:33 http://httpredir.debian.org/debian bullseye/main armel libhogweed6 armel 3.7.3-1 [307 kB]
  1248. Get:34 http://httpredir.debian.org/debian bullseye/main armel libffi7 armel 3.3-6 [19.9 kB]
  1249. Get:35 http://httpredir.debian.org/debian bullseye/main armel libp11-kit0 armel 0.23.22-1 [317 kB]
  1250. Get:36 http://httpredir.debian.org/debian bullseye/main armel libgnutls30 armel 3.7.1-5+deb11u3 [1263 kB]
  1251. Get:37 http://httpredir.debian.org/debian bullseye/main armel apt armel 2.2.4 [1422 kB]
  1252. Get:38 http://httpredir.debian.org/debian bullseye/main armel apt-utils armel 2.2.4 [421 kB]
  1253. Get:39 http://httpredir.debian.org/debian bullseye/main armel libreadline8 armel 8.1-1 [145 kB]
  1254. Get:40 http://httpredir.debian.org/debian bullseye/main armel gpg-wks-client armel 2.2.27-2+deb11u2 [508 kB]
  1255. Get:41 http://httpredir.debian.org/debian bullseye/main armel dirmngr armel 2.2.27-2+deb11u2 [718 kB]
  1256. Get:42 http://httpredir.debian.org/debian bullseye/main armel gpg-wks-server armel 2.2.27-2+deb11u2 [503 kB]
  1257. Get:43 http://httpredir.debian.org/debian bullseye/main armel gnupg-utils armel 2.2.27-2+deb11u2 [825 kB]
  1258. Get:44 http://httpredir.debian.org/debian bullseye/main armel gpg-agent armel 2.2.27-2+deb11u2 [627 kB]
  1259. Get:45 http://httpredir.debian.org/debian bullseye/main armel gpg armel 2.2.27-2+deb11u2 [857 kB]
  1260. Get:46 http://httpredir.debian.org/debian bullseye/main armel gpgconf armel 2.2.27-2+deb11u2 [530 kB]
  1261. Get:47 http://httpredir.debian.org/debian bullseye/main armel gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
  1262. Get:48 http://httpredir.debian.org/debian bullseye/main armel gnupg all 2.2.27-2+deb11u2 [825 kB]
  1263. Get:49 http://httpredir.debian.org/debian bullseye/main armel gpgsm armel 2.2.27-2+deb11u2 [613 kB]
  1264. Get:50 http://httpredir.debian.org/debian bullseye/main armel libsqlite3-0 armel 3.34.1-3 [705 kB]
  1265. Get:51 http://httpredir.debian.org/debian bullseye/main armel libldap-2.4-2 armel 2.4.57+dfsg-3+deb11u1 [208 kB]
  1266. Get:52 http://httpredir.debian.org/debian bullseye/main armel gpgv armel 2.2.27-2+deb11u2 [596 kB]
  1267. Get:53 http://httpredir.debian.org/debian bullseye/main armel libext2fs2 armel 1.46.2-2 [242 kB]
  1268. Get:54 http://httpredir.debian.org/debian bullseye/main armel e2fsprogs armel 1.46.2-2 [584 kB]
  1269. Get:55 http://httpredir.debian.org/debian bullseye/main armel logsave armel 1.46.2-2 [74.5 kB]
  1270. Get:56 http://httpredir.debian.org/debian bullseye/main armel bsdmainutils all 12.1.7+nmu3 [16.4 kB]
  1271. Get:57 http://httpredir.debian.org/debian bullseye/main armel ncal armel 12.1.7+nmu3 [28.9 kB]
  1272. Get:58 http://httpredir.debian.org/debian bullseye/main armel bsdextrautils armel 2.36.1-8+deb11u1 [139 kB]
  1273. Get:59 http://httpredir.debian.org/debian bullseye/main armel rsync armel 3.2.3-4+deb11u1 [374 kB]
  1274. Get:60 http://httpredir.debian.org/debian bullseye/main armel mawk armel 1.3.4.20200120-2 [103 kB]
  1275. Get:61 http://httpredir.debian.org/debian bullseye/main armel libbpf0 armel 1:0.3-2 [83.7 kB]
  1276. Get:62 http://httpredir.debian.org/debian bullseye/main armel libmd0 armel 1.0.3-3 [27.6 kB]
  1277. Get:63 http://httpredir.debian.org/debian bullseye/main armel libbsd0 armel 0.11.3-1+deb11u1 [103 kB]
  1278. Get:64 http://httpredir.debian.org/debian bullseye/main armel iproute2 armel 5.10.0-4 [861 kB]
  1279. Get:65 http://httpredir.debian.org/debian bullseye/main armel libisc-export1105 armel 1:9.11.19+dfsg-2.1 [376 kB]
  1280. Get:66 http://httpredir.debian.org/debian bullseye/main armel libdns-export1110 armel 1:9.11.19+dfsg-2.1 [893 kB]
  1281. Get:67 http://httpredir.debian.org/debian bullseye/main armel isc-dhcp-client armel 4.4.1-2.3+deb11u2 [317 kB]
  1282. Get:68 http://httpredir.debian.org/debian bullseye/main armel libuv1 armel 1.40.0-2 [120 kB]
  1283. Get:69 http://httpredir.debian.org/debian bullseye/main armel libatomic1 armel 10.2.1-6 [9044 B]
  1284. Get:70 http://httpredir.debian.org/debian bullseye/main armel libjson-c5 armel 0.15-2+deb11u1 [39.3 kB]
  1285. Get:71 http://httpredir.debian.org/debian bullseye/main armel libmaxminddb0 armel 1.5.2-1 [28.9 kB]
  1286. Get:72 http://httpredir.debian.org/debian bullseye/main armel libicu67 armel 67.1-7 [8285 kB]
  1287. Get:73 http://httpredir.debian.org/debian bullseye/main armel libxml2 armel 2.9.10+dfsg-6.7+deb11u4 [581 kB]
  1288. Get:74 http://httpredir.debian.org/debian bullseye/main armel bind9-libs armel 1:9.16.44-1~deb11u1 [1276 kB]
  1289. Get:75 http://httpredir.debian.org/debian bullseye/main armel bind9-host armel 1:9.16.44-1~deb11u1 [308 kB]
  1290. Get:76 http://httpredir.debian.org/debian bullseye/main armel libuchardet0 armel 0.0.7-1 [65.1 kB]
  1291. Get:77 http://httpredir.debian.org/debian bullseye/main armel groff-base armel 1.22.4-6 [841 kB]
  1292. Get:78 http://httpredir.debian.org/debian bullseye/main armel wget armel 1.21-1+deb11u1 [933 kB]
  1293. Get:79 http://httpredir.debian.org/debian bullseye/main armel libnl-3-200 armel 3.4.0-1+b1 [55.7 kB]
  1294. Get:80 http://httpredir.debian.org/debian bullseye/main armel libnl-genl-3-200 armel 3.4.0-1+b1 [19.4 kB]
  1295. Get:81 http://httpredir.debian.org/debian bullseye/main armel htop armel 3.0.5-7 [115 kB]
  1296. Get:82 http://httpredir.debian.org/debian bullseye/main armel iperf armel 2.0.14a+dfsg1-1 [97.0 kB]
  1297. Get:83 http://httpredir.debian.org/debian bullseye/main armel libisc1105 armel 1:9.11.19+dfsg-2.1 [379 kB]
  1298. Get:84 http://httpredir.debian.org/debian bullseye/main armel libdns1110 armel 1:9.11.19+dfsg-2.1 [911 kB]
  1299. Get:85 http://httpredir.debian.org/debian bullseye/main armel libbind9-161 armel 1:9.11.19+dfsg-2.1 [250 kB]
  1300. Get:86 http://httpredir.debian.org/debian bullseye/main armel libisccfg163 armel 1:9.11.19+dfsg-2.1 [264 kB]
  1301. Get:87 http://httpredir.debian.org/debian bullseye/main armel libisccc161 armel 1:9.11.19+dfsg-2.1 [242 kB]
  1302. Get:88 http://httpredir.debian.org/debian bullseye/main armel libevent-2.1-7 armel 2.1.12-stable-1 [168 kB]
  1303. Get:89 http://httpredir.debian.org/debian bullseye/main armel libexpat1 armel 2.2.10-2+deb11u5 [74.6 kB]
  1304. Get:90 http://httpredir.debian.org/debian bullseye/main armel liblwres161 armel 1:9.11.19+dfsg-2.1 [253 kB]
  1305. Get:91 http://httpredir.debian.org/debian bullseye/main armel libslang2 armel 2.3.2-5 [470 kB]
  1306. Get:92 http://httpredir.debian.org/debian bullseye/main armel nfs-common armel 1:1.3.4-6 [209 kB]
  1307. Get:93 http://httpredir.debian.org/debian bullseye/main armel nfs-kernel-server armel 1:1.3.4-6 [110 kB]
  1308. Fetched 46.3 MB in 41s (1119 kB/s)
  1309. Extracting templates from packages: 100%
  1310. Preconfiguring packages ...
  1311. Selecting previously unselected package gcc-10-base:armel.
  1312. (Reading database ... 13119 files and directories currently installed.)
  1313. Preparing to unpack .../gcc-10-base_10.2.1-6_armel.deb ...
  1314. Unpacking gcc-10-base:armel (10.2.1-6) ...
  1315. Setting up gcc-10-base:armel (10.2.1-6) ...
  1316. Selecting previously unselected package libgcc-s1:armel.
  1317. (Reading database ... 13124 files and directories currently installed.)
  1318. Preparing to unpack .../libgcc-s1_10.2.1-6_armel.deb ...
  1319. Unpacking libgcc-s1:armel (10.2.1-6) ...
  1320. Replacing files in old package libgcc1:armel (1:8.3.0-6) ...
  1321. Setting up libgcc-s1:armel (10.2.1-6) ...
  1322. Selecting previously unselected package libcbor0:armel.
  1323. (Reading database ... 13126 files and directories currently installed.)
  1324. Preparing to unpack .../libcbor0_0.5.0+dfsg-2_armel.deb ...
  1325. Unpacking libcbor0:armel (0.5.0+dfsg-2) ...
  1326. Selecting previously unselected package libcrypt1:armel.
  1327. Preparing to unpack .../libcrypt1_1%3a4.4.18-4_armel.deb ...
  1328. Unpacking libcrypt1:armel (1:4.4.18-4) ...
  1329. Replacing files in old package libc6:armel (2.28-10) ...
  1330. Setting up libcrypt1:armel (1:4.4.18-4) ...
  1331. (Reading database ... 13138 files and directories currently installed.)
  1332. Preparing to unpack .../login_1%3a4.8.1-1_armel.deb ...
  1333. Unpacking login (1:4.8.1-1) over (1:4.5-1.1) ...
  1334. Setting up login (1:4.8.1-1) ...
  1335. Installing new version of config file /etc/pam.d/login ...
  1336. Removing obsolete conffile /etc/securetty ...
  1337. (Reading database ... 13134 files and directories currently installed.)
  1338. Preparing to unpack .../util-linux_2.36.1-8+deb11u1_armel.deb ...
  1339. Unpacking util-linux (2.36.1-8+deb11u1) over (2.33.1-0.1) ...
  1340. Setting up util-linux (2.36.1-8+deb11u1) ...
  1341. Installing new version of config file /etc/default/hwclock ...
  1342. Installing new version of config file /etc/init.d/hwclock.sh ...
  1343. Installing new version of config file /etc/pam.d/su ...
  1344. (Reading database ... 13138 files and directories currently installed.)
  1345. Preparing to unpack .../0-udev_247.3-7+deb11u4_armel.deb ...
  1346. Unpacking udev (247.3-7+deb11u4) over (241-7~deb10u4) ...
  1347. Selecting previously unselected package libfido2-1:armel.
  1348. Preparing to unpack .../1-libfido2-1_1.6.0-2_armel.deb ...
  1349. Unpacking libfido2-1:armel (1.6.0-2) ...
  1350. Preparing to unpack .../2-openssh-sftp-server_1%3a8.4p1-5+deb11u2_armel.deb ...
  1351. Unpacking openssh-sftp-server (1:8.4p1-5+deb11u2) over (1:7.9p1-10+deb10u2) ...
  1352. Preparing to unpack .../3-openssh-client_1%3a8.4p1-5+deb11u2_armel.deb ...
  1353. Unpacking openssh-client (1:8.4p1-5+deb11u2) over (1:7.9p1-10+deb10u2) ...
  1354. Selecting previously unselected package runit-helper.
  1355. Preparing to unpack .../4-runit-helper_2.10.3_all.deb ...
  1356. Unpacking runit-helper (2.10.3) ...
  1357. Preparing to unpack .../5-openssh-server_1%3a8.4p1-5+deb11u2_armel.deb ...
  1358. Unpacking openssh-server (1:8.4p1-5+deb11u2) over (1:7.9p1-10+deb10u2) ...
  1359. Preparing to unpack .../6-libc6_2.31-13+deb11u6_armel.deb ...
  1360. Checking for services that may need to be restarted...
  1361. Checking init scripts...
  1362. Unpacking libc6:armel (2.31-13+deb11u6) over (2.28-10) ...
  1363. Setting up libc6:armel (2.31-13+deb11u6) ...
  1364. Checking for services that may need to be restarted...
  1365. Checking init scripts...
  1366.  
  1367. Restarting services possibly affected by the upgrade:
  1368. ssh: restarting...done.
  1369.  
  1370. Services restarted successfully.
  1371. (Reading database ... 13172 files and directories currently installed.)
  1372. Preparing to unpack .../libc-bin_2.31-13+deb11u6_armel.deb ...
  1373. Unpacking libc-bin (2.31-13+deb11u6) over (2.28-10) ...
  1374. Setting up libc-bin (2.31-13+deb11u6) ...
  1375. (Reading database ... 13172 files and directories currently installed.)
  1376. Preparing to unpack .../libudev1_247.3-7+deb11u4_armel.deb ...
  1377. Unpacking libudev1:armel (247.3-7+deb11u4) over (241-7~deb10u4) ...
  1378. Setting up libudev1:armel (247.3-7+deb11u4) ...
  1379. Selecting previously unselected package libnsl2:armel.
  1380. (Reading database ... 13172 files and directories currently installed.)
  1381. Preparing to unpack .../libnsl2_1.3.0-2_armel.deb ...
  1382. Unpacking libnsl2:armel (1.3.0-2) ...
  1383. Setting up libnsl2:armel (1.3.0-2) ...
  1384. (Reading database ... 13178 files and directories currently installed.)
  1385. Preparing to unpack .../libpam-modules-bin_1.4.0-9+deb11u1_armel.deb ...
  1386. Unpacking libpam-modules-bin (1.4.0-9+deb11u1) over (1.3.1-5) ...
  1387. Setting up libpam-modules-bin (1.4.0-9+deb11u1) ...
  1388. (Reading database ... 13178 files and directories currently installed.)
  1389. Preparing to unpack .../libpam-modules_1.4.0-9+deb11u1_armel.deb ...
  1390. Unpacking libpam-modules:armel (1.4.0-9+deb11u1) over (1.3.1-5) ...
  1391. Setting up libpam-modules:armel (1.4.0-9+deb11u1) ...
  1392. Installing new version of config file /etc/security/namespace.conf ...
  1393. Installing new version of config file /etc/security/pam_env.conf ...
  1394. (Reading database ... 13183 files and directories currently installed.)
  1395. Preparing to unpack .../passwd_1%3a4.8.1-1_armel.deb ...
  1396. Unpacking passwd (1:4.8.1-1) over (1:4.5-1.1) ...
  1397. Setting up passwd (1:4.8.1-1) ...
  1398. Installing new version of config file /etc/default/useradd ...
  1399. Removing obsolete conffile /etc/cron.daily/passwd ...
  1400. (Reading database ... 13176 files and directories currently installed.)
  1401. Preparing to unpack .../libsystemd0_247.3-7+deb11u4_armel.deb ...
  1402. Unpacking libsystemd0:armel (247.3-7+deb11u4) over (241-7~deb10u4) ...
  1403. Setting up libsystemd0:armel (247.3-7+deb11u4) ...
  1404. Selecting previously unselected package libprocps8:armel.
  1405. (Reading database ... 13176 files and directories currently installed.)
  1406. Preparing to unpack .../0-libprocps8_2%3a3.3.17-5_armel.deb ...
  1407. Unpacking libprocps8:armel (2:3.3.17-5) ...
  1408. Preparing to unpack .../1-procps_2%3a3.3.17-5_armel.deb ...
  1409. Unpacking procps (2:3.3.17-5) over (2:3.3.15-2) ...
  1410. Preparing to unpack .../2-libwrap0_7.6.q-31_armel.deb ...
  1411. Unpacking libwrap0:armel (7.6.q-31) over (7.6.q-28) ...
  1412. Preparing to unpack .../3-libuuid-perl_0.28-1+b2_armel.deb ...
  1413. Unpacking libuuid-perl (0.28-1+b2) over (0.28-1) ...
  1414. Preparing to unpack .../4-libtext-iconv-perl_1.7-7+b1_armel.deb ...
  1415. Unpacking libtext-iconv-perl (1.7-7+b1) over (1.7-5+b7) ...
  1416. Preparing to unpack .../5-libtext-charwidth-perl_0.04-10+b1_armel.deb ...
  1417. Unpacking libtext-charwidth-perl (0.04-10+b1) over (0.04-7.1+b1) ...
  1418. Preparing to unpack .../6-perl-base_5.32.1-4+deb11u2_armel.deb ...
  1419. Unpacking perl-base (5.32.1-4+deb11u2) over (5.28.1-6+deb10u1) ...
  1420. Setting up perl-base (5.32.1-4+deb11u2) ...
  1421. (Reading database ... 13321 files and directories currently installed.)
  1422. Preparing to unpack .../liblocale-gettext-perl_1.07-4+b1_armel.deb ...
  1423. Unpacking liblocale-gettext-perl (1.07-4+b1) over (1.07-3+b4) ...
  1424. Preparing to unpack .../libstdc++6_10.2.1-6_armel.deb ...
  1425. Unpacking libstdc++6:armel (10.2.1-6) over (8.3.0-6) ...
  1426. Setting up libstdc++6:armel (10.2.1-6) ...
  1427. Setting up libstdc++6:armel (10.2.1-6) ...
  1428. Selecting previously unselected package libxxhash0:armel.
  1429. (Reading database ... 13319 files and directories currently installed.)
  1430. Preparing to unpack .../libxxhash0_0.8.0-2_armel.deb ...
  1431. Unpacking libxxhash0:armel (0.8.0-2) ...
  1432. Setting up libxxhash0:armel (0.8.0-2) ...
  1433. Selecting previously unselected package libapt-pkg6.0:armel.
  1434. (Reading database ... 13325 files and directories currently installed.)
  1435. Preparing to unpack .../libapt-pkg6.0_2.2.4_armel.deb ...
  1436. Unpacking libapt-pkg6.0:armel (2.2.4) ...
  1437. Setting up libapt-pkg6.0:armel (2.2.4) ...
  1438. Selecting previously unselected package libnettle8:armel.
  1439. (Reading database ... 13374 files and directories currently installed.)
  1440. Preparing to unpack .../libnettle8_3.7.3-1_armel.deb ...
  1441. Unpacking libnettle8:armel (3.7.3-1) ...
  1442. Setting up libnettle8:armel (3.7.3-1) ...
  1443. Selecting previously unselected package libhogweed6:armel.
  1444. (Reading database ... 13382 files and directories currently installed.)
  1445. Preparing to unpack .../libhogweed6_3.7.3-1_armel.deb ...
  1446. Unpacking libhogweed6:armel (3.7.3-1) ...
  1447. Setting up libhogweed6:armel (3.7.3-1) ...
  1448. Selecting previously unselected package libffi7:armel.
  1449. (Reading database ... 13388 files and directories currently installed.)
  1450. Preparing to unpack .../libffi7_3.3-6_armel.deb ...
  1451. Unpacking libffi7:armel (3.3-6) ...
  1452. Setting up libffi7:armel (3.3-6) ...
  1453. (Reading database ... 13393 files and directories currently installed.)
  1454. Preparing to unpack .../libp11-kit0_0.23.22-1_armel.deb ...
  1455. Unpacking libp11-kit0:armel (0.23.22-1) over (0.23.15-2) ...
  1456. Setting up libp11-kit0:armel (0.23.22-1) ...
  1457. (Reading database ... 13393 files and directories currently installed.)
  1458. Preparing to unpack .../libgnutls30_3.7.1-5+deb11u3_armel.deb ...
  1459. Unpacking libgnutls30:armel (3.7.1-5+deb11u3) over (3.6.7-4+deb10u5) ...
  1460.  
  1461. Setting up libgnutls30:armel (3.7.1-5+deb11u3) ...##########################.......................................................................................................................................
  1462. (Reading database ... 13392 files and directories currently installed.)
  1463. Preparing to unpack .../archives/apt_2.2.4_armel.deb ...
  1464. Unpacking apt (2.2.4) over (1.8.2.1) ...
  1465. Setting up apt (2.2.4) ...
  1466. Installing new version of config file /etc/apt/apt.conf.d/01autoremove ...
  1467. Installing new version of config file /etc/kernel/postinst.d/apt-auto-removal ...
  1468. (Reading database ... 13399 files and directories currently installed.)
  1469. Preparing to unpack .../00-apt-utils_2.2.4_armel.deb ...
  1470. Unpacking apt-utils (2.2.4) over (1.8.2.1) ...
  1471. Selecting previously unselected package libreadline8:armel.
  1472. Preparing to unpack .../01-libreadline8_8.1-1_armel.deb ...
  1473. Unpacking libreadline8:armel (8.1-1) ...
  1474. Preparing to unpack .../02-gpg-wks-client_2.2.27-2+deb11u2_armel.deb ...
  1475. Unpacking gpg-wks-client (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1476. Preparing to unpack .../03-dirmngr_2.2.27-2+deb11u2_armel.deb ...
  1477. Unpacking dirmngr (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1478. Preparing to unpack .../04-gpg-wks-server_2.2.27-2+deb11u2_armel.deb ...
  1479. Unpacking gpg-wks-server (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1480. Preparing to unpack .../05-gnupg-utils_2.2.27-2+deb11u2_armel.deb ...
  1481. Unpacking gnupg-utils (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1482. Preparing to unpack .../06-gpg-agent_2.2.27-2+deb11u2_armel.deb ...
  1483. Unpacking gpg-agent (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1484. Preparing to unpack .../07-gpg_2.2.27-2+deb11u2_armel.deb ...
  1485. Unpacking gpg (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1486. Preparing to unpack .../08-gpgconf_2.2.27-2+deb11u2_armel.deb ...
  1487. Unpacking gpgconf (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1488. Preparing to unpack .../09-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
  1489. Unpacking gnupg-l10n (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1490. Preparing to unpack .../10-gnupg_2.2.27-2+deb11u2_all.deb ...
  1491. Unpacking gnupg (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1492. Preparing to unpack .../11-gpgsm_2.2.27-2+deb11u2_armel.deb ...
  1493. Unpacking gpgsm (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1494. Preparing to unpack .../12-libsqlite3-0_3.34.1-3_armel.deb ...
  1495. Unpacking libsqlite3-0:armel (3.34.1-3) over (3.27.2-3) ...
  1496. Preparing to unpack .../13-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_armel.deb ...
  1497. Unpacking libldap-2.4-2:armel (2.4.57+dfsg-3+deb11u1) over (2.4.47+dfsg-3+deb10u2) ...
  1498. Preparing to unpack .../14-gpgv_2.2.27-2+deb11u2_armel.deb ...
  1499. Unpacking gpgv (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1500. Setting up gpgv (2.2.27-2+deb11u2) ...
  1501. (Reading database ... 13430 files and directories currently installed.)
  1502. Preparing to unpack .../libext2fs2_1.46.2-2_armel.deb ...
  1503. Unpacking libext2fs2:armel (1.46.2-2) over (1.44.5-1+deb10u3) ...
  1504. Setting up libext2fs2:armel (1.46.2-2) ...
  1505. (Reading database ... 13430 files and directories currently installed.)
  1506. Preparing to unpack .../00-e2fsprogs_1.46.2-2_armel.deb ...
  1507. Unpacking e2fsprogs (1.46.2-2) over (1.44.5-1+deb10u3) ...
  1508. Selecting previously unselected package logsave.
  1509. Preparing to unpack .../01-logsave_1.46.2-2_armel.deb ...
  1510. Unpacking logsave (1.46.2-2) ...
  1511. Preparing to unpack .../02-bsdmainutils_12.1.7+nmu3_all.deb ...
  1512. renamed '/etc/default/bsdmainutils' -> '/etc/default/bsdmainutils.dpkg-remove'
  1513. renamed '/etc/cron.daily/bsdmainutils' -> '/etc/cron.daily/bsdmainutils.dpkg-remove'
  1514. Unpacking bsdmainutils (12.1.7+nmu3) over (11.1.2+b1) ...
  1515. dpkg: warning: unable to delete old directory '/etc/calendar': Directory not empty
  1516. Selecting previously unselected package ncal.
  1517. Preparing to unpack .../03-ncal_12.1.7+nmu3_armel.deb ...
  1518. Unpacking ncal (12.1.7+nmu3) ...
  1519. Selecting previously unselected package bsdextrautils.
  1520. Preparing to unpack .../04-bsdextrautils_2.36.1-8+deb11u1_armel.deb ...
  1521. Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
  1522. Preparing to unpack .../05-rsync_3.2.3-4+deb11u1_armel.deb ...
  1523. Unpacking rsync (3.2.3-4+deb11u1) over (3.1.3-6) ...
  1524. Preparing to unpack .../06-mawk_1.3.4.20200120-2_armel.deb ...
  1525. Unpacking mawk (1.3.4.20200120-2) over (1.3.3-17+b3) ...
  1526. Selecting previously unselected package libbpf0:armel.
  1527. Preparing to unpack .../07-libbpf0_1%3a0.3-2_armel.deb ...
  1528. Unpacking libbpf0:armel (1:0.3-2) ...
  1529. Selecting previously unselected package libmd0:armel.
  1530. Preparing to unpack .../08-libmd0_1.0.3-3_armel.deb ...
  1531. Unpacking libmd0:armel (1.0.3-3) ...
  1532. Preparing to unpack .../09-libbsd0_0.11.3-1+deb11u1_armel.deb ...
  1533. Unpacking libbsd0:armel (0.11.3-1+deb11u1) over (0.9.1-2) ...
  1534. Preparing to unpack .../10-iproute2_5.10.0-4_armel.deb ...
  1535. Unpacking iproute2 (5.10.0-4) over (4.20.0-2) ...
  1536. Selecting previously unselected package libisc-export1105:armel.
  1537. Preparing to unpack .../11-libisc-export1105_1%3a9.11.19+dfsg-2.1_armel.deb ...
  1538. Unpacking libisc-export1105:armel (1:9.11.19+dfsg-2.1) ...
  1539. Selecting previously unselected package libdns-export1110.
  1540. Preparing to unpack .../12-libdns-export1110_1%3a9.11.19+dfsg-2.1_armel.deb ...
  1541. Unpacking libdns-export1110 (1:9.11.19+dfsg-2.1) ...
  1542. Preparing to unpack .../13-isc-dhcp-client_4.4.1-2.3+deb11u2_armel.deb ...
  1543. Unpacking isc-dhcp-client (4.4.1-2.3+deb11u2) over (4.4.1-2) ...
  1544. Selecting previously unselected package libuv1:armel.
  1545. Preparing to unpack .../14-libuv1_1.40.0-2_armel.deb ...
  1546. Unpacking libuv1:armel (1.40.0-2) ...
  1547. Preparing to unpack .../15-libatomic1_10.2.1-6_armel.deb ...
  1548. Unpacking libatomic1:armel (10.2.1-6) over (8.3.0-6) ...
  1549. Selecting previously unselected package libjson-c5:armel.
  1550. Preparing to unpack .../16-libjson-c5_0.15-2+deb11u1_armel.deb ...
  1551. Unpacking libjson-c5:armel (0.15-2+deb11u1) ...
  1552. Selecting previously unselected package libmaxminddb0:armel.
  1553. Preparing to unpack .../17-libmaxminddb0_1.5.2-1_armel.deb ...
  1554. Unpacking libmaxminddb0:armel (1.5.2-1) ...
  1555. Selecting previously unselected package libicu67:armel.
  1556. Preparing to unpack .../18-libicu67_67.1-7_armel.deb ...
  1557. Unpacking libicu67:armel (67.1-7) ...
  1558. Preparing to unpack .../19-libxml2_2.9.10+dfsg-6.7+deb11u4_armel.deb ...
  1559. Unpacking libxml2:armel (2.9.10+dfsg-6.7+deb11u4) over (2.9.4+dfsg1-7+b3) ...
  1560. Selecting previously unselected package bind9-libs:armel.
  1561. Preparing to unpack .../20-bind9-libs_1%3a9.16.44-1~deb11u1_armel.deb ...
  1562. Unpacking bind9-libs:armel (1:9.16.44-1~deb11u1) ...
  1563. Preparing to unpack .../21-bind9-host_1%3a9.16.44-1~deb11u1_armel.deb ...
  1564. Unpacking bind9-host (1:9.16.44-1~deb11u1) over (1:9.11.5.P4+dfsg-5.1+deb10u2) ...
  1565. Preparing to unpack .../22-libuchardet0_0.0.7-1_armel.deb ...
  1566. Unpacking libuchardet0:armel (0.0.7-1) over (0.0.6-3) ...
  1567. Preparing to unpack .../23-groff-base_1.22.4-6_armel.deb ...
  1568. Unpacking groff-base (1.22.4-6) over (1.22.4-3) ...
  1569. Preparing to unpack .../24-wget_1.21-1+deb11u1_armel.deb ...
  1570. Unpacking wget (1.21-1+deb11u1) over (1.20.1-1.1) ...
  1571. Selecting previously unselected package libnl-3-200:armel.
  1572. Preparing to unpack .../25-libnl-3-200_3.4.0-1+b1_armel.deb ...
  1573. Unpacking libnl-3-200:armel (3.4.0-1+b1) ...
  1574. Selecting previously unselected package libnl-genl-3-200:armel.
  1575. Preparing to unpack .../26-libnl-genl-3-200_3.4.0-1+b1_armel.deb ...
  1576. Unpacking libnl-genl-3-200:armel (3.4.0-1+b1) ...
  1577. Preparing to unpack .../27-htop_3.0.5-7_armel.deb ...
  1578. Unpacking htop (3.0.5-7) over (2.2.0-1+b1) ...
  1579. Preparing to unpack .../28-iperf_2.0.14a+dfsg1-1_armel.deb ...
  1580. Unpacking iperf (2.0.14a+dfsg1-1) over (2.0.12+dfsg1-2) ...
  1581. Selecting previously unselected package libisc1105:armel.
  1582. Preparing to unpack .../29-libisc1105_1%3a9.11.19+dfsg-2.1_armel.deb ...
  1583. Unpacking libisc1105:armel (1:9.11.19+dfsg-2.1) ...
  1584. Selecting previously unselected package libdns1110:armel.
  1585. Preparing to unpack .../30-libdns1110_1%3a9.11.19+dfsg-2.1_armel.deb ...
  1586. Unpacking libdns1110:armel (1:9.11.19+dfsg-2.1) ...
  1587. Preparing to unpack .../31-libbind9-161_1%3a9.11.19+dfsg-2.1_armel.deb ...
  1588. Unpacking libbind9-161:armel (1:9.11.19+dfsg-2.1) over (1:9.11.5.P4+dfsg-5.1+deb10u2) ...
  1589. Preparing to unpack .../32-libisccfg163_1%3a9.11.19+dfsg-2.1_armel.deb ...
  1590. Unpacking libisccfg163:armel (1:9.11.19+dfsg-2.1) over (1:9.11.5.P4+dfsg-5.1+deb10u2) ...
  1591. Preparing to unpack .../33-libisccc161_1%3a9.11.19+dfsg-2.1_armel.deb ...
  1592. Unpacking libisccc161:armel (1:9.11.19+dfsg-2.1) over (1:9.11.5.P4+dfsg-5.1+deb10u2) ...
  1593. Selecting previously unselected package libevent-2.1-7:armel.
  1594. Preparing to unpack .../34-libevent-2.1-7_2.1.12-stable-1_armel.deb ...
  1595. Unpacking libevent-2.1-7:armel (2.1.12-stable-1) ...
  1596. Preparing to unpack .../35-libexpat1_2.2.10-2+deb11u5_armel.deb ...
  1597. Unpacking libexpat1:armel (2.2.10-2+deb11u5) over (2.2.6-2+deb10u1) ...
  1598. Preparing to unpack .../36-liblwres161_1%3a9.11.19+dfsg-2.1_armel.deb ...
  1599. Unpacking liblwres161:armel (1:9.11.19+dfsg-2.1) over (1:9.11.5.P4+dfsg-5.1+deb10u2) ...
  1600. Preparing to unpack .../37-libslang2_2.3.2-5_armel.deb ...
  1601. Unpacking libslang2:armel (2.3.2-5) over (2.3.2-2) ...
  1602. Preparing to unpack .../38-nfs-common_1%3a1.3.4-6_armel.deb ...
  1603. Unpacking nfs-common (1:1.3.4-6) over (1:1.3.4-2.5+deb10u1) ...
  1604. Preparing to unpack .../39-nfs-kernel-server_1%3a1.3.4-6_armel.deb ...
  1605. Unpacking nfs-kernel-server (1:1.3.4-6) over (1:1.3.4-2.5+deb10u1) ...
  1606. Setting up libexpat1:armel (2.2.10-2+deb11u5) ...
  1607. Setting up libtext-iconv-perl (1.7-7+b1) ...
  1608. Setting up libisc1105:armel (1:9.11.19+dfsg-2.1) ...
  1609. Setting up libtext-charwidth-perl (0.04-10+b1) ...
  1610. Setting up runit-helper (2.10.3) ...
  1611. Setting up apt-utils (2.2.4) ...
  1612. Setting up libuuid-perl (0.28-1+b2) ...
  1613. Setting up bsdextrautils (2.36.1-8+deb11u1) ...
  1614. update-alternatives: warning: alternative /usr/bin/bsd-write (part of link group write) doesn't exist; removing from list of alternatives
  1615. update-alternatives: warning: /etc/alternatives/write is dangling; it will be updated with best choice
  1616. update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
  1617. Setting up wget (1.21-1+deb11u1) ...
  1618. Setting up libicu67:armel (67.1-7) ...
  1619. Setting up ncal (12.1.7+nmu3) ...
  1620. Setting up libmaxminddb0:armel (1.5.2-1) ...
  1621. Setting up libreadline8:armel (8.1-1) ...
  1622. Setting up libsqlite3-0:armel (3.34.1-3) ...
  1623. Setting up libcbor0:armel (0.5.0+dfsg-2) ...
  1624. Setting up libldap-2.4-2:armel (2.4.57+dfsg-3+deb11u1) ...
  1625. Setting up libdns1110:armel (1:9.11.19+dfsg-2.1) ...
  1626. Setting up libisc-export1105:armel (1:9.11.19+dfsg-2.1) ...
  1627. Setting up libuv1:armel (1.40.0-2) ...
  1628. Setting up libslang2:armel (2.3.2-5) ...
  1629. Setting up iperf (2.0.14a+dfsg1-1) ...
  1630. Setting up libwrap0:armel (7.6.q-31) ...
  1631. Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
  1632. Setting up liblwres161:armel (1:9.11.19+dfsg-2.1) ...
  1633. Setting up bsdmainutils (12.1.7+nmu3) ...
  1634. removed '/etc/default/bsdmainutils.dpkg-remove'
  1635. Setting up libatomic1:armel (10.2.1-6) ...
  1636. Setting up udev (247.3-7+deb11u4) ...
  1637. Installing new version of config file /etc/init.d/udev ...
  1638. Installing new version of config file /etc/udev/udev.conf ...
  1639. Stopping hotplug events dispatcher: systemd-udevd.
  1640. Starting hotplug events dispatcher: systemd-udevd.
  1641. Setting up libevent-2.1-7:armel (2.1.12-stable-1) ...
  1642. Setting up logsave (1.46.2-2) ...
  1643. Setting up libmd0:armel (1.0.3-3) ...
  1644. Setting up libuchardet0:armel (0.0.7-1) ...
  1645. Setting up libnl-3-200:armel (3.4.0-1+b1) ...
  1646. Setting up gpgconf (2.2.27-2+deb11u2) ...
  1647. Setting up libisccc161:armel (1:9.11.19+dfsg-2.1) ...
  1648. Setting up mawk (1.3.4.20200120-2) ...
  1649. Setting up libisccfg163:armel (1:9.11.19+dfsg-2.1) ...
  1650. Setting up libfido2-1:armel (1.6.0-2) ...
  1651. Setting up libbpf0:armel (1:0.3-2) ...
  1652. Setting up libbsd0:armel (0.11.3-1+deb11u1) ...
  1653. Setting up libjson-c5:armel (0.15-2+deb11u1) ...
  1654. Setting up libxml2:armel (2.9.10+dfsg-6.7+deb11u4) ...
  1655. Setting up liblocale-gettext-perl (1.07-4+b1) ...
  1656. Setting up gpg (2.2.27-2+deb11u2) ...
  1657. Setting up libprocps8:armel (2:3.3.17-5) ...
  1658. Setting up rsync (3.2.3-4+deb11u1) ...
  1659. Setting up gnupg-utils (2.2.27-2+deb11u2) ...
  1660. Setting up gpg-agent (2.2.27-2+deb11u2) ...
  1661. Installing new version of config file /etc/logcheck/ignore.d.server/gpg-agent ...
  1662. Setting up bind9-libs:armel (1:9.16.44-1~deb11u1) ...
  1663. Setting up iproute2 (5.10.0-4) ...
  1664. Installing new version of config file /etc/iproute2/rt_protos ...
  1665. Setting up openssh-client (1:8.4p1-5+deb11u2) ...
  1666. Installing new version of config file /etc/ssh/ssh_config ...
  1667. Setting up gpgsm (2.2.27-2+deb11u2) ...
  1668. Setting up libbind9-161:armel (1:9.11.19+dfsg-2.1) ...
  1669. Setting up libdns-export1110 (1:9.11.19+dfsg-2.1) ...
  1670. Setting up isc-dhcp-client (4.4.1-2.3+deb11u2) ...
  1671. Setting up e2fsprogs (1.46.2-2) ...
  1672. update-initramfs: deferring update (trigger activated)
  1673. Setting up nfs-common (1:1.3.4-6) ...
  1674. Services restarted successfully.
  1675. (Reading database ... 13172 files and directories currently installed.)
  1676. Preparing to unpack .../libc-bin_2.31-13+deb11u6_armel.deb ...
  1677. Unpacking libc-bin (2.31-13+deb11u6) over (2.28-10) ...
  1678. Setting up libc-bin (2.31-13+deb11u6) ...
  1679. (Reading database ... 13172 files and directories currently installed.)
  1680. Preparing to unpack .../libudev1_247.3-7+deb11u4_armel.deb ...
  1681. Unpacking libudev1:armel (247.3-7+deb11u4) over (241-7~deb10u4) ...
  1682. Setting up libudev1:armel (247.3-7+deb11u4) ...
  1683. Selecting previously unselected package libnsl2:armel.
  1684. (Reading database ... 13172 files and directories currently installed.)
  1685. Preparing to unpack .../libnsl2_1.3.0-2_armel.deb ...
  1686. Unpacking libnsl2:armel (1.3.0-2) ...
  1687. Setting up libnsl2:armel (1.3.0-2) ...
  1688. (Reading database ... 13178 files and directories currently installed.)
  1689. Preparing to unpack .../libpam-modules-bin_1.4.0-9+deb11u1_armel.deb ...
  1690. Unpacking libpam-modules-bin (1.4.0-9+deb11u1) over (1.3.1-5) ...
  1691. Setting up libpam-modules-bin (1.4.0-9+deb11u1) ...
  1692. (Reading database ... 13178 files and directories currently installed.)
  1693. Preparing to unpack .../libpam-modules_1.4.0-9+deb11u1_armel.deb ...
  1694. Unpacking libpam-modules:armel (1.4.0-9+deb11u1) over (1.3.1-5) ...
  1695. Setting up libpam-modules:armel (1.4.0-9+deb11u1) ...
  1696. Installing new version of config file /etc/security/namespace.conf ...
  1697. Installing new version of config file /etc/security/pam_env.conf ...
  1698. (Reading database ... 13183 files and directories currently installed.)
  1699. Preparing to unpack .../passwd_1%3a4.8.1-1_armel.deb ...
  1700. Unpacking passwd (1:4.8.1-1) over (1:4.5-1.1) ...
  1701. Setting up passwd (1:4.8.1-1) ...
  1702. Installing new version of config file /etc/default/useradd ...
  1703. Removing obsolete conffile /etc/cron.daily/passwd ...
  1704. (Reading database ... 13176 files and directories currently installed.)
  1705. Preparing to unpack .../libsystemd0_247.3-7+deb11u4_armel.deb ...
  1706. Unpacking libsystemd0:armel (247.3-7+deb11u4) over (241-7~deb10u4) ...
  1707. Setting up libsystemd0:armel (247.3-7+deb11u4) ...
  1708. Selecting previously unselected package libprocps8:armel.
  1709. (Reading database ... 13176 files and directories currently installed.)
  1710. Preparing to unpack .../0-libprocps8_2%3a3.3.17-5_armel.deb ...
  1711. Unpacking libprocps8:armel (2:3.3.17-5) ...
  1712. Preparing to unpack .../1-procps_2%3a3.3.17-5_armel.deb ...
  1713. Unpacking procps (2:3.3.17-5) over (2:3.3.15-2) ...
  1714. Preparing to unpack .../2-libwrap0_7.6.q-31_armel.deb ...
  1715. Unpacking libwrap0:armel (7.6.q-31) over (7.6.q-28) ...
  1716. Preparing to unpack .../3-libuuid-perl_0.28-1+b2_armel.deb ...
  1717. Unpacking libuuid-perl (0.28-1+b2) over (0.28-1) ...
  1718. Preparing to unpack .../4-libtext-iconv-perl_1.7-7+b1_armel.deb ...
  1719. Unpacking libtext-iconv-perl (1.7-7+b1) over (1.7-5+b7) ...
  1720. Preparing to unpack .../5-libtext-charwidth-perl_0.04-10+b1_armel.deb ...
  1721. Unpacking libtext-charwidth-perl (0.04-10+b1) over (0.04-7.1+b1) ...
  1722. Preparing to unpack .../6-perl-base_5.32.1-4+deb11u2_armel.deb ...
  1723. Unpacking perl-base (5.32.1-4+deb11u2) over (5.28.1-6+deb10u1) ...
  1724. Setting up perl-base (5.32.1-4+deb11u2) ...
  1725. (Reading database ... 13321 files and directories currently installed.)
  1726. Preparing to unpack .../liblocale-gettext-perl_1.07-4+b1_armel.deb ...
  1727. Unpacking liblocale-gettext-perl (1.07-4+b1) over (1.07-3+b4) ...
  1728. Preparing to unpack .../libstdc++6_10.2.1-6_armel.deb ...
  1729. Unpacking libstdc++6:armel (10.2.1-6) over (8.3.0-6) ...
  1730. Setting up libstdc++6:armel (10.2.1-6) ...
  1731. Selecting previously unselected package libxxhash0:armel.
  1732. (Reading database ... 13319 files and directories currently installed.)
  1733. Preparing to unpack .../libxxhash0_0.8.0-2_armel.deb ...
  1734. Unpacking libxxhash0:armel (0.8.0-2) ...
  1735. Setting up libxxhash0:armel (0.8.0-2) ...
  1736. Selecting previously unselected package libapt-pkg6.0:armel.
  1737. (Reading database ... 13325 files and directories currently installed.)
  1738. Preparing to unpack .../libapt-pkg6.0_2.2.4_armel.deb ...
  1739. Unpacking libapt-pkg6.0:armel (2.2.4) ...
  1740. Setting up libapt-pkg6.0:armel (2.2.4) ...
  1741. Selecting previously unselected package libnettle8:armel.
  1742. (Reading database ... 13374 files and directories currently installed.)
  1743. Preparing to unpack .../libnettle8_3.7.3-1_armel.deb ...
  1744. Unpacking libnettle8:armel (3.7.3-1) ...
  1745. Setting up libnettle8:armel (3.7.3-1) ...
  1746. Selecting previously unselected package libhogweed6:armel.
  1747. (Reading database ... 13382 files and directories currently installed.)
  1748. Preparing to unpack .../libhogweed6_3.7.3-1_armel.deb ...
  1749. Unpacking libhogweed6:armel (3.7.3-1) ...
  1750. Setting up libhogweed6:armel (3.7.3-1) ...
  1751. Selecting previously unselected package libffi7:armel.
  1752. (Reading database ... 13388 files and directories currently installed.)
  1753. Preparing to unpack .../libffi7_3.3-6_armel.deb ...
  1754. Unpacking libffi7:armel (3.3-6) ...
  1755. Setting up libffi7:armel (3.3-6) ...
  1756. (Reading database ... 13393 files and directories currently installed.)
  1757. Preparing to unpack .../libp11-kit0_0.23.22-1_armel.deb ...
  1758. Unpacking libp11-kit0:armel (0.23.22-1) over (0.23.15-2) ...
  1759. Setting up libp11-kit0:armel (0.23.22-1) ...
  1760. (Reading database ... 13393 files and directories currently installed.)
  1761. Preparing to unpack .../libgnutls30_3.7.1-5+deb11u3_armel.deb ...
  1762. Unpacking libgnutls30:armel (3.7.1-5+deb11u3) over (3.6.7-4+deb10u5) ...
  1763.  
  1764. Setting up libgnutls30:armel (3.7.1-5+deb11u3) ...##########################.......................................................................................................................................
  1765. (Reading database ... 13392 files and directories currently installed.)
  1766. Preparing to unpack .../archives/apt_2.2.4_armel.deb ...
  1767. Unpacking apt (2.2.4) over (1.8.2.1) ...
  1768. Setting up apt (2.2.4) ...
  1769. Installing new version of config file /etc/apt/apt.conf.d/01autoremove ...
  1770. Installing new version of config file /etc/kernel/postinst.d/apt-auto-removal ...
  1771. (Reading database ... 13399 files and directories currently installed.)
  1772. Preparing to unpack .../00-apt-utils_2.2.4_armel.deb ...
  1773. Unpacking apt-utils (2.2.4) over (1.8.2.1) ...
  1774. Selecting previously unselected package libreadline8:armel.
  1775. Preparing to unpack .../01-libreadline8_8.1-1_armel.deb ...
  1776. Unpacking libreadline8:armel (8.1-1) ...
  1777. Preparing to unpack .../02-gpg-wks-client_2.2.27-2+deb11u2_armel.deb ...
  1778. Unpacking gpg-wks-client (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1779. Preparing to unpack .../03-dirmngr_2.2.27-2+deb11u2_armel.deb ...
  1780. Unpacking dirmngr (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1781. Preparing to unpack .../04-gpg-wks-server_2.2.27-2+deb11u2_armel.deb ...
  1782. Unpacking gpg-wks-server (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1783. Preparing to unpack .../05-gnupg-utils_2.2.27-2+deb11u2_armel.deb ...
  1784. Unpacking gnupg-utils (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1785. Preparing to unpack .../06-gpg-agent_2.2.27-2+deb11u2_armel.deb ...
  1786. Unpacking gpg-agent (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1787. Preparing to unpack .../07-gpg_2.2.27-2+deb11u2_armel.deb ...
  1788. Unpacking gpg (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1789. Preparing to unpack .../08-gpgconf_2.2.27-2+deb11u2_armel.deb ...
  1790. Unpacking gpgconf (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1791. Preparing to unpack .../09-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
  1792. Unpacking gnupg-l10n (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1793. Preparing to unpack .../10-gnupg_2.2.27-2+deb11u2_all.deb ...
  1794. Unpacking gnupg (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1795. Preparing to unpack .../11-gpgsm_2.2.27-2+deb11u2_armel.deb ...
  1796. Unpacking gpgsm (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1797. Preparing to unpack .../12-libsqlite3-0_3.34.1-3_armel.deb ...
  1798. Unpacking libsqlite3-0:armel (3.34.1-3) over (3.27.2-3) ...
  1799. Preparing to unpack .../13-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_armel.deb ...
  1800. Unpacking libldap-2.4-2:armel (2.4.57+dfsg-3+deb11u1) over (2.4.47+dfsg-3+deb10u2) ...
  1801. Preparing to unpack .../14-gpgv_2.2.27-2+deb11u2_armel.deb ...
  1802. Unpacking gpgv (2.2.27-2+deb11u2) over (2.2.12-1+deb10u1) ...
  1803. Setting up gpgv (2.2.27-2+deb11u2) ...
  1804. (Reading database ... 13430 files and directories currently installed.)
  1805. Preparing to unpack .../libext2fs2_1.46.2-2_armel.deb ...
  1806. Unpacking libext2fs2:armel (1.46.2-2) over (1.44.5-1+deb10u3) ...
  1807. Setting up libext2fs2:armel (1.46.2-2) ...
  1808. (Reading database ... 13430 files and directories currently installed.)
  1809. Preparing to unpack .../00-e2fsprogs_1.46.2-2_armel.deb ...
  1810. Unpacking e2fsprogs (1.46.2-2) over (1.44.5-1+deb10u3) ...
  1811. Selecting previously unselected package logsave.
  1812. Preparing to unpack .../01-logsave_1.46.2-2_armel.deb ...
  1813. Unpacking logsave (1.46.2-2) ...
  1814. Preparing to unpack .../02-bsdmainutils_12.1.7+nmu3_all.deb ...
  1815. renamed '/etc/default/bsdmainutils' -> '/etc/default/bsdmainutils.dpkg-remove'
  1816. renamed '/etc/cron.daily/bsdmainutils' -> '/etc/cron.daily/bsdmainutils.dpkg-remove'
  1817. Unpacking bsdmainutils (12.1.7+nmu3) over (11.1.2+b1) ...
  1818. dpkg: warning: unable to delete old directory '/etc/calendar': Directory not empty
  1819. Selecting previously unselected package ncal.
  1820. Preparing to unpack .../03-ncal_12.1.7+nmu3_armel.deb ...
  1821. Unpacking ncal (12.1.7+nmu3) ...
  1822. Selecting previously unselected package bsdextrautils.
  1823. Preparing to unpack .../04-bsdextrautils_2.36.1-8+deb11u1_armel.deb ...
  1824. Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
  1825. Preparing to unpack .../05-rsync_3.2.3-4+deb11u1_armel.deb ...
  1826. Unpacking rsync (3.2.3-4+deb11u1) over (3.1.3-6) ...
  1827. Preparing to unpack .../06-mawk_1.3.4.20200120-2_armel.deb ...
  1828. Unpacking mawk (1.3.4.20200120-2) over (1.3.3-17+b3) ...
  1829. Selecting previously unselected package libbpf0:armel.
  1830. Preparing to unpack .../07-libbpf0_1%3a0.3-2_armel.deb ...
  1831. Unpacking libbpf0:armel (1:0.3-2) ...
  1832. Selecting previously unselected package libmd0:armel.
  1833. Preparing to unpack .../08-libmd0_1.0.3-3_armel.deb ...
  1834. Unpacking libmd0:armel (1.0.3-3) ...
  1835. Preparing to unpack .../09-libbsd0_0.11.3-1+deb11u1_armel.deb ...
  1836. Unpacking libbsd0:armel (0.11.3-1+deb11u1) over (0.9.1-2) ...
  1837. Preparing to unpack .../10-iproute2_5.10.0-4_armel.deb ...
  1838. Unpacking iproute2 (5.10.0-4) over (4.20.0-2) ...
  1839. Selecting previously unselected package libisc-export1105:armel.
  1840. Preparing to unpack .../11-libisc-export1105_1%3a9.11.19+dfsg-2.1_armel.deb ...
  1841. Unpacking libisc-export1105:armel (1:9.11.19+dfsg-2.1) ...
  1842. Selecting previously unselected package libdns-export1110.
  1843. Preparing to unpack .../12-libdns-export1110_1%3a9.11.19+dfsg-2.1_armel.deb ...
  1844. Unpacking libdns-export1110 (1:9.11.19+dfsg-2.1) ...
  1845. Preparing to unpack .../13-isc-dhcp-client_4.4.1-2.3+deb11u2_armel.deb ...
  1846. Unpacking isc-dhcp-client (4.4.1-2.3+deb11u2) over (4.4.1-2) ...
  1847. Selecting previously unselected package libuv1:armel.
  1848. Preparing to unpack .../14-libuv1_1.40.0-2_armel.deb ...
  1849. Unpacking libuv1:armel (1.40.0-2) ...
  1850. Preparing to unpack .../15-libatomic1_10.2.1-6_armel.deb ...
  1851. Unpacking libatomic1:armel (10.2.1-6) over (8.3.0-6) ...
  1852. Selecting previously unselected package libjson-c5:armel.
  1853. Preparing to unpack .../16-libjson-c5_0.15-2+deb11u1_armel.deb ...
  1854. Unpacking libjson-c5:armel (0.15-2+deb11u1) ...
  1855. Selecting previously unselected package libmaxminddb0:armel.
  1856. Preparing to unpack .../17-libmaxminddb0_1.5.2-1_armel.deb ...
  1857. Unpacking libmaxminddb0:armel (1.5.2-1) ...
  1858. Selecting previously unselected package libicu67:armel.
  1859. Preparing to unpack .../18-libicu67_67.1-7_armel.deb ...
  1860. Unpacking libicu67:armel (67.1-7) ...
  1861. Preparing to unpack .../19-libxml2_2.9.10+dfsg-6.7+deb11u4_armel.deb ...
  1862. Unpacking libxml2:armel (2.9.10+dfsg-6.7+deb11u4) over (2.9.4+dfsg1-7+b3) ...
  1863. Selecting previously unselected package bind9-libs:armel.
  1864. Preparing to unpack .../20-bind9-libs_1%3a9.16.44-1~deb11u1_armel.deb ...
  1865. Unpacking bind9-libs:armel (1:9.16.44-1~deb11u1) ...
  1866. Preparing to unpack .../21-bind9-host_1%3a9.16.44-1~deb11u1_armel.deb ...
  1867. Unpacking bind9-host (1:9.16.44-1~deb11u1) over (1:9.11.5.P4+dfsg-5.1+deb10u2) ...
  1868. Preparing to unpack .../22-libuchardet0_0.0.7-1_armel.deb ...
  1869. Unpacking libuchardet0:armel (0.0.7-1) over (0.0.6-3) ...
  1870. Preparing to unpack .../23-groff-base_1.22.4-6_armel.deb ...
  1871. Unpacking groff-base (1.22.4-6) over (1.22.4-3) ...
  1872. Preparing to unpack .../24-wget_1.21-1+deb11u1_armel.deb ...
  1873. Unpacking wget (1.21-1+deb11u1) over (1.20.1-1.1) ...
  1874. Selecting previously unselected package libnl-3-200:armel.
  1875. Preparing to unpack .../25-libnl-3-200_3.4.0-1+b1_armel.deb ...
  1876. Unpacking libnl-3-200:armel (3.4.0-1+b1) ...
  1877. Selecting previously unselected package libnl-genl-3-200:armel.
  1878. Preparing to unpack .../26-libnl-genl-3-200_3.4.0-1+b1_armel.deb ...
  1879. Unpacking libnl-genl-3-200:armel (3.4.0-1+b1) ...
  1880. Preparing to unpack .../27-htop_3.0.5-7_armel.deb ...
  1881. Unpacking htop (3.0.5-7) over (2.2.0-1+b1) ...
  1882. Preparing to unpack .../28-iperf_2.0.14a+dfsg1-1_armel.deb ...
  1883. Unpacking iperf (2.0.14a+dfsg1-1) over (2.0.12+dfsg1-2) ...
  1884. Selecting previously unselected package libisc1105:armel.
  1885. Preparing to unpack .../29-libisc1105_1%3a9.11.19+dfsg-2.1_armel.deb ...
  1886. Unpacking libisc1105:armel (1:9.11.19+dfsg-2.1) ...
  1887. Selecting previously unselected package libdns1110:armel.
  1888. Preparing to unpack .../30-libdns1110_1%3a9.11.19+dfsg-2.1_armel.deb ...
  1889. Unpacking libdns1110:armel (1:9.11.19+dfsg-2.1) ...
  1890. Preparing to unpack .../31-libbind9-161_1%3a9.11.19+dfsg-2.1_armel.deb ...
  1891. Unpacking libbind9-161:armel (1:9.11.19+dfsg-2.1) over (1:9.11.5.P4+dfsg-5.1+deb10u2) ...
  1892. Preparing to unpack .../32-libisccfg163_1%3a9.11.19+dfsg-2.1_armel.deb ...
  1893. Unpacking libisccfg163:armel (1:9.11.19+dfsg-2.1) over (1:9.11.5.P4+dfsg-5.1+deb10u2) ...
  1894. Preparing to unpack .../33-libisccc161_1%3a9.11.19+dfsg-2.1_armel.deb ...
  1895. Unpacking libisccc161:armel (1:9.11.19+dfsg-2.1) over (1:9.11.5.P4+dfsg-5.1+deb10u2) ...
  1896. Selecting previously unselected package libevent-2.1-7:armel.
  1897. Preparing to unpack .../34-libevent-2.1-7_2.1.12-stable-1_armel.deb ...
  1898. Unpacking libevent-2.1-7:armel (2.1.12-stable-1) ...
  1899. Preparing to unpack .../35-libexpat1_2.2.10-2+deb11u5_armel.deb ...
  1900. Unpacking libexpat1:armel (2.2.10-2+deb11u5) over (2.2.6-2+deb10u1) ...
  1901. Preparing to unpack .../36-liblwres161_1%3a9.11.19+dfsg-2.1_armel.deb ...
  1902. Unpacking liblwres161:armel (1:9.11.19+dfsg-2.1) over (1:9.11.5.P4+dfsg-5.1+deb10u2) ...
  1903. Preparing to unpack .../37-libslang2_2.3.2-5_armel.deb ...
  1904. Unpacking libslang2:armel (2.3.2-5) over (2.3.2-2) ...
  1905. Preparing to unpack .../38-nfs-common_1%3a1.3.4-6_armel.deb ...
  1906. Unpacking nfs-common (1:1.3.4-6) over (1:1.3.4-2.5+deb10u1) ...
  1907. Preparing to unpack .../39-nfs-kernel-server_1%3a1.3.4-6_armel.deb ...
  1908. Unpacking nfs-kernel-server (1:1.3.4-6) over (1:1.3.4-2.5+deb10u1) ...
  1909. Setting up libexpat1:armel (2.2.10-2+deb11u5) ...
  1910. Setting up libtext-iconv-perl (1.7-7+b1) ...
  1911. Setting up libisc1105:armel (1:9.11.19+dfsg-2.1) ...
  1912. Setting up libtext-charwidth-perl (0.04-10+b1) ...
  1913. Setting up runit-helper (2.10.3) ...
  1914. Setting up apt-utils (2.2.4) ...
  1915. Setting up libuuid-perl (0.28-1+b2) ...
  1916. Setting up bsdextrautils (2.36.1-8+deb11u1) ...
  1917. update-alternatives: warning: alternative /usr/bin/bsd-write (part of link group write) doesn't exist; removing from list of alternatives
  1918. update-alternatives: warning: /etc/alternatives/write is dangling; it will be updated with best choice
  1919. update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
  1920. Setting up wget (1.21-1+deb11u1) ...
  1921. Setting up libicu67:armel (67.1-7) ...
  1922. Setting up ncal (12.1.7+nmu3) ...
  1923. Setting up libmaxminddb0:armel (1.5.2-1) ...
  1924. Setting up libreadline8:armel (8.1-1) ...
  1925. Setting up libsqlite3-0:armel (3.34.1-3) ...
  1926. Setting up libcbor0:armel (0.5.0+dfsg-2) ...
  1927. Setting up libldap-2.4-2:armel (2.4.57+dfsg-3+deb11u1) ...
  1928. Setting up libdns1110:armel (1:9.11.19+dfsg-2.1) ...
  1929. Setting up libisc-export1105:armel (1:9.11.19+dfsg-2.1) ...
  1930. Setting up libuv1:armel (1.40.0-2) ...
  1931. Setting up libslang2:armel (2.3.2-5) ...
  1932. Setting up iperf (2.0.14a+dfsg1-1) ...
  1933. Setting up libwrap0:armel (7.6.q-31) ...
  1934. Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
  1935. Setting up liblwres161:armel (1:9.11.19+dfsg-2.1) ...
  1936. Setting up bsdmainutils (12.1.7+nmu3) ...
  1937. removed '/etc/default/bsdmainutils.dpkg-remove'
  1938. Setting up libatomic1:armel (10.2.1-6) ...
  1939. Setting up udev (247.3-7+deb11u4) ...
  1940. Installing new version of config file /etc/init.d/udev ...
  1941. Package configuration
  1942. ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  1943.  
  1944.  
  1945.  
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951.  
  1952.  
  1953.  
  1954.  
  1955.  
  1956.  
  1957.  
  1958.  
  1959.  
  1960.  
  1961. ┌──────────────────────────────────────────────────────────────────Configuring openssh-server────────────────────────────────────────────────────────────────────┐
  1962. │ A new version (/tmp/tmp.YhBAVzWaqs) of configuration file /etc/ssh/sshd_config is available, but the version installed currently has been locally modified. │
  1963. │ │
  1964. │ What do you want to do about modified configuration file sshd_config? │
  1965. │ ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │
  1966. │ │ install the package maintainer's version │ │
  1967. │ │ keep the local version currently installed │ │
  1968. │ │ show the differences between the versions │ │
  1969. │ │ show a side-by-side difference between the versions │ │
  1970. │ │ show a 3-way difference between available versions │ │
  1971. │ │ do a 3-way merge between available versions │ │
  1972. │ │ start a new shell to examine the situation │ │
  1973. │ └────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘ │
  1974. ├────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  1975. │ < OK > │
  1976. └────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
  1977.  
  1978.  
  1979.  
  1980.  
  1981.  
  1982.  
  1983.  
  1984.  
  1985.  
  1986.  
  1987.  
  1988.  
  1989.  
  1990.  
  1991.  
  1992.  
  1993.  
  1994.  
  1995.  
  1996.  
  1997.  
  1998. ^[[B/etc/ssh/sshd_config line 14: Deprecated option UsePrivilegeSeparation
  1999. /etc/ssh/sshd_config line 17: Deprecated option KeyRegenerationInterval
  2000. /etc/ssh/sshd_config line 18: Deprecated option ServerKeyBits
  2001. /etc/ssh/sshd_config line 29: Deprecated option RSAAuthentication
  2002. /etc/ssh/sshd_config line 36: Deprecated option RhostsRSAAuthentication
  2003. Restarting OpenBSD Secure Shell server: sshd/etc/ssh/sshd_config line 14: Deprecated option UsePrivilegeSeparation
  2004. /etc/ssh/sshd_config line 17: Deprecated option KeyRegenerationInterval
  2005. /etc/ssh/sshd_config line 18: Deprecated option ServerKeyBits
  2006. /etc/ssh/sshd_config line 29: Deprecated option RSAAuthentication
  2007. /etc/ssh/sshd_config line 36: Deprecated option RhostsRSAAuthentication
  2008. .
  2009. Setting up htop (3.0.5-7) ...
  2010. Setting up gnupg (2.2.27-2+deb11u2) ...
  2011. Processing triggers for libc-bin (2.31-13+deb11u6) ...
  2012. Processing triggers for man-db (2.9.4-2) ...
  2013. Processing triggers for initramfs-tools (0.140) ...
  2014. update-initramfs: Generating /boot/initrd.img-3.18.5-kirkwood-tld-1
  2015. root@debian:~# reboot
  2016.  
  2017. Broadcast message from root@debian (pts/0) (Wed Oct 18 00:25:31 2023):
  2018.  
  2019. The system is going down for reboot NOW!
  2020. root@debian:~#
  2021. Linux debian 3.18.5-kirkwood-tld-1 #1 PREEMPT Thu Feb 5 17:58:07 PST 2015 armv5tel
  2022.  
  2023. The programs included with the Debian GNU/Linux system are free software;
  2024. the exact distribution terms for each program are described in the
  2025. individual files in /usr/share/doc/*/copyright.
  2026.  
  2027. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  2028. permitted by applicable law.
  2029. Last login: Wed Dec 31 18:01:48 1969 from 192.168.2.202
  2030. root@debian:~#
  2031.  
  2032. root@debian:~# sudo apt-get update
  2033. Hit:1 http://httpredir.debian.org/debian bullseye InRelease
  2034. Ign:2 http://archive.debian.org bullseye/updates InRelease
  2035. Err:3 http://archive.debian.org bullseye/updates Release
  2036. 404 Not Found [IP: 130.89.148.13 80]
  2037. Reading package lists... Done
  2038. E: The repository 'http://archive.debian.org bullseye/updates Release' does not have a Release file.
  2039. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  2040. N: See apt-secure(8) manpage for repository creation and user configuration details.
  2041. root@debian:~# sudo apt-get -y dist-upgrade
  2042. Reading package lists... Done
  2043. Building dependency tree... Done
  2044. Reading state information... Done
  2045. Calculating upgrade... Done
  2046. The following packages were automatically installed and are no longer required:
  2047. bsdmainutils fdisk libapt-inst2.0 libapt-pkg5.0 libbind9-161 libdns-export1104 libdns1104 libdns1110 libevent-2.1-6 libfdisk1 libffi6 libgeoip1 libhogweed4 libicu63 libisc-export1100 libisc1100 libisc1105
  2048. libisccc161 libisccfg163 libjson-c3 liblwres161 libnettle6 libprocps7 libreadline7 ncal
  2049. Use 'sudo apt autoremove' to remove them.
  2050. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  2051. root@debian:~# sudo apt autoremove
  2052. Reading package lists... Done
  2053. Building dependency tree... Done
  2054. Reading state information... Done
  2055. The following packages will be REMOVED:
  2056. bsdmainutils fdisk libapt-inst2.0 libapt-pkg5.0 libbind9-161 libdns-export1104 libdns1104 libdns1110 libevent-2.1-6 libfdisk1 libffi6 libgeoip1 libhogweed4 libicu63 libisc-export1100 libisc1100 libisc1105
  2057. libisccc161 libisccfg163 libjson-c3 liblwres161 libnettle6 libprocps7 libreadline7 ncal
  2058. 0 upgraded, 0 newly installed, 25 to remove and 0 not upgraded.
  2059. After this operation, 50.8 MB disk space will be freed.
  2060. Do you want to continue? [Y/n] y
  2061. (Reading database ... 13535 files and directories currently installed.)
  2062. Removing bsdmainutils (12.1.7+nmu3) ...
  2063. Removing fdisk (2.36.1-8+deb11u1) ...
  2064. Removing libapt-inst2.0:armel (1.8.2.1) ...
  2065. Removing libapt-pkg5.0:armel (1.8.2.1) ...
  2066. Removing libbind9-161:armel (1:9.11.19+dfsg-2.1) ...
  2067. Removing libdns-export1104 (1:9.11.5.P4+dfsg-5.1+deb10u2) ...
  2068. Removing libdns1104:armel (1:9.11.5.P4+dfsg-5.1+deb10u2) ...
  2069. Removing libisccfg163:armel (1:9.11.19+dfsg-2.1) ...
  2070. Removing libdns1110:armel (1:9.11.19+dfsg-2.1) ...
  2071. Removing libevent-2.1-6:armel (2.1.8-stable-4) ...
  2072. Removing libfdisk1:armel (2.36.1-8+deb11u1) ...
  2073. Removing libffi6:armel (3.2.1-9) ...
  2074. Removing libisc1100:armel (1:9.11.5.P4+dfsg-5.1+deb10u2) ...
  2075. Removing libgeoip1:armel (1.6.12-7) ...
  2076. Removing libhogweed4:armel (3.4.1-1) ...
  2077. Removing libicu63:armel (63.1-6+deb10u1) ...
  2078. Removing libisc-export1100:armel (1:9.11.5.P4+dfsg-5.1+deb10u2) ...
  2079. Removing libisccc161:armel (1:9.11.19+dfsg-2.1) ...
  2080. Removing libisc1105:armel (1:9.11.19+dfsg-2.1) ...
  2081. Removing libjson-c3:armel (0.12.1+ds-2+deb10u1) ...
  2082. Removing liblwres161:armel (1:9.11.19+dfsg-2.1) ...
  2083. Removing libnettle6:armel (3.4.1-1) ...
  2084. Removing libprocps7:armel (2:3.3.15-2) ...
  2085. Removing libreadline7:armel (7.0-5) ...
  2086. Removing ncal (12.1.7+nmu3) ...
  2087. Processing triggers for man-db (2.9.4-2) ...
  2088. Processing triggers for libc-bin (2.31-13+deb11u6) ...
  2089. root@debian:~# sudo apt-get update
  2090. Hit:1 http://httpredir.debian.org/debian bullseye InRelease
  2091. Ign:2 http://archive.debian.org bullseye/updates InRelease
  2092. Err:3 http://archive.debian.org bullseye/updates Release
  2093. 404 Not Found [IP: 130.89.148.13 80]
  2094. Reading package lists... Done
  2095. E: The repository 'http://archive.debian.org bullseye/updates Release' does not have a Release file.
  2096. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  2097. N: See apt-secure(8) manpage for repository creation and user configuration details.
  2098. root@debian:~# sed -i ‘s_/debian-security/ bullseye/updates_/debian-security/ bullseye-security_g’ /etc/apt/sources.list
  2099. sed: -e expression #1, char 1: unknown command: `�'
  2100. root@debian:~# sed -i 's_/debian-security/ bullseye/updates_debian-security/ bullseye-security_g' /etc/apt/soources.list
  2101. sed: can't read /etc/apt/soources.list: No such file or directory
  2102. root@debian:~# sed -i 's_/debian-security/ bullseye/updates_debian-security/ bullseye-security_g' /etc/apt/sources.list
  2103. root@debian:~# sudo apt-get update
  2104. Hit:1 http://httpredir.debian.org/debian bullseye InRelease
  2105. Ign:2 http://archive.debian.org bullseye/updates InRelease
  2106. Err:3 http://archive.debian.org bullseye/updates Release
  2107. 404 Not Found [IP: 130.89.148.13 80]
  2108. Reading package lists... Done
  2109. E: The repository 'http://archive.debian.org bullseye/updates Release' does not have a Release file.
  2110. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  2111. N: See apt-secure(8) manpage for repository creation and user configuration details.
  2112. root@debian:~# sed -i s”/bullseye\/updates/bullseye-security/” sources.list
  2113. sed: -e expression #1, char 43: unterminated `s' command
  2114. root@debian:~# sed -i s"/bullseye\/updates/bullses-security/" sources.list
  2115. sed: can't read sources.list: No such file or directory
  2116. root@debian:~# sudo apt-get update
  2117. Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
  2118. Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
  2119. Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
  2120. Get:4 http://deb.debian.org/debian bullseye/non-free Sources [81.0 kB]
  2121. Get:5 http://deb.debian.org/debian bullseye/contrib Sources [43.2 kB]
  2122. Get:6 http://deb.debian.org/debian bullseye/main Sources [8502 kB]
  2123. Get:7 http://deb.debian.org/debian bullseye/main armel Packages [7776 kB]
  2124. Get:8 http://deb.debian.org/debian bullseye/main Translation-en [6236 kB]
  2125. Get:9 http://deb.debian.org/debian bullseye/contrib armel Packages [37.3 kB]
  2126. Get:10 http://deb.debian.org/debian bullseye/contrib Translation-en [46.9 kB]
  2127. Get:11 http://deb.debian.org/debian bullseye/non-free armel Packages [51.6 kB]
  2128. Get:12 http://deb.debian.org/debian bullseye/non-free Translation-en [92.4 kB]
  2129. Get:13 http://deb.debian.org/debian-security bullseye-security/main Sources [159 kB]
  2130. Get:14 http://deb.debian.org/debian-security bullseye-security/non-free Sources [784 B]
  2131. Get:15 http://deb.debian.org/debian-security bullseye-security/main armel Packages [240 kB]
  2132. Get:16 http://deb.debian.org/debian-security bullseye-security/main Translation-en [164 kB]
  2133. Get:17 http://deb.debian.org/debian-security bullseye-security/non-free Translation-en [472 B]
  2134. Get:18 http://deb.debian.org/debian bullseye-updates/main Sources [6468 B]
  2135. Get:19 http://deb.debian.org/debian bullseye-updates/main armel Packages [14.9 kB]
  2136. Get:20 http://deb.debian.org/debian bullseye-updates/main Translation-en [10.1 kB]
  2137. Fetched 23.7 MB in 57s (415 kB/s)
  2138. Reading package lists... Done
  2139. root@debian:~# sudo apt-get upgrade
  2140. Reading package lists... Done
  2141. Building dependency tree... Done
  2142. Reading state information... Done
  2143. Calculating upgrade... Done
  2144. The following packages will be upgraded:
  2145. libc-bin libc6
  2146. 2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  2147. Need to get 3046 kB of archives.
  2148. After this operation, 2048 B of additional disk space will be used.
  2149. Do you want to continue? [Y/n] y
  2150. Get:1 http://deb.debian.org/debian-security bullseye-security/main armel libc6 armel 2.31-13+deb11u7 [2340 kB]
  2151. Get:2 http://deb.debian.org/debian-security bullseye-security/main armel libc-bin armel 2.31-13+deb11u7 [706 kB]
  2152. Fetched 3046 kB in 2s (1290 kB/s)
  2153. Preconfiguring packages ...
  2154. (Reading database ... 13267 files and directories currently installed.)
  2155. Preparing to unpack .../libc6_2.31-13+deb11u7_armel.deb ...
  2156. Unpacking libc6:armel (2.31-13+deb11u7) over (2.31-13+deb11u6) ...
  2157. Setting up libc6:armel (2.31-13+deb11u7) ...
  2158. (Reading database ... 13267 files and directories currently installed.)
  2159. Preparing to unpack .../libc-bin_2.31-13+deb11u7_armel.deb ...
  2160. Unpacking libc-bin (2.31-13+deb11u7) over (2.31-13+deb11u6) ...
  2161. Setting up libc-bin (2.31-13+deb11u7) ...
  2162. Processing triggers for man-db (2.9.4-2) ...
  2163. root@debian:~# reboot
  2164.  
  2165. Broadcast message from root@debian (pts/0) (Wed Oct 18 00:48:13 2023):
  2166.  
  2167. The system is going down for reboot NOW!
  2168. root@debian:~#
  2169.  
  2170. root@debian:~# Linux debian 3.18.5-kirkwood-tld-1 #1 PREEMPT Thu Feb 5 17:58:07 PST 2015 armv5tel
  2171.  
  2172. The programs included with the Debian GNU/Linux system are free software;
  2173. the exact distribution terms for each program are described in the
  2174. individual files in /usr/share/doc/*/copyright.
  2175.  
  2176. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  2177. permitted by applicable law.
  2178. Last login: Wed Dec 31 18:01:44 1969 from 192.168.2.202
  2179. root@debian:~# wget -O basic-install.sh https://install.pi-hole.net
  2180. --2023-10-18 00:52:40-- https://install.pi-hole.net/
  2181. Resolving install.pi-hole.net (install.pi-hole.net)... 164.90.255.4
  2182. Connecting to install.pi-hole.net (install.pi-hole.net)|164.90.255.4|:443... connected.
  2183. HTTP request sent, awaiting response... 302 Found
  2184. Location: https://raw.githubusercontent.com/pi-hole/pi-hole/master/automated%20install/basic-install.sh [following]
  2185. --2023-10-18 00:52:41-- https://raw.githubusercontent.com/pi-hole/pi-hole/master/automated%20install/basic-install.sh
  2186. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.109.133, ...
  2187. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected.
  2188. HTTP request sent, awaiting response... 200 OK
  2189. Length: 121561 (119K) [text/plain]
  2190. Saving to: 'basic-install.sh'
  2191.  
  2192. basic-install.sh 100%[======================================================================================================================>] 118.71K --.-KB/s in 0.09s
  2193.  
  2194. 2023-10-18 00:52:41 (1.33 MB/s) - 'basic-install.sh' saved [121561/121561]
  2195.  
  2196. root@debian:~# sudo bash basic-install.sh
  2197.  
  2198. [✓] Root user check
  2199.  
  2200. .;;,.
  2201. .ccccc:,.
  2202. :cccclll:. ..,,
  2203. :ccccclll. ;ooodc
  2204. 'ccll:;ll .oooodc
  2205. .;cll.;;looo:.
  2206. .. ','.
  2207. .',,,,,,'.
  2208. .',,,,,,,,,,.
  2209. .',,,,,,,,,,,,....
  2210. ....''',,,,,,,'.......
  2211. ......... .... .........
  2212. .......... ..........
  2213. .......... ..........
  2214. ......... .... .........
  2215. ........,,,,,,,'......
  2216. ....',,,,,,,,,,,,.
  2217. .',,,,,,,,,'.
  2218. .',,,,,,'.
  2219. ..'''.
  2220.  
  2221. [i] SELinux not detected
  2222. [✓] Update local cache of available packages
  2223.  
  2224. [✓] Checking apt-get for upgraded packages... up to date!
  2225.  
  2226. [i] Checking for / installing Required dependencies for OS Check...
  2227. [✓] Checking for grep
  2228. [i] Checking for dnsutils (will be installed)
  2229. [i] Waiting for package manager to finish (up to 30 seconds)
  2230. [i] Processing apt-get install(s) for: dnsutils, please wait...
  2231. ----------------------------------------------------------------------
  2232. Selecting previously unselected package bind9-dnsutils.
  2233. (Reading database ... 13267 files and directories currently installed.)
  2234. Preparing to unpack .../bind9-dnsutils_1%3a9.16.44-1~deb11u1_armel.deb ...
  2235. Unpacking bind9-dnsutils (1:9.16.44-1~deb11u1) ...
  2236. Selecting previously unselected package dnsutils.
  2237. Preparing to unpack .../dnsutils_1%3a9.16.44-1~deb11u1_all.deb ...
  2238. Unpacking dnsutils (1:9.16.44-1~deb11u1) ...
  2239. Setting up bind9-dnsutils (1:9.16.44-1~deb11u1) ...
  2240. Setting up dnsutils (1:9.16.44-1~deb11u1) ...
  2241. Processing triggers for man-db (2.9.4-2) ...
  2242. ----------------------------------------------------------------------
  2243. [✓] Supported OS detected
  2244. [i] Checking for / installing Required dependencies for this install script...
  2245. [i] Checking for git (will be installed)
  2246. [✓] Checking for iproute2
  2247. [✓] Checking for dialog
  2248. [✓] Checking for ca-certificates
  2249. [i] Waiting for package manager to finish (up to 30 seconds)
  2250. [i] Processing apt-get install(s) for: git, please wait...
  2251. ----------------------------------------------------------------------
  2252. Selecting previously unselected package perl-modules-5.32.
  2253. (Reading database ... 13287 files and directories currently installed.)
  2254. Preparing to unpack .../00-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
  2255. Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
  2256. Selecting previously unselected package libgdbm-compat4:armel.
  2257. Preparing to unpack .../01-libgdbm-compat4_1.19-2_armel.deb ...
  2258. Unpacking libgdbm-compat4:armel (1.19-2) ...
  2259. Selecting previously unselected package libperl5.32:armel.
  2260. Preparing to unpack .../02-libperl5.32_5.32.1-4+deb11u2_armel.deb ...
  2261. Unpacking libperl5.32:armel (5.32.1-4+deb11u2) ...
  2262. Selecting previously unselected package perl.
  2263. Preparing to unpack .../03-perl_5.32.1-4+deb11u2_armel.deb ...
  2264. Unpacking perl (5.32.1-4+deb11u2) ...
  2265. Selecting previously unselected package libbrotli1:armel.
  2266. Preparing to unpack .../04-libbrotli1_1.0.9-2+b2_armel.deb ...
  2267. Unpacking libbrotli1:armel (1.0.9-2+b2) ...
  2268. Selecting previously unselected package libnghttp2-14:armel.
  2269. Preparing to unpack .../05-libnghttp2-14_1.43.0-1_armel.deb ...
  2270. Unpacking libnghttp2-14:armel (1.43.0-1) ...
  2271. Selecting previously unselected package librtmp1:armel.
  2272. Preparing to unpack .../06-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armel.deb ...
  2273. Unpacking librtmp1:armel (2.4+20151223.gitfa8646d.1-2+b2) ...
  2274. Selecting previously unselected package libssh2-1:armel.
  2275. Preparing to unpack .../07-libssh2-1_1.9.0-2_armel.deb ...
  2276. Unpacking libssh2-1:armel (1.9.0-2) ...
  2277. Selecting previously unselected package libcurl3-gnutls:armel.
  2278. Preparing to unpack .../08-libcurl3-gnutls_7.74.0-1.3+deb11u10_armel.deb ...
  2279. Unpacking libcurl3-gnutls:armel (7.74.0-1.3+deb11u10) ...
  2280. Selecting previously unselected package liberror-perl.
  2281. Preparing to unpack .../09-liberror-perl_0.17029-1_all.deb ...
  2282. Unpacking liberror-perl (0.17029-1) ...
  2283. Selecting previously unselected package git-man.
  2284. Preparing to unpack .../10-git-man_1%3a2.30.2-1+deb11u2_all.deb ...
  2285. Unpacking git-man (1:2.30.2-1+deb11u2) ...
  2286. Selecting previously unselected package git.
  2287. Preparing to unpack .../11-git_1%3a2.30.2-1+deb11u2_armel.deb ...
  2288. Unpacking git (1:2.30.2-1+deb11u2) ...
  2289. Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
  2290. Setting up libbrotli1:armel (1.0.9-2+b2) ...
  2291. Setting up libnghttp2-14:armel (1.43.0-1) ...
  2292. Setting up librtmp1:armel (2.4+20151223.gitfa8646d.1-2+b2) ...
  2293. Setting up libgdbm-compat4:armel (1.19-2) ...
  2294. Setting up libperl5.32:armel (5.32.1-4+deb11u2) ...
  2295. Setting up git-man (1:2.30.2-1+deb11u2) ...
  2296. Setting up libssh2-1:armel (1.9.0-2) ...
  2297. Setting up libcurl3-gnutls:armel (7.74.0-1.3+deb11u10) ...
  2298. Setting up perl (5.32.1-4+deb11u2) ...
  2299. Setting up liberror-perl (0.17029-1) ...
  2300. Setting up git (1:2.30.2-1+deb11u2) ...
  2301. Processing triggers for man-db (2.9.4-2) ...
  2302. Processing triggers for libc-bin (2.31-13+deb11u7) ...
  2303. ----------------------------------------------------------------------
  2304. [i] IPv4 address: 192.168.2.177/24
  2305. [i] Unable to find IPv6 ULA/GUA address
  2306. [i] IPv6 address:
  2307. [i] Using upstream DNS: OpenDNS (ECS, DNSSEC) (208.67.222.222, 208.67.220.220)
  2308. [i] Installing StevenBlack's Unified Hosts List
  2309. [i] Installing Admin Web Interface
  2310. [i] Installing lighttpd
  2311. [i] Query Logging on.
  2312. [i] Using privacy level: 0
  2313. [✗] Check for existing repository in /etc/.pihole
  2314. [i] Clone https://github.com/pi-hole/pi-hole.git into /etc/.pihole...HEAD is now at 60b6a10 v5.17.2 (#5421)
  2315. [✓] Clone https://github.com/pi-hole/pi-hole.git into /etc/.pihole
  2316.  
  2317. [✗] Check for existing repository in /var/www/html/admin
  2318. [i] Clone https://github.com/pi-hole/web.git into /var/www/html/admin...HEAD is now at 3dd5752 v5.20.2 (#2731)
  2319. [✓] Clone https://github.com/pi-hole/web.git into /var/www/html/admin
  2320.  
  2321. [i] Checking for / installing Required dependencies for Pi-hole software...
  2322. [i] Checking for cron (will be installed)
  2323. [i] Checking for curl (will be installed)
  2324. [✓] Checking for iputils-ping
  2325. [i] Checking for psmisc (will be installed)
  2326. [✓] Checking for sudo
  2327. [i] Checking for unzip (will be installed)
  2328. [i] Checking for idn2 (will be installed)
  2329. [✓] Checking for libcap2-bin
  2330. [i] Checking for dns-root-data (will be installed)
  2331. [✓] Checking for libcap2
  2332. [i] Checking for netcat-openbsd (will be installed)
  2333. [✓] Checking for procps
  2334. [i] Checking for jq (will be installed)
  2335. [i] Checking for lighttpd (will be installed)
  2336. [i] Checking for php-common (will be installed)
  2337. [i] Checking for php-cgi (will be installed)
  2338. [i] Checking for php-sqlite3 (will be installed)
  2339. [i] Checking for php-xml (will be installed)
  2340. [i] Checking for php-intl (will be installed)
  2341. [i] Checking for php-json (will be installed)
  2342. [i] Waiting for package manager to finish (up to 30 seconds)
  2343. [i] Processing apt-get install(s) for: cron curl psmisc unzip idn2 dns-root-data netcat-openbsd jq lighttpd php-common php-cgi php-sqlite3 php-xml php-intl php-json, please wait...
  2344. ----------------------------------------------------------------------
  2345. Extracting templates from packages: 100%
  2346. Selecting previously unselected package cron.
  2347. (Reading database ... 16288 files and directories currently installed.)
  2348. Preparing to unpack .../00-cron_3.0pl1-137_armel.deb ...
  2349. Unpacking cron (3.0pl1-137) ...
  2350. Selecting previously unselected package media-types.
  2351. Preparing to unpack .../01-media-types_4.0.0_all.deb ...
  2352. Unpacking media-types (4.0.0) ...
  2353. Selecting previously unselected package mailcap.
  2354. Preparing to unpack .../02-mailcap_3.69_all.deb ...
  2355. Unpacking mailcap (3.69) ...
  2356. Selecting previously unselected package mime-support.
  2357. Preparing to unpack .../03-mime-support_3.66_all.deb ...
  2358. Unpacking mime-support (3.66) ...
  2359. Selecting previously unselected package lighttpd.
  2360. Preparing to unpack .../04-lighttpd_1.4.59-1+deb11u2_armel.deb ...
  2361. Unpacking lighttpd (1.4.59-1+deb11u2) ...
  2362. Selecting previously unselected package libcurl4:armel.
  2363. Preparing to unpack .../05-libcurl4_7.74.0-1.3+deb11u10_armel.deb ...
  2364. Unpacking libcurl4:armel (7.74.0-1.3+deb11u10) ...
  2365. Selecting previously unselected package curl.
  2366. Preparing to unpack .../06-curl_7.74.0-1.3+deb11u10_armel.deb ...
  2367. Unpacking curl (7.74.0-1.3+deb11u10) ...
  2368. Selecting previously unselected package dns-root-data.
  2369. Preparing to unpack .../07-dns-root-data_2021011101_all.deb ...
  2370. Unpacking dns-root-data (2021011101) ...
  2371. Selecting previously unselected package idn2.
  2372. Preparing to unpack .../08-idn2_2.3.0-5_armel.deb ...
  2373. Unpacking idn2 (2.3.0-5) ...
  2374. Selecting previously unselected package libonig5:armel.
  2375. Preparing to unpack .../09-libonig5_6.9.6-1.1_armel.deb ...
  2376. Unpacking libonig5:armel (6.9.6-1.1) ...
  2377. Selecting previously unselected package libjq1:armel.
  2378. Preparing to unpack .../10-libjq1_1.6-2.1_armel.deb ...
  2379. Unpacking libjq1:armel (1.6-2.1) ...
  2380. Selecting previously unselected package jq.
  2381. Preparing to unpack .../11-jq_1.6-2.1_armel.deb ...
  2382. Unpacking jq (1.6-2.1) ...
  2383. Selecting previously unselected package libargon2-1:armel.
  2384. Preparing to unpack .../12-libargon2-1_0~20171227-0.2_armel.deb ...
  2385. Unpacking libargon2-1:armel (0~20171227-0.2) ...
  2386. Selecting previously unselected package libmagic-mgc.
  2387. Preparing to unpack .../13-libmagic-mgc_1%3a5.39-3+deb11u1_armel.deb ...
  2388. Unpacking libmagic-mgc (1:5.39-3+deb11u1) ...
  2389. Selecting previously unselected package libmagic1:armel.
  2390. Preparing to unpack .../14-libmagic1_1%3a5.39-3+deb11u1_armel.deb ...
  2391. Unpacking libmagic1:armel (1:5.39-3+deb11u1) ...
  2392. Selecting previously unselected package libsodium23:armel.
  2393. Preparing to unpack .../15-libsodium23_1.0.18-1_armel.deb ...
  2394. Unpacking libsodium23:armel (1.0.18-1) ...
  2395. Selecting previously unselected package libxslt1.1:armel.
  2396. Preparing to unpack .../16-libxslt1.1_1.1.34-4+deb11u1_armel.deb ...
  2397. Unpacking libxslt1.1:armel (1.1.34-4+deb11u1) ...
  2398. Selecting previously unselected package netcat-openbsd.
  2399. Preparing to unpack .../17-netcat-openbsd_1.217-3_armel.deb ...
  2400. Unpacking netcat-openbsd (1.217-3) ...
  2401. Selecting previously unselected package psmisc.
  2402. Preparing to unpack .../18-psmisc_23.4-2_armel.deb ...
  2403. Unpacking psmisc (23.4-2) ...
  2404. Selecting previously unselected package php-common.
  2405. Preparing to unpack .../19-php-common_2%3a76_all.deb ...
  2406. Unpacking php-common (2:76) ...
  2407. Selecting previously unselected package php7.4-common.
  2408. Preparing to unpack .../20-php7.4-common_7.4.33-1+deb11u4_armel.deb ...
  2409. Unpacking php7.4-common (7.4.33-1+deb11u4) ...
  2410. Selecting previously unselected package php7.4-json.
  2411. Preparing to unpack .../21-php7.4-json_7.4.33-1+deb11u4_armel.deb ...
  2412. Unpacking php7.4-json (7.4.33-1+deb11u4) ...
  2413. Selecting previously unselected package php7.4-opcache.
  2414. Preparing to unpack .../22-php7.4-opcache_7.4.33-1+deb11u4_armel.deb ...
  2415. Unpacking php7.4-opcache (7.4.33-1+deb11u4) ...
  2416. Selecting previously unselected package php7.4-readline.
  2417. Preparing to unpack .../23-php7.4-readline_7.4.33-1+deb11u4_armel.deb ...
  2418. Unpacking php7.4-readline (7.4.33-1+deb11u4) ...
  2419. Selecting previously unselected package php7.4-cli.
  2420. Preparing to unpack .../24-php7.4-cli_7.4.33-1+deb11u4_armel.deb ...
  2421. Unpacking php7.4-cli (7.4.33-1+deb11u4) ...
  2422. Selecting previously unselected package php7.4-cgi.
  2423. Preparing to unpack .../25-php7.4-cgi_7.4.33-1+deb11u4_armel.deb ...
  2424. Unpacking php7.4-cgi (7.4.33-1+deb11u4) ...
  2425. Selecting previously unselected package php-cgi.
  2426. Preparing to unpack .../26-php-cgi_2%3a7.4+76_all.deb ...
  2427. Unpacking php-cgi (2:7.4+76) ...
  2428. Selecting previously unselected package php7.4-intl.
  2429. Preparing to unpack .../27-php7.4-intl_7.4.33-1+deb11u4_armel.deb ...
  2430. Unpacking php7.4-intl (7.4.33-1+deb11u4) ...
  2431. Selecting previously unselected package php-intl.
  2432. Preparing to unpack .../28-php-intl_2%3a7.4+76_all.deb ...
  2433. Unpacking php-intl (2:7.4+76) ...
  2434. Selecting previously unselected package php-json.
  2435. Preparing to unpack .../29-php-json_2%3a7.4+76_all.deb ...
  2436. Unpacking php-json (2:7.4+76) ...
  2437. Selecting previously unselected package php7.4-sqlite3.
  2438. Preparing to unpack .../30-php7.4-sqlite3_7.4.33-1+deb11u4_armel.deb ...
  2439. Unpacking php7.4-sqlite3 (7.4.33-1+deb11u4) ...
  2440. Selecting previously unselected package php-sqlite3.
  2441. Preparing to unpack .../31-php-sqlite3_2%3a7.4+76_all.deb ...
  2442. Unpacking php-sqlite3 (2:7.4+76) ...
  2443. Selecting previously unselected package php7.4-xml.
  2444. Preparing to unpack .../32-php7.4-xml_7.4.33-1+deb11u4_armel.deb ...
  2445. Unpacking php7.4-xml (7.4.33-1+deb11u4) ...
  2446. Selecting previously unselected package php-xml.
  2447. Preparing to unpack .../33-php-xml_2%3a7.4+76_all.deb ...
  2448. Unpacking php-xml (2:7.4+76) ...
  2449. Selecting previously unselected package unzip.
  2450. Preparing to unpack .../34-unzip_6.0-26+deb11u1_armel.deb ...
  2451. Unpacking unzip (6.0-26+deb11u1) ...
  2452. Setting up media-types (4.0.0) ...
  2453. Setting up idn2 (2.3.0-5) ...
  2454. Setting up libsodium23:armel (1.0.18-1) ...
  2455. Setting up libmagic-mgc (1:5.39-3+deb11u1) ...
  2456. Setting up psmisc (23.4-2) ...
  2457. Setting up libargon2-1:armel (0~20171227-0.2) ...
  2458. Setting up unzip (6.0-26+deb11u1) ...
  2459. Setting up cron (3.0pl1-137) ...
  2460. Adding group `crontab' (GID 115) ...
  2461. Done.
  2462. Starting periodic command scheduler: cron.
  2463. Setting up netcat-openbsd (1.217-3) ...
  2464. update-alternatives: using /bin/nc.openbsd to provide /bin/nc (nc) in auto mode
  2465. Setting up libmagic1:armel (1:5.39-3+deb11u1) ...
  2466. Setting up dns-root-data (2021011101) ...
  2467. Setting up libxslt1.1:armel (1.1.34-4+deb11u1) ...
  2468. Setting up libcurl4:armel (7.74.0-1.3+deb11u10) ...
  2469. Setting up curl (7.74.0-1.3+deb11u10) ...
  2470. Setting up mailcap (3.69) ...
  2471. Setting up libonig5:armel (6.9.6-1.1) ...
  2472. Setting up php-common (2:76) ...
  2473. Setting up php7.4-common (7.4.33-1+deb11u4) ...
  2474.  
  2475. Creating config file /etc/php/7.4/mods-available/calendar.ini with new version
  2476.  
  2477. Creating config file /etc/php/7.4/mods-available/ctype.ini with new version
  2478.  
  2479. Creating config file /etc/php/7.4/mods-available/exif.ini with new version
  2480.  
  2481. Creating config file /etc/php/7.4/mods-available/fileinfo.ini with new version
  2482.  
  2483. Creating config file /etc/php/7.4/mods-available/ffi.ini with new version
  2484.  
  2485. Creating config file /etc/php/7.4/mods-available/ftp.ini with new version
  2486.  
  2487. Creating config file /etc/php/7.4/mods-available/gettext.ini with new version
  2488.  
  2489. Creating config file /etc/php/7.4/mods-available/iconv.ini with new version
  2490.  
  2491. Creating config file /etc/php/7.4/mods-available/pdo.ini with new version
  2492.  
  2493. Creating config file /etc/php/7.4/mods-available/phar.ini with new version
  2494.  
  2495. Creating config file /etc/php/7.4/mods-available/posix.ini with new version
  2496.  
  2497. Creating config file /etc/php/7.4/mods-available/shmop.ini with new version
  2498.  
  2499. Creating config file /etc/php/7.4/mods-available/sockets.ini with new version
  2500.  
  2501. Creating config file /etc/php/7.4/mods-available/sysvmsg.ini with new version
  2502.  
  2503. Creating config file /etc/php/7.4/mods-available/sysvsem.ini with new version
  2504.  
  2505. Creating config file /etc/php/7.4/mods-available/sysvshm.ini with new version
  2506. Creating config file /etc/php/7.4/mods-available/tokenizer.ini with new version
  2507. Setting up mime-support (3.66) ...
  2508. Setting up libjq1:armel (1.6-2.1) ...
  2509. Setting up php7.4-readline (7.4.33-1+deb11u4) ...
  2510.  
  2511. Creating config file /etc/php/7.4/mods-available/readline.ini with new version
  2512. Setting up php7.4-intl (7.4.33-1+deb11u4) ...
  2513.  
  2514. Creating config file /etc/php/7.4/mods-available/intl.ini with new version
  2515. Setting up php-intl (2:7.4+76) ...
  2516. Setting up jq (1.6-2.1) ...
  2517. Setting up php7.4-opcache (7.4.33-1+deb11u4) ...
  2518.  
  2519. Creating config file /etc/php/7.4/mods-available/opcache.ini with new version
  2520. Setting up php7.4-sqlite3 (7.4.33-1+deb11u4) ...
  2521.  
  2522. Creating config file /etc/php/7.4/mods-available/sqlite3.ini with new version
  2523.  
  2524. Creating config file /etc/php/7.4/mods-available/pdo_sqlite.ini with new version
  2525. Setting up lighttpd (1.4.59-1+deb11u2) ...
  2526. Enabling unconfigured: ok
  2527. Run "service lighttpd force-reload" to enable changes
  2528. Starting web server: lighttpd.
  2529. Setting up php7.4-json (7.4.33-1+deb11u4) ...
  2530.  
  2531. Creating config file /etc/php/7.4/mods-available/json.ini with new version
  2532. Setting up php7.4-xml (7.4.33-1+deb11u4) ...
  2533.  
  2534. Creating config file /etc/php/7.4/mods-available/dom.ini with new version
  2535.  
  2536. Creating config file /etc/php/7.4/mods-available/simplexml.ini with new version
  2537.  
  2538. Creating config file /etc/php/7.4/mods-available/xml.ini with new version
  2539.  
  2540. Creating config file /etc/php/7.4/mods-available/xmlreader.ini with new version
  2541.  
  2542. Creating config file /etc/php/7.4/mods-available/xmlwriter.ini with new version
  2543.  
  2544. Creating config file /etc/php/7.4/mods-available/xsl.ini with new version
  2545. Setting up php-json (2:7.4+76) ...
  2546. Setting up php7.4-cli (7.4.33-1+deb11u4) ...
  2547. update-alternatives: using /usr/bin/php7.4 to provide /usr/bin/php (php) in auto mode
  2548. update-alternatives: using /usr/bin/phar7.4 to provide /usr/bin/phar (phar) in auto mode
  2549. update-alternatives: using /usr/bin/phar.phar7.4 to provide /usr/bin/phar.phar (phar.phar) in auto mode
  2550.  
  2551. Creating config file /etc/php/7.4/cli/php.ini with new version
  2552. Setting up php-sqlite3 (2:7.4+76) ...
  2553. Setting up php-xml (2:7.4+76) ...
  2554. Setting up php7.4-cgi (7.4.33-1+deb11u4) ...
  2555. update-alternatives: using /usr/bin/php-cgi7.4 to provide /usr/bin/php-cgi (php-cgi) in auto mode
  2556. update-alternatives: using /usr/lib/cgi-bin/php7.4 to provide /usr/lib/cgi-bin/php (php-cgi-bin) in auto mode
  2557.  
  2558. Creating config file /etc/php/7.4/cgi/php.ini with new version
  2559. Setting up php-cgi (2:7.4+76) ...
  2560. update-alternatives: using /usr/bin/php-cgi.default to provide /usr/bin/php-cgi (php-cgi) in auto mode
  2561. update-alternatives: using /usr/lib/cgi-bin/php.default to provide /usr/lib/cgi-bin/php (php-cgi-bin) in auto mode
  2562. Processing triggers for man-db (2.9.4-2) ...
  2563. Processing triggers for libc-bin (2.31-13+deb11u7) ...
  2564. Processing triggers for php7.4-cli (7.4.33-1+deb11u4) ...
  2565. Processing triggers for php7.4-cgi (7.4.33-1+deb11u4) ...
  2566. ----------------------------------------------------------------------
  2567. [✓] Enabling lighttpd service to start on reboot...
  2568. [✗] Checking for group 'pihole'
  2569. [✓] Creating group 'pihole'
  2570. [✓] Creating user 'pihole'
  2571.  
  2572. [i] FTL Checks...
  2573.  
  2574. [✓] Detected ARMv5 (or newer) processor
  2575. [i] Checking for existing FTL binary...
  2576. [✓] Downloading and Installing FTL
  2577. [✓] Installing scripts from /etc/.pihole
  2578.  
  2579. [i] Installing configs from /etc/.pihole...
  2580. [✓] No dnsmasq.conf found... restoring default dnsmasq.conf...
  2581. [✓] Installed /etc/dnsmasq.d/01-pihole.conf
  2582. [✓] Installed /etc/dnsmasq.d/06-rfc6761.conf
  2583.  
  2584. [✓] Installing sudoer file
  2585.  
  2586. [✓] Installing latest Cron script
  2587.  
  2588. [✓] Installing latest logrotate script
  2589. [i] Backing up /etc/dnsmasq.conf to /etc/dnsmasq.conf.old
  2590. [✓] man pages installed and database updated
  2591. [i] Testing if systemd-resolved is enabled
  2592. [i] Systemd-resolved is not enabled
  2593. [✓] Restarting lighttpd service...
  2594. [✓] Enabling lighttpd service to start on reboot...
  2595. [i] Restarting services...
  2596. [✓] Enabling pihole-FTL service to start on reboot...
  2597. [✓] Restarting pihole-FTL service...
  2598. [i] Creating new gravity database
  2599. [i] Migrating content of /etc/pihole/adlists.list into new database
  2600. [✓] Deleting existing list cache
  2601. [i] Neutrino emissions detected...
  2602. [✓] Pulling blocklist source list into range
  2603.  
  2604. [✓] Preparing new gravity database
  2605. [✓] Creating new gravity databases
  2606. [i] Using libz compression
  2607.  
  2608. [i] Target: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
  2609. [✓] Status: Retrieval successful
  2610. [✓] Parsed 144153 exact domains and 0 ABP-style domains (ignored 1 non-domain entries)
  2611. Sample of non-domain entries:
  2612. - "0.0.0.0"
  2613.  
  2614.  
  2615. [✓] Building tree
  2616. [✓] Swapping databases
  2617. [✓] The old database remains available
  2618. [i] Number of gravity domains: 144153 (144153 unique domains)
  2619. [i] Number of exact blacklisted domains: 0
  2620. [i] Number of regex blacklist filters: 0
  2621. [i] Number of exact whitelisted domains: 0
  2622. [i] Number of regex whitelist filters: 0
  2623. [✓] Flushing DNS cache
  2624. [✓] Cleaning up stray matter
  2625.  
  2626. [✓] FTL is listening on port 53
  2627. [✓] UDP (IPv4)
  2628. [✓] TCP (IPv4)
  2629. [✓] UDP (IPv6)
  2630. [✓] TCP (IPv6)
  2631.  
  2632. [i] Pi-hole blocking will be enabled
  2633. [i] Enabling blocking
  2634. [✓] Reloading DNS lists
  2635. [✓] Pi-hole Enabled
  2636. [i] Web Interface password: BNKlxptC
  2637. [i] This can be changed using 'pihole -a -p'
  2638.  
  2639. [i] View the web interface at http://pi.hole/admin or http://192.168.2.177/admin
  2640.  
  2641. [i] You may now configure your devices to use the Pi-hole as their DNS server
  2642. [i] Pi-hole DNS (IPv4): 192.168.2.177
  2643. [i] If you have not done so already, the above IP should be set to static.
  2644.  
  2645. [i] The install log is located at: /etc/pihole/install.log
  2646. [✓] Installation complete!
  2647. root@debian:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement