Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Update geht nicht mehr

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    Update geht nicht mehr

    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      eubecker last edited by

      Moin, ioBroker meinte, ich solle js-controller updaten (6.0.9 auf 6.0.11) auf raspi

      1. Versuch über die Admin-Oberfläche liefert ein
        "SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data"

      2. Versuch für komplettes Update auf der Console

      cd /opt/iobroker;iob backup;iob stop;iob update;iob fix;iob upgrade self;iob start
      

      Läuft bis zum update, aber bei fix nicht mehr:

      me@pi:/opt/iobroker $iob fix
      library: loaded
      Library version=2024-10-22
      
      ==========================================================================
      
          Welcome to the ioBroker installation fixer!
          Script version: 2024-10-22
      
          You might need to enter your password a couple of times.
      
      ==========================================================================
      
      
      ==========================================================================
          Installing prerequisites (1/5)
      ==========================================================================
      
      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 http://deb.debian.org/debian bookworm-updates InRelease
      Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
      Reading package lists... Done
      
      ==========================================================================
          Checking ioBroker user and directory permissions (2/5)
      ==========================================================================
      
      Created /etc/sudoers.d/iobroker
      Fixing directory permissions...
      chown: cannot read directory '/home/iobroker/.npm/_cacache/content-v2/sha512/ea/0b': Bad message
      chown: cannot read directory '/home/iobroker/.npm/_cacache/content-v2/sha512/3d/1a': Bad message
      chown: cannot read directory '/home/iobroker/.npm/_cacache/content-v2/sha512/3b/ae': Bad message
      This system does not support setting default permissions.
      Do not use npm to manually install adapters unless you know what you are doing!
      
      ==========================================================================
          Check and cleanup npm temporary directories (3/5)
      ==========================================================================
      
      Done.
      
      ==========================================================================
          Database maintenance (4/5)
      ==========================================================================
      
      Checking for uncompressed JSONL databases... This might take a while!
      
      /usr/lib/node_modules/npm/lib/cli/validate-engines.js:31
          throw err
          ^
      
      Error: Cannot find module 'graceful-fs'
      Require stack:
      - /usr/lib/node_modules/npm/lib/cli/entry.js
      - /usr/lib/node_modules/npm/lib/cli.js
      - /usr/lib/node_modules/npm/bin/npm-cli.js
          at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
          at Module._load (node:internal/modules/cjs/loader:1051:27)
          at Module.require (node:internal/modules/cjs/loader:1311:19)
          at require (node:internal/modules/helpers:179:18)
          at module.exports (/usr/lib/node_modules/npm/lib/cli/entry.js:15:3)
          at module.exports (/usr/lib/node_modules/npm/lib/cli/validate-engines.js:39:10)
          at module.exports (/usr/lib/node_modules/npm/lib/cli.js:4:31)
          at Object.<anonymous> (/usr/lib/node_modules/npm/bin/npm-cli.js:2:25)
          at Module._compile (node:internal/modules/cjs/loader:1469:14)
          at Module._extensions..js (node:internal/modules/cjs/loader:1548:10) {
        code: 'MODULE_NOT_FOUND',
        requireStack: [
          '/usr/lib/node_modules/npm/lib/cli/entry.js',
          '/usr/lib/node_modules/npm/lib/cli.js',
          '/usr/lib/node_modules/npm/bin/npm-cli.js'
        ]
      }
      
      Node.js v20.17.0
      /home/iobroker/.fix.sh: line 14: [: -lt: unary operator expected
      /usr/lib/node_modules/npm/lib/cli/validate-engines.js:31
          throw err
          ^
      
      Error: Cannot find module 'graceful-fs'
      Require stack:
      - /usr/lib/node_modules/npm/lib/cli/entry.js
      - /usr/lib/node_modules/npm/lib/cli.js
      - /usr/lib/node_modules/npm/bin/npm-cli.js
          at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
          at Module._load (node:internal/modules/cjs/loader:1051:27)
          at Module.require (node:internal/modules/cjs/loader:1311:19)
          at require (node:internal/modules/helpers:179:18)
          at module.exports (/usr/lib/node_modules/npm/lib/cli/entry.js:15:3)
          at module.exports (/usr/lib/node_modules/npm/lib/cli/validate-engines.js:39:10)
          at module.exports (/usr/lib/node_modules/npm/lib/cli.js:4:31)
          at Object.<anonymous> (/usr/lib/node_modules/npm/bin/npm-cli.js:2:25)
          at Module._compile (node:internal/modules/cjs/loader:1469:14)
          at Module._extensions..js (node:internal/modules/cjs/loader:1548:10) {
        code: 'MODULE_NOT_FOUND',
        requireStack: [
          '/usr/lib/node_modules/npm/lib/cli/entry.js',
          '/usr/lib/node_modules/npm/lib/cli.js',
          '/usr/lib/node_modules/npm/bin/npm-cli.js'
        ]
      }
      
      Node.js v20.17.0
      
      ==========================================================================
          Checking autostart (5/5)
      ==========================================================================
      
      ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ====
      Authentication is required to stop 'iobroker.service'.
      Authenticating as: ,,, (me)
      Password: polkit-agent-helper-1: pam_authenticate failed: Authentication failure
      Enabling autostart...
      Autostart enabled!
      
      ==========================================================================
      
          Your installation was fixed successfully
          Run iobroker start to start ioBroker again!
      
      ==========================================================================
      
      me@pi:/opt/iobroker $
      
      

      Wenn ich den Tipp versuche, der angezeigt wird:

      npm install -g npm@latest
      

      Bekomme ich auch nur den Fehler:

      /usr/lib/node_modules/npm/lib/cli/validate-engines.js:31
          throw err
          ^
      
      Error: Cannot find module 'graceful-fs'
      Require stack:
      - /usr/lib/node_modules/npm/lib/cli/entry.js
      - /usr/lib/node_modules/npm/lib/cli.js
      - /usr/lib/node_modules/npm/bin/npm-cli.js
          at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
          at Module._load (node:internal/modules/cjs/loader:1051:27)
          at Module.require (node:internal/modules/cjs/loader:1311:19)
          at require (node:internal/modules/helpers:179:18)
          at module.exports (/usr/lib/node_modules/npm/lib/cli/entry.js:15:3)
          at module.exports (/usr/lib/node_modules/npm/lib/cli/validate-engines.js:39:10)
          at module.exports (/usr/lib/node_modules/npm/lib/cli.js:4:31)
          at Object.<anonymous> (/usr/lib/node_modules/npm/bin/npm-cli.js:2:25)
          at Module._compile (node:internal/modules/cjs/loader:1469:14)
          at Module._extensions..js (node:internal/modules/cjs/loader:1548:10) {
        code: 'MODULE_NOT_FOUND',
        requireStack: [
          '/usr/lib/node_modules/npm/lib/cli/entry.js',
          '/usr/lib/node_modules/npm/lib/cli.js',
          '/usr/lib/node_modules/npm/bin/npm-cli.js'
        ]
      }
      
      Node.js v20.17.0
      

      Jemand ne Idee, was hier los ist? ioBroker läuft augenscheinlich noch, nur Updaten is nicht und das macht mir Angst.

      wendy2702 Thomas Braun 2 Replies Last reply Reply Quote 0
      • wendy2702
        wendy2702 @eubecker last edited by

        @eubecker poste mal die Ausgabe von

        iob diag
        
        1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @eubecker last edited by

          @eubecker

          iob stop
          sudo apt update
          sudo apt full-upgrade
          iob nodejs-update
          
          E 1 Reply Last reply Reply Quote 0
          • E
            eubecker @Thomas Braun last edited by

            So, einen Schritt weiter. SD-Karte hatten einen Schlag weg.

            Neue Karte Backup drauf, nun bekomme ich immerhin eine neue Meldung, wenn ich über die Admin-Oberfläche JS updaten will:

            npm error code MODULE_NOT_FOUND
            npm error Cannot find module '@isaacs/string-locale-compare'
            npm error Require stack:
            npm error - /usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js
            npm error - /usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/index.js
            npm error - /usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/index.js
            npm error - /usr/lib/node_modules/npm/node_modules/libnpmfund/lib/index.js
            npm error - /usr/lib/node_modules/npm/lib/utils/reify-output.js
            npm error - /usr/lib/node_modules/npm/lib/utils/reify-finish.js
            npm error - /usr/lib/node_modules/npm/lib/commands/install.js
            npm error - /usr/lib/node_modules/npm/lib/npm.js
            npm error - /usr/lib/node_modules/npm/lib/cli/entry.js
            npm error - /usr/lib/node_modules/npm/lib/cli.js
            npm error - /usr/lib/node_modules/npm/bin/npm-cli.js
            npm error A complete log of this run can be found in: /root/.npm/_logs/2024-11-09T22_30_55_108Z-debug-0.log
            Could not install js-controller@6.0.11
            

            Und das erwähnte Log:

             verbose cli /usr/bin/node /usr/bin/npm
            1 info using npm@10.8.2
            2 info using node@v20.17.0
            3 silly config load:file:/usr/lib/node_modules/npm/npmrc
            4 silly config load:file:/opt/iobroker/.npmrc
            5 silly config load:file:/root/.npmrc
            6 silly config load:file:/usr/etc/npmrc
            7 verbose title npm install iobroker.js-controller@6.0.11
            8 verbose argv "install" "--save-exact" "iobroker.js-controller@6.0.11" "--foreground-scripts"
            9 verbose logfile logs-max:10 dir:/root/.npm/_logs/2024-11-09T22_30_55_108Z-
            10 verbose logfile /root/.npm/_logs/2024-11-09T22_30_55_108Z-debug-0.log
            11 silly logfile done cleaning log files
            12 verbose stack Error: Cannot find module '@isaacs/string-locale-compare'
            12 verbose stack Require stack:
            12 verbose stack - /usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js
            12 verbose stack - /usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/index.js
            12 verbose stack - /usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/index.js
            12 verbose stack - /usr/lib/node_modules/npm/node_modules/libnpmfund/lib/index.js
            12 verbose stack - /usr/lib/node_modules/npm/lib/utils/reify-output.js
            12 verbose stack - /usr/lib/node_modules/npm/lib/utils/reify-finish.js
            12 verbose stack - /usr/lib/node_modules/npm/lib/commands/install.js
            12 verbose stack - /usr/lib/node_modules/npm/lib/npm.js
            12 verbose stack - /usr/lib/node_modules/npm/lib/cli/entry.js
            12 verbose stack - /usr/lib/node_modules/npm/lib/cli.js
            12 verbose stack - /usr/lib/node_modules/npm/bin/npm-cli.js
            12 verbose stack     at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
            12 verbose stack     at Module._load (node:internal/modules/cjs/loader:1051:27)
            12 verbose stack     at Module.require (node:internal/modules/cjs/loader:1311:19)
            12 verbose stack     at require (node:internal/modules/helpers:179:18)
            12 verbose stack     at Object.<anonymous> (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js:4:23)
            12 verbose stack     at Module._compile (node:internal/modules/cjs/loader:1469:14)
            12 verbose stack     at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
            12 verbose stack     at Module.load (node:internal/modules/cjs/loader:1288:32)
            12 verbose stack     at Module._load (node:internal/modules/cjs/loader:1104:12)
            12 verbose stack     at Module.require (node:internal/modules/cjs/loader:1311:19)
            13 error code MODULE_NOT_FOUND
            14 error Cannot find module '@isaacs/string-locale-compare'
            14 error Require stack:
            14 error - /usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js
            14 error - /usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/index.js
            14 error - /usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/index.js
            14 error - /usr/lib/node_modules/npm/node_modules/libnpmfund/lib/index.js
            14 error - /usr/lib/node_modules/npm/lib/utils/reify-output.js
            14 error - /usr/lib/node_modules/npm/lib/utils/reify-finish.js
            14 error - /usr/lib/node_modules/npm/lib/commands/install.js
            14 error - /usr/lib/node_modules/npm/lib/npm.js
            14 error - /usr/lib/node_modules/npm/lib/cli/entry.js
            14 error - /usr/lib/node_modules/npm/lib/cli.js
            14 error - /usr/lib/node_modules/npm/bin/npm-cli.js
            15 verbose cwd /opt/iobroker
            16 verbose os Linux 6.6.31+rpt-rpi-v8
            17 verbose node v20.17.0
            18 verbose npm  v10.8.2
            19 verbose exit 1
            20 verbose code 1
            21 error A complete log of this run can be found in: /root/.npm/_logs/2024-11-09T22_30_55_108Z-debug-0.log
            
            

            Jemand Vorschläge? Doch auf der Console updaten?

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @eubecker last edited by

              @eubecker sagte in Update geht nicht mehr:

              Jemand Vorschläge? Doch auf der Console updaten?

              Das sowieso. Und HAMPEL da nicht als root umher...

              iob stop
              iob fix
              iob start
              

              Und die Langfassung von

              iob diag
              
              E 1 Reply Last reply Reply Quote 0
              • E
                eubecker @Thomas Braun last edited by

                @thomas-braun said in Update geht nicht mehr:

                @eubecker sagte in Update geht nicht mehr:

                Jemand Vorschläge? Doch auf der Console updaten?

                Das sowieso. Und HAMPEL da nicht als root umher...
                Hab ich bisher vermieden 🙂

                Und die Langfassung von

                iob diag
                

                Mach ich. Steht da eigentlich was "geheimes" drin, was man nicht posten sollte?

                Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @eubecker last edited by

                  @eubecker sagte in Update geht nicht mehr:

                  Steht da eigentlich was "geheimes" drin, was man nicht posten sollte?

                  höchstens in den letzten Zeilen im log.
                  Dort bitte persönliche Daten entfernen.
                  Dazu gehören nicht interne IPs

                  1 Reply Last reply Reply Quote 1
                  • Thomas Braun
                    Thomas Braun Most Active @eubecker last edited by

                    @eubecker sagte in Update geht nicht mehr:

                    Steht da eigentlich was "geheimes" drin, was man nicht posten sollte?

                    Kannst es ja vor dem posten lesen...

                    Im letzten Block mit den 25 letzten Zeilen aus dem iobroker.log könnten schon mal persönliche Daten stehen. Alles andere bezieht sich auf die Konfiguration des Rechners bzw. des ioBrokers, das ist nichts 'geheimes'.
                    Auch IP-Adressen sind nicht 'geheim'. Auf lokale/private IPs kann von außen nicht zugegriffen werden und öffentliche IPs sind eh öffentlich.

                    E 1 Reply Last reply Reply Quote 0
                    • E
                      eubecker @Thomas Braun last edited by eubecker

                      So iob fix liefer die gleichen Meckermeldung bzgl.

                      Cannot find module '@isaacs/string-locale-compare'
                      

                      wie über die Oberfläche.

                      diag liefert:

                      Script v.2024-10-19
                      
                      *** BASE SYSTEM ***
                       Static hostname: pi4wz
                             Icon name: computer
                      Operating System: Debian GNU/Linux 12 (bookworm)
                                Kernel: Linux 6.6.31+rpt-rpi-v8
                          Architecture: arm64
                      OS is similar to:
                      
                      Model           : Raspberry Pi 4 Model B Rev 1.5
                      Docker          : false
                      Virtualization  : none
                      Kernel          : aarch64
                      Userland        : 64 bit
                      
                      Systemuptime and Load:
                       10:49:41 up 11:22,  2 users,  load average: 0.17, 0.25, 0.32
                      CPU threads: 4
                      
                      
                      *** LIFE CYCLE STATUS ***
                      Operating System is the current Debian stable version codenamed 'bookworm'!
                      
                      *** RASPBERRY THROTTLING ***
                      Current issues:
                      No throttling issues detected.
                      
                      Previously detected issues:
                      No throttling issues detected.
                      
                      *** TIME AND TIMEZONES ***
                                     Local time: Sun 2024-11-10 10:49:41 CET
                                 Universal time: Sun 2024-11-10 09:49:41 UTC
                                       RTC time: n/a
                                      Time zone: Europe/Berlin (CET, +0100)
                      System clock synchronized: yes
                                    NTP service: active
                                RTC in local TZ: no
                      
                      *** Users and Groups ***
                      User that called 'iob diag':
                      eckhard
                      HOME=/home/eckhard
                      GROUPS=eckhard adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                      
                      User that is running 'js-controller':
                      iobroker
                      HOME=/home/iobroker
                      GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                      
                      *** DISPLAY-SERVER SETUP ***
                      Display-Server: false
                      Desktop:
                      Terminal:       tty
                      
                      *** MEMORY ***
                                     total        used        free      shared  buff/cache   available
                      Mem:            4.0G        1.7G        849M         11M        1.6G        2.3G
                      Swap:           209M          0B        209M
                      Total:          4.2G        1.7G        1.1G
                      
                      Active iob-Instances:   26
                      
                               3792 M total memory
                               1579 M used memory
                               1675 M active memory
                               1067 M inactive memory
                                810 M free memory
                                113 M buffer memory
                               1376 M swap cache
                                199 M total swap
                                  0 M used swap
                                199 M free swap
                      
                      *** top - Table Of Processes  ***
                      top - 10:49:42 up 11:22,  2 users,  load average: 0.17, 0.25, 0.32
                      Tasks: 213 total,   1 running, 212 sleeping,   0 stopped,   0 zombie
                      %Cpu(s):  0.0 us, 25.0 sy,  0.0 ni, 75.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                      MiB Mem :   3792.1 total,    809.6 free,   1580.0 used,   1489.5 buff/cache
                      MiB Swap:    200.0 total,    200.0 free,      0.0 used.   2212.1 avail Mem
                      
                      *** FAILED SERVICES ***
                      
                        UNIT LOAD ACTIVE SUB DESCRIPTION
                      0 loaded units listed.
                      
                      
                      *** DMESG CRITICAL ERRORS ***
                      50 CRITICAL ERRORS DETECTED!
                      Check 'sudo dmesg --level=emerg,alert,crit -T' for details
                      
                      *** FILESYSTEM ***
                      Filesystem                        Type      Size  Used Avail Use% Mounted on
                      udev                              devtmpfs  1.6G     0  1.6G   0% /dev
                      tmpfs                             tmpfs     380M  1.3M  378M   1% /run
                      /dev/mmcblk0p2                    ext4       14G  9.8G  3.3G  75% /
                      tmpfs                             tmpfs     1.9G  7.7M  1.9G   1% /dev/shm
                      tmpfs                             tmpfs     5.0M   16K  5.0M   1% /run/lock
                      tmpfs                             tmpfs     250M     0  250M   0% /mnt/ramdisk
                      /dev/mmcblk0p1                    vfat      510M   75M  436M  15% /boot/firmware
                      192.168.178.20:/volume1/NetBackup nfs        11T  4.9T  5.7T  46% /NetBackup
                      tmpfs                             tmpfs     380M   36K  380M   1% /run/user/1000
                      
                      Messages concerning ext4 filesystem in dmesg:
                      [Sat Nov  9 23:27:17 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=D8:3A:DD:B8:81:3E vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=c5609fe2-02 rootfstype=ext4 fsck.repair=yes rootwait
                      [Sat Nov  9 23:27:24 2024] EXT4-fs (mmcblk0p2): mounted filesystem 12974fe2-889e-4060-b497-1d6ac3fbbb4b ro with ordered data mode. Quota mode: none.
                      [Sat Nov  9 23:27:28 2024] EXT4-fs (mmcblk0p2): re-mounted 12974fe2-889e-4060-b497-1d6ac3fbbb4b r/w. Quota mode: none.
                      [Sat Nov  9 23:29:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:29:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:29:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:29:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:29:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:29:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:29:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:29:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:29:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:29:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:30:54 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install iob: checksumming directory block 0
                      [Sat Nov  9 23:30:54 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install iob: checksumming directory block 0
                      [Sat Nov  9 23:30:54 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install iob: checksumming directory block 0
                      [Sat Nov  9 23:30:54 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install iob: checksumming directory block 0
                      [Sat Nov  9 23:30:54 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install iob: checksumming directory block 0
                      [Sat Nov  9 23:31:20 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:31:20 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:31:20 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:31:20 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:31:20 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:31:21 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:31:21 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:31:21 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:31:21 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:31:21 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 09:59:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm x @iobroker: checksumming directory block 0
                      [Sun Nov 10 09:59:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm x @iobroker: checksumming directory block 0
                      [Sun Nov 10 09:59:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm x @iobroker: checksumming directory block 0
                      [Sun Nov 10 09:59:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm x @iobroker: checksumming directory block 0
                      [Sun Nov 10 09:59:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm x @iobroker: checksumming directory block 0
                      [Sun Nov 10 10:10:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      [Sun Nov 10 10:10:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      [Sun Nov 10 10:10:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      [Sun Nov 10 10:10:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      [Sun Nov 10 10:10:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      [Sun Nov 10 10:13:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:13:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:13:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:13:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:13:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:14:00 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:14:00 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:14:00 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:14:00 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:14:00 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:16:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      [Sun Nov 10 10:16:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      [Sun Nov 10 10:16:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      [Sun Nov 10 10:16:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      [Sun Nov 10 10:16:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      
                      Show mounted filesystems:
                      TARGET           SOURCE                            FSTYPE OPTIONS
                      /                /dev/mmcblk0p2                    ext4   rw,noatime,commit=600
                      |-/boot/firmware /dev/mmcblk0p1                    vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                      `-/NetBackup     192.168.178.20:/volume1/NetBackup nfs    rw,relatime,vers=3,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.178.20,mountvers=3,mountport=892,mountproto=udp,local_lock=none,addr=192.168.178.20
                      
                      Files in neuralgic directories:
                      
                      /var:
                      1.2G    /var/
                      611M    /var/cache
                      604M    /var/cache/apt
                      492M    /var/cache/apt/archives
                      194M    /var/lib
                      
                      Archived and active journals take up 131.6M in the file system.
                      
                      /opt/iobroker/backups:
                      70M     /opt/iobroker/backups/
                      
                      /opt/iobroker/iobroker-data:
                      1.2G    /opt/iobroker/iobroker-data/
                      1.1G    /opt/iobroker/iobroker-data/files
                      617M    /opt/iobroker/iobroker-data/files/javascript.admin
                      560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                      558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                      
                      The five largest files in iobroker-data are:
                      38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                      26M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                      26M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.41cee985.js.map
                      25M     /opt/iobroker/iobroker-data/objects.jsonl
                      24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                      
                      USB-Devices by-id:
                      USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                      
                      No Devices found 'by-id'
                      
                      *** NodeJS-Installation ***
                      
                      /usr/bin/nodejs         v20.17.0
                      /usr/bin/node           v20.17.0
                      /usr/bin/npm            10.8.2
                      /usr/bin/npx            10.8.2
                      /usr/bin/corepack       0.29.3
                      
                      nodejs:
                        Installed: 20.17.0-1nodesource1
                        Candidate: 20.18.0-1nodesource1
                        Version table:
                           20.18.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                       *** 20.17.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                              100 /var/lib/dpkg/status
                           20.16.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.15.1-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.15.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.14.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.13.1-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.13.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.12.2-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.12.1-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.12.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.11.1-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.11.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.10.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.9.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.8.1-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.8.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.7.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.6.1-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.6.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.5.1-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.5.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.4.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.3.1-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.3.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.2.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.1.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.0.0-1nodesource1 600
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           18.19.0+dfsg-6~deb12u2 500
                              500 http://deb.debian.org/debian bookworm/main arm64 Packages
                           18.19.0+dfsg-6~deb12u1 500
                              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
                      
                      *** ioBroker-Installation ***
                      
                      ioBroker Status
                      iobroker is running on this host.
                      
                      
                      Objects type: jsonl
                      States  type: jsonl
                      
                      Hosts:
                      pi4wz               pi4wz (version: 6.0.9, hostname: pi4wz         , alive, uptime: 2163)
                      
                      Core adapters versions
                      js-controller:  6.0.9
                      admin:          7.1.5
                      javascript:     8.8.3
                      
                      nodejs modules from github:     0
                      
                      Adapter State
                      + system.adapter.admin.0                  : admin                 : pi4wz                                    -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.admin.1                  : admin                 : pi4wz                                    -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.alexa2.0                 : alexa2                : pi4wz                                    -  enabled
                        system.adapter.alias-manager.0          : alias-manager         : pi4wz                                    - disabled
                      + system.adapter.backitup.0               : backitup              : pi4wz                                    -  enabled
                      + system.adapter.discovery.0              : discovery             : pi4wz                                    -  enabled
                      + system.adapter.echarts.0                : echarts               : pi4wz                                    -  enabled
                      + system.adapter.email.0                  : email                 : pi4wz                                    -  enabled
                      + system.adapter.fb-checkpresence.0       : fb-checkpresence      : pi4wz                                    -  enabled
                      + system.adapter.history.0                : history               : pi4wz                                    -  enabled
                      + system.adapter.hm-rega.0                : hm-rega               : pi4wz                                    -  enabled
                      + system.adapter.hm-rpc.0                 : hm-rpc                : pi4wz                                    -  enabled, port: 0
                      + system.adapter.hm-rpc.1                 : hm-rpc                : pi4wz                                    -  enabled, port: 0
                        system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : pi4wz                                    - disabled
                        system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : pi4wz                                    - disabled
                      + system.adapter.iot.0                    : iot                   : pi4wz                                    -  enabled
                      + system.adapter.javascript.0             : javascript            : pi4wz                                    -  enabled
                      + system.adapter.mqtt.0                   : mqtt                  : pi4wz                                    -  enabled, port: 1882, bind: 0.0.0.0
                      + system.adapter.parser.0                 : parser                : pi4wz                                    -  enabled
                      + system.adapter.ping.0                   : ping                  : pi4wz                                    -  enabled
                      + system.adapter.radar2.0                 : radar2                : pi4wz                                    -  enabled
                      + system.adapter.rpi2.0                   : rpi2                  : pi4wz                                    -  enabled
                        system.adapter.shelly.0                 : shelly                : pi4wz                                    - disabled, port: 1882, bind: 0.0.0.0
                      + system.adapter.signal-cmb.0             : signal-cmb            : pi4wz                                    -  enabled
                      + system.adapter.simple-api.0             : simple-api            : pi4wz                                    -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                      + system.adapter.socketio.0               : socketio              : pi4wz                                    -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                      + system.adapter.sonoff.0                 : sonoff                : pi4wz                                    -  enabled, port: 64972, bind: 192.168.178.45
                      + system.adapter.vis-2.0                  : vis-2                 : pi4wz                                    -  enabled
                        system.adapter.vis-history.0            : vis-history           : pi4wz                                    - disabled
                        system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : pi4wz                                    - disabled
                        system.adapter.vis-material-advanced.0  : vis-material-advanced : pi4wz                                    - disabled
                        system.adapter.vis.0                    : vis                   : pi4wz                                    - disabled
                      + system.adapter.web.0                    : web                   : pi4wz                                    -  enabled, port: 8083, bind: 0.0.0.0, run as: admin
                      
                      + instance is alive
                      
                      Enabled adapters with bindings
                      + system.adapter.admin.0                  : admin                 : pi4wz                                    -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.admin.1                  : admin                 : pi4wz                                    -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.hm-rpc.0                 : hm-rpc                : pi4wz                                    -  enabled, port: 0
                      + system.adapter.hm-rpc.1                 : hm-rpc                : pi4wz                                    -  enabled, port: 0
                      + system.adapter.mqtt.0                   : mqtt                  : pi4wz                                    -  enabled, port: 1882, bind: 0.0.0.0
                      + system.adapter.simple-api.0             : simple-api            : pi4wz                                    -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                      + system.adapter.socketio.0               : socketio              : pi4wz                                    -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                      + system.adapter.sonoff.0                 : sonoff                : pi4wz                                    -  enabled, port: 64972, bind: 192.168.178.45
                      + system.adapter.web.0                    : web                   : pi4wz                                    -  enabled, port: 8083, bind: 0.0.0.0, run as: admin
                      
                      ioBroker-Repositories
                      ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────────────────────────────────────────┬──────────────┐
                      │ (index) │ name               │ url                                                                                         │ auto upgrade │
                      ├─────────┼────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────┼──────────────┤
                      │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'                                            │ false        │
                      │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json'                                     │ false        │
                      │ 2       │ 'sources'          │ 'conf/sources-dist.json'                                                                    │ false        │
                      │ 3       │ 'online'           │ 'https://raw.githubusercontent.com/ioBroker/ioBroker.repositories/master/sources-dist.json' │ false        │
                      │ 4       │ 'vuplus'           │ 'https://github.com/vader722/ioBroker.vuplus'                                               │ false        │
                      └─────────┴────────────────────┴─────────────────────────────────────────────────────────────────────────────────────────────┴──────────────┘
                      
                      Active repo(s): Stable (default)
                      Upgrade policy: none
                      
                      Installed ioBroker-Instances
                      Used repository: Stable (default)
                      Adapter    "admin"        : 7.1.5    , installed 7.1.5
                      Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                      Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                      Adapter    "backitup"     : 3.0.25   , installed 3.0.25
                      Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                      Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                      Adapter    "email"        : 1.3.1    , installed 1.3.1
                      Adapter    "fb-checkpresence": 1.2.5 , installed 1.2.5
                      Adapter    "history"      : 3.0.1    , installed 3.0.1
                      Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                      Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
                      Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                      Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                      Adapter    "iot"          : 3.3.0    , installed 3.3.0
                      Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                      Controller "js-controller": 6.0.11   , installed 6.0.9  [Updatable]
                      Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                      Adapter    "parser"       : 2.2.4    , installed 2.2.4
                      Adapter    "ping"         : 1.6.2    , installed 1.6.2
                      Adapter    "radar2"       : 2.2.0    , installed 2.2.0
                      Adapter    "rpi2"         : 2.2.1    , installed 1.3.2  [Updatable]
                      Adapter    "shelly"       : 8.2.1    , installed 8.2.1
                      Adapter    "signal-cmb"   : 0.3.0    , installed 0.3.0
                      Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                      Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                      Adapter    "sonoff"       : 3.1.2    , installed 3.1.2
                      Adapter    "vis"          : 1.5.6    , installed 1.5.6
                      Adapter    "vis-2"        : 2.9.64   , installed 2.9.32 [Updatable]
                      Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                      Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                      Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                      Adapter    "web"          : 6.2.5    , installed 6.2.5
                      Adapter    "ws"           : 2.6.2    , installed 2.6.2
                      
                      Objects and States
                      Please stand by - This may take a while
                      Objects:        7578
                      States:         5803
                      
                      *** 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://deb.nodesource.com/node_20.x nodistro InRelease
                      Reading package lists...
                      Pending Updates: 138
                      
                      *** 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:111             0.0.0.0:*               LISTEN      0          6607       1/init
                      tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          7844       881/lighttpd
                      tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      999        8472       854/pihole-FTL
                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          2615       755/sshd: /usr/sbin
                      tcp        0      0 127.0.0.1:6010          0.0.0.0:*               LISTEN      1000       361740     43946/sshd: eckhard
                      tcp        0      0 0.0.0.0:58523           0.0.0.0:*               LISTEN      103        8384       858/rpc.statd
                      tcp        0      0 192.168.178.45:2001     0.0.0.0:*               LISTEN      1001       377030     46699/io.hm-rpc.0
                      tcp        0      0 0.0.0.0:34207           0.0.0.0:*               LISTEN      0          2732       -
                      tcp        0      0 192.168.178.45:42010    0.0.0.0:*               LISTEN      1001       378082     46716/io.hm-rpc.1
                      tcp        0      0 127.0.0.1:4711          0.0.0.0:*               LISTEN      999        8478       854/pihole-FTL
                      tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          46166      5166/cupsd
                      tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       378103     46734/io.mqtt.0
                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       375633     46461/iobroker.js-c
                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       375628     46461/iobroker.js-c
                      tcp        0      0 192.168.178.45:64972    0.0.0.0:*               LISTEN      1001       378286     46863/io.sonoff.0
                      tcp6       0      0 :::111                  :::*                    LISTEN      0          7776       1/init
                      tcp6       0      0 :::80                   :::*                    LISTEN      0          7843       881/lighttpd
                      tcp6       0      0 :::53                   :::*                    LISTEN      999        8474       854/pihole-FTL
                      tcp6       0      0 :::22                   :::*                    LISTEN      0          2617       755/sshd: /usr/sbin
                      tcp6       0      0 ::1:631                 :::*                    LISTEN      0          46165      5166/cupsd
                      tcp6       0      0 ::1:4711                :::*                    LISTEN      999        8479       854/pihole-FTL
                      tcp6       0      0 :::44085                :::*                    LISTEN      0          2735       -
                      tcp6       0      0 :::50311                :::*                    LISTEN      103        8390       858/rpc.statd
                      tcp6       0      0 ::1:6010                :::*                    LISTEN      1000       361739     43946/sshd: eckhard
                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       375690     46481/io.admin.0
                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       376368     46506/io.admin.1
                      tcp6       0      0 :::8083                 :::*                    LISTEN      1001       378513     47055/io.web.0
                      tcp6       0      0 :::8084                 :::*                    LISTEN      1001       377353     47021/io.socketio.0
                      tcp6       0      0 :::8087                 :::*                    LISTEN      1001       379416     47004/io.simple-api
                      udp        0      0 0.0.0.0:53              0.0.0.0:*                           999        8471       854/pihole-FTL
                      udp        0      0 0.0.0.0:67              0.0.0.0:*                           1001       376637     46769/io.radar2.0
                      udp        0      0 0.0.0.0:34923           0.0.0.0:*                           104        7662       580/avahi-daemon: r
                      udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          8350       1/init
                      udp        0      0 0.0.0.0:37102           0.0.0.0:*                           103        8381       858/rpc.statd
                      udp        0      0 127.0.0.1:610           0.0.0.0:*                           0          8377       858/rpc.statd
                      udp        0      0 0.0.0.0:37522           0.0.0.0:*                           0          2731       -
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        7660       580/avahi-daemon: r
                      udp6       0      0 :::53                   :::*                                999        8473       854/pihole-FTL
                      udp6       0      0 :::111                  :::*                                0          6609       1/init
                      udp6       0      0 :::47227                :::*                                103        8387       858/rpc.statd
                      udp6       0      0 :::47827                :::*                                104        7663       580/avahi-daemon: r
                      udp6       0      0 :::43952                :::*                                0          2733       -
                      udp6       0      0 :::5353                 :::*                                104        7661       580/avahi-daemon: r
                      
                      *** Log File - Last 25 Lines ***
                      
                      2024-11-10 10:15:05.918  - info: simple-api.0 (47004) Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                      2024-11-10 10:15:06.112  - info: simple-api.0 (47004) starting. Version 2.8.0 in /opt/iobroker/node_modules/iobroker.simple-api, node: v20.17.0, js-controller: 6.0.9
                      2024-11-10 10:15:06.152  - info: simple-api.0 (47004) simpleAPI server listening on port 8087
                      2024-11-10 10:15:06.153  - info: simple-api.0 (47004) Allow states only when user is owner: false
                      2024-11-10 10:15:06.177  - info: simple-api.0 (47004) http server listening on port 8087
                      2024-11-10 10:15:07.188  - info: host.pi4wz instance system.adapter.socketio.0 in version "6.7.1" started with pid 47021
                      2024-11-10 10:15:09.785  - info: socketio.0 (47021) Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                      2024-11-10 10:15:10.063  - info: socketio.0 (47021) starting. Version 6.7.1 in /opt/iobroker/node_modules/iobroker.socketio, node: v20.17.0, js-controller: 6.0.9
                      2024-11-10 10:15:10.164  - info: socketio.0 (47021) socket.io server listening on port 8084
                      2024-11-10 10:15:11.219  - info: host.pi4wz instance system.adapter.vis-2.0 in version "2.9.32" started with pid 47038
                      2024-11-10 10:15:13.186  - info: vis-2.0 (47038) Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                      2024-11-10 10:15:13.477  - info: vis-2.0 (47038) starting. Version 2.9.32 in /opt/iobroker/node_modules/iobroker.vis-2, node: v20.17.0, js-controller: 6.0.9
                      2024-11-10 10:15:13.842  - info: vis-2.0 (47038) vis-2 license is OK.
                      2024-11-10 10:15:15.155  - info: host.pi4wz instance system.adapter.web.0 in version "6.2.5" started with pid 47055
                      2024-11-10 10:15:17.758  - info: web.0 (47055) Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                      2024-11-10 10:15:17.968  - info: web.0 (47055) starting. Version 6.2.5 in /opt/iobroker/node_modules/iobroker.web, node: v20.17.0, js-controller: 6.0.9
                      2024-11-10 10:15:18.220  - info: web.0 (47055) socket.io server listening on port 8083
                      2024-11-10 10:15:18.227  - info: web.0 (47055) simpleAPI server listening on port 8083
                      2024-11-10 10:15:18.228  - info: web.0 (47055) Allow states only when user is owner: false
                      2024-11-10 10:15:18.236  - info: web.0 (47055) http server listening on port 8083
                      2024-11-10 10:15:24.846  - info: alexa2.0 (46660) No smart home devices to query
                      2024-11-10 10:15:25.813  - info: alexa2.0 (46660) Subscribing to states...
                      2024-11-10 10:15:25.821  - info: alexa2.0 (46660) Deleting the following states: ...
                      2024-11-10 10:15:27.297  - info: alexa2.0 (46660) Alexa-Push-Connection (macDms = true) established. Disable Polling
                      2024-11-10 10:15:48.634  - info: alexa2.0 (46660) Initialization Done ...
                      
                      

                      Das Einzige, was mir ins Auge springt:

                      *** DMESG CRITICAL ERRORS ***
                      50 CRITICAL ERRORS DETECTED!
                      Check 'sudo dmesg --level=emerg,alert,crit -T' for details
                      
                      

                      Immer noch defekte SD-Karte?

                      sudo dmesg --level=emerg,alert,crit -T
                      [Sat Nov  9 23:29:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:29:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:29:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:29:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:29:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:29:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:29:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:29:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:29:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:29:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:30:54 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install iob: checksumming directory block 0
                      [Sat Nov  9 23:30:54 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install iob: checksumming directory block 0
                      [Sat Nov  9 23:30:54 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install iob: checksumming directory block 0
                      [Sat Nov  9 23:30:54 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install iob: checksumming directory block 0
                      [Sat Nov  9 23:30:54 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install iob: checksumming directory block 0
                      [Sat Nov  9 23:31:20 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:31:20 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:31:20 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:31:20 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:31:20 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:31:21 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:31:21 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:31:21 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:31:21 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sat Nov  9 23:31:21 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 09:59:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm x @iobroker: checksumming directory block 0
                      [Sun Nov 10 09:59:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm x @iobroker: checksumming directory block 0
                      [Sun Nov 10 09:59:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm x @iobroker: checksumming directory block 0
                      [Sun Nov 10 09:59:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm x @iobroker: checksumming directory block 0
                      [Sun Nov 10 09:59:32 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm x @iobroker: checksumming directory block 0
                      [Sun Nov 10 10:10:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      [Sun Nov 10 10:10:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      [Sun Nov 10 10:10:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      [Sun Nov 10 10:10:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      [Sun Nov 10 10:10:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      [Sun Nov 10 10:13:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:13:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:13:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:13:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:13:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:14:00 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:14:00 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:14:00 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:14:00 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:14:00 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm install @io: checksumming directory block 0
                      [Sun Nov 10 10:16:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      [Sun Nov 10 10:16:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      [Sun Nov 10 10:16:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      [Sun Nov 10 10:16:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      [Sun Nov 10 10:16:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1693: inode #261468: comm npm ls: checksumming directory block 0
                      
                      

                      Kann man das korrigieren, da ich vermute, dass das so im Backupimage drin stand und die aktuelle Karte nicht defekt ist. Falls ja, wie? Scheint ja nur eine Stelle zu sein.

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @eubecker last edited by Thomas Braun

                        @eubecker sagte in Update geht nicht mehr:
                        Edit:

                        Zu schnell gewesen....

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        Support us

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

                        685
                        Online

                        31.6k
                        Users

                        79.5k
                        Topics

                        1.3m
                        Posts

                        4
                        10
                        332
                        Loading More Posts
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes
                        Reply
                        • Reply as topic
                        Log in to reply
                        Community
                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                        The ioBroker Community 2014-2023
                        logo