Problem:update from Buster to Bullseye

Creating a bug report/issue

I have searched the existing open and closed issues

Required Information

root@DietPi:~# cat /boot/dietpi/.version
G_DIETPI_VERSION_CORE=8
G_DIETPI_VERSION_SUB=25
G_DIETPI_VERSION_RC=3
G_GITBRANCH='8'
G_GITOWNER='MichaIng'

root@DietPi:~# echo $G_DISTRO_NAME $G_RASPBIAN
buster 1

Linux DietPi 5.10.103+ #1529 Tue Mar 8 12:19:18 GMT 2022 armv6l GNU/Linux
root@DietPi:~# dpkg --print-architecture
armhf
root@DietPi:~# echo $G_HW_MODEL_NAME
RPi B (armv6l)

Sandisk 16GB

#### Additional Information (if applicable)
- Software title | PiHole, RPiMonitor, Unbound

Error Bugreport

root@DietPi:~# dietpi-bugreport
[ INFO ] DietPi-BugReport | Generating informative command outputs, please wait.                          ..
[  OK  ] DietPi-BugReport | Packing upload archive
[FAILED] DietPi-BugReport | Sending bug report
 - Command: curl --connect-timeout 8 --retry 1 --retry-delay 4 -sSvT cd10dac7-58                          ef-443a-83e3-6313f17843c9.7z sftp://dietpi-survey:upload2dietpi@ssh.dietpi.com:2                          9248/bugreport/
[FAILED] DietPi-BugReport | Sending bug report
 - Command: curl --connect-timeout 8 --retry 1 --retry-delay 4 -sSvT cd10dac7-58                          ef-443a-83e3-6313f17843c9.7z sftp://dietpi-survey:upload2dietpi@ssh.dietpi.com:2                          9248/bugreport/
[ INFO ] DietPi-BugReport | Concurrent execution of DietPi-BugReport detected, r                          etrying... (1/5)
[ INFO ] DietPi-BugReport | Concurrent execution of DietPi-BugReport detected, r                          etrying... (2/5)
[ INFO ] DietPi-BugReport | Concurrent execution of DietPi-BugReport detected, r                          etrying... (3/5)
[ INFO ] DietPi-BugReport | Concurrent execution of DietPi-BugReport detected, r                          etrying... (4/5)
[ INFO ] DietPi-BugReport | Concurrent execution of DietPi-BugReport detected, r                          etrying... (5/5)
[FAILED] DietPi-BugReport | Cancelled DietPi-BugReport due to concurrent executi                          on

Steps to reproduce

  1. …
  2. …

Expected behaviour

  • …

Actual behaviour

no update from Buster to Bullseye

Extra details

Hello,
unfortunately my update from Buster to Bullseye is not working.
Any idea where the error could be?

Thanks for your help

 apt upgrade     : Run now to apply 2 available APT package upgrades

 dietpi-launcher : All the DietPi programs in one place
 dietpi-config   : Feature rich configuration tool for your device
 dietpi-software : Select optimised software for installation
 htop            : Resource monitor
 cpu             : Shows CPU information and stats

root@DietPi:~# echo $G_DISTRO_NAME
buster
root@DietPi:~# sed -i 's/buster/bullseye/g' /etc/apt/sources.list{,.d/*.list}
root@DietPi:~# sed -i 's|bullseye/updates|bullseye-security|' /etc/apt/sources.l                                                                                                                                                                                                                                             ist
root@DietPi:~# [[ -f '/etc/apt/sources.list.d/raspi.list' ]] && sed -i 's/ ui$//                                                                                                                                                                                                                                             ' /etc/apt/sources.list.d/raspi.list
root@DietPi:~# rm -f /etc/apt/sources.list.d/dietpi-{php,wireguard}.list
root@DietPi:~# rm -f /etc/apt/trusted.gpg.d/dietpi-php.gpg
root@DietPi:~# rm -f /etc/apt/preferences.d/dietpi-{php,openssl,xrdp,wireguard,k                                                                                                                                                                                                                                             odi,openhab}
root@DietPi:~# rm -f /etc/apt/sources.list.d/pivpn-bullseye.list
root@DietPi:~# rm -f /etc/apt/sources.list.d/pivpn-bullseye-repo.list
root@DietPi:~# rm -f /etc/apt/preferences.d/pivpn-limit-bullseye
root@DietPi:~# apt update
Holen:1 https://mirror.netcologne.de/raspbian/raspbian bullseye InRelease [15,0 kB]
Holen:2 https://archive.raspberrypi.org/debian bullseye InRelease [23,6 kB]
Holen:3 https://mirror.netcologne.de/raspbian/raspbian bullseye/non-free armhf Packages [106 kB]
Holen:4 https://mirror.netcologne.de/raspbian/raspbian bullseye/contrib armhf Packages [60,2 kB]
Holen:5 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf Packages [13,2 MB]
Holen:6 https://archive.raspberrypi.org/debian bullseye/main armhf Packages [313 kB]
Es wurden 13,8 MB in 37 s geholt (373 kB/s).
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Aktualisierung für 309 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
root@DietPi:~# # ProFTPD
root@DietPi:~# [[ -f '/etc/proftpd/proftpd.conf' ]] && ! grep -q 'IfModule mod_ident.c' /etc/proftpd/proftpd.conf && sed -i '/IdentLookups/c\<IfModule mod_ident.c>\nIdentLookups off\n</IfModule>' /etc/proftpd/proftpd.conf
root@DietPi:~#
root@DietPi:~# # Legacy network interface names
root@DietPi:~# # - RPi
root@DietPi:~# (( $G_HW_MODEL < 10 )) && ! grep -q 'net.ifnames=0' /boot/cmdline.txt && sed -i '/root=/s/$/ net.ifnames=0/' /boot/cmdline.txt
root@DietPi:~# # - Odroid XU4
root@DietPi:~# (( $G_HW_MODEL == 11 )) && ! grep -q 'net.ifnames=0' /boot/boot.ini && sed -i '/bootrootfs/s/"$/ net.ifnames=0"/' /boot/boot.ini
root@DietPi:~# # - Armbian
root@DietPi:~# [[ -f '/etc/armbianEnv.txt' ]] && ! grep -q 'net.ifnames=0' /etc/armbianEnv.txt && G_CONFIG_INJECT 'extraargs=' 'extraargs="net.ifnames=0"' /boot/armbianEnv.txt
root@DietPi:~# dietpi-services stop

 DietPi-Services
─────────────────────────────────────────────────────
 Mode: stop

[  OK  ] DietPi-Services | stop : cron
[  OK  ] DietPi-Services | stop : rpimonitor
[  OK  ] DietPi-Services | stop : lighttpd
[  OK  ] DietPi-Services | stop : php7.3-fpm
root@DietPi:~# apt upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fertig
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
  libapt-pkg5.0 libbind9-161 libboost-iostreams1.67.0 libboost-system1.67.0 libcwidget3v5 libdns-export1104 libdns1104 libdns1110 libevent-2.1-6 libfam0 libffi6 libgeoip1 libhogweed4 libidn11 libip4tc0 libirs161 libisc-export1100 libisc1100 libisc1105 libisccc161 libisccfg163 libjson-c3 libldap-common liblwres161
  libmpdec2 libncursesw5 libnettle6 libperl5.28 libprocps7 libpython3.7 libpython3.7-minimal libpython3.7-stdlib libreadline5 libreadline7 libtinfo5 netcat-traditional perl-modules-5.28 python3.7 python3.7-minimal usb.ids
Verwenden Sie »apt autoremove«, um sie zu entfernen.

^C
root@DietPi:~# apt full-upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fertig
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
  libapt-pkg5.0 libbind9-161 libboost-iostreams1.67.0 libboost-system1.67.0 libcwidget3v5 libdeflate0 libdns-export1104 libdns1104 libdns1110 libevent-2.1-6 libfam0 libffi6 libgd3 libgeoip1 libhogweed4 libicu63 libidn11 libip4tc0 libirs161 libisc-export1100 libisc1100 libisc1105 libisccc161 libisccfg163 libjbig0
  libjpeg62-turbo libjson-c3 libldap-common liblwres161 libmpdec2 libncursesw5 libnettle6 libperl5.28 libprocps7 libpython3.7 libpython3.7-minimal libpython3.7-stdlib libreadline5 libreadline7 libtiff5 libtinfo5 libwebp6 libxpm4 libxslt1.1 libzip4 netcat-traditional perl-modules-5.28 python3.7 python3.7-minimal
  usb.ids
Verwenden Sie »apt autoremove«, um sie zu entfernen.

^C
root@DietPi:~# /boot/dietpi/func/dietpi-obtain_hw_model
root@DietPi:~# . /boot/dietpi/.hw_model
root@DietPi:~# apt-mark manual lsof
lsof wurde bereits auf manuell installiert gesetzt.
root@DietPi:~# dietpi-services stop

 DietPi-Services
─────────────────────────────────────────────────────
 Mode: stop

[.     ] DietPi-Services | stop : cron
[  OK  ] DietPi-Services | stop : cron
[  OK  ] DietPi-Services | stop : rpimonitor
[  OK  ] DietPi-Services | stop : lighttpd
[  OK  ] DietPi-Services | stop : php7.3-fpm
root@DietPi:~# G_AGP libgcc-8-dev '*php7.3*'
[ INFO ] APT purge libgcc-8-dev *php7.3*, please wait...
Paketlisten werden gelesen...
Abhängigkeitsbaum wird aufgebaut....
Statusinformationen werden eingelesen....
Die folgenden zusätzlichen Pakete werden installiert:
  gcc-10-base libc-bin libc-l10n libc6 libcrypt1 libffi7 libgcc-s1 locales
  php-apcu php7.4-cli php7.4-common php7.4-json php7.4-opcache php7.4-phpdbg
  php7.4-readline
Vorgeschlagene Pakete:
  glibc-doc php-gd php-pear
Empfohlene Pakete:
  manpages libnss-nis libnss-nisplus php-apcu-bc
Die folgenden Pakete werden ENTFERNT:
  libgd3* libjbig0* libjpeg62-turbo* libtiff5* libwebp6* libxpm4* libxslt1.1*
  libzip4* php7.3-cgi* php7.3-cli* php7.3-common* php7.3-curl* php7.3-fpm*
  php7.3-gd* php7.3-intl* php7.3-json* php7.3-mbstring* php7.3-opcache*
  php7.3-readline* php7.3-sqlite3* php7.3-xml* php7.3-zip*
Die folgenden NEUEN Pakete werden installiert:
  gcc-10-base libcrypt1 libffi7 libgcc-s1 php7.4-cli php7.4-common php7.4-json
  php7.4-opcache php7.4-phpdbg php7.4-readline
Die folgenden Pakete werden aktualisiert (Upgrade):
  libc-bin libc-l10n libc6 locales php-apcu
5 aktualisiert, 10 neu installiert, 22 zu entfernen und 297 nicht aktualisiert.
Es mĂĽssen 11,4 MB an Archiven heruntergeladen werden.
Nach dieser Operation werden 9.887 kB Plattenplatz freigegeben.
Holen:1 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf gcc-1                                                                                                                                                                                                                                             0-base armhf 10.2.1-6+rpi1 [202 kB]
Holen:2 https://archive.raspberrypi.org/debian bullseye/main armhf libc-l10n all                                                                                                                                                                                                                                              2.31-13+rpt2+rpi1+deb11u10 [864 kB]
Holen:3 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf libgc                                                                                                                                                                                                                                             c-s1 armhf 10.2.1-6+rpi1 [36,1 kB]
Holen:4 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf libcr                                                                                                                                                                                                                                             ypt1 armhf 1:4.4.18-4 [93,2 kB]
Holen:5 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf libff                                                                                                                                                                                                                                             i7 armhf 3.3-6 [19,9 kB]
Holen:6 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf php7.                                                                                                                                                                                                                                             4-common armhf 7.4.33-1+deb11u5 [589 kB]
Holen:7 https://archive.raspberrypi.org/debian bullseye/main armhf locales all 2                                                                                                                                                                                                                                             .31-13+rpt2+rpi1+deb11u10 [4.086 kB]
Holen:8 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf php7.                                                                                                                                                                                                                                             4-json armhf 7.4.33-1+deb11u5 [16,8 kB]
Holen:9 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf php7.                                                                                                                                                                                                                                             4-opcache armhf 7.4.33-1+deb11u5 [168 kB]
Holen:10 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf php7                                                                                                                                                                                                                                             .4-readline armhf 7.4.33-1+deb11u5 [10,9 kB]
Holen:11 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf php7                                                                                                                                                                                                                                             .4-cli armhf 7.4.33-1+deb11u5 [1.144 kB]
Holen:12 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf php7                                                                                                                                                                                                                                             .4-phpdbg armhf 7.4.33-1+deb11u5 [1.181 kB]
Holen:13 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf php-                                                                                                                                                                                                                                             apcu armhf 5.1.19+4.0.11-3 [39,9 kB]
Holen:14 https://archive.raspberrypi.org/debian bullseye/main armhf libc6 armhf                                                                                                                                                                                                                                              2.31-13+rpt2+rpi1+deb11u10 [2.297 kB]
Holen:15 https://archive.raspberrypi.org/debian bullseye/main armhf libc-bin arm                                                                                                                                                                                                                                             hf 2.31-13+rpt2+rpi1+deb11u10 [681 kB]
debconf: delaying package configuration, since apt-utils is not installed
Es wurden 11,4 MB in 7 s geholt (1.715 kB/s).
                                             Vormals nicht ausgewähltes Paket gc                                                                                                                                                                                                                                             c-10-base:armhf wird gewählt.
(Lese Datenbank ... 28098 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../gcc-10-base_10.2.1-6+rpi1_armhf.deb ...
Entpacken von gcc-10-base:armhf (10.2.1-6+rpi1) ...
gcc-10-base:armhf (10.2.1-6+rpi1) wird eingerichtet ...
Vormals nicht ausgewähltes Paket libgcc-s1:armhf wird gewählt.
(Lese Datenbank ... 28103 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../libgcc-s1_10.2.1-6+rpi1_armhf.deb ...
Entpacken von libgcc-s1:armhf (10.2.1-6+rpi1) ...
Ersetzen der Dateien im alten Paket libgcc1:armhf (1:8.3.0-6+rpi1) ...
libgcc-s1:armhf (10.2.1-6+rpi1) wird eingerichtet ...
Vormals nicht ausgewähltes Paket libcrypt1:armhf wird gewählt.
(Lese Datenbank ... 28105 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../libcrypt1_1%3a4.4.18-4_armhf.deb ...
Entpacken von libcrypt1:armhf (1:4.4.18-4) ...
Ersetzen der Dateien im alten Paket libc6:armhf (2.28-10+rpt2+rpi1+deb10u2) ...
libcrypt1:armhf (1:4.4.18-4) wird eingerichtet ...
(Lese Datenbank ... 28110 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../libc-l10n_2.31-13+rpt2+rpi1+deb11u10_all.deb ...
Entpacken von libc-l10n (2.31-13+rpt2+rpi1+deb11u10) ĂĽber (2.28-10+rpt2+rpi1+deb10u2) ...
Vorbereitung zum Entpacken von .../locales_2.31-13+rpt2+rpi1+deb11u10_all.deb ...
Entpacken von locales (2.31-13+rpt2+rpi1+deb11u10) ĂĽber (2.28-10+rpt2+rpi1+deb10u2) ...
Vorbereitung zum Entpacken von .../libc6_2.31-13+rpt2+rpi1+deb11u10_armhf.deb ...
Checking for services that may need to be restarted...
Checking init scripts...
Entpacken von libc6:armhf (2.31-13+rpt2+rpi1+deb11u10) ĂĽber (2.28-10+rpt2+rpi1+deb10u2) ...
libc6:armhf (2.31-13+rpt2+rpi1+deb11u10) wird eingerichtet ...
Checking for services that may need to be restarted...
Checking init scripts...
Nothing to restart.
(Lese Datenbank ... 28107 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../libc-bin_2.31-13+rpt2+rpi1+deb11u10_armhf.deb ...
Entpacken von libc-bin (2.31-13+rpt2+rpi1+deb11u10) ĂĽber (2.28-10+rpt2+rpi1+deb10u2) ...
libc-bin (2.31-13+rpt2+rpi1+deb11u10) wird eingerichtet ...
(Lese Datenbank ... 28107 Dateien und Verzeichnisse sind derzeit installiert.)
Entfernen von php7.3-gd (7.3.31-1~deb10u7) ...
Entfernen von libgd3:armhf (2.2.5-5.2+deb10u1) ...
Entfernen von libtiff5:armhf (4.1.0+git191117-2~deb10u9) ...
Entfernen von libjbig0:armhf (2.1-3.1+b2) ...
Entfernen von libjpeg62-turbo:armhf (1:1.5.2-2+deb10u1) ...
Entfernen von libwebp6:armhf (0.6.1-2+deb10u3) ...
Entfernen von libxpm4:armhf (1:3.5.12-1+deb10u2) ...
Entfernen von php7.3-xml (7.3.31-1~deb10u7) ...
Entfernen von libxslt1.1:armhf (1.1.32-2.2~deb10u2) ...
Entfernen von php7.3-zip (7.3.31-1~deb10u7) ...
Entfernen von libzip4:armhf (1.5.1-4) ...
Vormals nicht ausgewähltes Paket libffi7:armhf wird gewählt.
(Lese Datenbank ... 28007 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../0-libffi7_3.3-6_armhf.deb ...
Entpacken von libffi7:armhf (3.3-6) ...
Vormals nicht ausgewähltes Paket php7.4-common wird gewählt.
Vorbereitung zum Entpacken von .../1-php7.4-common_7.4.33-1+deb11u5_armhf.deb ...
Entpacken von php7.4-common (7.4.33-1+deb11u5) ...
Vormals nicht ausgewähltes Paket php7.4-json wird gewählt.
Vorbereitung zum Entpacken von .../2-php7.4-json_7.4.33-1+deb11u5_armhf.deb ...
Entpacken von php7.4-json (7.4.33-1+deb11u5) ...
Vormals nicht ausgewähltes Paket php7.4-opcache wird gewählt.
Vorbereitung zum Entpacken von .../3-php7.4-opcache_7.4.33-1+deb11u5_armhf.deb ...
Entpacken von php7.4-opcache (7.4.33-1+deb11u5) ...
Vormals nicht ausgewähltes Paket php7.4-readline wird gewählt.
Vorbereitung zum Entpacken von .../4-php7.4-readline_7.4.33-1+deb11u5_armhf.deb ...
Entpacken von php7.4-readline (7.4.33-1+deb11u5) ...
Vormals nicht ausgewähltes Paket php7.4-cli wird gewählt.
Vorbereitung zum Entpacken von .../5-php7.4-cli_7.4.33-1+deb11u5_armhf.deb ...
Entpacken von php7.4-cli (7.4.33-1+deb11u5) ...
Vormals nicht ausgewähltes Paket php7.4-phpdbg wird gewählt.
Vorbereitung zum Entpacken von .../6-php7.4-phpdbg_7.4.33-1+deb11u5_armhf.deb ...
Entpacken von php7.4-phpdbg (7.4.33-1+deb11u5) ...
Vorbereitung zum Entpacken von .../7-php-apcu_5.1.19+4.0.11-3_armhf.deb ...
WARNING: Module apcu ini file doesn't exist under /etc/php/7.4/mods-available
WARNING: Module apcu ini file doesn't exist under /etc/php/7.4/mods-available
Entpacken von php-apcu (5.1.19+4.0.11-3) ĂĽber (5.1.17+4.0.11-1) ...
(Lese Datenbank ... 28125 Dateien und Verzeichnisse sind derzeit installiert.)
Entfernen von php7.3-cgi (7.3.31-1~deb10u7) ...
Entfernen von php7.3-fpm (7.3.31-1~deb10u7) ...
Entfernen von php7.3-cli (7.3.31-1~deb10u7) ...
Entfernen von php7.3-sqlite3 (7.3.31-1~deb10u7) ...
Entfernen von php7.3-readline (7.3.31-1~deb10u7) ...
Entfernen von php7.3-curl (7.3.31-1~deb10u7) ...
Entfernen von php7.3-intl (7.3.31-1~deb10u7) ...
Entfernen von php7.3-json (7.3.31-1~deb10u7) ...
Entfernen von php7.3-mbstring (7.3.31-1~deb10u7) ...
Entfernen von php7.3-opcache (7.3.31-1~deb10u7) ...
Entfernen von php7.3-common (7.3.31-1~deb10u7) ...
libc-l10n (2.31-13+rpt2+rpi1+deb11u10) wird eingerichtet ...
libffi7:armhf (3.3-6) wird eingerichtet ...
locales (2.31-13+rpt2+rpi1+deb11u10) wird eingerichtet ...
Neue Version der Konfigurationsdatei /etc/locale.alias wird installiert ...
Generating locales (this might take a while)...
  de_DE.UTF-8... done
  C.UTF-8... done
Generation complete.
php7.4-common (7.4.33-1+deb11u5) wird eingerichtet ...

Creating config file /etc/php/7.4/mods-available/calendar.ini with new version

Creating config file /etc/php/7.4/mods-available/ctype.ini with new version

Creating config file /etc/php/7.4/mods-available/exif.ini with new version

Creating config file /etc/php/7.4/mods-available/fileinfo.ini with new version

Creating config file /etc/php/7.4/mods-available/ffi.ini with new version

Creating config file /etc/php/7.4/mods-available/ftp.ini with new version

Creating config file /etc/php/7.4/mods-available/gettext.ini with new version

Creating config file /etc/php/7.4/mods-available/iconv.ini with new version

Creating config file /etc/php/7.4/mods-available/pdo.ini with new version

Creating config file /etc/php/7.4/mods-available/phar.ini with new version

Creating config file /etc/php/7.4/mods-available/posix.ini with new version

Creating config file /etc/php/7.4/mods-available/shmop.ini with new version

Creating config file /etc/php/7.4/mods-available/sockets.ini with new version

Creating config file /etc/php/7.4/mods-available/sysvmsg.ini with new version

Creating config file /etc/php/7.4/mods-available/sysvsem.ini with new version

Creating config file /etc/php/7.4/mods-available/sysvshm.ini with new version

Creating config file /etc/php/7.4/mods-available/tokenizer.ini with new version
php7.4-readline (7.4.33-1+deb11u5) wird eingerichtet ...

Creating config file /etc/php/7.4/mods-available/readline.ini with new version
php7.4-opcache (7.4.33-1+deb11u5) wird eingerichtet ...

Creating config file /etc/php/7.4/mods-available/opcache.ini with new version
php7.4-json (7.4.33-1+deb11u5) wird eingerichtet ...

Creating config file /etc/php/7.4/mods-available/json.ini with new version
php7.4-cli (7.4.33-1+deb11u5) wird eingerichtet ...
update-alternatives: /usr/bin/php7.4 wird verwendet, um /usr/bin/php (php) im au                                                                                                                                                                                                                                             tomatischen Modus bereitzustellen
update-alternatives: /usr/bin/phar7.4 wird verwendet, um /usr/bin/phar (phar) im                                                                                                                                                                                                                                              automatischen Modus bereitzustellen
update-alternatives: /usr/bin/phar.phar7.4 wird verwendet, um /usr/bin/phar.phar                                                                                                                                                                                                                                              (phar.phar) im automatischen Modus bereitzustellen

Creating config file /etc/php/7.4/cli/php.ini with new version
php-apcu (5.1.19+4.0.11-3) wird eingerichtet ...
Removing obsolete conffile /etc/php/7.3/mods-available/apcu.ini ...
php7.4-phpdbg (7.4.33-1+deb11u5) wird eingerichtet ...
update-alternatives: /usr/bin/phpdbg7.4 wird verwendet, um /usr/bin/phpdbg (phpd                                                                                                                                                                                                                                             bg) im automatischen Modus bereitzustellen

Creating config file /etc/php/7.4/phpdbg/php.ini with new version
Trigger fĂĽr libc-bin (2.31-13+rpt2+rpi1+deb11u10) werden verarbeitet ...
(Lese Datenbank ... 27965 Dateien und Verzeichnisse sind derzeit installiert.)
Löschen der Konfigurationsdateien von php7.3-cgi (7.3.31-1~deb10u7) ...
dpkg: Warnung: Während Entfernens von php7.3-cgi ist Verzeichnis »/etc/php/7.3/c                                                                                                                                                                                                                                             gi/conf.d« nicht leer, wird daher nicht gelöscht
Löschen der Konfigurationsdateien von php7.3-sqlite3 (7.3.31-1~deb10u7) ...
Löschen der Konfigurationsdateien von php7.3-mbstring (7.3.31-1~deb10u7) ...
Löschen der Konfigurationsdateien von php7.3-fpm (7.3.31-1~deb10u7) ...
dpkg: Warnung: Während Entfernens von php7.3-fpm ist Verzeichnis »/etc/php/7.3/f                                                                                                                                                                                                                                             pm/conf.d« nicht leer, wird daher nicht gelöscht
Löschen der Konfigurationsdateien von php7.3-json (7.3.31-1~deb10u7) ...
Löschen der Konfigurationsdateien von php7.3-readline (7.3.31-1~deb10u7) ...
Löschen der Konfigurationsdateien von php7.3-common (7.3.31-1~deb10u7) ...
dpkg: Warnung: Während Entfernens von php7.3-common ist Verzeichnis »/etc/php/7.                                                                                                                                                                                                                                             3/mods-available« nicht leer, wird daher nicht gelöscht
Löschen der Konfigurationsdateien von php7.3-intl (7.3.31-1~deb10u7) ...
Löschen der Konfigurationsdateien von php7.3-xml (7.3.31-1~deb10u7) ...
Löschen der Konfigurationsdateien von php7.3-cli (7.3.31-1~deb10u7) ...
dpkg: Warnung: Während Entfernens von php7.3-cli ist Verzeichnis »/etc/php/7.3/c                                                                                                                                                                                                                                             li/conf.d« nicht leer, wird daher nicht gelöscht
Löschen der Konfigurationsdateien von php7.3-opcache (7.3.31-1~deb10u7) ...
Löschen der Konfigurationsdateien von php7.3-zip (7.3.31-1~deb10u7) ...
Löschen der Konfigurationsdateien von php7.3-curl (7.3.31-1~deb10u7) ...
Löschen der Konfigurationsdateien von php7.3-gd (7.3.31-1~deb10u7) ...
Trigger fĂĽr systemd (241-7~deb10u9+rpi1) werden verarbeitet ...
[  OK  ] APT purge libgcc-8-dev *php7.3*
root@DietPi:~# reboot

root@DietPi:~# cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
root@DietPi:~#


Can we assume that the two ^C were only cutting text and no break via a <ctrl>-C?

I also assume that you did the update described there: DietPi - How to upgrade to "Bullseye" - DietPi blog

The " ^C`" came from me, as nothing happened for over an hour. I therefore assumed that the updates had been pulled.

If not, I’ll let it run for two hours.

Yes, I used your link. @StephanStS

Pls run all upgrade steps again and let it running. Sometimes downloading packages could take a while. Actually non of the upgrade steps have been performed as they are cancelled by user.

Especially, the old Pi needs a long time to update all. It could take a veeeery long time.
Give it several hours.

Thanks @StephanStS @Joulinar, just relax and wait…

but now i got those (if you can read german)

root@DietPi:~# apt full-upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fertig
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
  libapt-pkg5.0 libbind9-161 libboost-iostreams1.67.0 libboost-system1.67.0 libcwidget3v5 libdeflate0 libdns-export1104
  libdns1104 libdns1110 libevent-2.1-6 libfam0 libffi6 libgd3 libgeoip1 libhogweed4 libicu63 libidn11 libip4tc0
  libirs161 libisc-export1100 libisc1100 libisc1105 libisccc161 libisccfg163 libjbig0 libjpeg62-turbo libjson-c3
  libldap-common liblwres161 libmpdec2 libncursesw5 libnettle6 libperl5.28 libprocps7 libpython3.7 libpython3.7-minimal
  libpython3.7-stdlib libreadline5 libreadline7 libtiff5 libtinfo5 libwebp6 libxpm4 libxslt1.1 libzip4
  netcat-traditional perl-modules-5.28 python3.7 python3.7-minimal usb.ids
Verwenden Sie »apt autoremove«, um sie zu entfernen.
Die folgenden Pakete werden ENTFERNT:
  libgcc1 php7.3-cgi php7.3-cli php7.3-common php7.3-curl php7.3-fpm php7.3-gd php7.3-intl php7.3-json php7.3-mbstring
  php7.3-opcache php7.3-readline php7.3-sqlite3 php7.3-xml php7.3-zip
Die folgenden NEUEN Pakete werden installiert:
  bind9-dnsutils bind9-libs dropbear gcc-10-base libapt-pkg6.0 libboost-iostreams1.74.0 libbpf0 libbrotli1 libcrypt1
  libcwidget4 libdeflate0 libdns-export1110 libdns1110 libevent-2.1-7 libfdt1 libffi7 libgcc-s1 libhogweed6 libicu67
  libinih1 libip4tc2 libisc-export1105 libisc1105 libjson-c5 liblist-moreutils-xs-perl libmaxminddb0 libmd0 libmpdec3
  libnettle8 libnsl2 libperl5.32 libprocps8 libpython3.9 libpython3.9-minimal libpython3.9-stdlib libreadline8
  libtirpc-common libtirpc3 libuv1 libxxhash0 libyaml-0-2 logsave mailcap media-types mksh perl-modules-5.32 php7.4-cli
  php7.4-common php7.4-json php7.4-opcache php7.4-phpdbg php7.4-readline python3.9 python3.9-minimal rng-tools-debian
Die folgenden Pakete werden aktualisiert (Upgrade):
  adduser apt aptitude aptitude-common base-files base-passwd bash bash-completion bind9-host bsdutils bzip2
  ca-certificates console-setup console-setup-linux coreutils crda cron curl dash debconf debianutils
  device-tree-compiler dhcpcd5 dialog diffutils dirmngr dmsetup dns-root-data dnsutils dosfstools dpkg dropbear-bin
  dropbear-run e2fsprogs ethtool fake-hwclock fdisk findutils firmware-atheros firmware-brcm80211 firmware-iwlwifi
  firmware-linux-free firmware-misc-nonfree firmware-realtek fontconfig fontconfig-config fonts-dejavu-core gcc-7-base
  gcc-8-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv
  grep gzip hddtemp hdparm hostname htop idn2 ifupdown init init-system-helpers install-info iproute2 iputils-ping
  isc-dhcp-client iw jq kbd keyboard-configuration kmod libacl1 libapparmor1 libassuan0 libatomic1 libattr1
  libaudit-common libaudit1 libbind9-161 libblkid1 libbsd0 libbz2-1.0 libc-bin libc-l10n libc6 libcairo2 libcap-ng0
  libcap2 libcap2-bin libcom-err2 libcryptsetup12 libcurl3-gnutls libcurl4 libdatrie1 libdb5.3 libdbi1 libdbus-1-3
  libdebconfclient0 libdevmapper1.02.1 libedit2 libelf1 libencode-locale-perl liberror-perl libexpat1
  libexporter-tiny-perl libext2fs2 libfam0 libfdisk1 libffi6 libfontconfig1 libfreetype6 libfribidi0 libfstrm0
  libgcrypt20 libgd3 libgdbm-compat4 libgdbm6 libgeoip1 libglib2.0-0 libgmp10 libgnutls30 libgpg-error0 libgraphite2-3
  libgssapi-krb5-2 libharfbuzz0b libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libidn11 libidn2-0
  libio-html-perl libipc-sharelite-perl libirs161 libisccc161 libisccfg163 libiw30 libjpeg62-turbo libjq1 libjson-perl
  libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common
  liblist-moreutils-perl liblmdb0 liblocale-gettext-perl liblwp-mediatypes-perl liblwres161 liblz4-1 liblzma5
  libmagic-mgc libmagic1 libmnl0 libmount1 libncurses6 libncursesw5 libncursesw6 libnewt0.52 libnghttp2-14 libnpth0
  libonig5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g libpango-1.0-0 libpangocairo-1.0-0
  libpangoft2-1.0-0 libparted2 libpcap0.8 libpcre2-8-0 libpcre3 libpcsclite1 libpixman-1-0 libpng16-16 libpopt0
  libprotobuf-c1 libpsl5 libpython3-stdlib libraspberrypi-bin libraspberrypi0 librrd8 librrds-perl librtmp1 libsasl2-2
  libsasl2-modules-db libseccomp2 libselinux1 libsemanage-common libsemanage1 libsensors-config libsensors5 libsepol1
  libsigc++-2.0-0v5 libslang2 libsmartcols1 libsnmp-extension-passpersist-perl libsodium23 libsqlite3-0 libss2
  libssh2-1 libssl1.1 libstdc++6 libsub-name-perl libsystemd0 libtasn1-6 libtext-charwidth-perl libtext-iconv-perl
  libtext-wrapi18n-perl libthai-data libthai0 libtiff5 libtimedate-perl libtinfo5 libtinfo6 libtomcrypt1 libtommath1
  libudev1 libunbound8 libunistring2 liburi-perl libusb-1.0-0 libuuid1 libwebp6 libx11-6 libx11-data libxapian30
  libxau6 libxcb-render0 libxcb-shm0 libxcb1 libxext6 libxml2 libxpm4 libxslt1.1 libxtables12 libzip4 libzstd1 lighttpd
  lm-sensors locales login lsb-base lsof mawk mime-support mount nano ncurses-base ncurses-bin net-tools netcat
  netcat-openbsd netcat-traditional openssl p7zip parted passwd perl perl-base php-apcu php-common pinentry-curses
  procps psmisc python3 python3-minimal readline-common rng-tools rsync sensible-utils sqlite3 sudo systemd
  systemd-sysv sysvinit-utils tar tcpdump tzdata ucf udev unbound unbound-anchor unzip usb.ids usbutils util-linux wget
  whiptail wireless-regdb wireless-tools wpasupplicant xfsprogs xkb-data zlib1g
309 aktualisiert, 55 neu installiert, 15 zu entfernen und 0 nicht aktualisiert.
Es mĂĽssen noch 5.336 kB von 178 MB an Archiven heruntergeladen werden.
Nach dieser Operation werden 89,6 MB Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] j
Fehl:1 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1+deb11u3
  404  Not Found [IP: 2001:4dd0:1234:1::deb 443]
Fehl:2 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf libgnutls30 armhf 3.7.1-5+deb11u4
  404  Not Found [IP: 2001:4dd0:1234:1::deb 443]
Holen:3 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf php-common all 2:76 [15,6 kB]
Holen:4 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf gcc-8-base armhf 8.4.0-7+rpi1 [195 kB]
Fehl:5 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf nano armhf 5.4-2+deb11u2
  404  Not Found [IP: 2001:4dd0:1234:1::deb 443]
Fehl:6 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf libssh2-1 armhf 1.9.0-2
  404  Not Found [IP: 2001:4dd0:1234:1::deb 443]
Fehl:7 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u11
  404  Not Found [IP: 2001:4dd0:1234:1::deb 443]
Fehl:8 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf curl armhf 7.74.0-1.3+deb11u11
  404  Not Found [IP: 2001:4dd0:1234:1::deb 443]
Fehl:9 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf libcurl4 armhf 7.74.0-1.3+deb11u11
  404  Not Found [IP: 2001:4dd0:1234:1::deb 443]
Fehl:10 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf dns-root-data all 2021011101
  404  Not Found [IP: 2001:4dd0:1234:1::deb 443]
Fehl:11 https://mirror.netcologne.de/raspbian/raspbian bullseye/main armhf wpasupplicant armhf 2:2.9.0-21
  404  Not Found [IP: 2001:4dd0:1234:1::deb 443]
Es wurden 210 kB in 6 s geholt (37,1 kB/s).
E: Fehlschlag beim Holen von https://mirror.netcologne.de/raspbian/raspbian/pool/main/g/glib2.0/libglib2.0-0_2.66.8-1+deb                                                                                                                    11u3_armhf.deb 404  Not Found [IP: 2001:4dd0:1234:1::deb 443]
E: Fehlschlag beim Holen von https://mirror.netcologne.de/raspbian/raspbian/pool/main/g/gnutls28/libgnutls30_3.7.1-5+deb1                                                                                                                    1u4_armhf.deb 404  Not Found [IP: 2001:4dd0:1234:1::deb 443]
E: Fehlschlag beim Holen von https://mirror.netcologne.de/raspbian/raspbian/pool/main/n/nano/nano_5.4-2+deb11u2_armhf.deb                                                                                                                     404  Not Found [IP: 2001:4dd0:1234:1::deb 443]
E: Fehlschlag beim Holen von https://mirror.netcologne.de/raspbian/raspbian/pool/main/libs/libssh2/libssh2-1_1.9.0-2_armh                                                                                                                    f.deb 404  Not Found [IP: 2001:4dd0:1234:1::deb 443]
E: Fehlschlag beim Holen von https://mirror.netcologne.de/raspbian/raspbian/pool/main/c/curl/libcurl3-gnutls_7.74.0-1.3+d                                                                                                                    eb11u11_armhf.deb 404  Not Found [IP: 2001:4dd0:1234:1::deb 443]
E: Fehlschlag beim Holen von https://mirror.netcologne.de/raspbian/raspbian/pool/main/c/curl/curl_7.74.0-1.3+deb11u11_arm                                                                                                                    hf.deb 404  Not Found [IP: 2001:4dd0:1234:1::deb 443]
E: Fehlschlag beim Holen von https://mirror.netcologne.de/raspbian/raspbian/pool/main/c/curl/libcurl4_7.74.0-1.3+deb11u11                                                                                                                    _armhf.deb 404  Not Found [IP: 2001:4dd0:1234:1::deb 443]
E: Fehlschlag beim Holen von https://mirror.netcologne.de/raspbian/raspbian/pool/main/d/dns-root-data/dns-root-data_20210                                                                                                                    11101_all.deb 404  Not Found [IP: 2001:4dd0:1234:1::deb 443]
E: Fehlschlag beim Holen von https://mirror.netcologne.de/raspbian/raspbian/pool/main/w/wpa/wpasupplicant_2.9.0-21_armhf.                                                                                                                    deb 404  Not Found [IP: 2001:4dd0:1234:1::deb 443]
E: Einige Archive konnten nicht heruntergeladen werden; vielleicht »apt-get update« ausführen oder mit »--fix-missing« pr                                                                                                                    obieren?

So the apt update ran fine?

You could try to re-run the apt full-upgrade, possibly the netcologne server were not accessible during the command run. Another run might choose a different server.
(Die Netcologne-Leute sind heute vielleicht gerade im FC-Stadion beim Achtelfinale…). :rofl:

Or did you reboot between the apt upgrade and apt full-upgrade?

1 Like

I would simply repeat the very same step. Probably a temp issue with one of the Raspbian mirror server.

2 Likes

Done, thanks. Yay :slight_smile:
Unfortunately, I can no longer access my PiHole dashboard.
I had executed apt-mark manual lsof

root@DietPi:~#  cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian

can you check all services running

dietpi-services status

Can you also check whether you can access your dashboard with using http:// and also https:// to find out whether there is any kind of problem?
Also using the IP address instead of the hostname could be tested. E.g. http://192.168.178.2/admin
(of course the admin at the end is needed to access the Pi-Hole dashboard.

root@DietPi:~# dietpi-services status

 DietPi-Services
─────────────────────────────────────────────────────
 Mode: status

[  OK  ] DietPi-Services | lighttpd             activating (auto-restart) (Result: exit-code) since Mon 2024-07-01 14:17:45 CEST; 189ms ago
[  OK  ] DietPi-Services | rpimonitor           active (running) since Mon 2024-07-01 13:17:34 CEST; 1h 0min ago
[  OK  ] DietPi-Services | cron                 active (running) since Mon 2024-07-01 13:17:14 CEST; 1h 0min ago
[  OK  ] DietPi-Services | dropbear             active (running) since Mon 2024-07-01 13:17:17 CEST; 1h 0min ago
[ INFO ] DietPi-Services | dietpi-vpn           inactive (dead)
[  OK  ] DietPi-Services | pihole-FTL           active (running) since Mon 2024-07-01 13:17:23 CEST; 1h 0min ago
[  OK  ] DietPi-Services | unbound              active (running) since Mon 2024-07-01 13:17:25 CEST; 1h 0min ago
[ INFO ] DietPi-Services | dietpi-cloudshell    inactive (dead)
[  OK  ] DietPi-Services | dietpi-ramlog        active (exited) since Mon 2024-07-01 13:17:16 CEST; 1h 0min ago
[  OK  ] DietPi-Services | dietpi-preboot       active (exited) since Mon 2024-07-01 13:17:19 CEST; 1h 0min ago
[  OK  ] DietPi-Services | dietpi-postboot      active (exited) since Mon 2024-07-01 13:17:21 CEST; 1h 0min ago
[FAILED] DietPi-Services | â—Ź dietpi-wifi-monitor.service - DietPi-WiFi_Monitor
     Loaded: loaded (/etc/systemd/system/dietpi-wifi-monitor.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Mon 2024-07-01 13:17:23 CEST; 1h 0min ago
    Process: 353 ExecStart=/var/lib/dietpi/services/dietpi-wifi-monitor.sh (code=exited, status=1/FAILURE)
   Main PID: 353 (code=exited, status=1/FAILURE)
        CPU: 318ms

Jul 01 13:17:21 DietPi systemd[1]: Started DietPi-WiFi_Monitor.
Jul 01 13:17:23 DietPi dietpi-wifi-monitor.sh[374]: [FAILED] DietPi-WiFi_Monitor | An interface of type "wlan" does not exist.
Jul 01 13:17:23 DietPi dietpi-wifi-monitor.sh[353]: [FAILED] DietPi-WiFi_Monitor | No WiFi adapter has been found. Exiting...
Jul 01 13:17:23 DietPi systemd[1]: dietpi-wifi-monitor.service: Main process exited, code=exited, status=1/FAILURE
Jul 01 13:17:23 DietPi systemd[1]: dietpi-wifi-monitor.service: Failed with result 'exit-code'.
root@DietPi:~#

@StephanStS
Previously, I always accessed my PiHole dashboard via the following favorites, so nothing had changed here.

https://192.168.176.30/admin/index.php

Your web server is not working/running. Therefore you are not able to access PiHole interface

Can you share following

journalctl -u lighttpd.service

Btw: do you use WiFi? because you have the WiFi monitoring service active but doesn’t seems to have wlan interface

Thanks, so, my puTTy-Windoww was complete full :smiley:
By the way, nope, i use LAN. WiFi is just a “backup”.

Pastebin, to long for your board.

There you go

Jul 01 14:50:14 DietPi lighttpd[4954]: 2024-07-01 14:50:08: configfile.c.461) Warning: "mod_compress" is DEPRECATED and has been replaced with "mod_deflate".  A future release of lighttpd 1.4.x will not contain mod_compress and lighttpd may fail to start up
Jul 01 14:50:14 DietPi lighttpd[4954]: 2024-07-01 14:50:08: plugin.c.195) dlopen() failed for: /usr/lib/lighttpd/mod_deflate.so /usr/lib/lighttpd/mod_deflate.so: cannot open shared object file: No such file or directory

This might solve it, probably (based on Mod_deflate.so module is missing from lighttpd? - Community Help - Pi-hole Userspace )

apt install lighttpd-mod-deflate
root@DietPi:~# journalctl -u lighttpd.service
Journal file /var/log/journal/1dc368399b1e49019be196ecef2f8967/system.journal is truncated, ignoring file.
-- Journal begins at Mon 2024-07-01 15:53:42 CEST, ends at Mon 2024-07-01 15:58:26 CEST. --
Jul 01 15:53:59 DietPi systemd[1]: Starting Lighttpd Daemon...
Jul 01 15:54:11 DietPi lighttpd[355]: 2024-07-01 15:53:59: configfile.c.461) Warning: "mod_compress" is DEPRECATED and has been replaced with "mod_deflate".  A future release of lighttpd 1.4.x will not contain mod_compress and lighttpd may fail to start up
Jul 01 15:54:12 DietPi lighttpd[355]: 2024-07-01 15:53:59: mod_deflate.c.567) DEPRECATED: compress.filetype replaced with deflate.mimetypes
Jul 01 15:54:12 DietPi lighttpd[355]: 2024-07-01 15:53:59: mod_deflate.c.580) DEPRECATED: compress.cache-dir replaced with deflate.cache-dir
Jul 01 15:54:12 DietPi systemd[1]: Started Lighttpd Daemon.
Jul 01 15:54:21 DietPi lighttpd[447]: 2024-07-01 15:54:12: configfile.c.461) Warning: "mod_compress" is DEPRECATED and has been replaced with "mod_deflate".  A future release of lighttpd 1.4.x will not contain mod_compress and lighttpd may fail to start up
root@DietPi:~#

Now i get:
# 503 Service Unavailable with my Browser if i try to reach my Dashboard

Question: Did you performed all steps described on our upgrade guide? Especially all activities on 2.2.4 Software migrations?? Because the whole web server migration should have been done on this point. We have a dedicated block within our software script to update lighttpd configuration and to replace mod_compress

Even package lighttpd-mod-deflate should have been installed already.

Pls perform following steps from our guide again

dietpi-services stop
G_AGP libgcc-8-dev '*php7.3*'
rm -Rf /etc/php/7.3 /usr/local/lib/python3.7 /usr/local/bin/pip3* /etc/chromium-browser
apt -y install fdisk systemd-timesyncd
[[ -f '/etc/tigervnc/vncserver-config-defaults' ]] && G_CONFIG_INJECT '\$localhost[[:blank:]]*=' '$localhost = "no";' /etc/tigervnc/vncserver-config-defaults
[[ -f '/etc/X11/xrdp/xorg.conf.dpkg-dist' ]] && mv /etc/X11/xrdp/xorg.conf{.dpkg-dist,} && GGI_PRESERVE=1 G_CONFIG_INJECT 'Option[[:blank:]]+"DefaultServerLayout"' '    Option "DefaultServerLayout" "X11 Server"' /etc/X11/xrdp/xorg.conf 'Section[[:blank:]]+"ServerFlags"'
[[ -f '/etc/systemd/system/deluge-web.service' ]] && sed -i '/^ExecStart=/s/deluge-web$/deluge-web -d/' /etc/systemd/system/deluge-web.service
dietpi-software reinstall 31 38 40 47 48 56 83 84 85 88 89 93 114 118 130 134 143 155

This should fix the web server and reinstall missing PHP service.

1 Like

Top, thank you.

I had to pull my Buster backup because my SD card was full when I updated the “Adlists Trees” from PiHole. It may be that I have recently stored too many lists.

PiHole is running again, Bullseye is also installed.
Now I just need to know how to clean up my 16 GB SD card and 16 GB USB stick.

root@DietPi:~# lsblk
NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda           8:0    1 14,5G  0 disk
└─sda1        8:1    1 14,5G  0 part
mmcblk0     179:0    0 14,7G  0 disk
├─mmcblk0p1 179:1    0  256M  0 part /boot
└─mmcblk0p2 179:2    0 14,5G  0 part /
root@DietPi:~# df -h
Dateisystem    Größe Benutzt Verf. Verw% Eingehängt auf
/dev/root        15G     13G  1,6G   89% /
devtmpfs        207M       0  207M    0% /dev
tmpfs           239M    1,3M  238M    1% /dev/shm
tmpfs            96M    1,7M   94M    2% /run
tmpfs           5,0M       0  5,0M    0% /run/lock
tmpfs           1,0G       0  1,0G    0% /tmp
tmpfs            50M     88K   50M    1% /var/log
/dev/mmcblk0p1  253M     50M  203M   20% /boot

You can check for largest files/folder

du -aBM / | sort -n -r | head -n 20

Thanks, so /mnt/ is just my backup usb-stick, right?

root@DietPi:~# du -aBM / | sort -n -r | head -n 20
du: Zugriff auf '/proc/8075/task/8075/fd/3' nicht möglich: Datei oder Verzeichni                    s nicht gefunden
du: Zugriff auf '/proc/8075/task/8075/fdinfo/3' nicht möglich: Datei oder Verzei                    chnis nicht gefunden
du: Zugriff auf '/proc/8075/fd/4' nicht möglich: Datei oder Verzeichnis nicht ge                    funden
du: Zugriff auf '/proc/8075/fdinfo/4' nicht möglich: Datei oder Verzeichnis nich                    t gefunden
22925M  /
13960M  /mnt/usbstick/dietpi-backup
13960M  /mnt/usbstick
13960M  /mnt
6980M   /mnt/usbstick/dietpi-backup/data_2
6979M   /mnt/usbstick/dietpi-backup/data
6272M   /etc
6255M   /etc/pihole
5866M   /mnt/usbstick/dietpi-backup/data/etc
5866M   /mnt/usbstick/dietpi-backup/data_2/etc
5852M   /mnt/usbstick/dietpi-backup/data/etc/pihole
5852M   /mnt/usbstick/dietpi-backup/data_2/etc/pihole
4220M   /mnt/usbstick/dietpi-backup/data/etc/pihole/gravity.db
4220M   /mnt/usbstick/dietpi-backup/data_2/etc/pihole/gravity.db
4220M   /etc/pihole/gravity.db
1656M   /var
1572M   /var/swap
542M    /mnt/usbstick/dietpi-backup/data/lib
542M    /mnt/usbstick/dietpi-backup/data_2/lib
517M    /lib