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
- …
- …
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:~#