Skip to content
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. Update von Debian 12 auf 13 möglich?

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.2k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.2k

Update von Debian 12 auf 13 möglich?

Geplant Angeheftet Gesperrt Verschoben Einsteigerfragen
81 Beiträge 6 Kommentatoren 2.3k Aufrufe 7 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Thomas Braun

    @duffy sagte in Update von Debian 12 auf 13 möglich?:

    Was muss ich da tun?

    Kommt darauf an welche Konfig-Datei das ist und was du da abweichendes eingestellt hast. Mit d kannst du die Unterschiede ja sehen.

    DuffyD Offline
    DuffyD Offline
    Duffy
    schrieb am zuletzt editiert von
    #8

    @thomas-braun

    Ich wüste nicht was ich gemacht haben solle ich bin explizit der Beschreibung gefolgt:
    Nach "d" kommt das:

    --- /etc/login.defs     2023-10-10 05:41:38.092990100 +0200
    +++ /etc/login.defs.dpkg-new    2025-04-19 12:20:28.000000000 +0200
    @@ -1,14 +1,6 @@
     #
    -# /etc/login.defs - Configuration control definitions for the login package.
    +# /etc/login.defs - Configuration control definitions for the shadow package.
     #
    -# Three items must be defined:  MAIL_DIR, ENV_SUPATH, and ENV_PATH.
    -# If unspecified, some arbitrary (and possibly incorrect) value will
    -# be assumed.  All other items are optional - if not specified then
    -# the described action or option will be inhibited.
    -#
    -# Comment lines (lines beginning with "#") and blank lines are ignored.
    -#
    -# Modified for Linux.  --marekm
    
     # REQUIRED for useradd/userdel/usermod
     #   Directory where mailboxes reside, _or_ name of file, relative to the
    @@ -36,15 +28,9 @@
     #MAIL_FILE      .mail
    
     #
    -# Enable logging and display of /var/log/faillog login failure info.
    -# This option conflicts with the pam_tally PAM module.
    -#
    -FAILLOG_ENAB           yes
    -
    -#
    lines 1-28
    Progress: [ 29%] [############################......................................................................]
    
    

    wie komme ich jetzt weiter?

    Nix besonderes; iob auf Respberry pi 4 (8GB) mit 32 GB SSD
    Node.js: v22.21.0
    NPM: 10.9.4
    js-controller 7.0.7
    Linux: Trixie

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • DuffyD Duffy

      @thomas-braun

      Ich wüste nicht was ich gemacht haben solle ich bin explizit der Beschreibung gefolgt:
      Nach "d" kommt das:

      --- /etc/login.defs     2023-10-10 05:41:38.092990100 +0200
      +++ /etc/login.defs.dpkg-new    2025-04-19 12:20:28.000000000 +0200
      @@ -1,14 +1,6 @@
       #
      -# /etc/login.defs - Configuration control definitions for the login package.
      +# /etc/login.defs - Configuration control definitions for the shadow package.
       #
      -# Three items must be defined:  MAIL_DIR, ENV_SUPATH, and ENV_PATH.
      -# If unspecified, some arbitrary (and possibly incorrect) value will
      -# be assumed.  All other items are optional - if not specified then
      -# the described action or option will be inhibited.
      -#
      -# Comment lines (lines beginning with "#") and blank lines are ignored.
      -#
      -# Modified for Linux.  --marekm
      
       # REQUIRED for useradd/userdel/usermod
       #   Directory where mailboxes reside, _or_ name of file, relative to the
      @@ -36,15 +28,9 @@
       #MAIL_FILE      .mail
      
       #
      -# Enable logging and display of /var/log/faillog login failure info.
      -# This option conflicts with the pam_tally PAM module.
      -#
      -FAILLOG_ENAB           yes
      -
      -#
      lines 1-28
      Progress: [ 29%] [############################......................................................................]
      
      

      wie komme ich jetzt weiter?

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #9

      @duffy

      Hier würde ich die Version des Package Maintainers übernehmen.

      Y or I  : install the package maintainer's version
      

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      DuffyD 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @duffy

        Hier würde ich die Version des Package Maintainers übernehmen.

        Y or I  : install the package maintainer's version
        
        DuffyD Offline
        DuffyD Offline
        Duffy
        schrieb am zuletzt editiert von
        #10

        @thomas-braun

        und wo muss ich y oder I eingeben? Es ist ja kein Feld dafür da?
        Ich seh mich schon alles neu machen ;-(

        Nix besonderes; iob auf Respberry pi 4 (8GB) mit 32 GB SSD
        Node.js: v22.21.0
        NPM: 10.9.4
        js-controller 7.0.7
        Linux: Trixie

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • DuffyD Duffy

          @thomas-braun

          und wo muss ich y oder I eingeben? Es ist ja kein Feld dafür da?
          Ich seh mich schon alles neu machen ;-(

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #11

          @duffy
          ?
          Mit q aus der Anzeige raus.

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          DuffyD 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @duffy
            ?
            Mit q aus der Anzeige raus.

            DuffyD Offline
            DuffyD Offline
            Duffy
            schrieb am zuletzt editiert von
            #12

            @thomas-braun

            Danke.

            hier und da kommen solche Mledungenist das normal?

            Preparing to unpack .../udev_257.8-1~deb13u2_arm64.deb ...
            Unpacking udev (257.8-1~deb13u2) over (252.39-1~deb12u1) ...
            dpkg: warning: unable to delete old directory '/lib/udev/hwdb.d': Directory not empty
            dpkg: warning: unable to delete old directory '/lib/systemd/system/sysinit.target.wants': Directory not empty
            dpkg: warning: unable to delete old directory '/lib/systemd/system/sockets.target.wants': Directory not empty
            dpkg: warning: unable to delete old directory '/lib/systemd/network': Directory not empty
            dpkg: warning: unable to delete old directory '/lib/modprobe.d': Directory not empty
            Preparing to unpack .../libudev1_257.8-1~deb13u2_arm64.deb ...
            

            Nix besonderes; iob auf Respberry pi 4 (8GB) mit 32 GB SSD
            Node.js: v22.21.0
            NPM: 10.9.4
            js-controller 7.0.7
            Linux: Trixie

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • DuffyD Duffy

              @thomas-braun

              Danke.

              hier und da kommen solche Mledungenist das normal?

              Preparing to unpack .../udev_257.8-1~deb13u2_arm64.deb ...
              Unpacking udev (257.8-1~deb13u2) over (252.39-1~deb12u1) ...
              dpkg: warning: unable to delete old directory '/lib/udev/hwdb.d': Directory not empty
              dpkg: warning: unable to delete old directory '/lib/systemd/system/sysinit.target.wants': Directory not empty
              dpkg: warning: unable to delete old directory '/lib/systemd/system/sockets.target.wants': Directory not empty
              dpkg: warning: unable to delete old directory '/lib/systemd/network': Directory not empty
              dpkg: warning: unable to delete old directory '/lib/modprobe.d': Directory not empty
              Preparing to unpack .../libudev1_257.8-1~deb13u2_arm64.deb ...
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #13

              @duffy

              Ja, ist normal. In den Verzeichnissen sind ja die Dateien des vorherigen Releases noch drin.

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              DuffyD 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @duffy

                Ja, ist normal. In den Verzeichnissen sind ja die Dateien des vorherigen Releases noch drin.

                DuffyD Offline
                DuffyD Offline
                Duffy
                schrieb am zuletzt editiert von
                #14

                @thomas-braun

                OK.

                Wen das jetzt durchgelaufen ist mit:

                "Das Spiel mit

                sudo apt update
                sudo apt full-upgrade"

                weiter machen?

                nicht das wieder ein "q" auftaucht

                Nix besonderes; iob auf Respberry pi 4 (8GB) mit 32 GB SSD
                Node.js: v22.21.0
                NPM: 10.9.4
                js-controller 7.0.7
                Linux: Trixie

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • DuffyD Duffy

                  @thomas-braun

                  OK.

                  Wen das jetzt durchgelaufen ist mit:

                  "Das Spiel mit

                  sudo apt update
                  sudo apt full-upgrade"

                  weiter machen?

                  nicht das wieder ein "q" auftaucht

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #15

                  @duffy

                  Ich kann nicht jede Taste vorhersehen, dafür sind die Systeme jeweils zu unterschiedlich. Was hast du denn für eine Panik vor Rückfragen des Systems?

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  DuffyD 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @duffy

                    Ich kann nicht jede Taste vorhersehen, dafür sind die Systeme jeweils zu unterschiedlich. Was hast du denn für eine Panik vor Rückfragen des Systems?

                    DuffyD Offline
                    DuffyD Offline
                    Duffy
                    schrieb am zuletzt editiert von
                    #16

                    @thomas-braun

                    Bitte nicht falsch versten das sollte in keinster weise ein Vorwurf sein.
                    Ich habe nur echt Panik in dem Linux rum zu fummeln das endet bei mir in der Regel in Dramen.

                    pi@raspberrypi:~ $ sudo apt full-upgrade
                    The following packages were automatically installed and are no longer required:
                      g++-12                 libboost-filesystem1.74.0       libldap-2.5-0          libx265-199
                      gdisk                  libboost-log1.74.0              libnsl-dev             linux-headers-6.12.25+rpt-common-rpi
                      libabsl20220623        libboost-program-options1.74.0  libpthread-stubs0-dev  linux-kbuild-6.12.25+rpt
                      libappstream4          libboost-regex1.74.0            libpython3.11          p7zip
                      libassuan0             libboost-thread1.74.0           libpython3.11-minimal  pkexec
                      libavif15              libcbor0.8                      libpython3.11-stdlib   python3-six
                      libblockdev-crypto2    libdav1d6                       libqt5core5a           python3-toml
                      libblockdev-loop2      libflac12                       librav1e0              python3.11
                      libblockdev-part-err2  libfmt9                         librhash0              python3.11-minimal
                      libblockdev-part2      libfuse3-3                      libstdc++-12-dev       triggerhappy
                      libblockdev-swap2      libicu72                        libsvtav1enc1          x11proto-core-dev
                      libblockdev-utils2     libjim0.81                      libtirpc-dev
                      libblockdev2           libjsoncpp25                    libunwind8
                    Use 'sudo apt autoremove' to remove them.
                    
                    Summary:
                      Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
                    

                    ich würde das jetzt mal enfernen mit

                    'sudo apt autoremove
                    
                    

                    Nix besonderes; iob auf Respberry pi 4 (8GB) mit 32 GB SSD
                    Node.js: v22.21.0
                    NPM: 10.9.4
                    js-controller 7.0.7
                    Linux: Trixie

                    DuffyD 1 Antwort Letzte Antwort
                    0
                    • DuffyD Duffy

                      @thomas-braun

                      Bitte nicht falsch versten das sollte in keinster weise ein Vorwurf sein.
                      Ich habe nur echt Panik in dem Linux rum zu fummeln das endet bei mir in der Regel in Dramen.

                      pi@raspberrypi:~ $ sudo apt full-upgrade
                      The following packages were automatically installed and are no longer required:
                        g++-12                 libboost-filesystem1.74.0       libldap-2.5-0          libx265-199
                        gdisk                  libboost-log1.74.0              libnsl-dev             linux-headers-6.12.25+rpt-common-rpi
                        libabsl20220623        libboost-program-options1.74.0  libpthread-stubs0-dev  linux-kbuild-6.12.25+rpt
                        libappstream4          libboost-regex1.74.0            libpython3.11          p7zip
                        libassuan0             libboost-thread1.74.0           libpython3.11-minimal  pkexec
                        libavif15              libcbor0.8                      libpython3.11-stdlib   python3-six
                        libblockdev-crypto2    libdav1d6                       libqt5core5a           python3-toml
                        libblockdev-loop2      libflac12                       librav1e0              python3.11
                        libblockdev-part-err2  libfmt9                         librhash0              python3.11-minimal
                        libblockdev-part2      libfuse3-3                      libstdc++-12-dev       triggerhappy
                        libblockdev-swap2      libicu72                        libsvtav1enc1          x11proto-core-dev
                        libblockdev-utils2     libjim0.81                      libtirpc-dev
                        libblockdev2           libjsoncpp25                    libunwind8
                      Use 'sudo apt autoremove' to remove them.
                      
                      Summary:
                        Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
                      

                      ich würde das jetzt mal enfernen mit

                      'sudo apt autoremove
                      
                      
                      DuffyD Offline
                      DuffyD Offline
                      Duffy
                      schrieb am zuletzt editiert von
                      #17

                      @Thomas-Braun

                      Ich habe jetzt nach der Prozedur noch mal iob diag gemacht.

                      Für mich sieht es so aus als wenn alles ok ist was aber bei mir nichts heißen soll.
                      schaust bitte noch ml drüber?

                      Script v.2025-08-09
                      
                      *** BASE SYSTEM ***
                      Operating System: Debian GNU/Linux 13 (trixie)
                       Static hostname: raspberrypi
                             Icon name: computer
                                Kernel: Linux 6.12.47+rpt-rpi-v8
                          Architecture: arm64
                      OS is similar to:
                      
                      Model           : Raspberry Pi 4 Model B Rev 1.4
                      Docker          : false
                      Virtualization  : none
                      Kernel          : aarch64
                      Userland        : 64 bit
                      
                      Systemuptime and Load:
                       08:21:43 up 5 min,  1 user,  load average: 4.23, 3.20, 1.45
                      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: Tue 2025-10-14 08:21:43 CEST
                                 Universal time: Tue 2025-10-14 06:21:43 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:            8.2G        3.4G        3.1G         13M        1.8G        4.8G
                      Swap:           209M          0B        209M
                      Total:          8.4G        3.4G        3.3G
                      
                      Active iob-Instances:   37
                      
                               7819 M total memory
                               3241 M used memory
                               4238 M active memory
                                408 M inactive memory
                               2956 M free memory
                                 84 M buffer memory
                               1650 M swap cache
                                199 M total swap
                                  0 M used swap
                                199 M free swap
                      
                      *** top - Table Of Processes  ***
                      top - 08:21:44 up 5 min,  1 user,  load average: 4.23, 3.20, 1.45
                      Tasks: 227 total,   1 running, 226 sleeping,   0 stopped,   0 zombie
                      %Cpu(s):  4.3 us,  2.1 sy,  0.0 ni, 93.6 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                      MiB Mem :   7819.7 total,   2956.1 free,   3241.2 used,   1735.1 buff/cache
                      MiB Swap:    200.0 total,    200.0 free,      0.0 used.   4578.6 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  3.6G     0  3.6G   0% /dev
                      tmpfs          tmpfs     1.6G   11M  1.6G   1% /run
                      /dev/sda2      ext4       29G   12G   16G  44% /
                      tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                      tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                      tmpfs          tmpfs     3.9G  2.5M  3.9G   1% /tmp
                      tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
                      /dev/sda1      vfat      510M   74M  437M  15% /boot/firmware
                      tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.service
                      tmpfs          tmpfs     782M  8.0K  782M   1% /run/user/1000
                      
                      Messages concerning ext4 filesystem in dmesg:
                      [Tue Oct 14 08:16:05 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:36:CB:32 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyS0,115200 console=tty1 root=PARTUUID=dd528ea5-02 rootfstype=ext4 fsck.repair=yes rootwait
                      [Tue Oct 14 08:16:07 2025] EXT4-fs (sda2): mounted filesystem 6835594d-a5f3-459f-a244-318060e7e0ab ro with ordered data mode. Quota mode: none.
                      [Tue Oct 14 08:16:10 2025] EXT4-fs (sda2): re-mounted 6835594d-a5f3-459f-a244-318060e7e0ab 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:
                      2.5G    /var/
                      1.5G    /var/log/journal/458ebafb08a8432dbfe417c962c32f87
                      1.5G    /var/log/journal
                      1.5G    /var/log
                      594M    /var/lib
                      
                      Archived and active journals take up 1.4G in the file system.
                      
                      /opt/iobroker/backups:
                      940M    /opt/iobroker/backups/
                      
                      /opt/iobroker/iobroker-data:
                      595M    /opt/iobroker/iobroker-data/
                      425M    /opt/iobroker/iobroker-data/files
                      116M    /opt/iobroker/iobroker-data/backup-objects
                      74M     /opt/iobroker/iobroker-data/files/vis
                      67M     /opt/iobroker/iobroker-data/files/vis/widgets
                      
                      The five largest files in iobroker-data are:
                      38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                      27M     /opt/iobroker/iobroker-data/states.jsonl
                      27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                      24M     /opt/iobroker/iobroker-data/objects.jsonl
                      19M     /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.02fc3820.js.map
                      
                      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-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0
                      
                      *** ZigBee Settings ***
                      
                      Your zigbee.0 COM-Port is matching 'by-id'. Very good!
                      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.20.0
                      /usr/bin/node           v22.20.0
                      /usr/bin/npm            10.9.3
                      /usr/bin/npx            10.9.3
                      /usr/bin/corepack       0.34.0
                      
                      nodejs:
                        Installed: 22.20.0-1nodesource1
                        Candidate: 22.20.0-1nodesource1
                        Version table:
                       *** 22.20.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                              100 /var/lib/dpkg/status
                           22.19.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           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: 347)
                      
                      Core adapters versions
                      js-controller:  7.0.7
                      admin:          7.7.2
                      javascript:     8.9.2
                      
                      nodejs modules from github:     1
                      +-- iobroker.switchbot-hub@0.1.2 (git+ssh://git@github.com/arteck/ioBroker.switchbot-hub.git#666f01f7e8b49322d68d63360322a9f11169911a)
                      
                      Adapter State
                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                      + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                      + system.adapter.device-reminder.0        : device-reminder       : raspberrypi                              -  enabled
                      + system.adapter.device-watcher.0         : device-watcher        : raspberrypi                              -  enabled
                        system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                      + system.adapter.drag-indicator.0         : drag-indicator        : raspberrypi                              -  enabled
                      + system.adapter.echarts.0                : echarts               : raspberrypi                              -  enabled
                      + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: raspberrypi                              -  enabled
                      + system.adapter.energiefluss.0           : energiefluss          : raspberrypi                              -  enabled
                        system.adapter.feiertage.0              : feiertage             : raspberrypi                              -  enabled
                        system.adapter.flot.0                   : flot                  : raspberrypi                              -  enabled
                      + system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              -  enabled
                      + system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              -  enabled
                      + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                        system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                        system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: raspberrypi                              -  enabled
                        system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              -  enabled
                      + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                      + system.adapter.influxdb.1               : influxdb              : raspberrypi                              -  enabled, port: 8086
                      + system.adapter.influxdb.2               : influxdb              : raspberrypi                              -  enabled, port: 8086
                      + system.adapter.iot.0                    : iot                   : raspberrypi                              -  enabled
                      + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                      + system.adapter.matter.0                 : matter                : raspberrypi                              -  enabled
                      + system.adapter.mercedesme.0             : mercedesme            : raspberrypi                              -  enabled
                        system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              - disabled, port: 1884, bind: 0.0.0.0
                      + system.adapter.mystrom.0                : mystrom               : raspberrypi                              -  enabled
                        system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled
                      + system.adapter.opendtu.0                : opendtu               : raspberrypi                              -  enabled
                      + system.adapter.operating-hours.0        : operating-hours       : raspberrypi                              -  enabled
                      + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                      + system.adapter.sainlogic.0              : sainlogic             : raspberrypi                              -  enabled, port: 1847, bind: 0.0.0.0
                      + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                      + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                      + system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              -  enabled
                      + system.adapter.statistics.0             : statistics            : raspberrypi                              -  enabled
                        system.adapter.switchbot-hub.0          : switchbot-hub         : raspberrypi                              - disabled
                      + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
                      + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.text2command.0           : text2command          : raspberrypi                              -  enabled
                      + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                      + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              -  enabled
                        system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: raspberrypi                              -  enabled
                        system.adapter.vis-2.0                  : vis-2                 : raspberrypi                              - disabled
                        system.adapter.vis-colorpicker.0        : vis-colorpicker       : raspberrypi                              -  enabled
                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              -  enabled
                        system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              -  enabled
                      + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                        system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              -  enabled
                        system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              -  enabled
                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              -  enabled
                        system.adapter.vis-weather.0            : vis-weather           : raspberrypi                              -  enabled
                        system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0
                      
                      + instance is alive
                      
                      Enabled adapters with bindings
                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                      + system.adapter.influxdb.1               : influxdb              : raspberrypi                              -  enabled, port: 8086
                      + system.adapter.influxdb.2               : influxdb              : raspberrypi                              -  enabled, port: 8086
                      + system.adapter.sainlogic.0              : sainlogic             : raspberrypi                              -  enabled, port: 1847, bind: 0.0.0.0
                      + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                      + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                      + 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
                      + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0
                      
                      ioBroker-Repositories
                      ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                      │ (index) │ name     │ url                                                     │ auto upgrade │
                      ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                      │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                      │ 1       │ 'beta'   │ '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.7.2    , installed 7.7.2
                      Adapter    "alexa2"       : 3.27.3   , installed 3.27.3
                      Adapter    "backitup"     : 3.3.5    , installed 3.3.5
                      Adapter    "device-reminder": 3.1.2  , installed 3.1.2
                      Adapter    "device-watcher": 2.13.1  , installed 2.13.1
                      Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                      Adapter    "drag-indicator": 2.4.0   , installed 2.4.0
                      Adapter    "echarts"      : 1.9.2    , installed 2.0.8
                      Adapter    "energiefluss" : 3.6.2    , installed 3.6.2
                      Adapter    "energiefluss-erweitert": 0.7.7, installed 0.7.7
                      Adapter    "feiertage"    : 1.2.1    , installed 1.2.1
                      Adapter    "flot"         : 1.12.0   , installed 1.12.0
                      Adapter    "fritzdect"    : 2.6.2    , installed 2.6.2
                      Adapter    "fullybrowser" : 3.1.2    , installed 3.1.2
                      Adapter    "history"      : 3.0.1    , installed 3.0.1
                      Adapter    "ical"         : 1.17.0   , installed 1.17.0
                      Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                      Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                      Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                      Adapter    "iot"          : 3.3.0    , installed 3.3.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    "mqtt"         : 6.1.4    , installed 6.1.4
                      Adapter    "net-tools"    : 1.1.2    , installed 1.1.2
                      Adapter    "opendtu"      : 3.1.0    , installed 3.1.0
                      Adapter    "operating-hours": 1.3.0  , installed 1.3.0
                      Adapter    "rpi2"         : 2.4.0    , installed 2.4.0
                      Adapter    "sainlogic"    : 0.11.6   , installed 0.11.6
                      Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                      Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                      Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
                      Adapter    "statistics"   : 2.4.0    , installed 2.4.0
                      Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                      Adapter    "telegram"     : 4.1.0    , installed 4.1.0
                      Adapter    "text2command" : 3.0.3    , installed 3.0.3
                      Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                      Adapter    "trashschedule": 3.3.0    , installed 3.3.0
                      Adapter    "vis"          : 1.5.6    , installed 1.5.6
                      Adapter    "vis-2"        : 2.13.4   , installed 2.13.4
                      Adapter    "vis-2-widgets-material": 1.4.10, installed 1.4.10
                      Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                      Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                      Adapter    "vis-icontwo"  : 1.18.0   , installed 1.18.0
                      Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.5
                      Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                      Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                      Adapter    "vis-weather"  : 2.5.12   , installed 2.5.12
                      Adapter    "web"          : 7.0.8    , installed 7.0.8
                      Adapter    "ws"           : 2.6.2    , installed 2.6.2
                      Adapter    "zigbee"       : 3.0.5    , installed 3.0.5
                      
                      Objects and States
                      Please stand by - This may take a while
                      Objects:        13565
                      States:         12503
                      
                      *** 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://archive.raspberrypi.com/debian trixie InRelease
                      Hit:5 https://apt.grafana.com stable InRelease
                      Hit:6 https://deb.nodesource.com/node_22.x nodistro InRelease
                      Hit:7 https://repos.influxdata.com/debian stable 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 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       9684       1158/iobroker.js-co
                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       7789       1158/iobroker.js-co
                      tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          6885       1112/exim4        
                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          8372       809/sshd: /usr/sbin
                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       8879       1450/io.sonoff.0  
                      tcp        0      0 0.0.0.0:1847            0.0.0.0:*               LISTEN      1001       13530      1887/io.sainlogic.0
                      tcp6       0      0 :::3000                 :::*                    LISTEN      106        6962       1157/grafana      
                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       8594       1204/io.admin.0   
                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       11748      1819/io.web.0     
                      tcp6       0      0 :::8086                 :::*                    LISTEN      999        6907       825/influxd       
                      tcp6       0      0 :::8087                 :::*                    LISTEN      1001       12438      1842/io.simple-api.
                      tcp6       0      0 :::22                   :::*                    LISTEN      0          8374       809/sshd: /usr/sbin
                      tcp6       0      0 ::1:25                  :::*                    LISTEN      0          6886       1112/exim4        
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       14406      1902/io.matter.0  
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       12518      1902/io.matter.0  
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       10997      1902/io.matter.0  
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       10989      1902/io.matter.0  
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        2012       575/avahi-daemon: r
                      udp        0      0 0.0.0.0:34368           0.0.0.0:*                           104        2014       575/avahi-daemon: r
                      udp        0      0 0.0.0.0:49974           0.0.0.0:*                           1001       11006      1902/io.matter.0  
                      udp6       0      0 :::5353                 :::*                                1001       14407      1902/io.matter.0  
                      udp6       0      0 :::5353                 :::*                                1001       12519      1902/io.matter.0  
                      udp6       0      0 :::5353                 :::*                                1001       11000      1902/io.matter.0  
                      udp6       0      0 :::5353                 :::*                                1001       10992      1902/io.matter.0  
                      udp6       0      0 :::5353                 :::*                                104        2013       575/avahi-daemon: r
                      udp6       0      0 :::52715                :::*                                104        2015       575/avahi-daemon: r
                      udp6       0      0 fe80::e5bd:4ca9:170:546 :::*                                0          6085       691/NetworkManager
                      udp6       0      0 :::49974                :::*                                1001       11005      1902/io.matter.0  
                      
                      *** Log File - Last 25 Lines ***
                      
                      2025-10-14 08:20:28.151  - info: sourceanalytix.0 (1716) Initialization of 0_userdata.0.PV_Ersparnis.Ersparnis_kWh_2PVs successfully
                      2025-10-14 08:20:28.152  - info: sourceanalytix.0 (1716) Initialising (9 of 9) "0_userdata.0.PV_Einspeisung.PV_Einspeisung_kWh_2PVs"
                      2025-10-14 08:20:31.519  - info: sourceanalytix.0 (1716) Initialization of 0_userdata.0.PV_Einspeisung.PV_Einspeisung_kWh_2PVs successfully
                      2025-10-14 08:20:31.547  - info: sourceanalytix.0 (1716) Successfully activated SourceAnalytix for 9 of 9 states, will do my Job until you stop me!
                      2025-10-14 08:20:42.108  - info: matter.0 (1902) Node "10769786468529638926" offline, waiting for device discovery
                      2025-10-14 08:20:42.845  - info: matter.0 (1902) Node "11901481590481904095" offline, waiting for device discovery
                      2025-10-14 08:21:11.351  - info: alexa2.0 (1592) Unknown Device, but enabling commands, Try it and report back if commands work.
                      2025-10-14 08:21:11.352  - info: alexa2.0 (1592) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                      2025-10-14 08:21:11.352  - info: alexa2.0 (1592)     Device-type:A2V9UEGZ82H4KZ - Fire SZ (MICROPHONE,ASX_TIME_ZONE,TIMERS_AND_ALARMS,SUPPORTS_SOFTWARE_VERSION,ADAPTIVE_LISTENING,VOLUME_SETTING,NO_TIME_ZONE_SETTING,PERSISTENT_CONNECTION,REMINDERS)
                      2025-10-14 08:21:17.625  - info: alexa2.0 (1592) Unknown Device, but enabling commands, Try it and report back if commands work.
                      2025-10-14 08:21:17.626  - info: alexa2.0 (1592) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                      2025-10-14 08:21:17.627  - info: alexa2.0 (1592)     Device-type:A2QCPPMSOLGVZE - Fire Max (AUDIBLE,VOICE_TRAINING,SUPPORTS_SOFTWARE_VERSION,SIRIUSXM,ARTHUR_TARGET,SET_LOCALE,VOLUME_SETTING,SALMON,TIMERS_ALARMS_NOTIFICATIONS_VOLUME,MICROPHONE,AMAZON_MUSIC,AUDIO_PLAYER,PANDORA,SLEEP,CHANGE_NAME,KINDLE_BOOKS,SUPPORTS_CONNECTED_HOME_ALL,ASCENDING_ALARM_VOLUME,FLASH_BRIEFING,CUSTOM_ALARM_TONE,MUSIC_SKILL,DEEZER,TIMERS_AND_ALARMS,ACTIVE_AFTER_FRO,TAHOE_BYOD,SHARKNADO,TUNE_IN,ADAPTIVE_LISTENING,EARCONS,TIDAL,REMINDERS,DREAM_TRAINING,SOUND_SETTINGS,SUPPORTS_CONNECTED_HOME_CLOUD_ONLY,TIMEZONE,I_HEART_RADIO,PERSISTENT_CONNECTION,REQUIRES_OOBE_FOR_SETUP,APPLE_MUSIC)
                      2025-10-14 08:21:20.258  - info: javascript.0 (1321) script.js.Arbeitszimmer.Fire_Tablet_Arbeitszimmer_an: true
                      2025-10-14 08:21:20.539  - info: javascript.0 (1321) script.js.Arbeitszimmer.Fire_Tablet_Arbeitszimmer_an: true
                      2025-10-14 08:21:20.866  - info: fullybrowser.0 (1577) 🗸 192.168.178.157: Command screenOn successfully set to true
                      2025-10-14 08:21:21.075  - info: fullybrowser.0 (1577) 🗸 192.168.178.157: Command screenOn successfully set to true
                      2025-10-14 08:21:37.961  - info: web.0 (1819) ==> Connected system.user.admin from ::ffff:192.168.178.157
                      2025-10-14 08:21:38.636  - info: alexa2.0 (1592) Subscribing to states...
                      2025-10-14 08:21:38.653  - info: alexa2.0 (1592) Deleting the following states: ["Contacts.AF2FSLWZXZPZ7SST2UEDH5LRWD5Q","Contacts.AF2FSLWZXZPZ7SST2UEDH5LRWD5Q.textMessage"]
                      2025-10-14 08:21:41.016  - info: alexa2.0 (1592) Alexa-Push-Connection (macDms = true) established. Disable Polling
                      2025-10-14 08:22:01.584  - info: alexa2.0 (1592) Initialization Done ...
                      2025-10-14 08:23:11.221  - info: fritzdect.0 (1671) DECT ID: 130770157104-1 identified for command (state) : false
                      2025-10-14 08:23:11.618  - info: fritzdect.0 (1671) DECT ID: 130770143150-1 identified for command (state) : false
                      2025-10-14 08:23:11.620  - info: fritzdect.0 (1671) DECT ID: 130770137317-1 identified for command (state) : false
                      2025-10-14 08:23:11.623  - info: fritzdect.0 (1671) DECT ID: 130770274810-1 identified for command (state) : false
                      
                      

                      VG Duffy

                      Nix besonderes; iob auf Respberry pi 4 (8GB) mit 32 GB SSD
                      Node.js: v22.21.0
                      NPM: 10.9.4
                      js-controller 7.0.7
                      Linux: Trixie

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • DuffyD Duffy

                        @Thomas-Braun

                        Ich habe jetzt nach der Prozedur noch mal iob diag gemacht.

                        Für mich sieht es so aus als wenn alles ok ist was aber bei mir nichts heißen soll.
                        schaust bitte noch ml drüber?

                        Script v.2025-08-09
                        
                        *** BASE SYSTEM ***
                        Operating System: Debian GNU/Linux 13 (trixie)
                         Static hostname: raspberrypi
                               Icon name: computer
                                  Kernel: Linux 6.12.47+rpt-rpi-v8
                            Architecture: arm64
                        OS is similar to:
                        
                        Model           : Raspberry Pi 4 Model B Rev 1.4
                        Docker          : false
                        Virtualization  : none
                        Kernel          : aarch64
                        Userland        : 64 bit
                        
                        Systemuptime and Load:
                         08:21:43 up 5 min,  1 user,  load average: 4.23, 3.20, 1.45
                        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: Tue 2025-10-14 08:21:43 CEST
                                   Universal time: Tue 2025-10-14 06:21:43 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:            8.2G        3.4G        3.1G         13M        1.8G        4.8G
                        Swap:           209M          0B        209M
                        Total:          8.4G        3.4G        3.3G
                        
                        Active iob-Instances:   37
                        
                                 7819 M total memory
                                 3241 M used memory
                                 4238 M active memory
                                  408 M inactive memory
                                 2956 M free memory
                                   84 M buffer memory
                                 1650 M swap cache
                                  199 M total swap
                                    0 M used swap
                                  199 M free swap
                        
                        *** top - Table Of Processes  ***
                        top - 08:21:44 up 5 min,  1 user,  load average: 4.23, 3.20, 1.45
                        Tasks: 227 total,   1 running, 226 sleeping,   0 stopped,   0 zombie
                        %Cpu(s):  4.3 us,  2.1 sy,  0.0 ni, 93.6 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                        MiB Mem :   7819.7 total,   2956.1 free,   3241.2 used,   1735.1 buff/cache
                        MiB Swap:    200.0 total,    200.0 free,      0.0 used.   4578.6 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  3.6G     0  3.6G   0% /dev
                        tmpfs          tmpfs     1.6G   11M  1.6G   1% /run
                        /dev/sda2      ext4       29G   12G   16G  44% /
                        tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                        tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                        tmpfs          tmpfs     3.9G  2.5M  3.9G   1% /tmp
                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
                        /dev/sda1      vfat      510M   74M  437M  15% /boot/firmware
                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.service
                        tmpfs          tmpfs     782M  8.0K  782M   1% /run/user/1000
                        
                        Messages concerning ext4 filesystem in dmesg:
                        [Tue Oct 14 08:16:05 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:36:CB:32 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyS0,115200 console=tty1 root=PARTUUID=dd528ea5-02 rootfstype=ext4 fsck.repair=yes rootwait
                        [Tue Oct 14 08:16:07 2025] EXT4-fs (sda2): mounted filesystem 6835594d-a5f3-459f-a244-318060e7e0ab ro with ordered data mode. Quota mode: none.
                        [Tue Oct 14 08:16:10 2025] EXT4-fs (sda2): re-mounted 6835594d-a5f3-459f-a244-318060e7e0ab 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:
                        2.5G    /var/
                        1.5G    /var/log/journal/458ebafb08a8432dbfe417c962c32f87
                        1.5G    /var/log/journal
                        1.5G    /var/log
                        594M    /var/lib
                        
                        Archived and active journals take up 1.4G in the file system.
                        
                        /opt/iobroker/backups:
                        940M    /opt/iobroker/backups/
                        
                        /opt/iobroker/iobroker-data:
                        595M    /opt/iobroker/iobroker-data/
                        425M    /opt/iobroker/iobroker-data/files
                        116M    /opt/iobroker/iobroker-data/backup-objects
                        74M     /opt/iobroker/iobroker-data/files/vis
                        67M     /opt/iobroker/iobroker-data/files/vis/widgets
                        
                        The five largest files in iobroker-data are:
                        38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                        27M     /opt/iobroker/iobroker-data/states.jsonl
                        27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                        24M     /opt/iobroker/iobroker-data/objects.jsonl
                        19M     /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.02fc3820.js.map
                        
                        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-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0
                        
                        *** ZigBee Settings ***
                        
                        Your zigbee.0 COM-Port is matching 'by-id'. Very good!
                        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.20.0
                        /usr/bin/node           v22.20.0
                        /usr/bin/npm            10.9.3
                        /usr/bin/npx            10.9.3
                        /usr/bin/corepack       0.34.0
                        
                        nodejs:
                          Installed: 22.20.0-1nodesource1
                          Candidate: 22.20.0-1nodesource1
                          Version table:
                         *** 22.20.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                100 /var/lib/dpkg/status
                             22.19.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             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: 347)
                        
                        Core adapters versions
                        js-controller:  7.0.7
                        admin:          7.7.2
                        javascript:     8.9.2
                        
                        nodejs modules from github:     1
                        +-- iobroker.switchbot-hub@0.1.2 (git+ssh://git@github.com/arteck/ioBroker.switchbot-hub.git#666f01f7e8b49322d68d63360322a9f11169911a)
                        
                        Adapter State
                        + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                        + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                        + system.adapter.device-reminder.0        : device-reminder       : raspberrypi                              -  enabled
                        + system.adapter.device-watcher.0         : device-watcher        : raspberrypi                              -  enabled
                          system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                        + system.adapter.drag-indicator.0         : drag-indicator        : raspberrypi                              -  enabled
                        + system.adapter.echarts.0                : echarts               : raspberrypi                              -  enabled
                        + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: raspberrypi                              -  enabled
                        + system.adapter.energiefluss.0           : energiefluss          : raspberrypi                              -  enabled
                          system.adapter.feiertage.0              : feiertage             : raspberrypi                              -  enabled
                          system.adapter.flot.0                   : flot                  : raspberrypi                              -  enabled
                        + system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              -  enabled
                        + system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              -  enabled
                        + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                          system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                          system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: raspberrypi                              -  enabled
                          system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              -  enabled
                        + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                        + system.adapter.influxdb.1               : influxdb              : raspberrypi                              -  enabled, port: 8086
                        + system.adapter.influxdb.2               : influxdb              : raspberrypi                              -  enabled, port: 8086
                        + system.adapter.iot.0                    : iot                   : raspberrypi                              -  enabled
                        + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                        + system.adapter.matter.0                 : matter                : raspberrypi                              -  enabled
                        + system.adapter.mercedesme.0             : mercedesme            : raspberrypi                              -  enabled
                          system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              - disabled, port: 1884, bind: 0.0.0.0
                        + system.adapter.mystrom.0                : mystrom               : raspberrypi                              -  enabled
                          system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled
                        + system.adapter.opendtu.0                : opendtu               : raspberrypi                              -  enabled
                        + system.adapter.operating-hours.0        : operating-hours       : raspberrypi                              -  enabled
                        + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                        + system.adapter.sainlogic.0              : sainlogic             : raspberrypi                              -  enabled, port: 1847, bind: 0.0.0.0
                        + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                        + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                        + system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              -  enabled
                        + system.adapter.statistics.0             : statistics            : raspberrypi                              -  enabled
                          system.adapter.switchbot-hub.0          : switchbot-hub         : raspberrypi                              - disabled
                        + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
                        + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.text2command.0           : text2command          : raspberrypi                              -  enabled
                        + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                        + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              -  enabled
                          system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: raspberrypi                              -  enabled
                          system.adapter.vis-2.0                  : vis-2                 : raspberrypi                              - disabled
                          system.adapter.vis-colorpicker.0        : vis-colorpicker       : raspberrypi                              -  enabled
                          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              -  enabled
                          system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              -  enabled
                        + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                          system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              -  enabled
                          system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              -  enabled
                          system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              -  enabled
                          system.adapter.vis-weather.0            : vis-weather           : raspberrypi                              -  enabled
                          system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                        + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0
                        
                        + instance is alive
                        
                        Enabled adapters with bindings
                        + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                        + system.adapter.influxdb.1               : influxdb              : raspberrypi                              -  enabled, port: 8086
                        + system.adapter.influxdb.2               : influxdb              : raspberrypi                              -  enabled, port: 8086
                        + system.adapter.sainlogic.0              : sainlogic             : raspberrypi                              -  enabled, port: 1847, bind: 0.0.0.0
                        + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                        + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                        + 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
                        + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0
                        
                        ioBroker-Repositories
                        ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                        │ (index) │ name     │ url                                                     │ auto upgrade │
                        ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                        │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                        │ 1       │ 'beta'   │ '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.7.2    , installed 7.7.2
                        Adapter    "alexa2"       : 3.27.3   , installed 3.27.3
                        Adapter    "backitup"     : 3.3.5    , installed 3.3.5
                        Adapter    "device-reminder": 3.1.2  , installed 3.1.2
                        Adapter    "device-watcher": 2.13.1  , installed 2.13.1
                        Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                        Adapter    "drag-indicator": 2.4.0   , installed 2.4.0
                        Adapter    "echarts"      : 1.9.2    , installed 2.0.8
                        Adapter    "energiefluss" : 3.6.2    , installed 3.6.2
                        Adapter    "energiefluss-erweitert": 0.7.7, installed 0.7.7
                        Adapter    "feiertage"    : 1.2.1    , installed 1.2.1
                        Adapter    "flot"         : 1.12.0   , installed 1.12.0
                        Adapter    "fritzdect"    : 2.6.2    , installed 2.6.2
                        Adapter    "fullybrowser" : 3.1.2    , installed 3.1.2
                        Adapter    "history"      : 3.0.1    , installed 3.0.1
                        Adapter    "ical"         : 1.17.0   , installed 1.17.0
                        Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                        Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                        Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                        Adapter    "iot"          : 3.3.0    , installed 3.3.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    "mqtt"         : 6.1.4    , installed 6.1.4
                        Adapter    "net-tools"    : 1.1.2    , installed 1.1.2
                        Adapter    "opendtu"      : 3.1.0    , installed 3.1.0
                        Adapter    "operating-hours": 1.3.0  , installed 1.3.0
                        Adapter    "rpi2"         : 2.4.0    , installed 2.4.0
                        Adapter    "sainlogic"    : 0.11.6   , installed 0.11.6
                        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                        Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                        Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
                        Adapter    "statistics"   : 2.4.0    , installed 2.4.0
                        Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                        Adapter    "telegram"     : 4.1.0    , installed 4.1.0
                        Adapter    "text2command" : 3.0.3    , installed 3.0.3
                        Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                        Adapter    "trashschedule": 3.3.0    , installed 3.3.0
                        Adapter    "vis"          : 1.5.6    , installed 1.5.6
                        Adapter    "vis-2"        : 2.13.4   , installed 2.13.4
                        Adapter    "vis-2-widgets-material": 1.4.10, installed 1.4.10
                        Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                        Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                        Adapter    "vis-icontwo"  : 1.18.0   , installed 1.18.0
                        Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.5
                        Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                        Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                        Adapter    "vis-weather"  : 2.5.12   , installed 2.5.12
                        Adapter    "web"          : 7.0.8    , installed 7.0.8
                        Adapter    "ws"           : 2.6.2    , installed 2.6.2
                        Adapter    "zigbee"       : 3.0.5    , installed 3.0.5
                        
                        Objects and States
                        Please stand by - This may take a while
                        Objects:        13565
                        States:         12503
                        
                        *** 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://archive.raspberrypi.com/debian trixie InRelease
                        Hit:5 https://apt.grafana.com stable InRelease
                        Hit:6 https://deb.nodesource.com/node_22.x nodistro InRelease
                        Hit:7 https://repos.influxdata.com/debian stable 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 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       9684       1158/iobroker.js-co
                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       7789       1158/iobroker.js-co
                        tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          6885       1112/exim4        
                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          8372       809/sshd: /usr/sbin
                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       8879       1450/io.sonoff.0  
                        tcp        0      0 0.0.0.0:1847            0.0.0.0:*               LISTEN      1001       13530      1887/io.sainlogic.0
                        tcp6       0      0 :::3000                 :::*                    LISTEN      106        6962       1157/grafana      
                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       8594       1204/io.admin.0   
                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       11748      1819/io.web.0     
                        tcp6       0      0 :::8086                 :::*                    LISTEN      999        6907       825/influxd       
                        tcp6       0      0 :::8087                 :::*                    LISTEN      1001       12438      1842/io.simple-api.
                        tcp6       0      0 :::22                   :::*                    LISTEN      0          8374       809/sshd: /usr/sbin
                        tcp6       0      0 ::1:25                  :::*                    LISTEN      0          6886       1112/exim4        
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       14406      1902/io.matter.0  
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       12518      1902/io.matter.0  
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       10997      1902/io.matter.0  
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       10989      1902/io.matter.0  
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        2012       575/avahi-daemon: r
                        udp        0      0 0.0.0.0:34368           0.0.0.0:*                           104        2014       575/avahi-daemon: r
                        udp        0      0 0.0.0.0:49974           0.0.0.0:*                           1001       11006      1902/io.matter.0  
                        udp6       0      0 :::5353                 :::*                                1001       14407      1902/io.matter.0  
                        udp6       0      0 :::5353                 :::*                                1001       12519      1902/io.matter.0  
                        udp6       0      0 :::5353                 :::*                                1001       11000      1902/io.matter.0  
                        udp6       0      0 :::5353                 :::*                                1001       10992      1902/io.matter.0  
                        udp6       0      0 :::5353                 :::*                                104        2013       575/avahi-daemon: r
                        udp6       0      0 :::52715                :::*                                104        2015       575/avahi-daemon: r
                        udp6       0      0 fe80::e5bd:4ca9:170:546 :::*                                0          6085       691/NetworkManager
                        udp6       0      0 :::49974                :::*                                1001       11005      1902/io.matter.0  
                        
                        *** Log File - Last 25 Lines ***
                        
                        2025-10-14 08:20:28.151  - info: sourceanalytix.0 (1716) Initialization of 0_userdata.0.PV_Ersparnis.Ersparnis_kWh_2PVs successfully
                        2025-10-14 08:20:28.152  - info: sourceanalytix.0 (1716) Initialising (9 of 9) "0_userdata.0.PV_Einspeisung.PV_Einspeisung_kWh_2PVs"
                        2025-10-14 08:20:31.519  - info: sourceanalytix.0 (1716) Initialization of 0_userdata.0.PV_Einspeisung.PV_Einspeisung_kWh_2PVs successfully
                        2025-10-14 08:20:31.547  - info: sourceanalytix.0 (1716) Successfully activated SourceAnalytix for 9 of 9 states, will do my Job until you stop me!
                        2025-10-14 08:20:42.108  - info: matter.0 (1902) Node "10769786468529638926" offline, waiting for device discovery
                        2025-10-14 08:20:42.845  - info: matter.0 (1902) Node "11901481590481904095" offline, waiting for device discovery
                        2025-10-14 08:21:11.351  - info: alexa2.0 (1592) Unknown Device, but enabling commands, Try it and report back if commands work.
                        2025-10-14 08:21:11.352  - info: alexa2.0 (1592) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                        2025-10-14 08:21:11.352  - info: alexa2.0 (1592)     Device-type:A2V9UEGZ82H4KZ - Fire SZ (MICROPHONE,ASX_TIME_ZONE,TIMERS_AND_ALARMS,SUPPORTS_SOFTWARE_VERSION,ADAPTIVE_LISTENING,VOLUME_SETTING,NO_TIME_ZONE_SETTING,PERSISTENT_CONNECTION,REMINDERS)
                        2025-10-14 08:21:17.625  - info: alexa2.0 (1592) Unknown Device, but enabling commands, Try it and report back if commands work.
                        2025-10-14 08:21:17.626  - info: alexa2.0 (1592) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                        2025-10-14 08:21:17.627  - info: alexa2.0 (1592)     Device-type:A2QCPPMSOLGVZE - Fire Max (AUDIBLE,VOICE_TRAINING,SUPPORTS_SOFTWARE_VERSION,SIRIUSXM,ARTHUR_TARGET,SET_LOCALE,VOLUME_SETTING,SALMON,TIMERS_ALARMS_NOTIFICATIONS_VOLUME,MICROPHONE,AMAZON_MUSIC,AUDIO_PLAYER,PANDORA,SLEEP,CHANGE_NAME,KINDLE_BOOKS,SUPPORTS_CONNECTED_HOME_ALL,ASCENDING_ALARM_VOLUME,FLASH_BRIEFING,CUSTOM_ALARM_TONE,MUSIC_SKILL,DEEZER,TIMERS_AND_ALARMS,ACTIVE_AFTER_FRO,TAHOE_BYOD,SHARKNADO,TUNE_IN,ADAPTIVE_LISTENING,EARCONS,TIDAL,REMINDERS,DREAM_TRAINING,SOUND_SETTINGS,SUPPORTS_CONNECTED_HOME_CLOUD_ONLY,TIMEZONE,I_HEART_RADIO,PERSISTENT_CONNECTION,REQUIRES_OOBE_FOR_SETUP,APPLE_MUSIC)
                        2025-10-14 08:21:20.258  - info: javascript.0 (1321) script.js.Arbeitszimmer.Fire_Tablet_Arbeitszimmer_an: true
                        2025-10-14 08:21:20.539  - info: javascript.0 (1321) script.js.Arbeitszimmer.Fire_Tablet_Arbeitszimmer_an: true
                        2025-10-14 08:21:20.866  - info: fullybrowser.0 (1577) 🗸 192.168.178.157: Command screenOn successfully set to true
                        2025-10-14 08:21:21.075  - info: fullybrowser.0 (1577) 🗸 192.168.178.157: Command screenOn successfully set to true
                        2025-10-14 08:21:37.961  - info: web.0 (1819) ==> Connected system.user.admin from ::ffff:192.168.178.157
                        2025-10-14 08:21:38.636  - info: alexa2.0 (1592) Subscribing to states...
                        2025-10-14 08:21:38.653  - info: alexa2.0 (1592) Deleting the following states: ["Contacts.AF2FSLWZXZPZ7SST2UEDH5LRWD5Q","Contacts.AF2FSLWZXZPZ7SST2UEDH5LRWD5Q.textMessage"]
                        2025-10-14 08:21:41.016  - info: alexa2.0 (1592) Alexa-Push-Connection (macDms = true) established. Disable Polling
                        2025-10-14 08:22:01.584  - info: alexa2.0 (1592) Initialization Done ...
                        2025-10-14 08:23:11.221  - info: fritzdect.0 (1671) DECT ID: 130770157104-1 identified for command (state) : false
                        2025-10-14 08:23:11.618  - info: fritzdect.0 (1671) DECT ID: 130770143150-1 identified for command (state) : false
                        2025-10-14 08:23:11.620  - info: fritzdect.0 (1671) DECT ID: 130770137317-1 identified for command (state) : false
                        2025-10-14 08:23:11.623  - info: fritzdect.0 (1671) DECT ID: 130770274810-1 identified for command (state) : false
                        
                        

                        VG Duffy

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #18

                        @duffy

                        Ja, passt.

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        DuffyD 1 Antwort Letzte Antwort
                        1
                        • Thomas BraunT Thomas Braun

                          @duffy

                          Ja, passt.

                          DuffyD Offline
                          DuffyD Offline
                          Duffy
                          schrieb am zuletzt editiert von
                          #19

                          @thomas-braun

                          Vielen Dank für deinen Support!!

                          Jetzt hoffe ich das der nächste Nachfolger von Trixie 10 Jahre auf sich warten lässt was nicht so sein wird 😉

                          Soll ich das auch schon umstrellen?

                          sudo apt modernize-sources
                          

                          VG Duffy und noch mal vielen Dank

                          Nix besonderes; iob auf Respberry pi 4 (8GB) mit 32 GB SSD
                          Node.js: v22.21.0
                          NPM: 10.9.4
                          js-controller 7.0.7
                          Linux: Trixie

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • DuffyD Duffy

                            @thomas-braun

                            Vielen Dank für deinen Support!!

                            Jetzt hoffe ich das der nächste Nachfolger von Trixie 10 Jahre auf sich warten lässt was nicht so sein wird 😉

                            Soll ich das auch schon umstrellen?

                            sudo apt modernize-sources
                            

                            VG Duffy und noch mal vielen Dank

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von Thomas Braun
                            #20

                            @duffy sagte in Update von Debian 12 auf 13 möglich?:

                            Jetzt hoffe ich das der nächste Nachfolger von Trixie 10 Jahre auf sich warten lässt was nicht so sein wird

                            Debian 14 'Forky' kommt im Sommer 2027. Alle zwei Jahre kommt ein neues Debian Stable heraus.
                            2029 betritt dann Debian 15 'Duke' die Bühne.
                            Kann man alles sehr gut planen.

                            https://www.debian.org/releases/forky/

                            Soll ich das auch schon umstrellen?

                            Kannste machen, kannste auch im Moment bleiben lassen. Beide Formate der Quellendefinitionen funktionieren.

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            DuffyD 1 Antwort Letzte Antwort
                            2
                            • Thomas BraunT Thomas Braun

                              @duffy sagte in Update von Debian 12 auf 13 möglich?:

                              Jetzt hoffe ich das der nächste Nachfolger von Trixie 10 Jahre auf sich warten lässt was nicht so sein wird

                              Debian 14 'Forky' kommt im Sommer 2027. Alle zwei Jahre kommt ein neues Debian Stable heraus.
                              2029 betritt dann Debian 15 'Duke' die Bühne.
                              Kann man alles sehr gut planen.

                              https://www.debian.org/releases/forky/

                              Soll ich das auch schon umstrellen?

                              Kannste machen, kannste auch im Moment bleiben lassen. Beide Formate der Quellendefinitionen funktionieren.

                              DuffyD Offline
                              DuffyD Offline
                              Duffy
                              schrieb am zuletzt editiert von
                              #21

                              @thomas-braun

                              Guten Morgen,

                              ich habe

                              sudo apt modernize-sources
                              

                              mal mit "N" simuliert und es kam am ende eine Warnung.

                              pi@raspberrypi:~ $ sudo apt modernize-sources
                              The following files need modernizing:
                                - /etc/apt/sources.list
                                - /etc/apt/sources.list.d/grafana.list
                                - /etc/apt/sources.list.d/influxdata.list
                                - /etc/apt/sources.list.d/nodesource.list
                                - /etc/apt/sources.list.d/raspi.list
                              
                              Modernizing will replace .list files with the new .sources format,
                              add Signed-By values where they can be determined automatically,
                              and save the old files into .list.bak files.
                              
                              This command supports the 'signed-by' and 'trusted' options. If you
                              have specified other options inside [] brackets, please transfer them
                              manually to the output files; see sources.list(5) for a mapping.
                              
                              For a simulation, respond N in the following prompt.
                              Rewrite 5 sources? [Y/n] N
                              Simulating only...
                              Modernizing /etc/apt/sources.list...
                              
                              # Would write to: /etc/apt/sources.list.d/debian.sources
                              # Modernized from /etc/apt/sources.list
                              Types: deb
                              URIs: http://deb.debian.org/debian/
                              Suites: trixie
                              Components: main contrib non-free non-free-firmware
                              Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
                              
                              # Would write to: /etc/apt/sources.list.d/debian.sources
                              # Modernized from /etc/apt/sources.list
                              Types: deb
                              URIs: http://deb.debian.org/debian-security/
                              Suites: trixie-security
                              Components: main contrib non-free non-free-firmware
                              Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
                              
                              # Would write to: /etc/apt/sources.list.d/debian.sources
                              # Modernized from /etc/apt/sources.list
                              Types: deb
                              URIs: http://deb.debian.org/debian/
                              Suites: trixie-updates
                              Components: main contrib non-free non-free-firmware
                              Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
                              
                              Modernizing /etc/apt/sources.list.d/grafana.list...
                              
                              # Would write to: /etc/apt/sources.list.d/grafana.sources
                              Types: deb
                              URIs: https://apt.grafana.com/
                              Suites: stable
                              Components: main
                              Signed-By: /etc/apt/keyrings/grafana.gpg
                              
                              Modernizing /etc/apt/sources.list.d/influxdata.list...
                              
                              # Would write to: /etc/apt/sources.list.d/influxdata.sources
                              Types: deb
                              URIs: https://repos.influxdata.com/debian/
                              Suites: stable
                              Components: main
                              Signed-By: /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg
                              
                              Modernizing /etc/apt/sources.list.d/nodesource.list...
                              
                              # Would write to: /etc/apt/sources.list.d/nodesource.sources
                              Types: deb
                              URIs: https://deb.nodesource.com/node_22.x/
                              Suites: nodistro
                              Components: main
                              Signed-By: /etc/apt/keyrings/nodesource.gpg
                              
                              Modernizing /etc/apt/sources.list.d/raspi.list...
                              
                              # Would write to: /etc/apt/sources.list.d/raspi.sources
                              Types: deb
                              URIs: http://archive.raspberrypi.com/debian/
                              Suites: trixie
                              Components: main
                              Signed-By:
                              Warning: Could not determine Signed-By for URIs: http://archive.raspberrypi.com/debian/, Suites: trixie
                              
                              pi@raspberrypi:~ $
                              
                              Warning: Could not determine Signed-By for URIs: http://archive.raspberrypi.com/debian/, Suites: trixie
                              

                              Kann ich die ignorieren oder wird mir die Probleme machen?

                              VG Duffy

                              Nix besonderes; iob auf Respberry pi 4 (8GB) mit 32 GB SSD
                              Node.js: v22.21.0
                              NPM: 10.9.4
                              js-controller 7.0.7
                              Linux: Trixie

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • DuffyD Duffy

                                @thomas-braun

                                Guten Morgen,

                                ich habe

                                sudo apt modernize-sources
                                

                                mal mit "N" simuliert und es kam am ende eine Warnung.

                                pi@raspberrypi:~ $ sudo apt modernize-sources
                                The following files need modernizing:
                                  - /etc/apt/sources.list
                                  - /etc/apt/sources.list.d/grafana.list
                                  - /etc/apt/sources.list.d/influxdata.list
                                  - /etc/apt/sources.list.d/nodesource.list
                                  - /etc/apt/sources.list.d/raspi.list
                                
                                Modernizing will replace .list files with the new .sources format,
                                add Signed-By values where they can be determined automatically,
                                and save the old files into .list.bak files.
                                
                                This command supports the 'signed-by' and 'trusted' options. If you
                                have specified other options inside [] brackets, please transfer them
                                manually to the output files; see sources.list(5) for a mapping.
                                
                                For a simulation, respond N in the following prompt.
                                Rewrite 5 sources? [Y/n] N
                                Simulating only...
                                Modernizing /etc/apt/sources.list...
                                
                                # Would write to: /etc/apt/sources.list.d/debian.sources
                                # Modernized from /etc/apt/sources.list
                                Types: deb
                                URIs: http://deb.debian.org/debian/
                                Suites: trixie
                                Components: main contrib non-free non-free-firmware
                                Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
                                
                                # Would write to: /etc/apt/sources.list.d/debian.sources
                                # Modernized from /etc/apt/sources.list
                                Types: deb
                                URIs: http://deb.debian.org/debian-security/
                                Suites: trixie-security
                                Components: main contrib non-free non-free-firmware
                                Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
                                
                                # Would write to: /etc/apt/sources.list.d/debian.sources
                                # Modernized from /etc/apt/sources.list
                                Types: deb
                                URIs: http://deb.debian.org/debian/
                                Suites: trixie-updates
                                Components: main contrib non-free non-free-firmware
                                Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
                                
                                Modernizing /etc/apt/sources.list.d/grafana.list...
                                
                                # Would write to: /etc/apt/sources.list.d/grafana.sources
                                Types: deb
                                URIs: https://apt.grafana.com/
                                Suites: stable
                                Components: main
                                Signed-By: /etc/apt/keyrings/grafana.gpg
                                
                                Modernizing /etc/apt/sources.list.d/influxdata.list...
                                
                                # Would write to: /etc/apt/sources.list.d/influxdata.sources
                                Types: deb
                                URIs: https://repos.influxdata.com/debian/
                                Suites: stable
                                Components: main
                                Signed-By: /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg
                                
                                Modernizing /etc/apt/sources.list.d/nodesource.list...
                                
                                # Would write to: /etc/apt/sources.list.d/nodesource.sources
                                Types: deb
                                URIs: https://deb.nodesource.com/node_22.x/
                                Suites: nodistro
                                Components: main
                                Signed-By: /etc/apt/keyrings/nodesource.gpg
                                
                                Modernizing /etc/apt/sources.list.d/raspi.list...
                                
                                # Would write to: /etc/apt/sources.list.d/raspi.sources
                                Types: deb
                                URIs: http://archive.raspberrypi.com/debian/
                                Suites: trixie
                                Components: main
                                Signed-By:
                                Warning: Could not determine Signed-By for URIs: http://archive.raspberrypi.com/debian/, Suites: trixie
                                
                                pi@raspberrypi:~ $
                                
                                Warning: Could not determine Signed-By for URIs: http://archive.raspberrypi.com/debian/, Suites: trixie
                                

                                Kann ich die ignorieren oder wird mir die Probleme machen?

                                VG Duffy

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #22

                                @duffy

                                Nicht ignorieren.
                                Die Datei schaut vollständig so aus:

                                Types: deb
                                URIs: http://archive.raspberrypi.com/debian/
                                Suites: trixie
                                Components: main
                                Signed-By: /usr/share/keyrings/raspberrypi-archive-keyring.pgp
                                

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                DuffyD 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @duffy

                                  Nicht ignorieren.
                                  Die Datei schaut vollständig so aus:

                                  Types: deb
                                  URIs: http://archive.raspberrypi.com/debian/
                                  Suites: trixie
                                  Components: main
                                  Signed-By: /usr/share/keyrings/raspberrypi-archive-keyring.pgp
                                  
                                  DuffyD Offline
                                  DuffyD Offline
                                  Duffy
                                  schrieb am zuletzt editiert von
                                  #23

                                  @thomas-braun

                                  Hmm, sorry das verstehe ich jetzt nicht.

                                  Warnung "Nicht ignorieren" heisst für mich Finger weg lassen.

                                  Types: deb
                                  URIs: http://deb.debian.org/debian/
                                  Suites: trixie
                                  Components: main contrib non-free non-free-firmware
                                  Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
                                  

                                  und die Zeile 4 sieht bei mir anders aus.

                                  VG Duffy

                                  Nix besonderes; iob auf Respberry pi 4 (8GB) mit 32 GB SSD
                                  Node.js: v22.21.0
                                  NPM: 10.9.4
                                  js-controller 7.0.7
                                  Linux: Trixie

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • DuffyD Duffy

                                    @thomas-braun

                                    Hmm, sorry das verstehe ich jetzt nicht.

                                    Warnung "Nicht ignorieren" heisst für mich Finger weg lassen.

                                    Types: deb
                                    URIs: http://deb.debian.org/debian/
                                    Suites: trixie
                                    Components: main contrib non-free non-free-firmware
                                    Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
                                    

                                    und die Zeile 4 sieht bei mir anders aus.

                                    VG Duffy

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von Thomas Braun
                                    #24

                                    @duffy sagte in Update von Debian 12 auf 13 möglich? [gel]:

                                    Warnung "Nicht ignorieren" heisst für mich Finger weg lassen.

                                    Nein, das heißt du solltest die Datei so anlegen wie sie bei mir aussieht. Schnapp dir einen Editor und trag es so ein wie oben zu sehen.
                                    Keine Ahnung wo bei dir diese Componenten herkommen, die gibt es nicht (mehr?) in aktuellen Releases.

                                    Edit: Du musst auf die Dateinamen achten!!!

                                    /etc/apt/sources.list.d/debian.sources:

                                    # Modernized from /etc/apt/sources.list
                                    Types: deb
                                    URIs: http://deb.debian.org/debian/
                                    Suites: trixie
                                    Components: main contrib non-free non-free-firmware
                                    Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
                                    
                                    # Modernized from /etc/apt/sources.list
                                    Types: deb
                                    URIs: http://deb.debian.org/debian-security/
                                    Suites: trixie-security
                                    Components: main contrib non-free non-free-firmware
                                    Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
                                    
                                    # Modernized from /etc/apt/sources.list
                                    Types: deb
                                    URIs: http://deb.debian.org/debian/
                                    Suites: trixie-updates
                                    Components: main contrib non-free non-free-firmware
                                    Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
                                    

                                    /etc/apt/sources.list.d/raspi.sources

                                    Types: deb
                                    URIs: http://archive.raspberrypi.com/debian/
                                    Suites: trixie
                                    Components: main
                                    Signed-By: /usr/share/keyrings/raspberrypi-archive-keyring.pgp
                                    
                                    
                                    

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    1 Antwort Letzte Antwort
                                    1
                                    • DuffyD Offline
                                      DuffyD Offline
                                      Duffy
                                      schrieb am zuletzt editiert von
                                      #25

                                      @thomas-braun

                                      Danke für dein Rückmeldung und Mühe aber da bin ich jetzt raus.

                                      Was mich noch retten könnte wäre ein Tool aber da haut es dir bestimmt den Vogel raus wenn du das siehst 😞

                                      Screenshot 2025-10-15 083628.png

                                      und selbst da weis ich nicht was ich tun muss.

                                      Dann muss es wohl erst mal bei mir alt bleiben.

                                      VG Duffy

                                      Nix besonderes; iob auf Respberry pi 4 (8GB) mit 32 GB SSD
                                      Node.js: v22.21.0
                                      NPM: 10.9.4
                                      js-controller 7.0.7
                                      Linux: Trixie

                                      Thomas BraunT 2 Antworten Letzte Antwort
                                      0
                                      • DuffyD Duffy

                                        @thomas-braun

                                        Danke für dein Rückmeldung und Mühe aber da bin ich jetzt raus.

                                        Was mich noch retten könnte wäre ein Tool aber da haut es dir bestimmt den Vogel raus wenn du das siehst 😞

                                        Screenshot 2025-10-15 083628.png

                                        und selbst da weis ich nicht was ich tun muss.

                                        Dann muss es wohl erst mal bei mir alt bleiben.

                                        VG Duffy

                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #26

                                        @duffy sagte in Update von Debian 12 auf 13 möglich? [gel]:

                                        Dann muss es wohl erst mal bei mir alt bleiben.

                                        Das fliegt dir dann halt über kurz oder lang um die Ohren.
                                        Leg dir die zwei Dateien mit dem obigen Inhalt an.

                                        Keine Ahnung, warum es die auf deinem System nicht schon gibt. Könnte eine Begleiterscheinung eines 'in-line upgrades' sein.

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        1 Antwort Letzte Antwort
                                        0
                                        • DuffyD Duffy

                                          @thomas-braun

                                          Danke für dein Rückmeldung und Mühe aber da bin ich jetzt raus.

                                          Was mich noch retten könnte wäre ein Tool aber da haut es dir bestimmt den Vogel raus wenn du das siehst 😞

                                          Screenshot 2025-10-15 083628.png

                                          und selbst da weis ich nicht was ich tun muss.

                                          Dann muss es wohl erst mal bei mir alt bleiben.

                                          VG Duffy

                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #27

                                          @duffy sagte in Update von Debian 12 auf 13 möglich? [gel]:

                                          Was mich noch retten könnte wäre ein Tool

                                          Was für ein "Tool"?

                                          Linux-Werkzeugkasten:
                                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                          NodeJS Fixer Skript:
                                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                          DuffyD 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          334

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe