Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Update auf Node.js 22.x / Webinterface nicht erreichbar

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.7k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    703

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.2k

Update auf Node.js 22.x / Webinterface nicht erreichbar

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
34 Beiträge 3 Kommentatoren 49 Aufrufe 3 Beobachtet
  • Ä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.
  • Kirk1701K Online
    Kirk1701K Online
    Kirk1701
    schrieb zuletzt editiert von Kirk1701
    #1

    Hallo zusammen,

    mein iobroker scheint sich gerade verabschiedet zu haben und ich möchte mich vertrauensvoll um Unterstützung an euch wenden.

    Also, letzte Handlung war ein Update auf auf Node.js 22.x von 20.x irgendwas.

    Dann ist der Browser eingefroren. Ich habe dann den Pi per SSH rebootet. Danach kam dann das Webinterface nicht wieder.

    Was kann ich prüfen um den Fehler zu finden? SSH ist verfügbar.

    Gruß

    Edith:

    iobroker status
    
    
    ***For security reasons ioBroker should not bla bla bla
    
    
    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • Kirk1701K Kirk1701

      Hallo zusammen,

      mein iobroker scheint sich gerade verabschiedet zu haben und ich möchte mich vertrauensvoll um Unterstützung an euch wenden.

      Also, letzte Handlung war ein Update auf auf Node.js 22.x von 20.x irgendwas.

      Dann ist der Browser eingefroren. Ich habe dann den Pi per SSH rebootet. Danach kam dann das Webinterface nicht wieder.

      Was kann ich prüfen um den Fehler zu finden? SSH ist verfügbar.

      Gruß

      Edith:

      iobroker status
      
      
      ***For security reasons ioBroker should not bla bla bla
      
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb zuletzt editiert von
      #2

      @Kirk1701
      Kein
      blah blah blah
      posten, sondern die Ausgabe von

      iob diag
      

      Und hampel da NIE als root herum...

      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
      • Kirk1701K Online
        Kirk1701K Online
        Kirk1701
        schrieb zuletzt editiert von Kirk1701
        #3

        Hallo @thomas-braun ,

        sorry ich bin immer root auf meiner Box.

        root@raspberrypi:~# iob diag
        
        ***For security reasons ioBroker should not be run or administrated as root.***
        By default only a user that is member of iobroker group can execute ioBroker commands.
        Please read the Documentation on how to set up such a user, if not done yet.
        Only in very special cases you can run iobroker commands by adding the --allow-root option at the end of the command line.
        Please note that this option may be disabled in the future, so please change your setup accordingly now.
        
        

        Scheint nicht zu funktionieren :-( Was soll ich tun?

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • Kirk1701K Kirk1701

          Hallo @thomas-braun ,

          sorry ich bin immer root auf meiner Box.

          root@raspberrypi:~# iob diag
          
          ***For security reasons ioBroker should not be run or administrated as root.***
          By default only a user that is member of iobroker group can execute ioBroker commands.
          Please read the Documentation on how to set up such a user, if not done yet.
          Only in very special cases you can run iobroker commands by adding the --allow-root option at the end of the command line.
          Please note that this option may be disabled in the future, so please change your setup accordingly now.
          
          

          Scheint nicht zu funktionieren :-( Was soll ich tun?

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb zuletzt editiert von Thomas Braun
          #4

          @Kirk1701 sagte:

          sorry ich bin immer root auf meiner Box.

          Und das ist falsch.

          Was soll ich tun?

          Einen USER anlegen und den Schwachsinn mit dem root bleiben lassen.
          In der Grundinstallation von RaspberryOS ist der root eh für login deaktiviert und es wird ein user angelegt. Also verwende den auch.

          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
          • Kirk1701K Online
            Kirk1701K Online
            Kirk1701
            schrieb zuletzt editiert von Kirk1701
            #5

            so...

            Willst du das wirklich alles sehen :-)

            
            ========== Start marking the full check here ===========
            
            ```bash
            Script v.2026-01-31
            
            *** BASE SYSTEM ***
            Operating System: Debian GNU/Linux 12 (bookworm)
             Static hostname: raspberrypi
                   Icon name: computer
                      Kernel: Linux 6.12.75+rpt-rpi-2712
                Architecture: arm64
            OS is similar to:
            
            Model           : Raspberry Pi 5 Model B Rev 1.1
            Docker          : false
            Virtualization  : none
            Kernel          : aarch64
            Userland        : 64 bit
            
            Systemuptime and Load:
             21:29:47 up 31 min,  2 users,  load average: 0.00, 0.00, 0.00
            CPU threads: 4
            
            
            *** LIFE CYCLE STATUS ***
            Debian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time!
            
            *** RASPBERRY THROTTLING ***
            Current issues:
            No throttling issues detected.
            
            Previously detected issues:
            No throttling issues detected.
            
            *** TIME AND TIMEZONES ***
                           Local time: Fri 2026-05-15 21:29:47 CEST
                       Universal time: Fri 2026-05-15 19:29:47 UTC
                             RTC time: Fri 2026-05-15 19:29:47
                            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':
            ole
            HOME=/home/ole
            GROUPS=ole adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi
            
            User that is running 'js-controller':
            js-controller is not running
            
            *** DISPLAY-SERVER SETUP ***
            Display-Server:         false
            Unit display-manager.service could not be found.
            Display-Manager:
            Desktop:
            Session:
            
            *** MEMORY ***
                           total        used        free      shared  buff/cache   available
            Mem:            8.5G        322M        7.7G        7.6M        534M        8.1G
            Swap:           536M          0B        536M
            Total:          9.0G        322M        8.2G
            
            Active iob-Instances:   1
            
                     8063 M total memory
                      308 M used memory
                      312 M active memory
                      239 M inactive memory
                     7325 M free memory
                       83 M buffer memory
                      425 M swap cache
                      511 M total swap
                        0 M used swap
                      511 M free swap
            
            *** top - Table Of Processes  ***
            top - 21:29:48 up 31 min,  2 users,  load average: 0.00, 0.00, 0.00
            Tasks: 188 total,   1 running, 187 sleeping,   0 stopped,   0 zombie
            %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
            MiB Mem :   8063.1 total,   7324.5 free,    309.5 used,    509.3 buff/cache
            MiB Swap:    512.0 total,    512.0 free,      0.0 used.   7753.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.9G     0  3.9G   0% /dev
            tmpfs          tmpfs     807M  7.3M  800M   1% /run
            /dev/nvme0n1p2 ext4       49G   16G   31G  35% /
            tmpfs          tmpfs     4.0G     0  4.0G   0% /dev/shm
            tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
            /dev/nvme0n1p1 vfat      510M   57M  454M  12% /boot/firmware
            /dev/nvme0n1p5 ext4      121G   49G   65G  43% /media/datenbank
            /dev/nvme0n1p6 ext4      768G  4.4G  725G   1% /media/netzlaufwerk
            /dev/sda3      ext4      229G  9.8G  207G   5% /media/backup
            tmpfs          tmpfs     807M     0  807M   0% /run/user/0
            
            Messages concerning ext4 filesystem in dmesg:
            [Fri May 15 20:58:17 2026] EXT4-fs (nvme0n1p2): mounted filesystem ce208fd3-38a8-424a-87a2-cd44114eb820 ro with ordered data mode. Quota mode: none.
            [Fri May 15 20:58:18 2026] EXT4-fs (nvme0n1p2): re-mounted ce208fd3-38a8-424a-87a2-cd44114eb820 r/w.
            [Fri May 15 20:58:19 2026] EXT4-fs (nvme0n1p5): mounted filesystem 84687914-2c0f-4e9c-b265-7f0c6b67738c r/w with ordered data mode. Quota mode: none.
            [Fri May 15 20:58:19 2026] EXT4-fs (nvme0n1p6): mounted filesystem 1b39ae94-4c8e-4850-8299-c94430d599ed r/w with ordered data mode. Quota mode: none.
            [Fri May 15 20:58:22 2026] EXT4-fs (sda3): mounted filesystem 5b51390b-9db6-45dc-9bb3-f73b70ab26dd r/w with ordered data mode. Quota mode: none.
            
            Show mounted filesystems:
            TARGET                SOURCE         FSTYPE OPTIONS
            /                     /dev/nvme0n1p2 ext4   rw,noatime
            |-/boot/firmware      /dev/nvme0n1p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
            |-/media/datenbank    /dev/nvme0n1p5 ext4   rw,noatime
            |-/media/netzlaufwerk /dev/nvme0n1p6 ext4   rw,noatime
            `-/media/backup       /dev/sda3      ext4   rw,noatime
            
            Files in neuralgic directories:
            
            /var:
            8.3G    /var/
            4.0G    /var/log/journal/bd1a48426931463390bea39187d39d65
            4.0G    /var/log/journal
            4.0G    /var/log
            3.6G    /var/cache
            
            Archived and active journals take up 3.9G in the file system.
            
            /opt/iobroker/backups:
            23M     /opt/iobroker/backups/
            
            /opt/iobroker/iobroker-data:
            139M    /opt/iobroker/iobroker-data/
            73M     /opt/iobroker/iobroker-data/files
            54M     /opt/iobroker/iobroker-data/backup-objects
            47M     /opt/iobroker/iobroker-data/files/admin.admin
            46M     /opt/iobroker/iobroker-data/files/admin.admin/custom/assets
            
            The five largest files in iobroker-data are:
            9.6M    /opt/iobroker/iobroker-data/objects.jsonl
            8.6M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-BBu8-Y_o.js
            8.1M    /opt/iobroker/iobroker-data/files/modbus.admin/assets/index-BJ5wwkBW.js
            3.7M    /opt/iobroker/iobroker-data/files/backitup.admin/custom/assets/index-00V6sJFg.js
            3.7M    /opt/iobroker/iobroker-data/files/admin.admin/custom/assets/index-ZPb95xPG.js
            
            USB-Devices by-id:
            USB-Sticks - Avoid direct links to /dev/tty* in your adapter setups,
            please always prefer the links 'by-id':
            
            /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
            
            No nvbackup.json found.
            
            *** NodeJS-Installation ***
            
            /usr/bin/nodejs         v20.20.2
            /usr/bin/node           v20.20.2
            /usr/bin/npm            10.8.2
            /usr/bin/npx            10.8.2
            
            ✓ Node.js installation is correct
            
            nodejs:
              Installed: 20.20.2-1nodesource1
              Candidate: 20.20.2-1nodesource1
              Version table:
             *** 20.20.2-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                    100 /var/lib/dpkg/status
                 20.20.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.20.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.19.6-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.19.5-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.19.4-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.19.3-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.19.2-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.19.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.19.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.18.3-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.18.2-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.18.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.18.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.17.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.16.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.15.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.15.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.14.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.13.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.13.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.12.2-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.12.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.12.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.11.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.11.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.10.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.9.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.8.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.8.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.7.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.6.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.6.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.5.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.5.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.4.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.3.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.3.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.2.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.1.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 20.0.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                 18.20.4+dfsg-1~deb12u1 500
                    500 http://deb.debian.org/debian bookworm/main arm64 Packages
                    500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
            
            Temp directories causing deletion problem: 0
            No problems detected
            
            Errors in npm tree: 0
            No problems detected
            
            Checking for nodejs vulnerability:
            
            
            ██████   █████  ███    ██  ██████  ███████ ███████
            ██   ██ ██   ██ ████   ██ ██       ██      ██   ██
            ██   ██ ███████ ██ ██  ██ ██   ███ █████   ███████
            ██   ██ ██   ██ ██  ██ ██ ██    ██ ██      ██   ██
            ██████  ██   ██ ██   ████  ██████  ███████ ██   ██
            
            
            v20.20.2 is end-of-life. There are high chances of being vulnerable. Please upgrade it.
            
            *** ioBroker-Installation ***
            
            ioBroker Status
            iobroker is not running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Hosts:
            raspberrypi         raspberrypi (version: 7.0.7, hostname: raspberrypi   , alive, uptime: 472650)
            
            Core adapters versions
            js-controller:  7.0.7
            admin:          7.7.22
            javascript:     "javascript" not found
            
            nodejs modules from github:     0
            
            Adapter State
              system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
              system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
              system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
              system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
              system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
              system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
              system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
            
            + 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.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
              system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
            
            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.8.23   , installed 7.7.22 [Updatable]
            Adapter    "backitup"     : 3.3.14   , installed 3.3.5  [Updatable]
            Adapter    "discovery"    : 5.0.0    , installed 5.0.0
            Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
            Controller "js-controller": 7.0.7    , installed 7.0.7
            Adapter    "modbus"       : 8.0.3    , installed 7.0.6  [Updatable]
            Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
            Adapter    "rpi2"         : 3.0.2    , installed 2.4.0  [Updatable]
            Adapter    "sonoff"       : 3.3.0    , installed 3.2.1  [Updatable]
            
            Objects and States
            Please stand by - This may take a while
            Objects:        7561
            States:         6528
            
            *** OS-Repositories and Updates ***
            Hit:1 http://deb.debian.org/debian bookworm InRelease
            Hit:2 http://archive.raspberrypi.com/debian bookworm InRelease
            Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
            Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
            Hit:5 https://apt.grafana.com stable InRelease
            Get:6 https://repos.influxdata.com/debian stable InRelease [6922 B]
            Hit:7 https://deb.nodesource.com/node_20.x nodistro InRelease
            Fetched 6922 B in 1s (12.9 kB/s)
            Reading package lists...
            Pending systemupdates: 8
            
            *** 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 0.0.0.0:22              0.0.0.0:*               LISTEN      0          5756       706/sshd: /usr/sbin
            tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          5923       805/smbd
            tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          5922       805/smbd
            tcp6       0      0 :::22                   :::*                    LISTEN      0          5767       706/sshd: /usr/sbin
            tcp6       0      0 :::139                  :::*                    LISTEN      0          5921       805/smbd
            tcp6       0      0 :::445                  :::*                    LISTEN      0          5920       805/smbd
            udp        0      0 0.0.0.0:57299           0.0.0.0:*                           104        6396       589/avahi-daemon: r
            udp        0      0 192.168.10.255:137      0.0.0.0:*                           0          5859       790/nmbd
            udp        0      0 192.168.10.8:137        0.0.0.0:*                           0          5858       790/nmbd
            udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          5846       790/nmbd
            udp        0      0 192.168.10.255:138      0.0.0.0:*                           0          5861       790/nmbd
            udp        0      0 192.168.10.8:138        0.0.0.0:*                           0          5860       790/nmbd
            udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          5847       790/nmbd
            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        6394       589/avahi-daemon: r
            udp6       0      0 fe80::60bd:9f11:16c:546 :::*                                0          3730       639/NetworkManager
            udp6       0      0 :::50267                :::*                                104        6397       589/avahi-daemon: r
            udp6       0      0 :::5353                 :::*                                104        6395       589/avahi-daemon: r
            
            *** Log File - Last 25 Lines ***
            
            2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.rpi2.0 send kill signal
            2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.mqtt.0 send kill signal
            2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.sonoff.0 send kill signal
            2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.modbus.0 send kill signal
            2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.discovery.0 send kill signal
            2026-05-15 20:52:34.583  - info: modbus.0 (1080) terminating
            2026-05-15 20:52:34.584  - info: modbus.0 (1080) Terminated (NO_ERROR): Without reason
            2026-05-15 20:52:34.608  - info: mqtt.0 (184754) Client [rtl_433-5758ffff] connection closed: closed
            2026-05-15 20:52:34.992  - info: rpi2.0 (1011) terminating
            2026-05-15 20:52:34.995  - info: modbus.0 (1080) terminating
            2026-05-15 20:52:35.001  - info: sonoff.0 (1062) terminating
            2026-05-15 20:52:35.001  - info: discovery.0 (1110) terminating
            2026-05-15 20:52:35.005  - info: mqtt.0 (184754) terminating
            2026-05-15 20:52:35.014  - info: admin.0 (921) terminating
            2026-05-15 20:52:35.023  - info: backitup.0 (996) terminating
            2026-05-15 20:52:35.099  - info: host.raspberrypi instance system.adapter.influxdb.0 terminated with code 0 (NO_ERROR)
            2026-05-15 20:52:35.116  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
            2026-05-15 20:52:35.157  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
            2026-05-15 20:52:35.157  - info: host.raspberrypi instance system.adapter.sonoff.0 terminated with code 0 (NO_ERROR)
            2026-05-15 20:52:35.188  - info: host.raspberrypi instance system.adapter.mqtt.0 terminated with code 0 (NO_ERROR)
            2026-05-15 20:52:35.201  - info: host.raspberrypi instance system.adapter.rpi2.0 terminated with code 0 (NO_ERROR)
            2026-05-15 20:52:35.215  - info: host.raspberrypi instance system.adapter.discovery.0 terminated with code 0 (NO_ERROR)
            2026-05-15 20:52:35.227  - info: host.raspberrypi instance system.adapter.modbus.0 terminated with code 0 (NO_ERROR)
            2026-05-15 20:52:35.228  - info: host.raspberrypi All instances are stopped.
            2026-05-15 20:52:35.387  - info: host.raspberrypi terminated
            
            

            ============ Mark until here for C&P =============

            iob diag has finished.

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • Kirk1701K Kirk1701

              so...

              Willst du das wirklich alles sehen :-)

              
              ========== Start marking the full check here ===========
              
              ```bash
              Script v.2026-01-31
              
              *** BASE SYSTEM ***
              Operating System: Debian GNU/Linux 12 (bookworm)
               Static hostname: raspberrypi
                     Icon name: computer
                        Kernel: Linux 6.12.75+rpt-rpi-2712
                  Architecture: arm64
              OS is similar to:
              
              Model           : Raspberry Pi 5 Model B Rev 1.1
              Docker          : false
              Virtualization  : none
              Kernel          : aarch64
              Userland        : 64 bit
              
              Systemuptime and Load:
               21:29:47 up 31 min,  2 users,  load average: 0.00, 0.00, 0.00
              CPU threads: 4
              
              
              *** LIFE CYCLE STATUS ***
              Debian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time!
              
              *** RASPBERRY THROTTLING ***
              Current issues:
              No throttling issues detected.
              
              Previously detected issues:
              No throttling issues detected.
              
              *** TIME AND TIMEZONES ***
                             Local time: Fri 2026-05-15 21:29:47 CEST
                         Universal time: Fri 2026-05-15 19:29:47 UTC
                               RTC time: Fri 2026-05-15 19:29:47
                              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':
              ole
              HOME=/home/ole
              GROUPS=ole adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi
              
              User that is running 'js-controller':
              js-controller is not running
              
              *** DISPLAY-SERVER SETUP ***
              Display-Server:         false
              Unit display-manager.service could not be found.
              Display-Manager:
              Desktop:
              Session:
              
              *** MEMORY ***
                             total        used        free      shared  buff/cache   available
              Mem:            8.5G        322M        7.7G        7.6M        534M        8.1G
              Swap:           536M          0B        536M
              Total:          9.0G        322M        8.2G
              
              Active iob-Instances:   1
              
                       8063 M total memory
                        308 M used memory
                        312 M active memory
                        239 M inactive memory
                       7325 M free memory
                         83 M buffer memory
                        425 M swap cache
                        511 M total swap
                          0 M used swap
                        511 M free swap
              
              *** top - Table Of Processes  ***
              top - 21:29:48 up 31 min,  2 users,  load average: 0.00, 0.00, 0.00
              Tasks: 188 total,   1 running, 187 sleeping,   0 stopped,   0 zombie
              %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
              MiB Mem :   8063.1 total,   7324.5 free,    309.5 used,    509.3 buff/cache
              MiB Swap:    512.0 total,    512.0 free,      0.0 used.   7753.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.9G     0  3.9G   0% /dev
              tmpfs          tmpfs     807M  7.3M  800M   1% /run
              /dev/nvme0n1p2 ext4       49G   16G   31G  35% /
              tmpfs          tmpfs     4.0G     0  4.0G   0% /dev/shm
              tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
              /dev/nvme0n1p1 vfat      510M   57M  454M  12% /boot/firmware
              /dev/nvme0n1p5 ext4      121G   49G   65G  43% /media/datenbank
              /dev/nvme0n1p6 ext4      768G  4.4G  725G   1% /media/netzlaufwerk
              /dev/sda3      ext4      229G  9.8G  207G   5% /media/backup
              tmpfs          tmpfs     807M     0  807M   0% /run/user/0
              
              Messages concerning ext4 filesystem in dmesg:
              [Fri May 15 20:58:17 2026] EXT4-fs (nvme0n1p2): mounted filesystem ce208fd3-38a8-424a-87a2-cd44114eb820 ro with ordered data mode. Quota mode: none.
              [Fri May 15 20:58:18 2026] EXT4-fs (nvme0n1p2): re-mounted ce208fd3-38a8-424a-87a2-cd44114eb820 r/w.
              [Fri May 15 20:58:19 2026] EXT4-fs (nvme0n1p5): mounted filesystem 84687914-2c0f-4e9c-b265-7f0c6b67738c r/w with ordered data mode. Quota mode: none.
              [Fri May 15 20:58:19 2026] EXT4-fs (nvme0n1p6): mounted filesystem 1b39ae94-4c8e-4850-8299-c94430d599ed r/w with ordered data mode. Quota mode: none.
              [Fri May 15 20:58:22 2026] EXT4-fs (sda3): mounted filesystem 5b51390b-9db6-45dc-9bb3-f73b70ab26dd r/w with ordered data mode. Quota mode: none.
              
              Show mounted filesystems:
              TARGET                SOURCE         FSTYPE OPTIONS
              /                     /dev/nvme0n1p2 ext4   rw,noatime
              |-/boot/firmware      /dev/nvme0n1p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
              |-/media/datenbank    /dev/nvme0n1p5 ext4   rw,noatime
              |-/media/netzlaufwerk /dev/nvme0n1p6 ext4   rw,noatime
              `-/media/backup       /dev/sda3      ext4   rw,noatime
              
              Files in neuralgic directories:
              
              /var:
              8.3G    /var/
              4.0G    /var/log/journal/bd1a48426931463390bea39187d39d65
              4.0G    /var/log/journal
              4.0G    /var/log
              3.6G    /var/cache
              
              Archived and active journals take up 3.9G in the file system.
              
              /opt/iobroker/backups:
              23M     /opt/iobroker/backups/
              
              /opt/iobroker/iobroker-data:
              139M    /opt/iobroker/iobroker-data/
              73M     /opt/iobroker/iobroker-data/files
              54M     /opt/iobroker/iobroker-data/backup-objects
              47M     /opt/iobroker/iobroker-data/files/admin.admin
              46M     /opt/iobroker/iobroker-data/files/admin.admin/custom/assets
              
              The five largest files in iobroker-data are:
              9.6M    /opt/iobroker/iobroker-data/objects.jsonl
              8.6M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-BBu8-Y_o.js
              8.1M    /opt/iobroker/iobroker-data/files/modbus.admin/assets/index-BJ5wwkBW.js
              3.7M    /opt/iobroker/iobroker-data/files/backitup.admin/custom/assets/index-00V6sJFg.js
              3.7M    /opt/iobroker/iobroker-data/files/admin.admin/custom/assets/index-ZPb95xPG.js
              
              USB-Devices by-id:
              USB-Sticks - Avoid direct links to /dev/tty* in your adapter setups,
              please always prefer the links 'by-id':
              
              /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
              
              No nvbackup.json found.
              
              *** NodeJS-Installation ***
              
              /usr/bin/nodejs         v20.20.2
              /usr/bin/node           v20.20.2
              /usr/bin/npm            10.8.2
              /usr/bin/npx            10.8.2
              
              ✓ Node.js installation is correct
              
              nodejs:
                Installed: 20.20.2-1nodesource1
                Candidate: 20.20.2-1nodesource1
                Version table:
               *** 20.20.2-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                      100 /var/lib/dpkg/status
                   20.20.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.20.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.19.6-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.19.5-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.19.4-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.19.3-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.19.2-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.19.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.19.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.18.3-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.18.2-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.18.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.18.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.17.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.16.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.15.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.15.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.14.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.13.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.13.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.12.2-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.12.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.12.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.11.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.11.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.10.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.9.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.8.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.8.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.7.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.6.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.6.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.5.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.5.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.4.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.3.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.3.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.2.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.1.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   20.0.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                   18.20.4+dfsg-1~deb12u1 500
                      500 http://deb.debian.org/debian bookworm/main arm64 Packages
                      500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
              
              Temp directories causing deletion problem: 0
              No problems detected
              
              Errors in npm tree: 0
              No problems detected
              
              Checking for nodejs vulnerability:
              
              
              ██████   █████  ███    ██  ██████  ███████ ███████
              ██   ██ ██   ██ ████   ██ ██       ██      ██   ██
              ██   ██ ███████ ██ ██  ██ ██   ███ █████   ███████
              ██   ██ ██   ██ ██  ██ ██ ██    ██ ██      ██   ██
              ██████  ██   ██ ██   ████  ██████  ███████ ██   ██
              
              
              v20.20.2 is end-of-life. There are high chances of being vulnerable. Please upgrade it.
              
              *** ioBroker-Installation ***
              
              ioBroker Status
              iobroker is not running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              Hosts:
              raspberrypi         raspberrypi (version: 7.0.7, hostname: raspberrypi   , alive, uptime: 472650)
              
              Core adapters versions
              js-controller:  7.0.7
              admin:          7.7.22
              javascript:     "javascript" not found
              
              nodejs modules from github:     0
              
              Adapter State
                system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
                system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
                system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
              
              + 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.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
                system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
              
              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.8.23   , installed 7.7.22 [Updatable]
              Adapter    "backitup"     : 3.3.14   , installed 3.3.5  [Updatable]
              Adapter    "discovery"    : 5.0.0    , installed 5.0.0
              Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
              Controller "js-controller": 7.0.7    , installed 7.0.7
              Adapter    "modbus"       : 8.0.3    , installed 7.0.6  [Updatable]
              Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
              Adapter    "rpi2"         : 3.0.2    , installed 2.4.0  [Updatable]
              Adapter    "sonoff"       : 3.3.0    , installed 3.2.1  [Updatable]
              
              Objects and States
              Please stand by - This may take a while
              Objects:        7561
              States:         6528
              
              *** OS-Repositories and Updates ***
              Hit:1 http://deb.debian.org/debian bookworm InRelease
              Hit:2 http://archive.raspberrypi.com/debian bookworm InRelease
              Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
              Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
              Hit:5 https://apt.grafana.com stable InRelease
              Get:6 https://repos.influxdata.com/debian stable InRelease [6922 B]
              Hit:7 https://deb.nodesource.com/node_20.x nodistro InRelease
              Fetched 6922 B in 1s (12.9 kB/s)
              Reading package lists...
              Pending systemupdates: 8
              
              *** 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 0.0.0.0:22              0.0.0.0:*               LISTEN      0          5756       706/sshd: /usr/sbin
              tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          5923       805/smbd
              tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          5922       805/smbd
              tcp6       0      0 :::22                   :::*                    LISTEN      0          5767       706/sshd: /usr/sbin
              tcp6       0      0 :::139                  :::*                    LISTEN      0          5921       805/smbd
              tcp6       0      0 :::445                  :::*                    LISTEN      0          5920       805/smbd
              udp        0      0 0.0.0.0:57299           0.0.0.0:*                           104        6396       589/avahi-daemon: r
              udp        0      0 192.168.10.255:137      0.0.0.0:*                           0          5859       790/nmbd
              udp        0      0 192.168.10.8:137        0.0.0.0:*                           0          5858       790/nmbd
              udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          5846       790/nmbd
              udp        0      0 192.168.10.255:138      0.0.0.0:*                           0          5861       790/nmbd
              udp        0      0 192.168.10.8:138        0.0.0.0:*                           0          5860       790/nmbd
              udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          5847       790/nmbd
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        6394       589/avahi-daemon: r
              udp6       0      0 fe80::60bd:9f11:16c:546 :::*                                0          3730       639/NetworkManager
              udp6       0      0 :::50267                :::*                                104        6397       589/avahi-daemon: r
              udp6       0      0 :::5353                 :::*                                104        6395       589/avahi-daemon: r
              
              *** Log File - Last 25 Lines ***
              
              2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.rpi2.0 send kill signal
              2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.mqtt.0 send kill signal
              2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.sonoff.0 send kill signal
              2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.modbus.0 send kill signal
              2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.discovery.0 send kill signal
              2026-05-15 20:52:34.583  - info: modbus.0 (1080) terminating
              2026-05-15 20:52:34.584  - info: modbus.0 (1080) Terminated (NO_ERROR): Without reason
              2026-05-15 20:52:34.608  - info: mqtt.0 (184754) Client [rtl_433-5758ffff] connection closed: closed
              2026-05-15 20:52:34.992  - info: rpi2.0 (1011) terminating
              2026-05-15 20:52:34.995  - info: modbus.0 (1080) terminating
              2026-05-15 20:52:35.001  - info: sonoff.0 (1062) terminating
              2026-05-15 20:52:35.001  - info: discovery.0 (1110) terminating
              2026-05-15 20:52:35.005  - info: mqtt.0 (184754) terminating
              2026-05-15 20:52:35.014  - info: admin.0 (921) terminating
              2026-05-15 20:52:35.023  - info: backitup.0 (996) terminating
              2026-05-15 20:52:35.099  - info: host.raspberrypi instance system.adapter.influxdb.0 terminated with code 0 (NO_ERROR)
              2026-05-15 20:52:35.116  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
              2026-05-15 20:52:35.157  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
              2026-05-15 20:52:35.157  - info: host.raspberrypi instance system.adapter.sonoff.0 terminated with code 0 (NO_ERROR)
              2026-05-15 20:52:35.188  - info: host.raspberrypi instance system.adapter.mqtt.0 terminated with code 0 (NO_ERROR)
              2026-05-15 20:52:35.201  - info: host.raspberrypi instance system.adapter.rpi2.0 terminated with code 0 (NO_ERROR)
              2026-05-15 20:52:35.215  - info: host.raspberrypi instance system.adapter.discovery.0 terminated with code 0 (NO_ERROR)
              2026-05-15 20:52:35.227  - info: host.raspberrypi instance system.adapter.modbus.0 terminated with code 0 (NO_ERROR)
              2026-05-15 20:52:35.228  - info: host.raspberrypi All instances are stopped.
              2026-05-15 20:52:35.387  - info: host.raspberrypi terminated
              
              

              ============ Mark until here for C&P =============

              iob diag has finished.

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb zuletzt editiert von
              #6

              @Kirk1701 sagte:

              12 (bookworm)

              In nächster Zeit auf Debian 13 'Trixie' bringen.

              Setz den user 'ole' in die Gruppe 'iobroker'.

              sudo usermod -aG iobroker ole
              

              Dann einmal Neustarten.

              js-controller is not running

              Starte den ioBroker halt...

              iob start
              

              Also, letzte Handlung war ein Update auf auf Node.js 22.x von 20.x irgendwas.

              Das ist aber in die Hose gegangen. Wie auch immer du das gemacht haben willst.
              Verwende am besten

              iob nodejs-update
              

              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

              Kirk1701K 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @Kirk1701 sagte:

                12 (bookworm)

                In nächster Zeit auf Debian 13 'Trixie' bringen.

                Setz den user 'ole' in die Gruppe 'iobroker'.

                sudo usermod -aG iobroker ole
                

                Dann einmal Neustarten.

                js-controller is not running

                Starte den ioBroker halt...

                iob start
                

                Also, letzte Handlung war ein Update auf auf Node.js 22.x von 20.x irgendwas.

                Das ist aber in die Hose gegangen. Wie auch immer du das gemacht haben willst.
                Verwende am besten

                iob nodejs-update
                
                Kirk1701K Online
                Kirk1701K Online
                Kirk1701
                schrieb zuletzt editiert von Kirk1701
                #7

                @Thomas-Braun sagte:

                Das ist aber in die Hose gegangen. Wie auch immer du das gemacht haben willst.
                Verwende am besten

                Einfach im Webinterface auf Update gedrückt ;-)

                Also mit dem Starten scheint das nichts zu werden.... :-(

                Last login: Fri May 15 21:47:37 2026 from 192.168.10.64
                root@raspberrypi:~# su - ole
                ole@raspberrypi:~ $ iobroker start
                
                

                Der Status verändert sich jetzt seit einigen Minuten nicht

                Ich habe jetzt mal das Update über SSH angestoßen

                ioBroker nodejs fixer 2026-01-31
                
                Recommended nodejs-version is: 22.22.3
                Checking your installation now. Please be patient!
                
                Your current setup is:
                /usr/bin/nodejs         v20.20.2
                /usr/bin/node           v20.20.2
                /usr/bin/npm            10.8.2
                /usr/bin/npx            10.8.2
                
                We found these nodejs versions available for installation:
                
                nodejs:
                  Installed: 20.20.2-1nodesource1
                  Candidate: 20.20.2-1nodesource1
                  Version table:
                 *** 20.20.2-1nodesource1 100
                        100 /var/lib/dpkg/status
                     18.20.4+dfsg-1~deb12u2 500
                        500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                     18.20.4+dfsg-1~deb12u1 500
                        500 http://deb.debian.org/debian bookworm/main arm64 Packages
                
                
                
                Nothing to do - Your installation is using the correct paths.
                
                You are missing the nodesource.list or
                you want to change your current nodejs version: v20.20.2 ?
                
                Press <y> to continue or any other key to quit
                
                

                y und dann

                ioBroker nodejs fixer 2026-01-31
                
                Recommended nodejs-version is: 22.22.3
                Checking your installation now. Please be patient!
                
                Your current setup is:
                /usr/bin/nodejs         v20.20.2
                /usr/bin/node           v20.20.2
                /usr/bin/npm            10.8.2
                /usr/bin/npx            10.8.2
                
                We found these nodejs versions available for installation:
                
                nodejs:
                  Installed: 20.20.2-1nodesource1
                  Candidate: 20.20.2-1nodesource1
                  Version table:
                 *** 20.20.2-1nodesource1 100
                        100 /var/lib/dpkg/status
                     18.20.4+dfsg-1~deb12u2 500
                        500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                     18.20.4+dfsg-1~deb12u1 500
                        500 http://deb.debian.org/debian bookworm/main arm64 Packages
                
                
                
                Nothing to do - Your installation is using the correct paths.
                
                You are missing the nodesource.list or
                you want to change your current nodejs version: v20.20.2 ?
                
                Press <y> to continue or any other key to quit
                Trying to fix your installation now. Please be patient.
                Stopping ioBroker now
                #
                ioBroker has been stopped
                
                
                Removing dfsg-nodejs
                E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
                
                
                
                *** These repos are active on your system:
                Hit:1 http://archive.raspberrypi.com/debian bookworm InRelease
                Hit:2 http://deb.debian.org/debian bookworm InRelease
                Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
                Hit:4 https://apt.grafana.com stable InRelease
                Hit:5 http://deb.debian.org/debian bookworm-updates InRelease
                Get:6 https://repos.influxdata.com/debian stable InRelease [6922 B]
                Fetched 6922 B in 1s (13.8 kB/s)
                Reading package lists... 0%
                Reading package lists... Done
                
                *** Installing ca-certificates, curl and gnupg, just in case they are missing.
                E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
                /home/iobroker/.nodejs-update.sh: line 77: log: command not found
                ole@raspberrypi:~ $
                
                
                HomoranH 1 Antwort Letzte Antwort
                0
                • Kirk1701K Kirk1701

                  @Thomas-Braun sagte:

                  Das ist aber in die Hose gegangen. Wie auch immer du das gemacht haben willst.
                  Verwende am besten

                  Einfach im Webinterface auf Update gedrückt ;-)

                  Also mit dem Starten scheint das nichts zu werden.... :-(

                  Last login: Fri May 15 21:47:37 2026 from 192.168.10.64
                  root@raspberrypi:~# su - ole
                  ole@raspberrypi:~ $ iobroker start
                  
                  

                  Der Status verändert sich jetzt seit einigen Minuten nicht

                  Ich habe jetzt mal das Update über SSH angestoßen

                  ioBroker nodejs fixer 2026-01-31
                  
                  Recommended nodejs-version is: 22.22.3
                  Checking your installation now. Please be patient!
                  
                  Your current setup is:
                  /usr/bin/nodejs         v20.20.2
                  /usr/bin/node           v20.20.2
                  /usr/bin/npm            10.8.2
                  /usr/bin/npx            10.8.2
                  
                  We found these nodejs versions available for installation:
                  
                  nodejs:
                    Installed: 20.20.2-1nodesource1
                    Candidate: 20.20.2-1nodesource1
                    Version table:
                   *** 20.20.2-1nodesource1 100
                          100 /var/lib/dpkg/status
                       18.20.4+dfsg-1~deb12u2 500
                          500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                       18.20.4+dfsg-1~deb12u1 500
                          500 http://deb.debian.org/debian bookworm/main arm64 Packages
                  
                  
                  
                  Nothing to do - Your installation is using the correct paths.
                  
                  You are missing the nodesource.list or
                  you want to change your current nodejs version: v20.20.2 ?
                  
                  Press <y> to continue or any other key to quit
                  
                  

                  y und dann

                  ioBroker nodejs fixer 2026-01-31
                  
                  Recommended nodejs-version is: 22.22.3
                  Checking your installation now. Please be patient!
                  
                  Your current setup is:
                  /usr/bin/nodejs         v20.20.2
                  /usr/bin/node           v20.20.2
                  /usr/bin/npm            10.8.2
                  /usr/bin/npx            10.8.2
                  
                  We found these nodejs versions available for installation:
                  
                  nodejs:
                    Installed: 20.20.2-1nodesource1
                    Candidate: 20.20.2-1nodesource1
                    Version table:
                   *** 20.20.2-1nodesource1 100
                          100 /var/lib/dpkg/status
                       18.20.4+dfsg-1~deb12u2 500
                          500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                       18.20.4+dfsg-1~deb12u1 500
                          500 http://deb.debian.org/debian bookworm/main arm64 Packages
                  
                  
                  
                  Nothing to do - Your installation is using the correct paths.
                  
                  You are missing the nodesource.list or
                  you want to change your current nodejs version: v20.20.2 ?
                  
                  Press <y> to continue or any other key to quit
                  Trying to fix your installation now. Please be patient.
                  Stopping ioBroker now
                  #
                  ioBroker has been stopped
                  
                  
                  Removing dfsg-nodejs
                  E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
                  
                  
                  
                  *** These repos are active on your system:
                  Hit:1 http://archive.raspberrypi.com/debian bookworm InRelease
                  Hit:2 http://deb.debian.org/debian bookworm InRelease
                  Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
                  Hit:4 https://apt.grafana.com stable InRelease
                  Hit:5 http://deb.debian.org/debian bookworm-updates InRelease
                  Get:6 https://repos.influxdata.com/debian stable InRelease [6922 B]
                  Fetched 6922 B in 1s (13.8 kB/s)
                  Reading package lists... 0%
                  Reading package lists... Done
                  
                  *** Installing ca-certificates, curl and gnupg, just in case they are missing.
                  E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
                  /home/iobroker/.nodejs-update.sh: line 77: log: command not found
                  ole@raspberrypi:~ $
                  
                  
                  HomoranH Nicht stören
                  HomoranH Nicht stören
                  Homoran
                  Global Moderator Administrators
                  schrieb zuletzt editiert von
                  #8

                  @Kirk1701 sagte:

                  dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

                  Hast du das gemacht?

                  kein Support per PN! - Fragen im Forum stellen -
                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                  Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  1 Antwort Letzte Antwort
                  0
                  • Kirk1701K Online
                    Kirk1701K Online
                    Kirk1701
                    schrieb zuletzt editiert von
                    #9

                    Ja, aber da weiß ich nicht was ich auswählen soll...

                    Moment...

                    Eben kam noch ein Fenster bezüglich influxdb.

                    Jetzt kommt kein Fenster mehr

                    ole@raspberrypi:~ $ sudo dpkg --configure -a
                    ole@raspberrypi:~ $
                    
                    
                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • Kirk1701K Kirk1701

                      Ja, aber da weiß ich nicht was ich auswählen soll...

                      Moment...

                      Eben kam noch ein Fenster bezüglich influxdb.

                      Jetzt kommt kein Fenster mehr

                      ole@raspberrypi:~ $ sudo dpkg --configure -a
                      ole@raspberrypi:~ $
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb zuletzt editiert von
                      #10

                      @Kirk1701

                      Da hat der Herr root die dpkg-Datenbank geschreddert...
                      NIE, NIE, NIE als root herumhampeln. Das hat schon einen Grund, warum der mit $AHNUNG versehene admin das nicht macht...

                      sudo apt update
                      sudo apt full-upgrade
                      sudo reboot
                      

                      Und dann nochmal

                      iob nodejs-update
                      

                      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

                      Kirk1701K 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @Kirk1701

                        Da hat der Herr root die dpkg-Datenbank geschreddert...
                        NIE, NIE, NIE als root herumhampeln. Das hat schon einen Grund, warum der mit $AHNUNG versehene admin das nicht macht...

                        sudo apt update
                        sudo apt full-upgrade
                        sudo reboot
                        

                        Und dann nochmal

                        iob nodejs-update
                        
                        Kirk1701K Online
                        Kirk1701K Online
                        Kirk1701
                        schrieb zuletzt editiert von
                        #11

                        @Thomas-Braun sagte:

                        Da hat der Herr root die dpkg-Datenbank geschreddert...

                        Ich habe im Webinterface auf Update gedrückt...was hat das bitte mit mit dem User root zu tun??

                        Gruß

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • Kirk1701K Kirk1701

                          @Thomas-Braun sagte:

                          Da hat der Herr root die dpkg-Datenbank geschreddert...

                          Ich habe im Webinterface auf Update gedrückt...was hat das bitte mit mit dem User root zu tun??

                          Gruß

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb zuletzt editiert von
                          #12

                          @Kirk1701

                          Damit löst du root-Aktionen in der Paketdatenbank aus. Müsste jemand, der als root herumspringt aber eigentlich auch wissen...

                          Am Rande: Wechsel der nodejs-Major-Version funktionieren nicht über das Webinterface.

                          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

                          Kirk1701K 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @Kirk1701

                            Damit löst du root-Aktionen in der Paketdatenbank aus. Müsste jemand, der als root herumspringt aber eigentlich auch wissen...

                            Am Rande: Wechsel der nodejs-Major-Version funktionieren nicht über das Webinterface.

                            Kirk1701K Online
                            Kirk1701K Online
                            Kirk1701
                            schrieb zuletzt editiert von
                            #13

                            @Thomas-Braun sagte:

                            Am Rande: Wechsel der nodejs-Major-Version funktionieren nicht über das Webinterface.

                            aha....

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • Kirk1701K Kirk1701

                              @Thomas-Braun sagte:

                              Am Rande: Wechsel der nodejs-Major-Version funktionieren nicht über das Webinterface.

                              aha....

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb zuletzt editiert von
                              #14

                              @Kirk1701

                              Ja, so ist das halt.
                              Ist deine Kiste jetzt wieder am Start nach den letzten Aktionen?

                              iob diag
                              

                              sagt nun?

                              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
                              • Kirk1701K Online
                                Kirk1701K Online
                                Kirk1701
                                schrieb zuletzt editiert von
                                #15

                                @Thomas-Braun sagte:

                                sudo apt full-upgrade

                                die box muß noch das sudo apt full-upgrade verdauen.....

                                1 Antwort Letzte Antwort
                                0
                                • Kirk1701K Online
                                  Kirk1701K Online
                                  Kirk1701
                                  schrieb zuletzt editiert von
                                  #16

                                  hier die Ausgabe

                                  
                                  ========== Start marking the full check here ===========
                                  
                                  ```bash
                                  Script v.2026-01-31
                                  
                                  *** BASE SYSTEM ***
                                  Operating System: Debian GNU/Linux 12 (bookworm)
                                   Static hostname: raspberrypi
                                         Icon name: computer
                                            Kernel: Linux 6.12.87+rpt-rpi-2712
                                      Architecture: arm64
                                  OS is similar to:
                                  
                                  Model           : Raspberry Pi 5 Model B Rev 1.1
                                  Docker          : false
                                  Virtualization  : none
                                  Kernel          : aarch64
                                  Userland        : 64 bit
                                  
                                  Systemuptime and Load:
                                   22:32:42 up 4 min,  2 users,  load average: 0.07, 0.13, 0.07
                                  CPU threads: 4
                                  
                                  
                                  *** LIFE CYCLE STATUS ***
                                  Debian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time!
                                  
                                  *** RASPBERRY THROTTLING ***
                                  Current issues:
                                  No throttling issues detected.
                                  
                                  Previously detected issues:
                                  No throttling issues detected.
                                  
                                  *** TIME AND TIMEZONES ***
                                                 Local time: Fri 2026-05-15 22:32:42 CEST
                                             Universal time: Fri 2026-05-15 20:32:42 UTC
                                                   RTC time: Fri 2026-05-15 20:32:42
                                                  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':
                                  ole
                                  HOME=/home/ole
                                  GROUPS=ole adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                  
                                  User that is running 'js-controller':
                                  js-controller is not running
                                  
                                  *** DISPLAY-SERVER SETUP ***
                                  Display-Server:         false
                                  Unit display-manager.service could not be found.
                                  Display-Manager:
                                  Desktop:
                                  Session:
                                  
                                  *** MEMORY ***
                                                 total        used        free      shared  buff/cache   available
                                  Mem:            8.5G        324M        7.2G        7.6M        998M        8.1G
                                  Swap:           536M          0B        536M
                                  Total:          9.0G        324M        7.8G
                                  
                                  Active iob-Instances:   1
                                  
                                           8063 M total memory
                                            309 M used memory
                                            328 M active memory
                                            626 M inactive memory
                                           6895 M free memory
                                            197 M buffer memory
                                            755 M swap cache
                                            511 M total swap
                                              0 M used swap
                                            511 M free swap
                                  
                                  *** top - Table Of Processes  ***
                                  top - 22:32:42 up 4 min,  2 users,  load average: 0.07, 0.13, 0.07
                                  Tasks: 196 total,   1 running, 195 sleeping,   0 stopped,   0 zombie
                                  %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                  MiB Mem :   8063.1 total,   6895.6 free,    310.0 used,    952.7 buff/cache
                                  MiB Swap:    512.0 total,    512.0 free,      0.0 used.   7753.1 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.9G     0  3.9G   0% /dev
                                  tmpfs          tmpfs     807M  7.3M  800M   1% /run
                                  /dev/nvme0n1p2 ext4       49G   17G   30G  36% /
                                  tmpfs          tmpfs     4.0G     0  4.0G   0% /dev/shm
                                  tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                                  /dev/nvme0n1p1 vfat      510M   57M  454M  12% /boot/firmware
                                  /dev/nvme0n1p5 ext4      121G   49G   65G  43% /media/datenbank
                                  /dev/nvme0n1p6 ext4      768G  4.4G  725G   1% /media/netzlaufwerk
                                  /dev/sda3      ext4      229G  9.8G  207G   5% /media/backup
                                  tmpfs          tmpfs     807M     0  807M   0% /run/user/0
                                  
                                  Messages concerning ext4 filesystem in dmesg:
                                  [Fri May 15 22:28:22 2026] EXT4-fs (nvme0n1p2): mounted filesystem ce208fd3-38a8-424a-87a2-cd44114eb820 ro with ordered data mode. Quota mode: none.
                                  [Fri May 15 22:28:23 2026] EXT4-fs (nvme0n1p2): re-mounted ce208fd3-38a8-424a-87a2-cd44114eb820 r/w.
                                  [Fri May 15 22:28:24 2026] EXT4-fs (nvme0n1p5): mounted filesystem 84687914-2c0f-4e9c-b265-7f0c6b67738c r/w with ordered data mode. Quota mode: none.
                                  [Fri May 15 22:28:24 2026] EXT4-fs (nvme0n1p6): mounted filesystem 1b39ae94-4c8e-4850-8299-c94430d599ed r/w with ordered data mode. Quota mode: none.
                                  [Fri May 15 22:28:26 2026] EXT4-fs (sda3): mounted filesystem 5b51390b-9db6-45dc-9bb3-f73b70ab26dd r/w with ordered data mode. Quota mode: none.
                                  
                                  Show mounted filesystems:
                                  TARGET                SOURCE         FSTYPE OPTIONS
                                  /                     /dev/nvme0n1p2 ext4   rw,noatime
                                  |-/boot/firmware      /dev/nvme0n1p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                  |-/media/datenbank    /dev/nvme0n1p5 ext4   rw,noatime
                                  |-/media/netzlaufwerk /dev/nvme0n1p6 ext4   rw,noatime
                                  `-/media/backup       /dev/sda3      ext4   rw,noatime
                                  
                                  Files in neuralgic directories:
                                  
                                  /var:
                                  8.6G    /var/
                                  4.0G    /var/log/journal/bd1a48426931463390bea39187d39d65
                                  4.0G    /var/log/journal
                                  4.0G    /var/log
                                  3.9G    /var/cache/apt
                                  
                                  Archived and active journals take up 3.9G in the file system.
                                  
                                  /opt/iobroker/backups:
                                  23M     /opt/iobroker/backups/
                                  
                                  /opt/iobroker/iobroker-data:
                                  145M    /opt/iobroker/iobroker-data/
                                  73M     /opt/iobroker/iobroker-data/files
                                  54M     /opt/iobroker/iobroker-data/backup-objects
                                  47M     /opt/iobroker/iobroker-data/files/admin.admin
                                  46M     /opt/iobroker/iobroker-data/files/admin.admin/custom/assets
                                  
                                  The five largest files in iobroker-data are:
                                  16M     /opt/iobroker/iobroker-data/objects.jsonl
                                  8.6M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-BBu8-Y_o.js
                                  8.1M    /opt/iobroker/iobroker-data/files/modbus.admin/assets/index-BJ5wwkBW.js
                                  3.7M    /opt/iobroker/iobroker-data/files/backitup.admin/custom/assets/index-00V6sJFg.js
                                  3.7M    /opt/iobroker/iobroker-data/files/admin.admin/custom/assets/index-ZPb95xPG.js
                                  
                                  USB-Devices by-id:
                                  USB-Sticks - Avoid direct links to /dev/tty* in your adapter setups,
                                  please always prefer the links 'by-id':
                                  
                                  /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
                                  
                                  No nvbackup.json found.
                                  
                                  *** NodeJS-Installation ***
                                  
                                  /usr/bin/nodejs         v22.22.2
                                  /usr/bin/node           v22.22.2
                                  /usr/bin/npm            10.9.7
                                  /usr/bin/npx            10.9.7
                                  
                                  ✓ Node.js installation is correct
                                  
                                  nodejs:
                                    Installed: 22.22.2-1nodesource1
                                    Candidate: 22.22.2-1nodesource1
                                    Version table:
                                   *** 22.22.2-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          100 /var/lib/dpkg/status
                                       22.22.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.22.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.21.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.20.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       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
                                       18.20.4+dfsg-1~deb12u2 500
                                          500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                       18.20.4+dfsg-1~deb12u1 500
                                          500 http://deb.debian.org/debian bookworm/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 not running on this host.
                                  
                                  
                                  Objects type: jsonl
                                  States  type: jsonl
                                  
                                  Hosts:
                                  raspberrypi         raspberrypi (version: 7.0.7, hostname: raspberrypi   , alive, uptime: 472650)
                                  
                                  Core adapters versions
                                  js-controller:  7.0.7
                                  admin:          7.7.22
                                  javascript:     "javascript" not found
                                  
                                  nodejs modules from github:     0
                                  
                                  Adapter State
                                    system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                    system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                                    system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                    system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
                                    system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
                                    system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                                    system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                  
                                  + 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.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
                                    system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                  
                                  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.8.23   , installed 7.7.22 [Updatable]
                                  Adapter    "backitup"     : 3.3.14   , installed 3.3.5  [Updatable]
                                  Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                  Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                  Controller "js-controller": 7.0.7    , installed 7.0.7
                                  Adapter    "modbus"       : 8.0.3    , installed 7.0.6  [Updatable]
                                  Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
                                  Adapter    "rpi2"         : 3.0.2    , installed 2.4.0  [Updatable]
                                  Adapter    "sonoff"       : 3.3.0    , installed 3.2.1  [Updatable]
                                  
                                  Objects and States
                                  Please stand by - This may take a while
                                  Objects:        7561
                                  States:         6528
                                  
                                  *** OS-Repositories and Updates ***
                                  Hit:1 http://deb.debian.org/debian bookworm InRelease
                                  Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                  Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
                                  Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                                  Hit:5 https://apt.grafana.com stable InRelease
                                  Get:6 https://repos.influxdata.com/debian stable InRelease [6922 B]
                                  Hit:7 https://deb.nodesource.com/node_22.x nodistro InRelease
                                  Fetched 6922 B in 1s (13.2 kB/s)
                                  Reading package lists...
                                  Pending systemupdates: 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 0.0.0.0:139             0.0.0.0:*               LISTEN      0          6064       808/smbd
                                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          1639       696/sshd: /usr/sbin
                                  tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          6063       808/smbd
                                  tcp6       0      0 :::139                  :::*                    LISTEN      0          6062       808/smbd
                                  tcp6       0      0 :::22                   :::*                    LISTEN      0          1641       696/sshd: /usr/sbin
                                  tcp6       0      0 :::445                  :::*                    LISTEN      0          6061       808/smbd
                                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        1589       590/avahi-daemon: r
                                  udp        0      0 0.0.0.0:42949           0.0.0.0:*                           104        1591       590/avahi-daemon: r
                                  udp        0      0 192.168.10.255:137      0.0.0.0:*                           0          4823       794/nmbd
                                  udp        0      0 192.168.10.8:137        0.0.0.0:*                           0          4822       794/nmbd
                                  udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          4810       794/nmbd
                                  udp        0      0 192.168.10.255:138      0.0.0.0:*                           0          4825       794/nmbd
                                  udp        0      0 192.168.10.8:138        0.0.0.0:*                           0          4824       794/nmbd
                                  udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          4811       794/nmbd
                                  udp6       0      0 :::5353                 :::*                                104        1590       590/avahi-daemon: r
                                  udp6       0      0 :::40826                :::*                                104        1592       590/avahi-daemon: r
                                  udp6       0      0 fe80::60bd:9f11:16c:546 :::*                                0          1788       654/NetworkManager
                                  
                                  *** Log File - Last 25 Lines ***
                                  
                                  2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.rpi2.0 send kill signal
                                  2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.mqtt.0 send kill signal
                                  2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.sonoff.0 send kill signal
                                  2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.modbus.0 send kill signal
                                  2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.discovery.0 send kill signal
                                  2026-05-15 20:52:34.583  - info: modbus.0 (1080) terminating
                                  2026-05-15 20:52:34.584  - info: modbus.0 (1080) Terminated (NO_ERROR): Without reason
                                  2026-05-15 20:52:34.608  - info: mqtt.0 (184754) Client [rtl_433-5758ffff] connection closed: closed
                                  2026-05-15 20:52:34.992  - info: rpi2.0 (1011) terminating
                                  2026-05-15 20:52:34.995  - info: modbus.0 (1080) terminating
                                  2026-05-15 20:52:35.001  - info: sonoff.0 (1062) terminating
                                  2026-05-15 20:52:35.001  - info: discovery.0 (1110) terminating
                                  2026-05-15 20:52:35.005  - info: mqtt.0 (184754) terminating
                                  2026-05-15 20:52:35.014  - info: admin.0 (921) terminating
                                  2026-05-15 20:52:35.023  - info: backitup.0 (996) terminating
                                  2026-05-15 20:52:35.099  - info: host.raspberrypi instance system.adapter.influxdb.0 terminated with code 0 (NO_ERROR)
                                  2026-05-15 20:52:35.116  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                                  2026-05-15 20:52:35.157  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                                  2026-05-15 20:52:35.157  - info: host.raspberrypi instance system.adapter.sonoff.0 terminated with code 0 (NO_ERROR)
                                  2026-05-15 20:52:35.188  - info: host.raspberrypi instance system.adapter.mqtt.0 terminated with code 0 (NO_ERROR)
                                  2026-05-15 20:52:35.201  - info: host.raspberrypi instance system.adapter.rpi2.0 terminated with code 0 (NO_ERROR)
                                  2026-05-15 20:52:35.215  - info: host.raspberrypi instance system.adapter.discovery.0 terminated with code 0 (NO_ERROR)
                                  2026-05-15 20:52:35.227  - info: host.raspberrypi instance system.adapter.modbus.0 terminated with code 0 (NO_ERROR)
                                  2026-05-15 20:52:35.228  - info: host.raspberrypi All instances are stopped.
                                  2026-05-15 20:52:35.387  - info: host.raspberrypi terminated
                                  
                                  

                                  ============ Mark until here for C&P =============

                                  iob diag has finished.

                                  ole@raspberrypi:~ $

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • HomoranH Nicht stören
                                    HomoranH Nicht stören
                                    Homoran
                                    Global Moderator Administrators
                                    schrieb zuletzt editiert von
                                    #17

                                    iob start

                                    kein Support per PN! - Fragen im Forum stellen -
                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    1 Antwort Letzte Antwort
                                    0
                                    • Kirk1701K Kirk1701

                                      hier die Ausgabe

                                      
                                      ========== Start marking the full check here ===========
                                      
                                      ```bash
                                      Script v.2026-01-31
                                      
                                      *** BASE SYSTEM ***
                                      Operating System: Debian GNU/Linux 12 (bookworm)
                                       Static hostname: raspberrypi
                                             Icon name: computer
                                                Kernel: Linux 6.12.87+rpt-rpi-2712
                                          Architecture: arm64
                                      OS is similar to:
                                      
                                      Model           : Raspberry Pi 5 Model B Rev 1.1
                                      Docker          : false
                                      Virtualization  : none
                                      Kernel          : aarch64
                                      Userland        : 64 bit
                                      
                                      Systemuptime and Load:
                                       22:32:42 up 4 min,  2 users,  load average: 0.07, 0.13, 0.07
                                      CPU threads: 4
                                      
                                      
                                      *** LIFE CYCLE STATUS ***
                                      Debian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time!
                                      
                                      *** RASPBERRY THROTTLING ***
                                      Current issues:
                                      No throttling issues detected.
                                      
                                      Previously detected issues:
                                      No throttling issues detected.
                                      
                                      *** TIME AND TIMEZONES ***
                                                     Local time: Fri 2026-05-15 22:32:42 CEST
                                                 Universal time: Fri 2026-05-15 20:32:42 UTC
                                                       RTC time: Fri 2026-05-15 20:32:42
                                                      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':
                                      ole
                                      HOME=/home/ole
                                      GROUPS=ole adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                      
                                      User that is running 'js-controller':
                                      js-controller is not running
                                      
                                      *** DISPLAY-SERVER SETUP ***
                                      Display-Server:         false
                                      Unit display-manager.service could not be found.
                                      Display-Manager:
                                      Desktop:
                                      Session:
                                      
                                      *** MEMORY ***
                                                     total        used        free      shared  buff/cache   available
                                      Mem:            8.5G        324M        7.2G        7.6M        998M        8.1G
                                      Swap:           536M          0B        536M
                                      Total:          9.0G        324M        7.8G
                                      
                                      Active iob-Instances:   1
                                      
                                               8063 M total memory
                                                309 M used memory
                                                328 M active memory
                                                626 M inactive memory
                                               6895 M free memory
                                                197 M buffer memory
                                                755 M swap cache
                                                511 M total swap
                                                  0 M used swap
                                                511 M free swap
                                      
                                      *** top - Table Of Processes  ***
                                      top - 22:32:42 up 4 min,  2 users,  load average: 0.07, 0.13, 0.07
                                      Tasks: 196 total,   1 running, 195 sleeping,   0 stopped,   0 zombie
                                      %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                      MiB Mem :   8063.1 total,   6895.6 free,    310.0 used,    952.7 buff/cache
                                      MiB Swap:    512.0 total,    512.0 free,      0.0 used.   7753.1 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.9G     0  3.9G   0% /dev
                                      tmpfs          tmpfs     807M  7.3M  800M   1% /run
                                      /dev/nvme0n1p2 ext4       49G   17G   30G  36% /
                                      tmpfs          tmpfs     4.0G     0  4.0G   0% /dev/shm
                                      tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                                      /dev/nvme0n1p1 vfat      510M   57M  454M  12% /boot/firmware
                                      /dev/nvme0n1p5 ext4      121G   49G   65G  43% /media/datenbank
                                      /dev/nvme0n1p6 ext4      768G  4.4G  725G   1% /media/netzlaufwerk
                                      /dev/sda3      ext4      229G  9.8G  207G   5% /media/backup
                                      tmpfs          tmpfs     807M     0  807M   0% /run/user/0
                                      
                                      Messages concerning ext4 filesystem in dmesg:
                                      [Fri May 15 22:28:22 2026] EXT4-fs (nvme0n1p2): mounted filesystem ce208fd3-38a8-424a-87a2-cd44114eb820 ro with ordered data mode. Quota mode: none.
                                      [Fri May 15 22:28:23 2026] EXT4-fs (nvme0n1p2): re-mounted ce208fd3-38a8-424a-87a2-cd44114eb820 r/w.
                                      [Fri May 15 22:28:24 2026] EXT4-fs (nvme0n1p5): mounted filesystem 84687914-2c0f-4e9c-b265-7f0c6b67738c r/w with ordered data mode. Quota mode: none.
                                      [Fri May 15 22:28:24 2026] EXT4-fs (nvme0n1p6): mounted filesystem 1b39ae94-4c8e-4850-8299-c94430d599ed r/w with ordered data mode. Quota mode: none.
                                      [Fri May 15 22:28:26 2026] EXT4-fs (sda3): mounted filesystem 5b51390b-9db6-45dc-9bb3-f73b70ab26dd r/w with ordered data mode. Quota mode: none.
                                      
                                      Show mounted filesystems:
                                      TARGET                SOURCE         FSTYPE OPTIONS
                                      /                     /dev/nvme0n1p2 ext4   rw,noatime
                                      |-/boot/firmware      /dev/nvme0n1p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                      |-/media/datenbank    /dev/nvme0n1p5 ext4   rw,noatime
                                      |-/media/netzlaufwerk /dev/nvme0n1p6 ext4   rw,noatime
                                      `-/media/backup       /dev/sda3      ext4   rw,noatime
                                      
                                      Files in neuralgic directories:
                                      
                                      /var:
                                      8.6G    /var/
                                      4.0G    /var/log/journal/bd1a48426931463390bea39187d39d65
                                      4.0G    /var/log/journal
                                      4.0G    /var/log
                                      3.9G    /var/cache/apt
                                      
                                      Archived and active journals take up 3.9G in the file system.
                                      
                                      /opt/iobroker/backups:
                                      23M     /opt/iobroker/backups/
                                      
                                      /opt/iobroker/iobroker-data:
                                      145M    /opt/iobroker/iobroker-data/
                                      73M     /opt/iobroker/iobroker-data/files
                                      54M     /opt/iobroker/iobroker-data/backup-objects
                                      47M     /opt/iobroker/iobroker-data/files/admin.admin
                                      46M     /opt/iobroker/iobroker-data/files/admin.admin/custom/assets
                                      
                                      The five largest files in iobroker-data are:
                                      16M     /opt/iobroker/iobroker-data/objects.jsonl
                                      8.6M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-BBu8-Y_o.js
                                      8.1M    /opt/iobroker/iobroker-data/files/modbus.admin/assets/index-BJ5wwkBW.js
                                      3.7M    /opt/iobroker/iobroker-data/files/backitup.admin/custom/assets/index-00V6sJFg.js
                                      3.7M    /opt/iobroker/iobroker-data/files/admin.admin/custom/assets/index-ZPb95xPG.js
                                      
                                      USB-Devices by-id:
                                      USB-Sticks - Avoid direct links to /dev/tty* in your adapter setups,
                                      please always prefer the links 'by-id':
                                      
                                      /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
                                      
                                      No nvbackup.json found.
                                      
                                      *** NodeJS-Installation ***
                                      
                                      /usr/bin/nodejs         v22.22.2
                                      /usr/bin/node           v22.22.2
                                      /usr/bin/npm            10.9.7
                                      /usr/bin/npx            10.9.7
                                      
                                      ✓ Node.js installation is correct
                                      
                                      nodejs:
                                        Installed: 22.22.2-1nodesource1
                                        Candidate: 22.22.2-1nodesource1
                                        Version table:
                                       *** 22.22.2-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              100 /var/lib/dpkg/status
                                           22.22.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.22.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.21.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.20.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           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
                                           18.20.4+dfsg-1~deb12u2 500
                                              500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                           18.20.4+dfsg-1~deb12u1 500
                                              500 http://deb.debian.org/debian bookworm/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 not running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      Hosts:
                                      raspberrypi         raspberrypi (version: 7.0.7, hostname: raspberrypi   , alive, uptime: 472650)
                                      
                                      Core adapters versions
                                      js-controller:  7.0.7
                                      admin:          7.7.22
                                      javascript:     "javascript" not found
                                      
                                      nodejs modules from github:     0
                                      
                                      Adapter State
                                        system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                        system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                                        system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                        system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
                                        system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
                                        system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                                        system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                      
                                      + 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.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
                                        system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                      
                                      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.8.23   , installed 7.7.22 [Updatable]
                                      Adapter    "backitup"     : 3.3.14   , installed 3.3.5  [Updatable]
                                      Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                      Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                      Controller "js-controller": 7.0.7    , installed 7.0.7
                                      Adapter    "modbus"       : 8.0.3    , installed 7.0.6  [Updatable]
                                      Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
                                      Adapter    "rpi2"         : 3.0.2    , installed 2.4.0  [Updatable]
                                      Adapter    "sonoff"       : 3.3.0    , installed 3.2.1  [Updatable]
                                      
                                      Objects and States
                                      Please stand by - This may take a while
                                      Objects:        7561
                                      States:         6528
                                      
                                      *** OS-Repositories and Updates ***
                                      Hit:1 http://deb.debian.org/debian bookworm InRelease
                                      Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                      Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
                                      Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                                      Hit:5 https://apt.grafana.com stable InRelease
                                      Get:6 https://repos.influxdata.com/debian stable InRelease [6922 B]
                                      Hit:7 https://deb.nodesource.com/node_22.x nodistro InRelease
                                      Fetched 6922 B in 1s (13.2 kB/s)
                                      Reading package lists...
                                      Pending systemupdates: 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 0.0.0.0:139             0.0.0.0:*               LISTEN      0          6064       808/smbd
                                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          1639       696/sshd: /usr/sbin
                                      tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          6063       808/smbd
                                      tcp6       0      0 :::139                  :::*                    LISTEN      0          6062       808/smbd
                                      tcp6       0      0 :::22                   :::*                    LISTEN      0          1641       696/sshd: /usr/sbin
                                      tcp6       0      0 :::445                  :::*                    LISTEN      0          6061       808/smbd
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        1589       590/avahi-daemon: r
                                      udp        0      0 0.0.0.0:42949           0.0.0.0:*                           104        1591       590/avahi-daemon: r
                                      udp        0      0 192.168.10.255:137      0.0.0.0:*                           0          4823       794/nmbd
                                      udp        0      0 192.168.10.8:137        0.0.0.0:*                           0          4822       794/nmbd
                                      udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          4810       794/nmbd
                                      udp        0      0 192.168.10.255:138      0.0.0.0:*                           0          4825       794/nmbd
                                      udp        0      0 192.168.10.8:138        0.0.0.0:*                           0          4824       794/nmbd
                                      udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          4811       794/nmbd
                                      udp6       0      0 :::5353                 :::*                                104        1590       590/avahi-daemon: r
                                      udp6       0      0 :::40826                :::*                                104        1592       590/avahi-daemon: r
                                      udp6       0      0 fe80::60bd:9f11:16c:546 :::*                                0          1788       654/NetworkManager
                                      
                                      *** Log File - Last 25 Lines ***
                                      
                                      2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.rpi2.0 send kill signal
                                      2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.mqtt.0 send kill signal
                                      2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.sonoff.0 send kill signal
                                      2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.modbus.0 send kill signal
                                      2026-05-15 20:52:34.578  - info: host.raspberrypi stopInstance system.adapter.discovery.0 send kill signal
                                      2026-05-15 20:52:34.583  - info: modbus.0 (1080) terminating
                                      2026-05-15 20:52:34.584  - info: modbus.0 (1080) Terminated (NO_ERROR): Without reason
                                      2026-05-15 20:52:34.608  - info: mqtt.0 (184754) Client [rtl_433-5758ffff] connection closed: closed
                                      2026-05-15 20:52:34.992  - info: rpi2.0 (1011) terminating
                                      2026-05-15 20:52:34.995  - info: modbus.0 (1080) terminating
                                      2026-05-15 20:52:35.001  - info: sonoff.0 (1062) terminating
                                      2026-05-15 20:52:35.001  - info: discovery.0 (1110) terminating
                                      2026-05-15 20:52:35.005  - info: mqtt.0 (184754) terminating
                                      2026-05-15 20:52:35.014  - info: admin.0 (921) terminating
                                      2026-05-15 20:52:35.023  - info: backitup.0 (996) terminating
                                      2026-05-15 20:52:35.099  - info: host.raspberrypi instance system.adapter.influxdb.0 terminated with code 0 (NO_ERROR)
                                      2026-05-15 20:52:35.116  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                                      2026-05-15 20:52:35.157  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                                      2026-05-15 20:52:35.157  - info: host.raspberrypi instance system.adapter.sonoff.0 terminated with code 0 (NO_ERROR)
                                      2026-05-15 20:52:35.188  - info: host.raspberrypi instance system.adapter.mqtt.0 terminated with code 0 (NO_ERROR)
                                      2026-05-15 20:52:35.201  - info: host.raspberrypi instance system.adapter.rpi2.0 terminated with code 0 (NO_ERROR)
                                      2026-05-15 20:52:35.215  - info: host.raspberrypi instance system.adapter.discovery.0 terminated with code 0 (NO_ERROR)
                                      2026-05-15 20:52:35.227  - info: host.raspberrypi instance system.adapter.modbus.0 terminated with code 0 (NO_ERROR)
                                      2026-05-15 20:52:35.228  - info: host.raspberrypi All instances are stopped.
                                      2026-05-15 20:52:35.387  - info: host.raspberrypi terminated
                                      
                                      

                                      ============ Mark until here for C&P =============

                                      iob diag has finished.

                                      ole@raspberrypi:~ $

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

                                      @Kirk1701

                                      iob update
                                      iob upgrade all
                                      

                                      Wenn die Adapter auf Stand sind:

                                      iob stop
                                      iob fix
                                      iob start
                                      

                                      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
                                      • Kirk1701K Online
                                        Kirk1701K Online
                                        Kirk1701
                                        schrieb zuletzt editiert von
                                        #19
                                        ole@raspberrypi:~ $ iob update
                                        Used repository: stable
                                        Adapter    "admin"        : 7.8.23   , installed 7.7.22 [Updatable]
                                        Adapter    "backitup"     : 3.3.14   , installed 3.3.5  [Updatable]
                                        Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                        Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                        Controller "js-controller": 7.0.7    , installed 7.0.7
                                        Adapter    "modbus"       : 8.0.3    , installed 7.0.6  [Updatable]
                                        Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
                                        Adapter    "rpi2"         : 3.0.2    , installed 2.4.0  [Updatable]
                                        Adapter    "sonoff"       : 3.3.0    , installed 3.2.1  [Updatable]
                                        ole@raspberrypi:~ $ iob upgrade all
                                        
                                        This upgrade of "admin" will at least introduce the following changes:
                                        ==========================================================================
                                        -> 7.8.23:
                                        Copy `common.states` by alias creation
                                        Update `devices` instances
                                        
                                        -> 7.8.20:
                                        Improved the device manager
                                        
                                        -> 7.8.9:
                                        Added in JsonConfig OAuth2 process for spotify
                                        
                                        -> 7.8.8:
                                        Implemented the possibility to upload adapter from the file (useful for development and testing)
                                        
                                        -> 7.8.6:
                                        Added the possibility to use the Object properties in JsonConfig
                                        
                                        -> 7.8.5:
                                        Custom editor could be limited to specific instances or specific states by regex expression
                                        Added some options to JSON Config
                                        Added `Cache-Control: no-cache` header to `index.html` to prevent browser from using stale cached HTML after admin updates
                                        Handle Vite dynamic import failures (ERR_CACHE_READ_FAILURE) by triggering page reload instead of showing white screen
                                        ==========================================================================
                                        
                                        Would you like to upgrade admin from @7.7.22 to @7.8.23 now? [(y)es, (n)o]: y
                                        Update admin from @7.7.22 to @7.8.23
                                        host.raspberrypi Adapter "system.adapter.admin.0" is stopped.
                                        NPM version: 10.9.7
                                        Installing iobroker.admin@7.8.23... (System call)
                                        
                                        added 4 packages, removed 12 packages, and changed 22 packages in 13s
                                        
                                        108 packages are looking for funding
                                          run `npm fund` for details
                                        Updating objects from io-package.json for adapter "admin" with version "7.8.23"
                                        Update "system.adapter.admin.0"
                                        upload [172] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/README.md README.md text/markdown
                                        upload [150] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/assets/Components-BGVs6Dmn.js custom/assets/Components-BGVs6Dmn.js application/javascript
                                        upload [100] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/assets/index-B82Lauwj.js custom/assets/index-B82Lauwj.js application/javascript
                                        upload [90] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/assets/index-C0FlO84Y.js custom/assets/index-C0FlO84Y.js application/javascript
                                        upload [80] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/assets/index-CcDQHtwq.js custom/assets/index-CcDQHtwq.js application/javascript
                                        upload [70] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/assets/index-DIVai5gZ.js custom/assets/index-DIVai5gZ.js application/javascript
                                        upload [60] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/assets/index-G9F5mhbe.js custom/assets/index-G9F5mhbe.js application/javascript
                                        upload [50] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/assets/index-eQxyhk2m.js custom/assets/index-eQxyhk2m.js application/javascript
                                        upload [40] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/assets/jsx-runtime-DEOw6lrW.js custom/assets/jsx-runtime-DEOw6lrW.js application/javascript
                                        upload [30] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/assets/virtualExposes-BufY-8i6.js custom/assets/virtualExposes-BufY-8i6.js application/javascript
                                        upload [20] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/es.json custom/i18n/es.json application/json
                                        upload [19] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/fr.json custom/i18n/fr.json application/json
                                        upload [18] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/it.json custom/i18n/it.json application/json
                                        upload [17] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/nl.json custom/i18n/nl.json application/json
                                        upload [16] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/pl.json custom/i18n/pl.json application/json
                                        upload [15] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/pt.json custom/i18n/pt.json application/json
                                        upload [14] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/ru.json custom/i18n/ru.json application/json
                                        upload [13] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/zh-cn.json custom/i18n/zh-cn.json application/json
                                        upload [12] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/favicon.ico favicon.ico image/vnd.microsoft.icon
                                        upload [11] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/de.json i18n/de.json application/json
                                        upload [10] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/en.json i18n/en.json application/json
                                        upload [9] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/es.json i18n/es.json application/json
                                        upload [8] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/fr.json i18n/fr.json application/json
                                        upload [7] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/it.json i18n/it.json application/json
                                        upload [6] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/nl.json i18n/nl.json application/json
                                        upload [5] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pl.json i18n/pl.json application/json
                                        upload [4] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pt.json i18n/pt.json application/json
                                        upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/ru.json i18n/ru.json application/json
                                        upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/uk.json i18n/uk.json application/json
                                        upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/zh-cn.json i18n/zh-cn.json application/json
                                        upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/jsonConfig.json5 jsonConfig.json5 application/json5
                                        host.raspberrypi Adapter "system.adapter.admin.0" is started
                                        
                                        This upgrade of "sonoff" will introduce the following changes:
                                        ==========================================================================
                                        -> 3.3.0:
                                        **IMPORTANT**: Commands now correctly use cmnd/ prefix instead of tele/ prefix
                                        Added configuration for advanced MQTT settings
                                        Enhanced, Added and Optimized various datapoint definitions and roles, see Changelog
                                        ==========================================================================
                                        
                                        Would you like to upgrade sonoff from @3.2.1 to @3.3.0 now? [(y)es, (n)o]: y
                                        Update sonoff from @3.2.1 to @3.3.0
                                        NPM version: 10.9.7
                                        Installing iobroker.sonoff@3.3.0... (System call)
                                        
                                        changed 1 package in 2s
                                        
                                        108 packages are looking for funding
                                          run `npm fund` for details
                                        Updating objects from io-package.json for adapter "sonoff" with version "3.3.0"
                                        Update "system.adapter.sonoff.0"
                                        upload [15] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                        upload [14] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                        upload [13] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                        upload [12] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                        upload [11] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                        upload [10] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                        upload [9] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                        upload [8] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                        upload [7] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                        upload [6] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                                        upload [5] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                        upload [4] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index.html index.html text/html
                                        upload [3] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index_m.html index_m.html text/html
                                        upload [2] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/jsonConfig.json jsonConfig.json application/json
                                        upload [1] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/sonoff.png sonoff.png image/png
                                        upload [0] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/words.js words.js application/javascript
                                        
                                        This upgrade of "rpi2" will introduce the following changes:
                                        ==========================================================================
                                        -> 3.0.2:
                                        Check for required libgpiod-dev package version
                                        
                                        -> 3.0.1:
                                        Updated logo, workflows and documentation
                                        admin 7.6.17 and js-controller 6.0.11 (or later) are required
                                        
                                        -> 3.0.0:
                                        NodeJS 20.x (or newer) is required
                                        Updated opengpio to v2 (works on Debian trixie)
                                        ==========================================================================
                                        
                                        BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                        Would you like to upgrade rpi2 from @2.4.0 to @3.0.2 now? [(y)es, (n)o]: y
                                        Update rpi2 from @2.4.0 to @3.0.2
                                        NPM version: 10.9.7
                                        Installing iobroker.rpi2@3.0.2... (System call)
                                        Updating objects from io-package.json for adapter "rpi2" with version "2.4.0"
                                        Update "system.adapter.rpi2.0"
                                        upload [13] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                        upload [12] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                        upload [11] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                        upload [10] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                        upload [9] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                        upload [8] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                        upload [7] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                        upload [6] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                        upload [5] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                        upload [4] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                                        upload [3] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                        upload [2] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/jsonConfig.json jsonConfig.json application/json
                                        upload [1] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/rpi2.png rpi2.png image/png
                                        upload [0] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/words.js words.js application/javascript
                                        
                                        This upgrade of "modbus" will introduce the following changes:
                                        ==========================================================================
                                        -> 8.0.3:
                                        Set default value of slave to '0' and not to 0
                                        Showed address 0
                                        
                                        -> 8.0.1:
                                        Disable logging of request timeout if `disableLogging` parameter is set to true
                                        
                                        -> 8.0.0:
                                        Minimal Node.js version is 20
                                        Corrected `info.connected` type
                                        Fixed writing of registers
                                        ==========================================================================
                                        
                                        BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                        Would you like to upgrade modbus from @7.0.6 to @8.0.3 now? [(y)es, (n)o]: y
                                        Update modbus from @7.0.6 to @8.0.3
                                        NPM version: 10.9.7
                                        Installing iobroker.modbus@8.0.3... (System call)
                                        
                                        changed 1 package in 2s
                                        
                                        108 packages are looking for funding
                                          run `npm fund` for details
                                        Updating objects from io-package.json for adapter "modbus" with version "8.0.3"
                                        Update "system.adapter.modbus.0"
                                        upload [6] modbus.admin /opt/iobroker/node_modules/iobroker.modbus/admin/assets/index-6vd4TbNS.js assets/index-6vd4TbNS.js application/javascript
                                        upload [5] modbus.admin /opt/iobroker/node_modules/iobroker.modbus/admin/assets/index-BIJYRgny.js assets/index-BIJYRgny.js application/javascript
                                        upload [4] modbus.admin /opt/iobroker/node_modules/iobroker.modbus/admin/assets/index-Bk6U_LJW.css assets/index-Bk6U_LJW.css text/css
                                        upload [3] modbus.admin /opt/iobroker/node_modules/iobroker.modbus/admin/favicon.ico favicon.ico image/vnd.microsoft.icon
                                        upload [2] modbus.admin /opt/iobroker/node_modules/iobroker.modbus/admin/index_m.html index_m.html text/html
                                        upload [1] modbus.admin /opt/iobroker/node_modules/iobroker.modbus/admin/manifest.json manifest.json application/json
                                        upload [0] modbus.admin /opt/iobroker/node_modules/iobroker.modbus/admin/modbus.png modbus.png image/png
                                        
                                        This upgrade of "backitup" will at least introduce the following changes:
                                        ==========================================================================
                                        -> 3.3.14:
                                        License updated
                                        dependencies updated
                                        Fix CCU Backup
                                        added SSL Skip for mysql Backup
                                        
                                        -> 3.3.13:
                                        Fix Error Log for CCU Backup
                                        
                                        -> 3.3.12:
                                        Fix Error Log for CCU Backup
                                        dependencies updated
                                        
                                        -> 3.3.11:
                                        Update Dependabot
                                        dependencies updated
                                        
                                        -> 3.3.10:
                                        Fix npm publish
                                        dependencies updated
                                        
                                        -> 3.3.9:
                                        ESPHome Backup redesigned
                                        
                                        -> 3.3.8:
                                        dependencies updated
                                        Fix ESPHome Backup
                                        ==========================================================================
                                        
                                        Would you like to upgrade backitup from @3.3.5 to @3.3.14 now? [(y)es, (n)o]: y
                                        Update backitup from @3.3.5 to @3.3.14
                                        host.raspberrypi Adapter "system.adapter.backitup.0" is stopped.
                                        NPM version: 10.9.7
                                        Installing iobroker.backitup@3.3.14... (System call)
                                        
                                        added 7 packages, removed 1 package, and changed 24 packages in 6s
                                        
                                        113 packages are looking for funding
                                          run `npm fund` for details
                                        Updating objects from io-package.json for adapter "backitup" with version "3.3.14"
                                        Update "system.adapter.backitup.0"
                                        upload [91] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/asset-manifest.json asset-manifest.json application/json
                                        upload [90] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/assets/ccu-DJclZqBW.png assets/ccu-DJclZqBW.png image/png
                                        upload [80] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/custom/assets/Components-UGyi-iSQ.js custom/assets/Components-UGyi-iSQ.js application/javascript
                                        upload [70] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/custom/assets/createSvgIcon-B6mnt2Dk.js custom/assets/createSvgIcon-B6mnt2Dk.js application/javascript
                                        upload [60] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/custom/assets/index-C4bVJG3o.js custom/assets/index-C4bVJG3o.js application/javascript
                                        upload [50] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/custom/assets/virtualExposes-BiWMrXLv.js custom/assets/virtualExposes-BiWMrXLv.js application/javascript
                                        upload [40] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/custom/i18n/pt.json custom/i18n/pt.json application/json
                                        upload [30] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/history.jsonConfig.json5 history.jsonConfig.json5 application/json5
                                        upload [20] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                                        upload [19] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                        upload [18] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/influxdb.jsonConfig.json5 influxdb.jsonConfig.json5 application/json5
                                        upload [17] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/iob.jsonConfig.json5 iob.jsonConfig.json5 application/json5
                                        upload [16] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/jsonConfig.json5 jsonConfig.json5 application/json5
                                        upload [15] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/main.jsonConfig.json5 main.jsonConfig.json5 application/json5
                                        upload [14] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/manifest.json manifest.json application/json
                                        upload [13] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/mysql.jsonConfig.json5 mysql.jsonConfig.json5 application/json5
                                        upload [12] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/notifications.jsonConfig.json5 notifications.jsonConfig.json5 application/json5
                                        upload [11] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/onedrive.jsonConfig.json5 onedrive.jsonConfig.json5 application/json5
                                        upload [10] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/pgsql.jsonConfig.json5 pgsql.jsonConfig.json5 application/json5
                                        upload [9] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/redis.jsonConfig.json5 redis.jsonConfig.json5 application/json5
                                        upload [8] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/restore.jsonConfig.json5 restore.jsonConfig.json5 application/json5
                                        upload [7] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/sqlite.jsonConfig.json5 sqlite.jsonConfig.json5 application/json5
                                        upload [6] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/style.css style.css text/css
                                        upload [5] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.css tab_m.css text/css
                                        upload [4] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.html tab_m.html text/html
                                        upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.js tab_m.js application/javascript
                                        upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/webdav.jsonConfig.json5 webdav.jsonConfig.json5 application/json5
                                        upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
                                        upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/zigbee2mqtt.jsonConfig.json5 zigbee2mqtt.jsonConfig.json5 application/json5
                                        host.raspberrypi Adapter "system.adapter.backitup.0" is started
                                        ole@raspberrypi:~ $ iob stop
                                        ole@raspberrypi:~ $ iob fix
                                        
                                        library: loaded
                                        Library version=2026-02-01
                                        
                                        ==========================================================================
                                        
                                            Welcome to the ioBroker installation fixer!
                                            Script version: 2025-09-08
                                        
                                            You might need to enter your password a couple of times.
                                        
                                        ==========================================================================
                                        
                                        
                                        ==========================================================================
                                            Installing prerequisites (1/5)
                                        ==========================================================================
                                        
                                        Hit:1 http://deb.debian.org/debian bookworm InRelease
                                        Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                        Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
                                        Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                                        Hit:5 https://apt.grafana.com stable InRelease
                                        Hit:6 https://deb.nodesource.com/node_22.x nodistro InRelease
                                        Get:7 https://repos.influxdata.com/debian stable InRelease [6,922 B]
                                        Fetched 6,922 B in 1s (12.7 kB/s)
                                        Reading package lists... Done
                                        
                                        ==========================================================================
                                            Checking ioBroker user and directory permissions (2/5)
                                        ==========================================================================
                                        
                                        Created /etc/sudoers.d/iobroker
                                        Fixing directory permissions...
                                        
                                        ==========================================================================
                                            Check and cleanup npm temporary directories (3/5)
                                        ==========================================================================
                                        
                                        Done.
                                        
                                        ==========================================================================
                                            Database maintenance (4/5)
                                        ==========================================================================
                                        
                                        Checking for uncompressed JSONL databases... This might take a while!
                                        
                                        Compressing /opt/iobroker/iobroker-data/states.jsonl
                                        Compressing /opt/iobroker/iobroker-data/objects.jsonl
                                        Compressed 2 JSONL files. Done
                                        
                                        ==========================================================================
                                            Checking autostart (5/5)
                                        ==========================================================================
                                        
                                        ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ====
                                        Authentication is required to stop 'iobroker.service'.
                                        Authenticating as: ,,, (ole)
                                        Password:
                                        ==== AUTHENTICATION COMPLETE ====
                                        Enabling autostart...
                                        Autostart enabled!
                                        
                                        ==========================================================================
                                        
                                            Your installation was fixed successfully
                                            Run iobroker start to start ioBroker again!
                                        
                                        ==========================================================================
                                        
                                        ole@raspberrypi:~ $ iob start
                                        
                                        

                                        Kommt nicht hoch die Kiste

                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • Kirk1701K Kirk1701
                                          ole@raspberrypi:~ $ iob update
                                          Used repository: stable
                                          Adapter    "admin"        : 7.8.23   , installed 7.7.22 [Updatable]
                                          Adapter    "backitup"     : 3.3.14   , installed 3.3.5  [Updatable]
                                          Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                          Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                          Controller "js-controller": 7.0.7    , installed 7.0.7
                                          Adapter    "modbus"       : 8.0.3    , installed 7.0.6  [Updatable]
                                          Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
                                          Adapter    "rpi2"         : 3.0.2    , installed 2.4.0  [Updatable]
                                          Adapter    "sonoff"       : 3.3.0    , installed 3.2.1  [Updatable]
                                          ole@raspberrypi:~ $ iob upgrade all
                                          
                                          This upgrade of "admin" will at least introduce the following changes:
                                          ==========================================================================
                                          -> 7.8.23:
                                          Copy `common.states` by alias creation
                                          Update `devices` instances
                                          
                                          -> 7.8.20:
                                          Improved the device manager
                                          
                                          -> 7.8.9:
                                          Added in JsonConfig OAuth2 process for spotify
                                          
                                          -> 7.8.8:
                                          Implemented the possibility to upload adapter from the file (useful for development and testing)
                                          
                                          -> 7.8.6:
                                          Added the possibility to use the Object properties in JsonConfig
                                          
                                          -> 7.8.5:
                                          Custom editor could be limited to specific instances or specific states by regex expression
                                          Added some options to JSON Config
                                          Added `Cache-Control: no-cache` header to `index.html` to prevent browser from using stale cached HTML after admin updates
                                          Handle Vite dynamic import failures (ERR_CACHE_READ_FAILURE) by triggering page reload instead of showing white screen
                                          ==========================================================================
                                          
                                          Would you like to upgrade admin from @7.7.22 to @7.8.23 now? [(y)es, (n)o]: y
                                          Update admin from @7.7.22 to @7.8.23
                                          host.raspberrypi Adapter "system.adapter.admin.0" is stopped.
                                          NPM version: 10.9.7
                                          Installing iobroker.admin@7.8.23... (System call)
                                          
                                          added 4 packages, removed 12 packages, and changed 22 packages in 13s
                                          
                                          108 packages are looking for funding
                                            run `npm fund` for details
                                          Updating objects from io-package.json for adapter "admin" with version "7.8.23"
                                          Update "system.adapter.admin.0"
                                          upload [172] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/README.md README.md text/markdown
                                          upload [150] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/assets/Components-BGVs6Dmn.js custom/assets/Components-BGVs6Dmn.js application/javascript
                                          upload [100] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/assets/index-B82Lauwj.js custom/assets/index-B82Lauwj.js application/javascript
                                          upload [90] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/assets/index-C0FlO84Y.js custom/assets/index-C0FlO84Y.js application/javascript
                                          upload [80] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/assets/index-CcDQHtwq.js custom/assets/index-CcDQHtwq.js application/javascript
                                          upload [70] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/assets/index-DIVai5gZ.js custom/assets/index-DIVai5gZ.js application/javascript
                                          upload [60] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/assets/index-G9F5mhbe.js custom/assets/index-G9F5mhbe.js application/javascript
                                          upload [50] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/assets/index-eQxyhk2m.js custom/assets/index-eQxyhk2m.js application/javascript
                                          upload [40] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/assets/jsx-runtime-DEOw6lrW.js custom/assets/jsx-runtime-DEOw6lrW.js application/javascript
                                          upload [30] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/assets/virtualExposes-BufY-8i6.js custom/assets/virtualExposes-BufY-8i6.js application/javascript
                                          upload [20] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/es.json custom/i18n/es.json application/json
                                          upload [19] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/fr.json custom/i18n/fr.json application/json
                                          upload [18] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/it.json custom/i18n/it.json application/json
                                          upload [17] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/nl.json custom/i18n/nl.json application/json
                                          upload [16] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/pl.json custom/i18n/pl.json application/json
                                          upload [15] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/pt.json custom/i18n/pt.json application/json
                                          upload [14] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/ru.json custom/i18n/ru.json application/json
                                          upload [13] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/zh-cn.json custom/i18n/zh-cn.json application/json
                                          upload [12] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/favicon.ico favicon.ico image/vnd.microsoft.icon
                                          upload [11] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/de.json i18n/de.json application/json
                                          upload [10] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/en.json i18n/en.json application/json
                                          upload [9] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/es.json i18n/es.json application/json
                                          upload [8] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/fr.json i18n/fr.json application/json
                                          upload [7] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/it.json i18n/it.json application/json
                                          upload [6] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/nl.json i18n/nl.json application/json
                                          upload [5] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pl.json i18n/pl.json application/json
                                          upload [4] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pt.json i18n/pt.json application/json
                                          upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/ru.json i18n/ru.json application/json
                                          upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/uk.json i18n/uk.json application/json
                                          upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/zh-cn.json i18n/zh-cn.json application/json
                                          upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/jsonConfig.json5 jsonConfig.json5 application/json5
                                          host.raspberrypi Adapter "system.adapter.admin.0" is started
                                          
                                          This upgrade of "sonoff" will introduce the following changes:
                                          ==========================================================================
                                          -> 3.3.0:
                                          **IMPORTANT**: Commands now correctly use cmnd/ prefix instead of tele/ prefix
                                          Added configuration for advanced MQTT settings
                                          Enhanced, Added and Optimized various datapoint definitions and roles, see Changelog
                                          ==========================================================================
                                          
                                          Would you like to upgrade sonoff from @3.2.1 to @3.3.0 now? [(y)es, (n)o]: y
                                          Update sonoff from @3.2.1 to @3.3.0
                                          NPM version: 10.9.7
                                          Installing iobroker.sonoff@3.3.0... (System call)
                                          
                                          changed 1 package in 2s
                                          
                                          108 packages are looking for funding
                                            run `npm fund` for details
                                          Updating objects from io-package.json for adapter "sonoff" with version "3.3.0"
                                          Update "system.adapter.sonoff.0"
                                          upload [15] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                          upload [14] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                          upload [13] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                          upload [12] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                          upload [11] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                          upload [10] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                          upload [9] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                          upload [8] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                          upload [7] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                          upload [6] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                                          upload [5] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                          upload [4] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index.html index.html text/html
                                          upload [3] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index_m.html index_m.html text/html
                                          upload [2] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/jsonConfig.json jsonConfig.json application/json
                                          upload [1] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/sonoff.png sonoff.png image/png
                                          upload [0] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/words.js words.js application/javascript
                                          
                                          This upgrade of "rpi2" will introduce the following changes:
                                          ==========================================================================
                                          -> 3.0.2:
                                          Check for required libgpiod-dev package version
                                          
                                          -> 3.0.1:
                                          Updated logo, workflows and documentation
                                          admin 7.6.17 and js-controller 6.0.11 (or later) are required
                                          
                                          -> 3.0.0:
                                          NodeJS 20.x (or newer) is required
                                          Updated opengpio to v2 (works on Debian trixie)
                                          ==========================================================================
                                          
                                          BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                          Would you like to upgrade rpi2 from @2.4.0 to @3.0.2 now? [(y)es, (n)o]: y
                                          Update rpi2 from @2.4.0 to @3.0.2
                                          NPM version: 10.9.7
                                          Installing iobroker.rpi2@3.0.2... (System call)
                                          Updating objects from io-package.json for adapter "rpi2" with version "2.4.0"
                                          Update "system.adapter.rpi2.0"
                                          upload [13] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                          upload [12] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                          upload [11] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                          upload [10] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                          upload [9] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                          upload [8] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                          upload [7] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                          upload [6] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                          upload [5] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                          upload [4] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                                          upload [3] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                          upload [2] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/jsonConfig.json jsonConfig.json application/json
                                          upload [1] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/rpi2.png rpi2.png image/png
                                          upload [0] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/words.js words.js application/javascript
                                          
                                          This upgrade of "modbus" will introduce the following changes:
                                          ==========================================================================
                                          -> 8.0.3:
                                          Set default value of slave to '0' and not to 0
                                          Showed address 0
                                          
                                          -> 8.0.1:
                                          Disable logging of request timeout if `disableLogging` parameter is set to true
                                          
                                          -> 8.0.0:
                                          Minimal Node.js version is 20
                                          Corrected `info.connected` type
                                          Fixed writing of registers
                                          ==========================================================================
                                          
                                          BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                          Would you like to upgrade modbus from @7.0.6 to @8.0.3 now? [(y)es, (n)o]: y
                                          Update modbus from @7.0.6 to @8.0.3
                                          NPM version: 10.9.7
                                          Installing iobroker.modbus@8.0.3... (System call)
                                          
                                          changed 1 package in 2s
                                          
                                          108 packages are looking for funding
                                            run `npm fund` for details
                                          Updating objects from io-package.json for adapter "modbus" with version "8.0.3"
                                          Update "system.adapter.modbus.0"
                                          upload [6] modbus.admin /opt/iobroker/node_modules/iobroker.modbus/admin/assets/index-6vd4TbNS.js assets/index-6vd4TbNS.js application/javascript
                                          upload [5] modbus.admin /opt/iobroker/node_modules/iobroker.modbus/admin/assets/index-BIJYRgny.js assets/index-BIJYRgny.js application/javascript
                                          upload [4] modbus.admin /opt/iobroker/node_modules/iobroker.modbus/admin/assets/index-Bk6U_LJW.css assets/index-Bk6U_LJW.css text/css
                                          upload [3] modbus.admin /opt/iobroker/node_modules/iobroker.modbus/admin/favicon.ico favicon.ico image/vnd.microsoft.icon
                                          upload [2] modbus.admin /opt/iobroker/node_modules/iobroker.modbus/admin/index_m.html index_m.html text/html
                                          upload [1] modbus.admin /opt/iobroker/node_modules/iobroker.modbus/admin/manifest.json manifest.json application/json
                                          upload [0] modbus.admin /opt/iobroker/node_modules/iobroker.modbus/admin/modbus.png modbus.png image/png
                                          
                                          This upgrade of "backitup" will at least introduce the following changes:
                                          ==========================================================================
                                          -> 3.3.14:
                                          License updated
                                          dependencies updated
                                          Fix CCU Backup
                                          added SSL Skip for mysql Backup
                                          
                                          -> 3.3.13:
                                          Fix Error Log for CCU Backup
                                          
                                          -> 3.3.12:
                                          Fix Error Log for CCU Backup
                                          dependencies updated
                                          
                                          -> 3.3.11:
                                          Update Dependabot
                                          dependencies updated
                                          
                                          -> 3.3.10:
                                          Fix npm publish
                                          dependencies updated
                                          
                                          -> 3.3.9:
                                          ESPHome Backup redesigned
                                          
                                          -> 3.3.8:
                                          dependencies updated
                                          Fix ESPHome Backup
                                          ==========================================================================
                                          
                                          Would you like to upgrade backitup from @3.3.5 to @3.3.14 now? [(y)es, (n)o]: y
                                          Update backitup from @3.3.5 to @3.3.14
                                          host.raspberrypi Adapter "system.adapter.backitup.0" is stopped.
                                          NPM version: 10.9.7
                                          Installing iobroker.backitup@3.3.14... (System call)
                                          
                                          added 7 packages, removed 1 package, and changed 24 packages in 6s
                                          
                                          113 packages are looking for funding
                                            run `npm fund` for details
                                          Updating objects from io-package.json for adapter "backitup" with version "3.3.14"
                                          Update "system.adapter.backitup.0"
                                          upload [91] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/asset-manifest.json asset-manifest.json application/json
                                          upload [90] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/assets/ccu-DJclZqBW.png assets/ccu-DJclZqBW.png image/png
                                          upload [80] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/custom/assets/Components-UGyi-iSQ.js custom/assets/Components-UGyi-iSQ.js application/javascript
                                          upload [70] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/custom/assets/createSvgIcon-B6mnt2Dk.js custom/assets/createSvgIcon-B6mnt2Dk.js application/javascript
                                          upload [60] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/custom/assets/index-C4bVJG3o.js custom/assets/index-C4bVJG3o.js application/javascript
                                          upload [50] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/custom/assets/virtualExposes-BiWMrXLv.js custom/assets/virtualExposes-BiWMrXLv.js application/javascript
                                          upload [40] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/custom/i18n/pt.json custom/i18n/pt.json application/json
                                          upload [30] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/history.jsonConfig.json5 history.jsonConfig.json5 application/json5
                                          upload [20] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                                          upload [19] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                          upload [18] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/influxdb.jsonConfig.json5 influxdb.jsonConfig.json5 application/json5
                                          upload [17] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/iob.jsonConfig.json5 iob.jsonConfig.json5 application/json5
                                          upload [16] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/jsonConfig.json5 jsonConfig.json5 application/json5
                                          upload [15] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/main.jsonConfig.json5 main.jsonConfig.json5 application/json5
                                          upload [14] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/manifest.json manifest.json application/json
                                          upload [13] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/mysql.jsonConfig.json5 mysql.jsonConfig.json5 application/json5
                                          upload [12] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/notifications.jsonConfig.json5 notifications.jsonConfig.json5 application/json5
                                          upload [11] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/onedrive.jsonConfig.json5 onedrive.jsonConfig.json5 application/json5
                                          upload [10] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/pgsql.jsonConfig.json5 pgsql.jsonConfig.json5 application/json5
                                          upload [9] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/redis.jsonConfig.json5 redis.jsonConfig.json5 application/json5
                                          upload [8] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/restore.jsonConfig.json5 restore.jsonConfig.json5 application/json5
                                          upload [7] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/sqlite.jsonConfig.json5 sqlite.jsonConfig.json5 application/json5
                                          upload [6] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/style.css style.css text/css
                                          upload [5] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.css tab_m.css text/css
                                          upload [4] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.html tab_m.html text/html
                                          upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.js tab_m.js application/javascript
                                          upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/webdav.jsonConfig.json5 webdav.jsonConfig.json5 application/json5
                                          upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
                                          upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/zigbee2mqtt.jsonConfig.json5 zigbee2mqtt.jsonConfig.json5 application/json5
                                          host.raspberrypi Adapter "system.adapter.backitup.0" is started
                                          ole@raspberrypi:~ $ iob stop
                                          ole@raspberrypi:~ $ iob fix
                                          
                                          library: loaded
                                          Library version=2026-02-01
                                          
                                          ==========================================================================
                                          
                                              Welcome to the ioBroker installation fixer!
                                              Script version: 2025-09-08
                                          
                                              You might need to enter your password a couple of times.
                                          
                                          ==========================================================================
                                          
                                          
                                          ==========================================================================
                                              Installing prerequisites (1/5)
                                          ==========================================================================
                                          
                                          Hit:1 http://deb.debian.org/debian bookworm InRelease
                                          Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                          Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
                                          Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                                          Hit:5 https://apt.grafana.com stable InRelease
                                          Hit:6 https://deb.nodesource.com/node_22.x nodistro InRelease
                                          Get:7 https://repos.influxdata.com/debian stable InRelease [6,922 B]
                                          Fetched 6,922 B in 1s (12.7 kB/s)
                                          Reading package lists... Done
                                          
                                          ==========================================================================
                                              Checking ioBroker user and directory permissions (2/5)
                                          ==========================================================================
                                          
                                          Created /etc/sudoers.d/iobroker
                                          Fixing directory permissions...
                                          
                                          ==========================================================================
                                              Check and cleanup npm temporary directories (3/5)
                                          ==========================================================================
                                          
                                          Done.
                                          
                                          ==========================================================================
                                              Database maintenance (4/5)
                                          ==========================================================================
                                          
                                          Checking for uncompressed JSONL databases... This might take a while!
                                          
                                          Compressing /opt/iobroker/iobroker-data/states.jsonl
                                          Compressing /opt/iobroker/iobroker-data/objects.jsonl
                                          Compressed 2 JSONL files. Done
                                          
                                          ==========================================================================
                                              Checking autostart (5/5)
                                          ==========================================================================
                                          
                                          ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ====
                                          Authentication is required to stop 'iobroker.service'.
                                          Authenticating as: ,,, (ole)
                                          Password:
                                          ==== AUTHENTICATION COMPLETE ====
                                          Enabling autostart...
                                          Autostart enabled!
                                          
                                          ==========================================================================
                                          
                                              Your installation was fixed successfully
                                              Run iobroker start to start ioBroker again!
                                          
                                          ==========================================================================
                                          
                                          ole@raspberrypi:~ $ iob start
                                          
                                          

                                          Kommt nicht hoch die Kiste

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

                                          @Kirk1701

                                          iob diag
                                          

                                          sagt?

                                          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

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          277

                                          Online

                                          32.9k

                                          Benutzer

                                          83.0k

                                          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
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe