NEWS
Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie'
-
Hast du evtl. zwei Dateien für nodesource?
-
Wie kann ich das ermitteln?
-
-
chef@IoB:/etc/apt$ grep -r "nodesource" . ./sources.list.d/nodesource.list:deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_22.x nodistro main ./sources.list.d/nodesource.sources:URIs: https://deb.nodesource.com/node_22.x/ ./sources.list.d/nodesource.sources:Signed-By: /usr/share/keyrings/nodesource.gpg grep: ./keyrings/nodesource.gpg: Übereinstimmungen in Binärdatei ./preferences.d/nodejs.pref:Pin: origin deb.nodesource.com ./preferences.d/nsolid:Pin: origin deb.nodesource.com ./preferences.d/nodejs:Pin: origin deb.nodesource.com chef@IoB:/etc/apt$
-
Du hast zwei Dateien, die auf die Quelle 'nodesource' zeigen, die sind aber widersprüchlich eingestellt.
Lösch die nodesource.sources für's erste.sudo rm /etc/apt/sources.list.d/nodesource.sources sudo apt update
-
@thomas-braun sagte in Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie':
sudo rm /etc/apt/sources.list.d/nodesource.sources
chef@IoB:/etc/apt$ sudo rm /etc/apt/sources.list.d/nodesource.sources rm: das Entfernen von '/etc/apt/sources.list.d/nodesource.sources' ist nicht möglich: Datei oder Verzeichnis nicht gefunden chef@IoB:/etc/apt$ sudo apt update OK:1 http://deb.debian.org/debian trixie InRelease OK:2 http://deb.debian.org/debian trixie-updates InRelease OK:3 http://security.debian.org/debian-security trixie-security InRelease OK:4 https://deb.nodesource.com/node_22.x nodistro InRelease Aktualisierung für 3 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen. Warnung: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details chef@IoB:/etc/apt$
-
Ja, passt.
Hau die drei Updates nun rein. -
@thomas-braun sagte in Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie':
Hau die drei Updates nun rein.
Habe es so gemacht.
chef@IoB:~$ sudo apt upgrade Aktualisiere: libxml2 libxml2-dev nodejs Zusammenfassung: Aktualisiere: 3, Installiere: 0, Entferne: 0, Aktualisiere nicht: 0 Herunterlade-Größe: 38,5 MB Benötigter Platz: 214 kB / 461 GB verfügbar Fortfahren? [J/n] J Holen:1 http://security.debian.org/debian-security trixie-security/main amd64 libxml2-dev amd64 2.12.7+dfsg+really2.9.14-2.1+deb13u1 [793 kB] Holen:2 http://security.debian.org/debian-security trixie-security/main amd64 libxml2 amd64 2.12.7+dfsg+really2.9.14-2.1+deb13u1 [698 kB] Holen:3 https://deb.nodesource.com/node_22.x nodistro/main amd64 nodejs amd64 22.19.0-1nodesource1 [37,0 MB] Es wurden 38,5 MB in 4 s geholt (10,2 MB/s). Changelogs werden gelesen... Fertig (Lese Datenbank ... 57737 Dateien und Verzeichnisse sind derzeit installiert.) Vorbereitung zum Entpacken von .../libxml2-dev_2.12.7+dfsg+really2.9.14-2.1+deb13u1_amd64.deb ... Entpacken von libxml2-dev:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) über (2.12.7+dfsg+really2.9.14-2.1) ... Vorbereitung zum Entpacken von .../libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u1_amd64.deb ... Entpacken von libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) über (2.12.7+dfsg+really2.9.14-2.1) ... Vorbereitung zum Entpacken von .../nodejs_22.19.0-1nodesource1_amd64.deb ... Detected old npm client, removing... Entpacken von nodejs (22.19.0-1nodesource1) über (22.18.0-1nodesource1) ... nodejs (22.19.0-1nodesource1) wird eingerichtet ... libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) wird eingerichtet ... libxml2-dev:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) wird eingerichtet ... Trigger für man-db (2.13.1-1) werden verarbeitet ... Trigger für libc-bin (2.41-12) werden verarbeitet ...
Beim nochmaligen
chef@IoB:~$ sudo apt update OK:1 http://security.debian.org/debian-security trixie-security InRelease OK:2 http://deb.debian.org/debian trixie InRelease OK:3 http://deb.debian.org/debian trixie-updates InRelease OK:4 https://deb.nodesource.com/node_22.x nodistro InRelease Alle Pakete sind aktuell. Warnung: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details chef@IoB:~$
Kommt trotzdem die Warnung.
-
@iobrokermike sagte in Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie':
Kommt trotzdem die Warnung.
Ja, die kommt, solange der key von nodesource nicht aktualisiert wurde (und du den dann irgendwann aktualisierten key einspielst). Im Moment gibt es aber nichts aktuelleres, weswegen apt das anmeckert.
-
@thomas-braun sagte in Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie':
du den dann irgendwann aktualisierten key einspielst). Im Moment gibt es aber nichts aktuelleres, weswegen apt das anmeckert.
Vielen Dank für deine Hilfe !
-
@Thomas Braun :
Vielen Dank , sehr gute Anleitung.......Frage : bleibt bei Deiner Befehlsfolge die Asterisk erhalten ? Ich nutze die für Alarmcalls..........
Danke für kurze Info
Grüße
Sunny -
debian@IOBROKER-MASTER:/etc/asterisk$ apt list '~c' apcupsd/stable 3.14.14-5 amd64 [residual-config] argyll/stable 3.3.0+repack-1 amd64 [residual-config] asterisk/now 1:16.28.0~dfsg-0+deb11u3 amd64 [residual-config] bsdmainutils/stable,now 12.1.8 all [residual-config] crda/now 4.14+git20191112.9856751-1 amd64 [residual-config] dctrl-tools/stable,now 2.24-3+b1 amd64 [residual-config] dleyna-server/stable 0.8.3-2 amd64 [residual-config] fuse/stable 3.17.2-3 all [residual-config] imagemagick-6-common/now 8:6.9.11.60+dfsg-1.6+deb12u3 all [residual-config] influxdb/unknown 1.11.8-2 amd64 [residual-config] libglib2.0-0/now 2.74.6-2+deb12u7 amd64 [residual-config] libgtk-3-0/now 3.24.38-2~deb12u3 amd64 [residual-config] libgtk2.0-0/now 2.24.33-2+deb12u1 amd64 [residual-config] libmagic1/now 1:5.44-3 amd64 [residual-config] libparted-fs-resize0/now 3.5-3 amd64 [residual-config] libpython3.7-minimal/now 3.7.3-2+deb10u3 amd64 [residual-config] libpython3.9-minimal/now 3.9.2-1 amd64 [residual-config] libreoffice-avmedia-backend-gstreamer/now 1:7.0.4-4+deb11u7 amd64 [residual-config] libreoffice-help-common/stable 4:25.2.3-2+deb13u2 all [residual-config] libreoffice-help-en-us/stable 4:25.2.3-2+deb13u2 all [residual-config] libtss2-fapi1/now 3.2.1-3 amd64 [residual-config] linux-image-6.1.0-10-amd64/now 6.1.38-2 amd64 [residual-config] linux-image-6.1.0-17-amd64/now 6.1.69-1 amd64 [residual-config] linux-image-6.1.0-23-amd64/now 6.1.99-1 amd64 [residual-config] linux-image-6.1.0-25-amd64/now 6.1.106-3 amd64 [residual-config] linux-image-6.1.0-26-amd64/now 6.1.112-1 amd64 [residual-config] linux-image-6.1.0-30-amd64/now 6.1.124-1 amd64 [residual-config] linux-image-6.1.0-31-amd64/now 6.1.128-1 amd64 [residual-config] linux-image-6.1.0-33-amd64/now 6.1.133-1 amd64 [residual-config] linux-image-6.1.0-37-amd64/now 6.1.140-1 amd64 [residual-config] linux-image-6.1.0-39-amd64/now 6.1.148-1 amd64 [residual-config] mariadb-common/stable 1:11.8.3-0+deb13u1 all [residual-config] mysql-common/stable 5.8+1.1.1 all [residual-config] openjdk-11-jre-headless/now 11.0.18+10-1~deb11u1 amd64 [residual-config] policykit-1/now 122-3 amd64 [residual-config] pulseaudio/stable 17.0+dfsg1-2+b1 amd64 [residual-config] python3.11-venv/now 3.11.2-6+deb12u6 amd64 [residual-config] python3.7-minimal/now 3.7.3-2+deb10u3 amd64 [residual-config] python3.9-minimal/now 3.9.2-1 amd64 [residual-config] python/now 2.7.16-1 amd64 [residual-config] s-nail/stable 14.9.25-1 amd64 [residual-config] tpm2-abrmd/stable 3.0.0-1.2 amd64 [residual-config] unattended-upgrades/stable 2.12 all [residual-config] x11-apps/stable 7.7+11+b1 amd64 [residual-config] x11-session-utils/stable 7.7+6+b1 amd64 [residual-config] xinit/stable 1.4.2-1 amd64 [residual-config]
-
debian@IOBROKER-MASTER:/etc/asterisk$ apt list '~o' asterisk-config/now 1:16.28.0~dfsg-0+deb11u3 all [installed,local] chrome-gnome-shell/now 42.1-3 all [installed,local] cpp-10/now 10.2.1-6 amd64 [installed,local] gcc-10-base/now 10.2.1-6 amd64 [installed,local] gcc-10/now 10.2.1-6 amd64 [installed,local] gcc-11-base/now 11.3.0-12 amd64 [installed,local] gcc-8-base/now 8.3.0-6 amd64 [installed,local] gcc-9-base/now 9.3.0-22 amd64 [installed,local] gir1.2-javascriptcoregtk-4.0/now 2.48.5-1~deb12u1 amd64 [installed,local] gir1.2-webkit2-4.0/now 2.48.5-1~deb12u1 amd64 [installed,local] gnome-bluetooth/now 42~3.34.5-10 all [installed,local] gnome-getting-started-docs/now 3.38.0-1 all [installed,local] gnome-online-miners/now 3.34.0-2 amd64 [installed,local] gnome-todo/now 43.0-1 all [installed,local] libabsl20220623/now 20220623.1-1+deb12u2 amd64 [installed,local] libaio1/now 0.3.113-4 amd64 [installed,local] libamtk-5-0/now 5.6.1-2 amd64 [installed,local] libamtk-5-common/now 5.6.1-2 all [installed,local] libaom0/now 1.0.0.errata1-3 amd64 [installed,local] libappstream4/now 0.16.1-2 amd64 [installed,local] libapt-inst2.0/now 1.8.2.3 amd64 [installed,local] libapt-pkg5.0/now 1.8.2.3 amd64 [installed,local] libapt-pkg6.0/now 2.6.1 amd64 [installed,local] libasan6/now 11.3.0-12 amd64 [installed,local] libassuan0/now 2.5.5-5 amd64 [installed,local] libavcodec58/now 7:4.3.6-0+deb11u1 amd64 [installed,local] libavcodec59/now 7:5.1.7-0+deb12u1 amd64 [installed,local] libavdevice59/now 7:5.1.7-0+deb12u1 amd64 [installed,local] libavfilter8/now 7:5.1.7-0+deb12u1 amd64 [installed,local] libavformat59/now 7:5.1.7-0+deb12u1 amd64 [installed,local] libavif15/now 0.11.1-1+deb12u1 amd64 [installed,local] libavutil56/now 7:4.3.6-0+deb11u1 amd64 [installed,local] libavutil57/now 7:5.1.7-0+deb12u1 amd64 [installed,local] libblockdev-crypto2/now 2.28-2+deb12u1 amd64 [installed,local] libblockdev-fs2/now 2.28-2+deb12u1 amd64 [installed,local] libblockdev-loop2/now 2.28-2+deb12u1 amd64 [installed,local] libblockdev-part-err2/now 2.28-2+deb12u1 amd64 [installed,local] libblockdev-part2/now 2.28-2+deb12u1 amd64 [installed,local] libblockdev-swap2/now 2.28-2+deb12u1 amd64 [installed,local] libblockdev-utils2/now 2.28-2+deb12u1 amd64 [installed,local] libblockdev2/now 2.28-2+deb12u1 amd64 [installed,local] libboost-filesystem1.74.0/now 1.74.0+ds1-21 amd64 [installed,local] libboost-iostreams1.74.0/now 1.74.0+ds1-21 amd64 [installed,local] libboost-locale1.74.0/now 1.74.0+ds1-21 amd64 [installed,local] libboost-thread1.74.0/now 1.74.0+ds1-21 amd64 [installed,local] libcbor0.8/now 0.8.0-2+b1 amd64 [installed,local] libcodec2-0.9/now 0.9.2-4 amd64 [installed,local] libcodec2-1.0/now 1.0.5-1 amd64 [installed,local] libcolamd2/now 1:5.12.0+dfsg-2 amd64 [installed,local] libdav1d4/now 0.7.1-3 amd64 [installed,local] libdav1d6/now 1.0.0-2+deb12u1 amd64 [installed,local] libdirectfb-1.7-7/now 1.7.7-11 amd64 [installed,local] libdmapsharing-3.0-2/now 2.9.41-3+b1 amd64 [installed,local] libdns-export1104/now 1:9.11.5.P4+dfsg-5.1+deb10u7 amd64 [installed,local] libecal-2.0-2/now 3.46.4-2 amd64 [installed,local] libept1.6.0/now 1.2.1 amd64 [installed,local] libffi6/now 3.2.1-9 amd64 [installed,local] libffi7/now 3.3-6 amd64 [installed,local] libflac12/now 1.4.2+ds-2 amd64 [installed,local] libfreerdp-server2-2/now 2.10.0+dfsg1-1 amd64 [installed,local] libfreerdp2-2/now 2.10.0+dfsg1-1 amd64 [installed,local] libfuse2/now 2.9.9-6+b1 amd64 [installed,local] libfuse3-3/now 3.14.0-4 amd64 [installed,local] libfwupd2/now 1.8.12-2 amd64 [installed,local] libgcc-10-dev/now 10.2.1-6 amd64 [installed,local] libgcc1/now 1:8.3.0-6 amd64 [installed,local] libgfbgraph-0.2-0/now 0.2.4-1 amd64 [installed,local] libgit2-1.5/now 1.5.1+ds-1+deb12u1 amd64 [installed,local] libglapi-mesa/now 22.3.6-1+deb12u1 amd64 [installed,local] libgmime-3.0-0/now 3.2.13+dfsg-2 amd64 [installed,local] libgoa-backend-1.0-1/now 3.46.0-1 amd64 [installed,local] libgspell-1-2/now 1.12.0-1+b2 amd64 [installed,local] libgupnp-igd-1.0-4/now 1.2.0-3 amd64 [installed,local] libhogweed4/now 3.4.1-1+deb10u1 amd64 [installed,local] libicu67/now 67.1-7 amd64 [installed,local] libicu72/now 72.1-3+deb12u1 amd64 [installed,local] libidn11/now 1.33-3 amd64 [installed,local] libip4tc0/now 1.8.2-4 amd64 [installed,local] libip6tc0/now 1.8.2-4 amd64 [installed,local] libisc-export1100/now 1:9.11.5.P4+dfsg-5.1+deb10u7 amd64 [installed,local] libjavascriptcoregtk-4.0-18/now 2.48.5-1~deb12u1 amd64 [installed,local] libjim0.81/now 0.81+dfsg0-2 amd64 [installed,local] libjson-c3/now 0.12.1+ds-2+deb10u1 amd64 [installed,local] libjsoncpp25/now 1.9.5-4 amd64 [installed,local]
-
@sunny9999 sagte in Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie':
bleibt bei Deiner Befehlsfolge die Asterisk erhalten ?
Musst du schauen. Ist asterisk noch in den Standardquellen drin?
Muss da evtl. eine externe Quelle angelegt werden?apt policy asterisk
sagt dir das ggfls.
-
scheint alles funktioniert zu haben
========== Start marking the full check here =========== ```bash Script v.2025-08-09 *** BASE SYSTEM *** Operating System: Debian GNU/Linux 13 (trixie) Static hostname: raspberrypi Icon name: computer Kernel: Linux 6.12.34+rpt-rpi-v8 Architecture: arm64 OS is similar to: Model : Raspberry Pi 4 Model B Rev 1.2 Docker : false Virtualization : none Kernel : aarch64 Userland : 64 bit Systemuptime and Load: 17:50:13 up 4:42, 1 user, load average: 0.38, 0.28, 0.29 CPU threads: 4 *** LIFE CYCLE STATUS *** Operating System is the current Debian stable version codenamed 'trixie'! *** RASPBERRY THROTTLING *** Current issues: No throttling issues detected. Previously detected issues: No throttling issues detected. *** TIME AND TIMEZONES *** Local time: Mon 2025-09-08 17:50:13 CEST Universal time: Mon 2025-09-08 15:50:13 UTC RTC time: n/a Time zone: Europe/Berlin (CEST, +0200) System clock synchronized: yes NTP service: active RTC in local TZ: no *** Users and Groups *** User that called 'iob diag': pi HOME=/home/pi GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker User that is running 'js-controller': iobroker HOME=/home/iobroker SUDO_HOME=/home/pi GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c *** DISPLAY-SERVER SETUP *** Display-Server: false Unit display-manager.service could not be found. Display-Manager: Desktop: Session: tty *** MEMORY *** total used free shared buff/cache available Mem: 4.0G 2.6G 778M 10M 694M 1.4G Swap: 536M 0B 536M Total: 4.5G 2.6G 1.3G Active iob-Instances: 20 3795 M total memory 2486 M used memory 2469 M active memory 388 M inactive memory 742 M free memory 71 M buffer memory 591 M swap cache 511 M total swap 0 M used swap 511 M free swap *** top - Table Of Processes *** top - 17:50:13 up 4:42, 1 user, load average: 0.43, 0.30, 0.29 Tasks: 205 total, 1 running, 204 sleeping, 0 stopped, 0 zombie %Cpu(s): 2.2 us, 0.0 sy, 0.0 ni, 97.8 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st MiB Mem : 3795.8 total, 743.3 free, 2486.3 used, 662.7 buff/cache MiB Swap: 512.0 total, 512.0 free, 0.0 used. 1309.5 avail Mem *** FAILED SERVICES *** UNIT LOAD ACTIVE SUB DESCRIPTION 0 loaded units listed. *** DMESG CRITICAL ERRORS *** No critical errors detected *** FILESYSTEM *** Filesystem Type Size Used Avail Use% Mounted on udev devtmpfs 1.6G 0 1.6G 0% /dev tmpfs tmpfs 380M 6.6M 374M 2% /run /dev/sda2 ext4 220G 5.4G 204G 3% / tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs tmpfs 1.9G 3.0M 1.9G 1% /tmp tmpfs tmpfs 5.0M 16K 5.0M 1% /run/lock tmpfs tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service /dev/sda1 vfat 510M 65M 446M 13% /boot/firmware tmpfs tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service tmpfs tmpfs 380M 12K 380M 1% /run/user/1000 Messages concerning ext4 filesystem in dmesg: [Mon Sep 8 13:08:00 2025] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 numa=fake=2 system_heap.max_order=0 smsc95xx.macaddr=E4:5F:01:05:E3:AC vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000 console=ttyS0,115200 console=tty1 root=PARTUUID=e74f749d-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=DE [Mon Sep 8 13:08:02 2025] EXT4-fs (sda2): mounted filesystem d4cc7d63-da78-48ad-9bdd-64ffbba449a8 ro with ordered data mode. Quota mode: none. [Mon Sep 8 13:08:04 2025] EXT4-fs (sda2): re-mounted d4cc7d63-da78-48ad-9bdd-64ffbba449a8 r/w. Show mounted filesystems: TARGET SOURCE FSTYPE OPTIONS / /dev/sda2 ext4 rw,noatime `-/boot/firmware /dev/sda1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro Files in neuralgic directories: /var: 872M /var/ 185M /var/lib 172M /var/cache 164M /var/cache/apt 144M /var/lib/apt Archived and active journals take up 5.3M in the file system. /opt/iobroker/backups: 162M /opt/iobroker/backups/ /opt/iobroker/iobroker-data: 365M /opt/iobroker/iobroker-data/ 168M /opt/iobroker/iobroker-data/files 103M /opt/iobroker/iobroker-data/backup-objects 47M /opt/iobroker/iobroker-data/files/admin.admin 46M /opt/iobroker/iobroker-data/files/admin.admin/custom/assets The five largest files in iobroker-data are: 90M /opt/iobroker/iobroker-data/objects.jsonl 8.8M /opt/iobroker/iobroker-data/files/matter.admin/assets/index-CjzUbllv.js 8.6M /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-BBu8-Y_o.js 5.1M /opt/iobroker/iobroker-data/states.jsonl 4.6M /opt/iobroker/iobroker-data/files/javascript.admin/vs/language/typescript/tsWorker.js USB-Devices by-id: USB-Sticks - Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id': /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2419780-if00 Zigbee Network Settings on your coordinator/in nvbackup are: zigbee.X Extended Pan ID: *** MASKED *** Pan ID: *** MASKED *** Channel: *** MASKED *** Network Key: *** MASKED *** To unmask the settings run 'iob diag --unmask' *** NodeJS-Installation *** /usr/bin/nodejs v22.19.0 /usr/bin/node v22.19.0 /usr/bin/npm 10.9.3 /usr/bin/npx 10.9.3 /usr/bin/corepack 0.34.0 nodejs: Installed: 22.19.0-1nodesource1 Candidate: 22.19.0-1nodesource1 Version table: *** 22.19.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 100 /var/lib/dpkg/status 22.18.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.17.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.17.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.16.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.15.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.15.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.14.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.13.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.13.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.12.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.11.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.10.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.9.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.8.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.7.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.6.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.5.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.5.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.4.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.4.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.3.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.2.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.1.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.0.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 20.19.2+dfsg-1 500 500 http://deb.debian.org/debian trixie/main arm64 Packages Temp directories causing deletion problem: 0 No problems detected Errors in npm tree: 0 No problems detected Checking for nodejs vulnerability: █████ ██ ██ ██████ ██████ ██████ ██████ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███████ ██ ██ ██ ███ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███████ ███████ ██████ ██████ ██████ ██████ ██ *** ioBroker-Installation *** ioBroker Status iobroker is running on this host. Objects type: jsonl States type: jsonl Hosts: raspberrypi raspberrypi (version: 7.0.7, hostname: raspberrypi , alive, uptime: 16932) Core adapters versions js-controller: 7.0.7 admin: 7.6.17 javascript: 8.9.2 nodejs modules from github: 0 Adapter State + system.adapter.admin.0 : admin : raspberrypi - enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin + system.adapter.admin.1 : admin : raspberrypi - enabled, port: 8088, bind: 0.0.0.0, run as: admin + system.adapter.alexa2.0 : alexa2 : raspberrypi - enabled + system.adapter.backitup.0 : backitup : raspberrypi - enabled + system.adapter.cloud.0 : cloud : raspberrypi - enabled + system.adapter.deconz.0 : deconz : raspberrypi - enabled, port: 80 system.adapter.devices.0 : devices : raspberrypi - disabled + system.adapter.email.0 : email : raspberrypi - enabled + system.adapter.fritzdect.0 : fritzdect : raspberrypi - enabled + system.adapter.history.0 : history : raspberrypi - enabled system.adapter.ical.0 : ical : raspberrypi - enabled system.adapter.iot.0 : iot : raspberrypi - disabled + system.adapter.iqontrol.0 : iqontrol : raspberrypi - enabled + system.adapter.javascript.0 : javascript : raspberrypi - enabled + system.adapter.matter.0 : matter : raspberrypi - enabled + system.adapter.rpi2.0 : rpi2 : raspberrypi - enabled + system.adapter.simple-api.0 : simple-api : raspberrypi - enabled, port: 8087, bind: 0.0.0.0, run as: admin + system.adapter.socketio.0 : socketio : raspberrypi - enabled, port: 8084, bind: 192.168.178.42, run as: admin + system.adapter.telegram.0 : telegram : raspberrypi - enabled, port: 8443, bind: 0.0.0.0 + system.adapter.tr-064.0 : tr-064 : raspberrypi - enabled + system.adapter.trashschedule.0 : trashschedule : raspberrypi - enabled + system.adapter.web.0 : web : raspberrypi - enabled, port: 8082, bind: 0.0.0.0, run as: admin + instance is alive Enabled adapters with bindings + system.adapter.admin.0 : admin : raspberrypi - enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin + system.adapter.admin.1 : admin : raspberrypi - enabled, port: 8088, bind: 0.0.0.0, run as: admin + system.adapter.deconz.0 : deconz : raspberrypi - enabled, port: 80 + system.adapter.simple-api.0 : simple-api : raspberrypi - enabled, port: 8087, bind: 0.0.0.0, run as: admin + system.adapter.socketio.0 : socketio : raspberrypi - enabled, port: 8084, bind: 192.168.178.42, run as: admin + system.adapter.telegram.0 : telegram : raspberrypi - enabled, port: 8443, bind: 0.0.0.0 + system.adapter.web.0 : web : raspberrypi - enabled, port: 8082, bind: 0.0.0.0, run as: admin ioBroker-Repositories ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐ │ (index) │ name │ url │ auto upgrade │ ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤ │ 0 │ 'stable' │ 'http://download.iobroker.net/sources-dist.json' │ false │ │ 1 │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json' │ false │ │ 2 │ 'Beta (latest)' │ 'http://download.iobroker.net/sources-dist-latest.json' │ false │ └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘ Active repo(s): stable Upgrade policy: none Installed ioBroker-Adapters Used repository: stable Adapter "admin" : 7.6.17 , installed 7.6.17 Adapter "alexa2" : 3.27.3 , installed 3.27.3 Adapter "backitup" : 3.3.5 , installed 3.3.5 Adapter "cloud" : 5.0.1 , installed 5.0.1 Adapter "deconz" : 1.6.4 , installed 1.6.4 Adapter "devices" : 1.1.5 , installed 1.2.8 Adapter "email" : 2.0.4 , installed 2.0.4 Adapter "fritzdect" : 2.6.2 , installed 2.6.2 Adapter "history" : 3.0.1 , installed 3.0.1 Adapter "ical" : 1.16.2 , installed 1.16.2 Adapter "iot" : 3.3.0 , installed 3.6.0 Adapter "iqontrol" : 3.0.0 , installed 3.0.0 Adapter "javascript" : 8.9.2 , installed 8.9.2 Controller "js-controller": 7.0.7 , installed 7.0.7 Adapter "matter" : 0.5.2 , installed 0.5.2 Adapter "rpi2" : 2.4.0 , installed 2.4.0 Adapter "simple-api" : 2.8.0 , installed 2.8.0 Adapter "socketio" : 6.7.1 , installed 6.7.1 Adapter "telegram" : 4.1.0 , installed 4.1.0 Adapter "tr-064" : 4.3.0 , installed 4.3.0 Adapter "trashschedule": 3.3.0 , installed 3.3.0 Adapter "web" : 7.0.8 , installed 7.0.8 Adapter "ws" : 2.6.2 , installed 3.0.19 Objects and States Please stand by - This may take a while Objects: 5779 States: 4283 *** OS-Repositories and Updates *** W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details Hit:1 http://deb.debian.org/debian trixie InRelease Hit:2 http://deb.debian.org/debian-security trixie-security InRelease Hit:3 http://deb.debian.org/debian trixie-updates InRelease Hit:4 http://phoscon.de/apt/deconz generic InRelease Hit:5 http://archive.raspberrypi.com/debian trixie InRelease Hit:6 https://deb.nodesource.com/node_22.x nodistro InRelease Reading package lists... W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details Pending Updates: 0 *** Listening Ports *** Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name tcp 0 0 192.168.178.42:8084 0.0.0.0:* LISTEN 1001 12609 1535/io.socketio.0 tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 0 7397 1015/exim4 tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN 1001 6984 721/iobroker.js-con tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 1001 6989 721/iobroker.js-con tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 6864 738/sshd: /usr/sbin tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1000 7169 529/deCONZ tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 1000 5117 529/deCONZ tcp6 0 0 :::8088 :::* LISTEN 1001 9303 1040/io.admin.1 tcp6 0 0 :::8087 :::* LISTEN 1001 12549 1509/io.simple-api. tcp6 0 0 :::8082 :::* LISTEN 1001 12746 1746/io.web.0 tcp6 0 0 :::8081 :::* LISTEN 1001 7087 1029/io.admin.0 tcp6 0 0 ::1:25 :::* LISTEN 0 7398 1015/exim4 tcp6 0 0 :::22 :::* LISTEN 0 6866 738/sshd: /usr/sbin udp 0 0 0.0.0.0:5353 0.0.0.0:* 1001 123306 11803/io.matter.0 udp 0 0 0.0.0.0:5353 0.0.0.0:* 1001 123292 11803/io.matter.0 udp 0 0 0.0.0.0:5353 0.0.0.0:* 1001 123284 11803/io.matter.0 udp 0 0 192.168.178.42:5353 0.0.0.0:* 1001 11333 1410/io.tr-064.0 udp 0 0 0.0.0.0:5353 0.0.0.0:* 104 4931 523/avahi-daemon: r udp 0 0 0.0.0.0:5540 0.0.0.0:* 1001 123301 11803/io.matter.0 udp 0 0 0.0.0.0:1900 0.0.0.0:* 1001 10653 1312/io.deconz.0 udp 0 0 0.0.0.0:1900 0.0.0.0:* 1000 8196 529/deCONZ udp 0 0 0.0.0.0:44997 0.0.0.0:* 104 4933 523/avahi-daemon: r udp6 0 0 fe80::62d5:ebcd:e5c:546 :::* 0 7295 701/NetworkManager udp6 0 0 :::42215 :::* 104 4934 523/avahi-daemon: r udp6 0 0 :::5353 :::* 1001 123307 11803/io.matter.0 udp6 0 0 :::5353 :::* 1001 123295 11803/io.matter.0 udp6 0 0 :::5353 :::* 1001 123287 11803/io.matter.0 udp6 0 0 :::5353 :::* 104 4932 523/avahi-daemon: r udp6 0 0 :::5540 :::* 1001 123300 11803/io.matter.0 udp6 0 0 :::1900 :::* 1001 10656 1312/io.deconz.0 udp6 0 0 :::1900 :::* 1001 10655 1312/io.deconz.0 udp6 0 0 :::1900 :::* 1001 10654 1312/io.deconz.0 *** Log File - Last 25 Lines *** 2025-09-08 16:42:06.727 - info: email.0 (1058) terminating 2025-09-08 16:42:07.008 - info: host.raspberrypi instance system.adapter.email.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) 2025-09-08 16:42:20.939 - info: host.raspberrypi "system.adapter.email.0" enabled 2025-09-08 16:42:22.603 - info: host.raspberrypi instance system.adapter.email.0 in version "2.0.4" started with pid 12291 2025-09-08 16:42:25.327 - info: email.0 (12291) starting. Version 2.0.4 in /opt/iobroker/node_modules/iobroker.email, node: v22.19.0, js-controller: 7.0.7 2025-09-08 16:42:37.080 - info: javascript.0 (1141) script.js.common.Wichtig.System_Adapter_wahr_falsch_TEST: telegram[Michael]: email.0 is connected Wert: false Adapter NICHT erreichbar 2025-09-08 16:43:10.364 - info: javascript.0 (1141) script.js.common.Wichtig.System_Adapter_wahr_falsch_TEST: telegram[Michael]: email.0 is connected Wert: true Adapter ist wieder erreichbar 2025-09-08 16:43:34.817 - info: admin.0 (1029) <== Disconnect system.user.admin from ::ffff:192.168.178.76 admin 2025-09-08 16:43:35.934 - info: admin.0 (1029) <== Disconnect system.user.admin from ::ffff:192.168.178.76 devices 2025-09-08 16:43:35.936 - info: admin.0 (1029) <== Disconnect system.user.admin from ::ffff:192.168.178.76 admin 2025-09-08 16:43:41.620 - info: admin.0 (1029) <== Disconnect system.user.admin from ::ffff:192.168.178.76 admin 2025-09-08 17:00:00.085 - info: javascript.0 (1141) script.js.common.Müllkalender.Müllerinnerung: telegram['Michael']: Morgen wird die Biotonne abgeholt 2025-09-08 17:07:18.731 - info: javascript.0 (1141) script.js.common.Tür_Fenster_Sensoren.Wohnungstüre: telegram[Michael]: Wohnungstür wurde geöffnet ! 2025-09-08 17:07:40.805 - info: javascript.0 (1141) script.js.common.Tür_Fenster_Sensoren.Wohnungstüre: telegram[Michael]: Wohnungstür wurde geschlossen ! 2025-09-08 17:11:34.535 - info: javascript.0 (1141) script.js.common.Anwesendheitscheck.Marvin_PC_AN_AUS_Wlan: telegram['Michael']: Marvin Pc wurde angemacht (Wlan) 2025-09-08 17:11:35.288 - info: javascript.0 (1141) script.js.common.Anwesendheitscheck.Marvin_I_Phone_Anwesend_JA_NEIN: telegram[Michael]: Marvin IPhone ist im Wlan 2025-09-08 17:30:00.047 - info: host.raspberrypi instance system.adapter.ical.0 in version "1.16.2" started with pid 14347 2025-09-08 17:30:02.903 - info: ical.0 (14347) starting. Version 1.16.2 in /opt/iobroker/node_modules/iobroker.ical, node: v22.19.0, js-controller: 7.0.7 2025-09-08 17:30:03.818 - info: ical.0 (14347) processing URL: Müllkalender https://calendar.google.com/calendar/ical/8n95sqg3r88betcpncgkhe3m8c%40group.calendar.google.com/private-32cc3a968fd521a665efcc600d6ce4d4/basic.ics 2025-09-08 17:30:09.127 - info: ical.0 (14347) Terminated (NO_ERROR): Without reason 2025-09-08 17:30:09.681 - info: host.raspberrypi instance system.adapter.ical.0 having pid 14347 terminated with code 0 (NO_ERROR)