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 sämtlicher Adapter schlägt fehl

NEWS

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

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    5.7k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

Update sämtlicher Adapter schlägt fehl

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
12 Beiträge 3 Kommentatoren 360 Aufrufe 4 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.
  • R redfrog

    Hallo,

    ich habe mein System einige Monate nicht angefasst. Jetzt habe ich mich mal wieder mit der Admin-Oberfläche verbunden und einige ausstehende Adapter-Updates entdeckt. Beim Admin-Adapter und Backitup-Adapter war zudem markiert, dass der js-controller ein Update benötigt. Somit habe ich zunächst unter Host auf Update geklickt und die sich daraufhin öffnende Anleitung befolgt. Leider hat das nicht funktioniert, es kam irgendein Fehler, den ich mir leider nicht weggespeichert habe.

    Daraufhin ging nichts mehr, weshalb ich einen SD-Karten-Klon vom letzten Jahr übernommen habe. Nun wollte ich alles updaten, damit ich auf den alten Stand komme. Leider kann ich keinen einzigen Adapter mehr updaten. Es kommt immer die folgende Meldung:

    $ iobroker upgrade smartgarden@2.0.1 --debug
    
    Update smartgarden from @2.0.0 to @2.0.1
    
    NPM version: 9.5.1
    
    Installing iobroker.smartgarden@2.0.1... (System call)
    
    npm WARN cleanup Failed to remove some directories [
    
    npm WARN cleanup [
    
    npm WARN cleanup undefined,npm WARN cleanup TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string or an instance of Buffer or URL. Received undefinednpm WARN cleanup at rm (node:internal/fs/promises:679:38)npm WARN cleanup at /usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:553:20npm WARN cleanup at Array.map (<anonymous>)npm WARN cleanup at [rollbackCreateSparseTree] (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:553:8)npm WARN cleanup at [reifyPackages] (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:256:31)npm WARN cleanup at async Arborist.reify (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:170:5)npm WARN cleanup at async Install.exec (/usr/lib/node_modules/npm/lib/commands/install.js:146:5)npm WARN cleanup at async module.exports (/usr/lib/node_modules/npm/lib/cli.js:134:5) {npm WARN cleanup code: 'ERR_INVALID_ARG_TYPE'npm WARN cleanup }npm WARN cleanup ]npm WARN cleanup ]
    
    npm ERR! code Unknown system error -74npm ERR! syscall mkdirnpm ERR! path /opt/iobroker/node_modules/@sentry-internal/tracing/node_modules/@sentry/corenpm ERR! errno -74
    
    npm ERR! Unknown system error -74: Unknown system error -74, mkdir '/opt/iobroker/node_modules/@sentry-internal/tracing/node_modules/@sentry/core'
    
    npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2024-10-01T18_48_55_474Z-debug-0.log
    
    host.rasppi Cannot install iobroker.smartgarden@2.0.1: 182
    
    ERROR: Process exited with code 25
    

    Zur Info:

    /usr/bin/nodejs
    /usr/bin/node
    /usr/bin/npx
    /usr/bin/corepack
    v18.16.0
    v18.16.0
    9.5.1
    9.5.1
    0.17.0
    

    und:

    iobroker -v
    4.0.24
    

    Der Admin-Adapter ist momentan auf 6.3.5

    Kann ich das wieder gerade biegen?

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

    @redfrog sagte in Update sämtlicher Adapter schlägt fehl:

    Kann ich das wieder gerade biegen?

    iob stop
    iob fix
    iob nodejs-update
    

    Und danach die Langfassung von

    iob diag
    

    zeigen.

    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

    R 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @redfrog sagte in Update sämtlicher Adapter schlägt fehl:

      Kann ich das wieder gerade biegen?

      iob stop
      iob fix
      iob nodejs-update
      

      Und danach die Langfassung von

      iob diag
      

      zeigen.

      R Offline
      R Offline
      redfrog
      schrieb am zuletzt editiert von
      #3

      @thomas-braun

      
      ======== Start marking the full check here =========
      
      ```bash
      Skript v.2024-08-12
      
      *** BASE SYSTEM ***
         Static hostname: rasppi
               Icon name: computer
        Operating System: Debian GNU/Linux 11 (bullseye)
                  Kernel: Linux 6.1.21-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:
       21:35:55 up  1:59,  1 user,  load average: 2.50, 1.02, 0.45
      CPU threads: 4
      
      
      *** RASPBERRY THROTTLING ***
      Current issues:
      No throttling issues detected.
      
      Previously detected issues:
      No throttling issues detected.
      
      *** Time and Time Zones ***
                     Local time: Tue 2024-10-01 21:35:55 CEST
                 Universal time: Tue 2024-10-01 19:35:55 UTC
                       RTC time: n/a
                      Time zone: Europe/Berlin (CEST, +0200)
      System clock synchronized: yes
                    NTP service: active
                RTC in local TZ: no
      
      *** Users and Groups ***
      User that called 'iob diag':
      rasppilue
      HOME=/home/rasppilue
      GROUPS=rasppilue adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
      
      User that is running 'js-controller':
      iobroker
      HOME=/home/iobroker
      GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
      
      *** Display-Server-Setup ***
      Display-Server: false
      Desktop:
      Terminal:       tty
      Boot Target:    multi-user.target
      
      *** MEMORY ***
                     total        used        free      shared  buff/cache   available
      Mem:            7.8G        966M        6.1G        1.0M        706M        6.7G
      Swap:            99M          0B         99M
      Total:          7.9G        966M        6.2G
      
      Active iob-Instances:   5
      
               7812 M total memory
                966 M used memory
               1046 M active memory
                437 M inactive memory
               6139 M free memory
                113 M buffer memory
                592 M swap cache
                 99 M total swap
                  0 M used swap
                 99 M free swap
      
      *** top - Table Of Processes  ***
      top - 21:35:55 up  1:59,  1 user,  load average: 2.50, 1.02, 0.45
      Tasks: 166 total,   2 running, 164 sleeping,   0 stopped,   0 zombie
      %Cpu(s): 20.6 us,  7.4 sy,  0.0 ni, 72.1 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
      MiB Mem :   7812.3 total,   6122.7 free,    983.2 used,    706.4 buff/cache
      MiB Swap:    100.0 total,    100.0 free,      0.0 used.   6706.3 avail Mem
      
      *** FAILED SERVICES ***
      
        UNIT           LOAD   ACTIVE SUB    DESCRIPTION
      * fstrim.service loaded failed failed Discard unused blocks on filesystems from /etc/fstab
      
      LOAD   = Reflects whether the unit definition was properly loaded.
      ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
      SUB    = The low-level unit activation state, values depend on unit type.
      1 loaded units listed.
      
      *** FILESYSTEM ***
      Filesystem     Type      Size  Used Avail Use% Mounted on
      /dev/root      ext4       29G  3.4G   24G  13% /
      devtmpfs       devtmpfs  3.6G     0  3.6G   0% /dev
      tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
      tmpfs          tmpfs     1.6G  1.1M  1.6G   1% /run
      tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
      /dev/mmcblk0p1 vfat      255M   31M  225M  13% /boot
      tmpfs          tmpfs     782M     0  782M   0% /run/user/1000
      
      R 1 Antwort Letzte Antwort
      0
      • R redfrog

        @thomas-braun

        
        ======== Start marking the full check here =========
        
        ```bash
        Skript v.2024-08-12
        
        *** BASE SYSTEM ***
           Static hostname: rasppi
                 Icon name: computer
          Operating System: Debian GNU/Linux 11 (bullseye)
                    Kernel: Linux 6.1.21-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:
         21:35:55 up  1:59,  1 user,  load average: 2.50, 1.02, 0.45
        CPU threads: 4
        
        
        *** RASPBERRY THROTTLING ***
        Current issues:
        No throttling issues detected.
        
        Previously detected issues:
        No throttling issues detected.
        
        *** Time and Time Zones ***
                       Local time: Tue 2024-10-01 21:35:55 CEST
                   Universal time: Tue 2024-10-01 19:35:55 UTC
                         RTC time: n/a
                        Time zone: Europe/Berlin (CEST, +0200)
        System clock synchronized: yes
                      NTP service: active
                  RTC in local TZ: no
        
        *** Users and Groups ***
        User that called 'iob diag':
        rasppilue
        HOME=/home/rasppilue
        GROUPS=rasppilue adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
        
        User that is running 'js-controller':
        iobroker
        HOME=/home/iobroker
        GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
        
        *** Display-Server-Setup ***
        Display-Server: false
        Desktop:
        Terminal:       tty
        Boot Target:    multi-user.target
        
        *** MEMORY ***
                       total        used        free      shared  buff/cache   available
        Mem:            7.8G        966M        6.1G        1.0M        706M        6.7G
        Swap:            99M          0B         99M
        Total:          7.9G        966M        6.2G
        
        Active iob-Instances:   5
        
                 7812 M total memory
                  966 M used memory
                 1046 M active memory
                  437 M inactive memory
                 6139 M free memory
                  113 M buffer memory
                  592 M swap cache
                   99 M total swap
                    0 M used swap
                   99 M free swap
        
        *** top - Table Of Processes  ***
        top - 21:35:55 up  1:59,  1 user,  load average: 2.50, 1.02, 0.45
        Tasks: 166 total,   2 running, 164 sleeping,   0 stopped,   0 zombie
        %Cpu(s): 20.6 us,  7.4 sy,  0.0 ni, 72.1 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
        MiB Mem :   7812.3 total,   6122.7 free,    983.2 used,    706.4 buff/cache
        MiB Swap:    100.0 total,    100.0 free,      0.0 used.   6706.3 avail Mem
        
        *** FAILED SERVICES ***
        
          UNIT           LOAD   ACTIVE SUB    DESCRIPTION
        * fstrim.service loaded failed failed Discard unused blocks on filesystems from /etc/fstab
        
        LOAD   = Reflects whether the unit definition was properly loaded.
        ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
        SUB    = The low-level unit activation state, values depend on unit type.
        1 loaded units listed.
        
        *** FILESYSTEM ***
        Filesystem     Type      Size  Used Avail Use% Mounted on
        /dev/root      ext4       29G  3.4G   24G  13% /
        devtmpfs       devtmpfs  3.6G     0  3.6G   0% /dev
        tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
        tmpfs          tmpfs     1.6G  1.1M  1.6G   1% /run
        tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
        /dev/mmcblk0p1 vfat      255M   31M  225M  13% /boot
        tmpfs          tmpfs     782M     0  782M   0% /run/user/1000
        
        R Offline
        R Offline
        redfrog
        schrieb am zuletzt editiert von redfrog
        #4
        Messages concerning ext4 filesystem in dmesg:
        [Tue Oct  1 19:36:03 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=E4:5F:01:F5:F9:88 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=0d44d53a-02 rootfstype=ext4 fsck.repair=yes rootwait
        [Tue Oct  1 19:36:04 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
        [Tue Oct  1 19:36:04 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
        [Tue Oct  1 19:36:06 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
        [Tue Oct  1 19:36:07 2024] EXT4-fs error (device mmcblk0p2): ext4_validate_block_bitmap:390: comm systemd-journal: bg 10: bad block bitmap checksum
        [Tue Oct  1 19:36:07 2024] EXT4-fs error (device mmcblk0p2): ext4_validate_block_bitmap:390: comm systemd-journal: bg 11: bad block bitmap checksum
        [Tue Oct  1 19:36:07 2024] EXT4-fs error (device mmcblk0p2): ext4_validate_block_bitmap:390: comm systemd-journal: bg 12: bad block bitmap checksum
        [Tue Oct  1 19:36:07 2024] EXT4-fs error (device mmcblk0p2): ext4_validate_block_bitmap:390: comm systemd-journal: bg 13: bad block bitmap checksum
        [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm io.admin.0: iget: checksum invalid
        [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 19:36:29 2024] EXT4-fs error: 10 callbacks suppressed
        [Tue Oct  1 19:36:29 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm io.admin.0: iget: checksum invalid
        [Tue Oct  1 19:36:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm io.admin.0: checksumming directory block 0
        [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm node: Directory block failed checksum
        [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm node: iget: checksum invalid
        [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm node: iget: checksum invalid
        [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm node: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm node: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm node: iget: checksum invalid
        [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm node: iget: checksum invalid
        [Tue Oct  1 19:36:33 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm node: iget: checksum invalid
        [Tue Oct  1 19:36:35 2024] EXT4-fs error: 21 callbacks suppressed
        [Tue Oct  1 19:36:35 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
        [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 19:36:59 2024] EXT4-fs error: 77 callbacks suppressed
        [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
        [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 19:37:12 2024] EXT4-fs error: 69 callbacks suppressed
        [Tue Oct  1 19:37:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
        [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
        [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
        [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
        [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
        [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
        [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
        [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
        [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
        [Tue Oct  1 19:37:21 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 19:37:28 2024] EXT4-fs error: 1 callbacks suppressed
        [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
        [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 19:37:39 2024] EXT4-fs error: 69 callbacks suppressed
        [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:37:43 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
        [Tue Oct  1 19:37:50 2024] EXT4-fs error: 8 callbacks suppressed
        [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
        [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 19:38:01 2024] EXT4-fs error: 69 callbacks suppressed
        [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:38:06 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:38:12 2024] EXT4-fs error: 8 callbacks suppressed
        [Tue Oct  1 19:38:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 19:38:21 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 19:38:21 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
        [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
        [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 19:41:28 2024] EXT4-fs error: 60 callbacks suppressed
        [Tue Oct  1 19:41:28 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
        [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 19:47:12 2024] EXT4-fs error: 59 callbacks suppressed
        [Tue Oct  1 19:47:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 19:47:12 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
        [Tue Oct  1 19:47:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 19:47:20 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
        [Tue Oct  1 19:47:54 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
        [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 19:49:06 2024] EXT4-fs error: 59 callbacks suppressed
        [Tue Oct  1 19:49:06 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
        [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 19:56:42 2024] EXT4-fs error: 59 callbacks suppressed
        [Tue Oct  1 19:56:42 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 19:56:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:56:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:56:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 19:56:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 19:56:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 19:56:52 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 19:56:52 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 19:56:52 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 19:56:52 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 19:56:52 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 20:03:01 2024] EXT4-fs error: 59 callbacks suppressed
        [Tue Oct  1 20:03:01 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm chown: Directory block failed checksum
        [Tue Oct  1 20:03:02 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm chown: Directory block failed checksum
        [Tue Oct  1 20:03:03 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm chown: iget: checksum invalid
        [Tue Oct  1 20:03:03 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163445: comm chown: iget: checksum invalid
        [Tue Oct  1 20:03:03 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm chown: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 20:03:03 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm chown: iget: checksum invalid
        [Tue Oct  1 20:03:03 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm chown: iget: checksum invalid
        [Tue Oct  1 20:03:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163432: comm chown: iget: checksum invalid
        [Tue Oct  1 20:03:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163452: comm chown: iget: checksum invalid
        [Tue Oct  1 20:03:05 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm chown: iget: checksum invalid
        [Tue Oct  1 20:03:06 2024] EXT4-fs error: 2 callbacks suppressed
        [Tue Oct  1 20:03:06 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163455: comm chown: iget: checksum invalid
        [Tue Oct  1 20:03:06 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163438: comm chown: iget: checksum invalid
        [Tue Oct  1 20:03:06 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm chown: iget: checksum invalid
        [Tue Oct  1 20:03:06 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 20:03:06 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #269714: comm chown: Directory block failed checksum
        [Tue Oct  1 20:03:07 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 20:03:07 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #269701: comm chown: Directory block failed checksum
        [Tue Oct  1 20:03:08 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163453: comm chown: iget: checksum invalid
        [Tue Oct  1 20:03:08 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163433: comm chown: iget: bad extra_isize 160 (inode size 256)
        [Tue Oct  1 20:03:08 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm chown: Directory block failed checksum
        [Tue Oct  1 20:03:09 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm chown: Directory block failed checksum
        [Tue Oct  1 20:03:09 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm chown: iget: checksum invalid
        [Tue Oct  1 20:03:11 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 20:03:11 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 20:03:11 2024] EXT4-fs error: 13 callbacks suppressed
        [Tue Oct  1 20:03:11 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #269701: comm chown: Directory block failed checksum
        [Tue Oct  1 20:03:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163453: comm chown: iget: checksum invalid
        [Tue Oct  1 20:03:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163433: comm chown: iget: bad extra_isize 160 (inode size 256)
        [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163437: comm chown: iget: checksum invalid
        [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276974: comm chown: Directory block failed checksum
        [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163429: comm chown: iget: checksum invalid
        [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm chown: Directory block failed checksum
        [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm chown: Directory block failed checksum
        [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276978: comm chown: Directory block failed checksum
        [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276974: comm chown: Directory block failed checksum
        [Tue Oct  1 20:03:17 2024] EXT4-fs error: 16 callbacks suppressed
        [Tue Oct  1 20:03:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm setfacl: Directory block failed checksum
        [Tue Oct  1 20:03:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm setfacl: Directory block failed checksum
        [Tue Oct  1 20:03:17 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm setfacl: iget: checksum invalid
        [Tue Oct  1 20:03:17 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163445: comm setfacl: iget: checksum invalid
        [Tue Oct  1 20:03:17 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm setfacl: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 20:03:18 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm setfacl: iget: checksum invalid
        [Tue Oct  1 20:03:18 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm setfacl: iget: checksum invalid
        [Tue Oct  1 20:03:18 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163432: comm setfacl: iget: checksum invalid
        [Tue Oct  1 20:03:18 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163452: comm setfacl: iget: checksum invalid
        [Tue Oct  1 20:03:18 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm setfacl: iget: checksum invalid
        [Tue Oct  1 20:03:18 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm setfacl: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 20:03:18 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm setfacl: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 20:03:18 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm find: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 20:03:18 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm find: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 20:03:23 2024] EXT4-fs error: 28 callbacks suppressed
        [Tue Oct  1 20:03:23 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 20:04:02 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
        [Tue Oct  1 20:04:09 2024] EXT4-fs error: 8 callbacks suppressed
        [Tue Oct  1 20:04:09 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
        [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:21 2024] EXT4-fs error: 69 callbacks suppressed
        [Tue Oct  1 20:04:21 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
        [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:34 2024] EXT4-fs error: 78 callbacks suppressed
        [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
        [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:39 2024] EXT4-fs error: 60 callbacks suppressed
        [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:04:47 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:04:52 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
        [Tue Oct  1 20:04:59 2024] EXT4-fs error: 8 callbacks suppressed
        [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
        [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 20:05:09 2024] EXT4-fs error: 69 callbacks suppressed
        [Tue Oct  1 20:05:09 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:14 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:21 2024] EXT4-fs error: 8 callbacks suppressed
        [Tue Oct  1 20:05:21 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 20:25:36 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm io.admin.0: iget: checksum invalid
        [Tue Oct  1 20:25:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm io.admin.0: checksumming directory block 0
        [Tue Oct  1 20:25:46 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 20:25:46 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
        [Tue Oct  1 20:26:42 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 20:26:42 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
        [Tue Oct  1 20:27:25 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
        [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 20:36:55 2024] EXT4-fs error: 60 callbacks suppressed
        [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm find: Directory block failed checksum
        [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm find: Directory block failed checksum
        [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm find: iget: checksum invalid
        [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm find: iget: checksum invalid
        [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm find: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm find: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm find: iget: checksum invalid
        [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm find: iget: checksum invalid
        [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm find: iget: checksum invalid
        [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm find: iget: checksum invalid
        [Tue Oct  1 20:36:55 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm find: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 20:36:55 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm find: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 20:39:26 2024] EXT4-fs error: 9 callbacks suppressed
        [Tue Oct  1 20:39:26 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
        [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 20:48:58 2024] EXT4-fs error: 60 callbacks suppressed
        [Tue Oct  1 20:48:58 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
        [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
        [Tue Oct  1 21:31:43 2024] EXT4-fs error: 60 callbacks suppressed
        [Tue Oct  1 21:31:43 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm chown: Directory block failed checksum
        [Tue Oct  1 21:31:43 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm chown: Directory block failed checksum
        [Tue Oct  1 21:31:43 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm chown: iget: checksum invalid
        [Tue Oct  1 21:31:43 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163445: comm chown: iget: checksum invalid
        [Tue Oct  1 21:31:43 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm chown: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 21:31:43 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm chown: iget: checksum invalid
        [Tue Oct  1 21:31:44 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm chown: iget: checksum invalid
        [Tue Oct  1 21:31:44 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163432: comm chown: iget: checksum invalid
        [Tue Oct  1 21:31:44 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163452: comm chown: iget: checksum invalid
        [Tue Oct  1 21:31:45 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm chown: iget: checksum invalid
        [Tue Oct  1 21:31:46 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 21:31:46 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 21:31:49 2024] EXT4-fs error: 16 callbacks suppressed
        [Tue Oct  1 21:31:49 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163432: comm chown: iget: checksum invalid
        [Tue Oct  1 21:31:49 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163452: comm chown: iget: checksum invalid
        [Tue Oct  1 21:31:49 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm chown: iget: checksum invalid
        [Tue Oct  1 21:31:49 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm chown: Directory block failed checksum
        [Tue Oct  1 21:31:49 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163416: comm chown: iget: checksum invalid
        [Tue Oct  1 21:31:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163455: comm chown: iget: checksum invalid
        [Tue Oct  1 21:31:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163438: comm chown: iget: checksum invalid
        [Tue Oct  1 21:31:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm chown: iget: checksum invalid
        [Tue Oct  1 21:31:51 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 21:31:51 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #269714: comm chown: Directory block failed checksum
        [Tue Oct  1 21:31:51 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 21:31:51 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #269701: comm chown: Directory block failed checksum
        [Tue Oct  1 21:31:53 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm setfacl: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 21:31:53 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm setfacl: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 21:31:53 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm find: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 21:31:53 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm find: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 21:31:56 2024] EXT4-fs error: 63 callbacks suppressed
        [Tue Oct  1 21:31:56 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm find: Directory block failed checksum
        [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm find: Directory block failed checksum
        [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm find: iget: checksum invalid
        [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm find: iget: checksum invalid
        [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm find: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm find: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm find: iget: checksum invalid
        [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm find: iget: checksum invalid
        [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm find: iget: checksum invalid
        [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm find: iget: checksum invalid
        [Tue Oct  1 21:33:12 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm find: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 21:33:12 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm find: No space for directory leaf checksum. Please run e2fsck -D.
        [Tue Oct  1 21:33:17 2024] EXT4-fs error: 11 callbacks suppressed
        [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276974: comm find: Directory block failed checksum
        [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm find: Directory block failed checksum
        [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm find: Directory block failed checksum
        [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276978: comm find: Directory block failed checksum
        [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276974: comm find: Directory block failed checksum
        [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm find: Directory block failed checksum
        [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276980: comm find: Directory block failed checksum
        [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276976: comm find: Directory block failed checksum
        [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276992: comm find: Directory block failed checksum
        [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276990: comm find: Directory block failed checksum
        [Tue Oct  1 21:34:34 2024] EXT4-fs error: 6 callbacks suppressed
        [Tue Oct  1 21:34:34 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #127562: comm dpkg: iget: bad extra_isize 4650 (inode size 256)
        [Tue Oct  1 21:34:34 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #127566: comm dpkg: iget: bad extra_isize 44999 (inode size 256)
        [Tue Oct  1 21:34:57 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm io.admin.0: iget: checksum invalid
        [Tue Oct  1 21:34:57 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm io.admin.0: checksumming directory block 0
        [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
        [Tue Oct  1 21:35:08 2024] EXT4-fs error: 10 callbacks suppressed
        [Tue Oct  1 21:35:08 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
        [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 21:35:19 2024] EXT4-fs error: 69 callbacks suppressed
        [Tue Oct  1 21:35:19 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
        [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
        [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
        [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
        [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
        [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
        [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
        [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
        [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
        [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
        [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 21:35:30 2024] EXT4-fs error: 60 callbacks suppressed
        [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 21:35:39 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
        [Tue Oct  1 21:35:43 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
        [Tue Oct  1 21:35:50 2024] EXT4-fs error: 8 callbacks suppressed
        [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
        [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
        [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
        [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
        [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
        [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
        [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
        
        Thomas BraunT R 2 Antworten Letzte Antwort
        0
        • R redfrog
          Messages concerning ext4 filesystem in dmesg:
          [Tue Oct  1 19:36:03 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=E4:5F:01:F5:F9:88 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=0d44d53a-02 rootfstype=ext4 fsck.repair=yes rootwait
          [Tue Oct  1 19:36:04 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
          [Tue Oct  1 19:36:04 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
          [Tue Oct  1 19:36:06 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
          [Tue Oct  1 19:36:07 2024] EXT4-fs error (device mmcblk0p2): ext4_validate_block_bitmap:390: comm systemd-journal: bg 10: bad block bitmap checksum
          [Tue Oct  1 19:36:07 2024] EXT4-fs error (device mmcblk0p2): ext4_validate_block_bitmap:390: comm systemd-journal: bg 11: bad block bitmap checksum
          [Tue Oct  1 19:36:07 2024] EXT4-fs error (device mmcblk0p2): ext4_validate_block_bitmap:390: comm systemd-journal: bg 12: bad block bitmap checksum
          [Tue Oct  1 19:36:07 2024] EXT4-fs error (device mmcblk0p2): ext4_validate_block_bitmap:390: comm systemd-journal: bg 13: bad block bitmap checksum
          [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm io.admin.0: iget: checksum invalid
          [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 19:36:29 2024] EXT4-fs error: 10 callbacks suppressed
          [Tue Oct  1 19:36:29 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm io.admin.0: iget: checksum invalid
          [Tue Oct  1 19:36:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm io.admin.0: checksumming directory block 0
          [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm node: Directory block failed checksum
          [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm node: iget: checksum invalid
          [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm node: iget: checksum invalid
          [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm node: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm node: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm node: iget: checksum invalid
          [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm node: iget: checksum invalid
          [Tue Oct  1 19:36:33 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm node: iget: checksum invalid
          [Tue Oct  1 19:36:35 2024] EXT4-fs error: 21 callbacks suppressed
          [Tue Oct  1 19:36:35 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
          [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 19:36:59 2024] EXT4-fs error: 77 callbacks suppressed
          [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
          [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 19:37:12 2024] EXT4-fs error: 69 callbacks suppressed
          [Tue Oct  1 19:37:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
          [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
          [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
          [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
          [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
          [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
          [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
          [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
          [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
          [Tue Oct  1 19:37:21 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 19:37:28 2024] EXT4-fs error: 1 callbacks suppressed
          [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
          [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 19:37:39 2024] EXT4-fs error: 69 callbacks suppressed
          [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:37:43 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
          [Tue Oct  1 19:37:50 2024] EXT4-fs error: 8 callbacks suppressed
          [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
          [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 19:38:01 2024] EXT4-fs error: 69 callbacks suppressed
          [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:38:06 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:38:12 2024] EXT4-fs error: 8 callbacks suppressed
          [Tue Oct  1 19:38:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 19:38:21 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 19:38:21 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
          [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
          [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 19:41:28 2024] EXT4-fs error: 60 callbacks suppressed
          [Tue Oct  1 19:41:28 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
          [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 19:47:12 2024] EXT4-fs error: 59 callbacks suppressed
          [Tue Oct  1 19:47:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 19:47:12 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
          [Tue Oct  1 19:47:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 19:47:20 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
          [Tue Oct  1 19:47:54 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
          [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 19:49:06 2024] EXT4-fs error: 59 callbacks suppressed
          [Tue Oct  1 19:49:06 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
          [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 19:56:42 2024] EXT4-fs error: 59 callbacks suppressed
          [Tue Oct  1 19:56:42 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 19:56:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:56:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:56:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 19:56:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 19:56:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 19:56:52 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 19:56:52 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 19:56:52 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 19:56:52 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 19:56:52 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 20:03:01 2024] EXT4-fs error: 59 callbacks suppressed
          [Tue Oct  1 20:03:01 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm chown: Directory block failed checksum
          [Tue Oct  1 20:03:02 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm chown: Directory block failed checksum
          [Tue Oct  1 20:03:03 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm chown: iget: checksum invalid
          [Tue Oct  1 20:03:03 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163445: comm chown: iget: checksum invalid
          [Tue Oct  1 20:03:03 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm chown: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 20:03:03 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm chown: iget: checksum invalid
          [Tue Oct  1 20:03:03 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm chown: iget: checksum invalid
          [Tue Oct  1 20:03:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163432: comm chown: iget: checksum invalid
          [Tue Oct  1 20:03:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163452: comm chown: iget: checksum invalid
          [Tue Oct  1 20:03:05 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm chown: iget: checksum invalid
          [Tue Oct  1 20:03:06 2024] EXT4-fs error: 2 callbacks suppressed
          [Tue Oct  1 20:03:06 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163455: comm chown: iget: checksum invalid
          [Tue Oct  1 20:03:06 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163438: comm chown: iget: checksum invalid
          [Tue Oct  1 20:03:06 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm chown: iget: checksum invalid
          [Tue Oct  1 20:03:06 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 20:03:06 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #269714: comm chown: Directory block failed checksum
          [Tue Oct  1 20:03:07 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 20:03:07 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #269701: comm chown: Directory block failed checksum
          [Tue Oct  1 20:03:08 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163453: comm chown: iget: checksum invalid
          [Tue Oct  1 20:03:08 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163433: comm chown: iget: bad extra_isize 160 (inode size 256)
          [Tue Oct  1 20:03:08 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm chown: Directory block failed checksum
          [Tue Oct  1 20:03:09 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm chown: Directory block failed checksum
          [Tue Oct  1 20:03:09 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm chown: iget: checksum invalid
          [Tue Oct  1 20:03:11 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 20:03:11 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 20:03:11 2024] EXT4-fs error: 13 callbacks suppressed
          [Tue Oct  1 20:03:11 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #269701: comm chown: Directory block failed checksum
          [Tue Oct  1 20:03:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163453: comm chown: iget: checksum invalid
          [Tue Oct  1 20:03:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163433: comm chown: iget: bad extra_isize 160 (inode size 256)
          [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163437: comm chown: iget: checksum invalid
          [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276974: comm chown: Directory block failed checksum
          [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163429: comm chown: iget: checksum invalid
          [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm chown: Directory block failed checksum
          [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm chown: Directory block failed checksum
          [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276978: comm chown: Directory block failed checksum
          [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276974: comm chown: Directory block failed checksum
          [Tue Oct  1 20:03:17 2024] EXT4-fs error: 16 callbacks suppressed
          [Tue Oct  1 20:03:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm setfacl: Directory block failed checksum
          [Tue Oct  1 20:03:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm setfacl: Directory block failed checksum
          [Tue Oct  1 20:03:17 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm setfacl: iget: checksum invalid
          [Tue Oct  1 20:03:17 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163445: comm setfacl: iget: checksum invalid
          [Tue Oct  1 20:03:17 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm setfacl: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 20:03:18 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm setfacl: iget: checksum invalid
          [Tue Oct  1 20:03:18 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm setfacl: iget: checksum invalid
          [Tue Oct  1 20:03:18 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163432: comm setfacl: iget: checksum invalid
          [Tue Oct  1 20:03:18 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163452: comm setfacl: iget: checksum invalid
          [Tue Oct  1 20:03:18 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm setfacl: iget: checksum invalid
          [Tue Oct  1 20:03:18 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm setfacl: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 20:03:18 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm setfacl: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 20:03:18 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm find: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 20:03:18 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm find: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 20:03:23 2024] EXT4-fs error: 28 callbacks suppressed
          [Tue Oct  1 20:03:23 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 20:04:02 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
          [Tue Oct  1 20:04:09 2024] EXT4-fs error: 8 callbacks suppressed
          [Tue Oct  1 20:04:09 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
          [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:21 2024] EXT4-fs error: 69 callbacks suppressed
          [Tue Oct  1 20:04:21 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
          [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:34 2024] EXT4-fs error: 78 callbacks suppressed
          [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
          [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:39 2024] EXT4-fs error: 60 callbacks suppressed
          [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:04:47 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:04:52 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
          [Tue Oct  1 20:04:59 2024] EXT4-fs error: 8 callbacks suppressed
          [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
          [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 20:05:09 2024] EXT4-fs error: 69 callbacks suppressed
          [Tue Oct  1 20:05:09 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:14 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:21 2024] EXT4-fs error: 8 callbacks suppressed
          [Tue Oct  1 20:05:21 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 20:25:36 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm io.admin.0: iget: checksum invalid
          [Tue Oct  1 20:25:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm io.admin.0: checksumming directory block 0
          [Tue Oct  1 20:25:46 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 20:25:46 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
          [Tue Oct  1 20:26:42 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 20:26:42 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
          [Tue Oct  1 20:27:25 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
          [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 20:36:55 2024] EXT4-fs error: 60 callbacks suppressed
          [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm find: Directory block failed checksum
          [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm find: Directory block failed checksum
          [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm find: iget: checksum invalid
          [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm find: iget: checksum invalid
          [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm find: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm find: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm find: iget: checksum invalid
          [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm find: iget: checksum invalid
          [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm find: iget: checksum invalid
          [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm find: iget: checksum invalid
          [Tue Oct  1 20:36:55 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm find: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 20:36:55 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm find: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 20:39:26 2024] EXT4-fs error: 9 callbacks suppressed
          [Tue Oct  1 20:39:26 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
          [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 20:48:58 2024] EXT4-fs error: 60 callbacks suppressed
          [Tue Oct  1 20:48:58 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
          [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
          [Tue Oct  1 21:31:43 2024] EXT4-fs error: 60 callbacks suppressed
          [Tue Oct  1 21:31:43 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm chown: Directory block failed checksum
          [Tue Oct  1 21:31:43 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm chown: Directory block failed checksum
          [Tue Oct  1 21:31:43 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm chown: iget: checksum invalid
          [Tue Oct  1 21:31:43 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163445: comm chown: iget: checksum invalid
          [Tue Oct  1 21:31:43 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm chown: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 21:31:43 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm chown: iget: checksum invalid
          [Tue Oct  1 21:31:44 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm chown: iget: checksum invalid
          [Tue Oct  1 21:31:44 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163432: comm chown: iget: checksum invalid
          [Tue Oct  1 21:31:44 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163452: comm chown: iget: checksum invalid
          [Tue Oct  1 21:31:45 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm chown: iget: checksum invalid
          [Tue Oct  1 21:31:46 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 21:31:46 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 21:31:49 2024] EXT4-fs error: 16 callbacks suppressed
          [Tue Oct  1 21:31:49 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163432: comm chown: iget: checksum invalid
          [Tue Oct  1 21:31:49 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163452: comm chown: iget: checksum invalid
          [Tue Oct  1 21:31:49 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm chown: iget: checksum invalid
          [Tue Oct  1 21:31:49 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm chown: Directory block failed checksum
          [Tue Oct  1 21:31:49 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163416: comm chown: iget: checksum invalid
          [Tue Oct  1 21:31:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163455: comm chown: iget: checksum invalid
          [Tue Oct  1 21:31:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163438: comm chown: iget: checksum invalid
          [Tue Oct  1 21:31:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm chown: iget: checksum invalid
          [Tue Oct  1 21:31:51 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 21:31:51 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #269714: comm chown: Directory block failed checksum
          [Tue Oct  1 21:31:51 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 21:31:51 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #269701: comm chown: Directory block failed checksum
          [Tue Oct  1 21:31:53 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm setfacl: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 21:31:53 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm setfacl: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 21:31:53 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm find: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 21:31:53 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm find: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 21:31:56 2024] EXT4-fs error: 63 callbacks suppressed
          [Tue Oct  1 21:31:56 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm find: Directory block failed checksum
          [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm find: Directory block failed checksum
          [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm find: iget: checksum invalid
          [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm find: iget: checksum invalid
          [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm find: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm find: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm find: iget: checksum invalid
          [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm find: iget: checksum invalid
          [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm find: iget: checksum invalid
          [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm find: iget: checksum invalid
          [Tue Oct  1 21:33:12 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm find: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 21:33:12 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm find: No space for directory leaf checksum. Please run e2fsck -D.
          [Tue Oct  1 21:33:17 2024] EXT4-fs error: 11 callbacks suppressed
          [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276974: comm find: Directory block failed checksum
          [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm find: Directory block failed checksum
          [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm find: Directory block failed checksum
          [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276978: comm find: Directory block failed checksum
          [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276974: comm find: Directory block failed checksum
          [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm find: Directory block failed checksum
          [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276980: comm find: Directory block failed checksum
          [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276976: comm find: Directory block failed checksum
          [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276992: comm find: Directory block failed checksum
          [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276990: comm find: Directory block failed checksum
          [Tue Oct  1 21:34:34 2024] EXT4-fs error: 6 callbacks suppressed
          [Tue Oct  1 21:34:34 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #127562: comm dpkg: iget: bad extra_isize 4650 (inode size 256)
          [Tue Oct  1 21:34:34 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #127566: comm dpkg: iget: bad extra_isize 44999 (inode size 256)
          [Tue Oct  1 21:34:57 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm io.admin.0: iget: checksum invalid
          [Tue Oct  1 21:34:57 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm io.admin.0: checksumming directory block 0
          [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
          [Tue Oct  1 21:35:08 2024] EXT4-fs error: 10 callbacks suppressed
          [Tue Oct  1 21:35:08 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
          [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 21:35:19 2024] EXT4-fs error: 69 callbacks suppressed
          [Tue Oct  1 21:35:19 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
          [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
          [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
          [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
          [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
          [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
          [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
          [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
          [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
          [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
          [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 21:35:30 2024] EXT4-fs error: 60 callbacks suppressed
          [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 21:35:39 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
          [Tue Oct  1 21:35:43 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
          [Tue Oct  1 21:35:50 2024] EXT4-fs error: 8 callbacks suppressed
          [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
          [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
          [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
          [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
          [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
          [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
          [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #5

          @redfrog

          Das Dateisystem ist hin.

          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
          • R redfrog
            Messages concerning ext4 filesystem in dmesg:
            [Tue Oct  1 19:36:03 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=E4:5F:01:F5:F9:88 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=0d44d53a-02 rootfstype=ext4 fsck.repair=yes rootwait
            [Tue Oct  1 19:36:04 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
            [Tue Oct  1 19:36:04 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
            [Tue Oct  1 19:36:06 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
            [Tue Oct  1 19:36:07 2024] EXT4-fs error (device mmcblk0p2): ext4_validate_block_bitmap:390: comm systemd-journal: bg 10: bad block bitmap checksum
            [Tue Oct  1 19:36:07 2024] EXT4-fs error (device mmcblk0p2): ext4_validate_block_bitmap:390: comm systemd-journal: bg 11: bad block bitmap checksum
            [Tue Oct  1 19:36:07 2024] EXT4-fs error (device mmcblk0p2): ext4_validate_block_bitmap:390: comm systemd-journal: bg 12: bad block bitmap checksum
            [Tue Oct  1 19:36:07 2024] EXT4-fs error (device mmcblk0p2): ext4_validate_block_bitmap:390: comm systemd-journal: bg 13: bad block bitmap checksum
            [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm io.admin.0: iget: checksum invalid
            [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 19:36:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 19:36:29 2024] EXT4-fs error: 10 callbacks suppressed
            [Tue Oct  1 19:36:29 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm io.admin.0: iget: checksum invalid
            [Tue Oct  1 19:36:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm io.admin.0: checksumming directory block 0
            [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm node: Directory block failed checksum
            [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm node: iget: checksum invalid
            [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm node: iget: checksum invalid
            [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm node: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm node: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm node: iget: checksum invalid
            [Tue Oct  1 19:36:32 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm node: iget: checksum invalid
            [Tue Oct  1 19:36:33 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm node: iget: checksum invalid
            [Tue Oct  1 19:36:35 2024] EXT4-fs error: 21 callbacks suppressed
            [Tue Oct  1 19:36:35 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
            [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 19:36:45 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 19:36:59 2024] EXT4-fs error: 77 callbacks suppressed
            [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
            [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 19:36:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 19:37:12 2024] EXT4-fs error: 69 callbacks suppressed
            [Tue Oct  1 19:37:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:37:15 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
            [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
            [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
            [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
            [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
            [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
            [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
            [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
            [Tue Oct  1 19:37:19 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
            [Tue Oct  1 19:37:21 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 19:37:28 2024] EXT4-fs error: 1 callbacks suppressed
            [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
            [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 19:37:28 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 19:37:39 2024] EXT4-fs error: 69 callbacks suppressed
            [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:37:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:37:43 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
            [Tue Oct  1 19:37:50 2024] EXT4-fs error: 8 callbacks suppressed
            [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
            [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 19:37:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 19:38:01 2024] EXT4-fs error: 69 callbacks suppressed
            [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:38:01 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:38:06 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:38:12 2024] EXT4-fs error: 8 callbacks suppressed
            [Tue Oct  1 19:38:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:38:13 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 19:38:21 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 19:38:21 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
            [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
            [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 19:40:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 19:41:28 2024] EXT4-fs error: 60 callbacks suppressed
            [Tue Oct  1 19:41:28 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
            [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 19:41:35 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 19:47:12 2024] EXT4-fs error: 59 callbacks suppressed
            [Tue Oct  1 19:47:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 19:47:12 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
            [Tue Oct  1 19:47:20 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 19:47:20 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
            [Tue Oct  1 19:47:54 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
            [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 19:48:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 19:49:06 2024] EXT4-fs error: 59 callbacks suppressed
            [Tue Oct  1 19:49:06 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
            [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 19:49:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 19:56:42 2024] EXT4-fs error: 59 callbacks suppressed
            [Tue Oct  1 19:56:42 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 19:56:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:56:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:56:51 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 19:56:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 19:56:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 19:56:52 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 19:56:52 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 19:56:52 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 19:56:52 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 19:56:52 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 20:03:01 2024] EXT4-fs error: 59 callbacks suppressed
            [Tue Oct  1 20:03:01 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm chown: Directory block failed checksum
            [Tue Oct  1 20:03:02 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm chown: Directory block failed checksum
            [Tue Oct  1 20:03:03 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm chown: iget: checksum invalid
            [Tue Oct  1 20:03:03 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163445: comm chown: iget: checksum invalid
            [Tue Oct  1 20:03:03 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm chown: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 20:03:03 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm chown: iget: checksum invalid
            [Tue Oct  1 20:03:03 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm chown: iget: checksum invalid
            [Tue Oct  1 20:03:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163432: comm chown: iget: checksum invalid
            [Tue Oct  1 20:03:04 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163452: comm chown: iget: checksum invalid
            [Tue Oct  1 20:03:05 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm chown: iget: checksum invalid
            [Tue Oct  1 20:03:06 2024] EXT4-fs error: 2 callbacks suppressed
            [Tue Oct  1 20:03:06 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163455: comm chown: iget: checksum invalid
            [Tue Oct  1 20:03:06 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163438: comm chown: iget: checksum invalid
            [Tue Oct  1 20:03:06 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm chown: iget: checksum invalid
            [Tue Oct  1 20:03:06 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 20:03:06 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #269714: comm chown: Directory block failed checksum
            [Tue Oct  1 20:03:07 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 20:03:07 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #269701: comm chown: Directory block failed checksum
            [Tue Oct  1 20:03:08 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163453: comm chown: iget: checksum invalid
            [Tue Oct  1 20:03:08 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163433: comm chown: iget: bad extra_isize 160 (inode size 256)
            [Tue Oct  1 20:03:08 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm chown: Directory block failed checksum
            [Tue Oct  1 20:03:09 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm chown: Directory block failed checksum
            [Tue Oct  1 20:03:09 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm chown: iget: checksum invalid
            [Tue Oct  1 20:03:11 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 20:03:11 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 20:03:11 2024] EXT4-fs error: 13 callbacks suppressed
            [Tue Oct  1 20:03:11 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #269701: comm chown: Directory block failed checksum
            [Tue Oct  1 20:03:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163453: comm chown: iget: checksum invalid
            [Tue Oct  1 20:03:11 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163433: comm chown: iget: bad extra_isize 160 (inode size 256)
            [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163437: comm chown: iget: checksum invalid
            [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276974: comm chown: Directory block failed checksum
            [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163429: comm chown: iget: checksum invalid
            [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm chown: Directory block failed checksum
            [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm chown: Directory block failed checksum
            [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276978: comm chown: Directory block failed checksum
            [Tue Oct  1 20:03:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276974: comm chown: Directory block failed checksum
            [Tue Oct  1 20:03:17 2024] EXT4-fs error: 16 callbacks suppressed
            [Tue Oct  1 20:03:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm setfacl: Directory block failed checksum
            [Tue Oct  1 20:03:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm setfacl: Directory block failed checksum
            [Tue Oct  1 20:03:17 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm setfacl: iget: checksum invalid
            [Tue Oct  1 20:03:17 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163445: comm setfacl: iget: checksum invalid
            [Tue Oct  1 20:03:17 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm setfacl: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 20:03:18 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm setfacl: iget: checksum invalid
            [Tue Oct  1 20:03:18 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm setfacl: iget: checksum invalid
            [Tue Oct  1 20:03:18 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163432: comm setfacl: iget: checksum invalid
            [Tue Oct  1 20:03:18 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163452: comm setfacl: iget: checksum invalid
            [Tue Oct  1 20:03:18 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm setfacl: iget: checksum invalid
            [Tue Oct  1 20:03:18 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm setfacl: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 20:03:18 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm setfacl: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 20:03:18 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm find: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 20:03:18 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm find: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 20:03:23 2024] EXT4-fs error: 28 callbacks suppressed
            [Tue Oct  1 20:03:23 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 20:04:01 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 20:04:02 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
            [Tue Oct  1 20:04:09 2024] EXT4-fs error: 8 callbacks suppressed
            [Tue Oct  1 20:04:09 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
            [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:21 2024] EXT4-fs error: 69 callbacks suppressed
            [Tue Oct  1 20:04:21 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
            [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:34 2024] EXT4-fs error: 78 callbacks suppressed
            [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
            [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:34 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:39 2024] EXT4-fs error: 60 callbacks suppressed
            [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:04:39 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:04:47 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:04:48 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:04:52 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
            [Tue Oct  1 20:04:59 2024] EXT4-fs error: 8 callbacks suppressed
            [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
            [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 20:04:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 20:05:09 2024] EXT4-fs error: 69 callbacks suppressed
            [Tue Oct  1 20:05:09 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:10 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:14 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:21 2024] EXT4-fs error: 8 callbacks suppressed
            [Tue Oct  1 20:05:21 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:29 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:05:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 20:25:36 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm io.admin.0: iget: checksum invalid
            [Tue Oct  1 20:25:36 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm io.admin.0: checksumming directory block 0
            [Tue Oct  1 20:25:46 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 20:25:46 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
            [Tue Oct  1 20:26:42 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 20:26:42 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
            [Tue Oct  1 20:27:25 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
            [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 20:27:26 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 20:36:55 2024] EXT4-fs error: 60 callbacks suppressed
            [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm find: Directory block failed checksum
            [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm find: Directory block failed checksum
            [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm find: iget: checksum invalid
            [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm find: iget: checksum invalid
            [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm find: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm find: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm find: iget: checksum invalid
            [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm find: iget: checksum invalid
            [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm find: iget: checksum invalid
            [Tue Oct  1 20:36:55 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm find: iget: checksum invalid
            [Tue Oct  1 20:36:55 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm find: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 20:36:55 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm find: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 20:39:26 2024] EXT4-fs error: 9 callbacks suppressed
            [Tue Oct  1 20:39:26 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
            [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 20:39:27 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 20:48:58 2024] EXT4-fs error: 60 callbacks suppressed
            [Tue Oct  1 20:48:58 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
            [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 20:48:59 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm npm: iget: checksum invalid
            [Tue Oct  1 21:31:43 2024] EXT4-fs error: 60 callbacks suppressed
            [Tue Oct  1 21:31:43 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm chown: Directory block failed checksum
            [Tue Oct  1 21:31:43 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm chown: Directory block failed checksum
            [Tue Oct  1 21:31:43 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm chown: iget: checksum invalid
            [Tue Oct  1 21:31:43 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163445: comm chown: iget: checksum invalid
            [Tue Oct  1 21:31:43 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm chown: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 21:31:43 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm chown: iget: checksum invalid
            [Tue Oct  1 21:31:44 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm chown: iget: checksum invalid
            [Tue Oct  1 21:31:44 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163432: comm chown: iget: checksum invalid
            [Tue Oct  1 21:31:44 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163452: comm chown: iget: checksum invalid
            [Tue Oct  1 21:31:45 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm chown: iget: checksum invalid
            [Tue Oct  1 21:31:46 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 21:31:46 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 21:31:49 2024] EXT4-fs error: 16 callbacks suppressed
            [Tue Oct  1 21:31:49 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163432: comm chown: iget: checksum invalid
            [Tue Oct  1 21:31:49 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163452: comm chown: iget: checksum invalid
            [Tue Oct  1 21:31:49 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm chown: iget: checksum invalid
            [Tue Oct  1 21:31:49 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm chown: Directory block failed checksum
            [Tue Oct  1 21:31:49 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163416: comm chown: iget: checksum invalid
            [Tue Oct  1 21:31:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163455: comm chown: iget: checksum invalid
            [Tue Oct  1 21:31:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163438: comm chown: iget: checksum invalid
            [Tue Oct  1 21:31:51 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm chown: iget: checksum invalid
            [Tue Oct  1 21:31:51 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 21:31:51 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #269714: comm chown: Directory block failed checksum
            [Tue Oct  1 21:31:51 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm chown: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 21:31:51 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #269701: comm chown: Directory block failed checksum
            [Tue Oct  1 21:31:53 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm setfacl: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 21:31:53 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm setfacl: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 21:31:53 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm find: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 21:31:53 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm find: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 21:31:56 2024] EXT4-fs error: 63 callbacks suppressed
            [Tue Oct  1 21:31:56 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm find: Directory block failed checksum
            [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm find: Directory block failed checksum
            [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm find: iget: checksum invalid
            [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm find: iget: checksum invalid
            [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm find: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm find: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm find: iget: checksum invalid
            [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm find: iget: checksum invalid
            [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm find: iget: checksum invalid
            [Tue Oct  1 21:33:12 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163411: comm find: iget: checksum invalid
            [Tue Oct  1 21:33:12 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269714: comm find: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 21:33:12 2024] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #269701: comm find: No space for directory leaf checksum. Please run e2fsck -D.
            [Tue Oct  1 21:33:17 2024] EXT4-fs error: 11 callbacks suppressed
            [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276974: comm find: Directory block failed checksum
            [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm find: Directory block failed checksum
            [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276982: comm find: Directory block failed checksum
            [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276978: comm find: Directory block failed checksum
            [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276974: comm find: Directory block failed checksum
            [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276984: comm find: Directory block failed checksum
            [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276980: comm find: Directory block failed checksum
            [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276976: comm find: Directory block failed checksum
            [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276992: comm find: Directory block failed checksum
            [Tue Oct  1 21:33:17 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276990: comm find: Directory block failed checksum
            [Tue Oct  1 21:34:34 2024] EXT4-fs error: 6 callbacks suppressed
            [Tue Oct  1 21:34:34 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #127562: comm dpkg: iget: bad extra_isize 4650 (inode size 256)
            [Tue Oct  1 21:34:34 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #127566: comm dpkg: iget: bad extra_isize 44999 (inode size 256)
            [Tue Oct  1 21:34:57 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm io.admin.0: iget: checksum invalid
            [Tue Oct  1 21:34:57 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm io.admin.0: checksumming directory block 0
            [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 21:34:58 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm iobroker.js-con: iget: checksum invalid
            [Tue Oct  1 21:35:08 2024] EXT4-fs error: 10 callbacks suppressed
            [Tue Oct  1 21:35:08 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
            [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 21:35:09 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 21:35:19 2024] EXT4-fs error: 69 callbacks suppressed
            [Tue Oct  1 21:35:19 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
            [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
            [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
            [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
            [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
            [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
            [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
            [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
            [Tue Oct  1 21:35:22 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm iobroker.js-con: checksumming directory block 0
            [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
            [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 21:35:25 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 21:35:30 2024] EXT4-fs error: 60 callbacks suppressed
            [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 21:35:30 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 21:35:39 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 21:35:40 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm node: checksumming directory block 0
            [Tue Oct  1 21:35:43 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163414: comm node: iget: checksum invalid
            [Tue Oct  1 21:35:50 2024] EXT4-fs error: 8 callbacks suppressed
            [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): htree_dirblock_to_tree:1072: inode #276986: comm npm: Directory block failed checksum
            [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276986: comm npm: checksumming directory block 0
            [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163413: comm npm: iget: checksum invalid
            [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163417: comm npm: iget: bad extra_isize 8224 (inode size 256)
            [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163409: comm npm: iget: checksum invalid
            [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): ext4_lookup:1835: inode #163410: comm npm: iget: checksum invalid
            [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            [Tue Oct  1 21:35:50 2024] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1675: inode #276984: comm npm: checksumming directory block 0
            
            R Offline
            R Offline
            redfrog
            schrieb am zuletzt editiert von
            #6
            Show mounted filesystems:
            TARGET  SOURCE         FSTYPE OPTIONS
            /       /dev/mmcblk0p2 ext4   rw,noatime,commit=600
            `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
            
            Files in neuralgic directories:
            
            /var:
            du: cannot access '/var/lib/dpkg/info/raspberrypi-kernel.prerm': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/tzdata.postrm': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/libcurl4:arm64.symbols': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/raspberrypi-kernel.conffiles': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/raspberrypi-kernel.postinst': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/libcamera0:arm64.md5sums': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/libcamera0:arm64.triggers': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/tzdata.postinst': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/tzdata.templates': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/raspberrypi-kernel.preinst': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/libcamera0:arm64.shlibs': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/curl.md5sums': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/raspberrypi-kernel.postrm': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/libcurl4:arm64.md5sums': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/tzdata.md5sums': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/libcurl4:arm64.shlibs': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/raspberrypi-sys-mods.conffiles': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/tzdata.config': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/libcurl4:arm64.triggers': Structure needs cleaning
            du: cannot access '/var/lib/dpkg/info/raspberrypi-kernel.md5sums': Structure needs cleaning
            561M    /var/
            182M    /var/cache
            177M    /var/cache/apt
            148M    /var/lib
            131M    /var/log
            
            Archived and active journals take up 128.0M in the file system.
            
            /opt/iobroker/backups:
            33M     /opt/iobroker/backups/
            
            /opt/iobroker/iobroker-data:
            112K    /opt/iobroker/iobroker-data/node-red
            12K     /opt/iobroker/iobroker-data/sayit
            8.0K    /opt/iobroker/iobroker-data/node-red/lib
            4.0K    /opt/iobroker/iobroker-data/node-red/node_modules
            4.0K    /opt/iobroker/iobroker-data/node-red/lib/flows
            
            The five largest files in iobroker-data are:
            19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.904d455f.js.map
            8.1M    /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.904d455f.js
            7.3M    /opt/iobroker/iobroker-data/objects.jsonl
            6.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.de0231c9.chunk.js.map
            6.3M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.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         v18.16.0
            /usr/bin/node           v18.16.0
            /usr/bin/npm            9.5.1
            /usr/bin/npx            9.5.1
            /usr/bin/corepack       0.17.0
            
            
            nodejs:
              Installed: 18.16.0-deb-1nodesource1
              Candidate: 20.17.0-1nodesource1
              Version table:
                 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.16.0-deb-1nodesource1 100
                    100 /var/lib/dpkg/status
                 12.22.12~dfsg-1~deb11u5 500
                    500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                 12.22.12~dfsg-1~deb11u4 500
                    500 http://deb.debian.org/debian bullseye/main arm64 Packages
            
            find: '/opt/iobroker/node_modules/iobroker.meross': Bad message
            find: '/opt/iobroker/node_modules/meross-cloud': Bad message
            find: '/opt/iobroker/node_modules/@types/caseless': Bad message
            find: '/opt/iobroker/node_modules/@types/request': Structure needs cleaning
            find: '/opt/iobroker/node_modules/define-properties': Bad message
            find: '/opt/iobroker/node_modules/object-keys': Bad message
            find: '/opt/iobroker/node_modules/has-property-descriptors': Bad message
            find: '/opt/iobroker/node_modules/@sentry-internal': Bad message
            find: '/opt/iobroker/node_modules/virtual-tsc': Bad message
            find: '/opt/iobroker/node_modules/iobroker.javascript': Bad message
            find: '/opt/iobroker/node_modules/jquery/dist': Bad message
            find: '/opt/iobroker/node_modules/bson/lib/parser': Bad message
            Temp directories causing npm8 problem: 0
            No problems detected
            
            Errors in npm tree:
            
            *** ioBroker-Installation ***
            
            ioBroker Status
            iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Core adapters versions
            js-controller:  4.0.24
            admin:          6.3.5
            javascript:     "javascript" not found
            
            nodejs modules from github:     0
            
            Adapter State
            + system.adapter.admin.0                  : admin                 : rasppi                                   -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              system.adapter.backitup.0               : backitup              : rasppi                                   -  enabled
              system.adapter.discovery.0              : discovery             : rasppi                                   -  enabled
              system.adapter.hue.0                    : hue                   : rasppi                                   -  enabled, port: 443
              system.adapter.iot.0                    : iot                   : rasppi                                   - disabled
              system.adapter.javascript.0             : javascript            : rasppi                                   -  enabled
              system.adapter.meross.0                 : meross                : rasppi                                   -  enabled
              system.adapter.mqtt.0                   : mqtt                  : rasppi                                   -  enabled, port: 1883, bind: 0.0.0.0
            + system.adapter.pushover.0               : pushover              : rasppi                                   -  enabled
            + system.adapter.rpi2.0                   : rpi2                  : rasppi                                   -  enabled
            + system.adapter.shelly.0                 : shelly                : rasppi                                   -  enabled, port: 1882, bind: 0.0.0.0
              system.adapter.smartgarden.0            : smartgarden           : rasppi                                   -  enabled
            
            + instance is alive
            
            Enabled adapters with bindings
            + system.adapter.admin.0                  : admin                 : rasppi                                   -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              system.adapter.hue.0                    : hue                   : rasppi                                   -  enabled, port: 443
              system.adapter.mqtt.0                   : mqtt                  : rasppi                                   -  enabled, port: 1883, bind: 0.0.0.0
            + system.adapter.shelly.0                 : shelly                : rasppi                                   -  enabled, port: 1882, bind: 0.0.0.0
            
            ioBroker-Repositories
            stable        : http://download.iobroker.net/sources-dist.json
            beta          : http://download.iobroker.net/sources-dist-latest.json
            
            Active repo(s): stable
            
            Installed ioBroker-Instances
            Used repository: stable
            Adapter    "admin"        : 7.1.5    , installed 6.3.5  [Updatable]
            Adapter    "backitup"     : 3.0.22   , installed 2.6.19 [Updatable]
            Adapter    "discovery"    : 5.0.0    , installed 3.1.0  [Updatable]
            Adapter    "hue"          : 3.12.0   , installed 3.7.1  [Updatable]
            Adapter    "iot"          : 3.3.0    , installed 1.14.2 [Updatable]
            Controller "js-controller": 6.0.11   , installed 4.0.24 [Updatable]
            Adapter    "mqtt"         : 5.2.0    , installed 4.0.7  [Updatable]
            Adapter    "node-red"     : 5.2.1    , installed 4.0.0  [Updatable]
            Adapter    "pushover"     : 4.1.0    , installed 3.0.3  [Updatable]
            Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
            Adapter    "shelly"       : 7.0.0    , installed 6.3.1  [Updatable]
            Adapter    "smartgarden"  : 2.0.1    , installed 2.0.0  [Updatable]
            
            Objects and States
            Please stand by - This may take a while
            Objects:        2309
            States:         1847
            
            *** OS-Repositories and Updates ***
            Hit:1 http://deb.debian.org/debian bullseye InRelease
            Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
            Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
            Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
            Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
            Reading package lists...
            E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
            Pending Updates:
            
            *** 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          14724      545/sshd: /usr/sbin
            tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      110        13616      527/mosquitto
            tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       111665     10743/io.shelly.0
            tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       109178     10615/iobroker.js-c
            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       110837     10615/iobroker.js-c
            tcp6       0      0 :::22                   :::*                    LISTEN      0          14726      545/sshd: /usr/sbin
            tcp6       0      0 :::1883                 :::*                    LISTEN      110        13617      527/mosquitto
            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       109236     10633/io.admin.0
            udp        0      0 0.0.0.0:39632           0.0.0.0:*                           108        11772      396/avahi-daemon: r
            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          1999       695/dhcpcd
            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        11770      396/avahi-daemon: r
            udp6       0      0 :::37520                :::*                                108        11773      396/avahi-daemon: r
            udp6       0      0 :::5353                 :::*                                108        11771      396/avahi-daemon: r
            
            *** Log File - Last 25 Lines ***
            
            2024-10-01 21:35:53.554  - info: host.rasppi iobroker install meross@1.14.0 using installedFrom
            2024-10-01 21:35:57.624  - info: host.rasppi iobroker npm-install: NPM version: 9.5.1
            2024-10-01 21:35:57.627  - info: host.rasppi iobroker npm-install: Installing iobroker.meross@1.14.0... (System call)
            2024-10-01 21:36:04.207  - error: host.rasppi iobroker npm-install: host.rasppi Cannot install iobroker.meross@1.14.0: 1
            2024-10-01 21:36:05.242  - info: host.rasppi iobroker npm-install: exit 25
            2024-10-01 21:36:06.246  - warn: host.rasppi startInstance cannot find adapter "javascript@6.1.4". Try to install it... 4 attempt
            2024-10-01 21:36:06.247  - info: host.rasppi iobroker install javascript@6.1.4 using installedVersion
            2024-10-01 21:36:10.315  - info: host.rasppi iobroker npm-install: NPM version: 9.5.1
            2024-10-01 21:36:10.318  - info: host.rasppi iobroker npm-install: Installing iobroker.javascript@6.1.4... (System call)
            2024-10-01 21:36:16.248  - error: host.rasppi iobroker npm-install: host.rasppi Cannot install iobroker.javascript@6.1.4: 182
            2024-10-01 21:36:17.285  - info: host.rasppi iobroker npm-install: exit 25
            2024-10-01 21:36:18.287  - warn: host.rasppi startInstance cannot find adapter "meross@1.14.0". Try to install it... 3 attempt
            2024-10-01 21:36:18.288  - info: host.rasppi iobroker install meross@1.14.0 using installedVersion
            2024-10-01 21:36:22.505  - info: host.rasppi iobroker npm-install: NPM version: 9.5.1
            2024-10-01 21:36:22.507  - info: host.rasppi iobroker npm-install: Installing iobroker.meross@1.14.0... (System call)
            2024-10-01 21:36:28.014  - error: host.rasppi iobroker npm-install: host.rasppi Cannot install iobroker.meross@1.14.0: 1
            2024-10-01 21:36:29.050  - info: host.rasppi iobroker npm-install: exit 25
            2024-10-01 21:36:30.051  - error: host.rasppi Cannot download and install adapter "javascript@6.1.4". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
            2024-10-01 21:36:30.552  - warn: host.rasppi startInstance cannot find adapter "meross@1.14.0". Try to install it... 4 attempt
            2024-10-01 21:36:30.553  - info: host.rasppi iobroker install meross@1.14.0 using installedVersion
            2024-10-01 21:36:34.804  - info: host.rasppi iobroker npm-install: NPM version: 9.5.1
            2024-10-01 21:36:34.808  - info: host.rasppi iobroker npm-install: Installing iobroker.meross@1.14.0... (System call)
            2024-10-01 21:36:41.326  - error: host.rasppi iobroker npm-install: host.rasppi Cannot install iobroker.meross@1.14.0: 1
            2024-10-01 21:36:42.375  - info: host.rasppi iobroker npm-install: exit 25
            2024-10-01 21:36:43.377  - error: host.rasppi Cannot download and install adapter "meross@1.14.0". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • R redfrog
              Show mounted filesystems:
              TARGET  SOURCE         FSTYPE OPTIONS
              /       /dev/mmcblk0p2 ext4   rw,noatime,commit=600
              `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
              
              Files in neuralgic directories:
              
              /var:
              du: cannot access '/var/lib/dpkg/info/raspberrypi-kernel.prerm': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/tzdata.postrm': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/libcurl4:arm64.symbols': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/raspberrypi-kernel.conffiles': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/raspberrypi-kernel.postinst': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/libcamera0:arm64.md5sums': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/libcamera0:arm64.triggers': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/tzdata.postinst': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/tzdata.templates': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/raspberrypi-kernel.preinst': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/libcamera0:arm64.shlibs': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/curl.md5sums': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/raspberrypi-kernel.postrm': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/libcurl4:arm64.md5sums': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/tzdata.md5sums': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/libcurl4:arm64.shlibs': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/raspberrypi-sys-mods.conffiles': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/tzdata.config': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/libcurl4:arm64.triggers': Structure needs cleaning
              du: cannot access '/var/lib/dpkg/info/raspberrypi-kernel.md5sums': Structure needs cleaning
              561M    /var/
              182M    /var/cache
              177M    /var/cache/apt
              148M    /var/lib
              131M    /var/log
              
              Archived and active journals take up 128.0M in the file system.
              
              /opt/iobroker/backups:
              33M     /opt/iobroker/backups/
              
              /opt/iobroker/iobroker-data:
              112K    /opt/iobroker/iobroker-data/node-red
              12K     /opt/iobroker/iobroker-data/sayit
              8.0K    /opt/iobroker/iobroker-data/node-red/lib
              4.0K    /opt/iobroker/iobroker-data/node-red/node_modules
              4.0K    /opt/iobroker/iobroker-data/node-red/lib/flows
              
              The five largest files in iobroker-data are:
              19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.904d455f.js.map
              8.1M    /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.904d455f.js
              7.3M    /opt/iobroker/iobroker-data/objects.jsonl
              6.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.de0231c9.chunk.js.map
              6.3M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.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         v18.16.0
              /usr/bin/node           v18.16.0
              /usr/bin/npm            9.5.1
              /usr/bin/npx            9.5.1
              /usr/bin/corepack       0.17.0
              
              
              nodejs:
                Installed: 18.16.0-deb-1nodesource1
                Candidate: 20.17.0-1nodesource1
                Version table:
                   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.16.0-deb-1nodesource1 100
                      100 /var/lib/dpkg/status
                   12.22.12~dfsg-1~deb11u5 500
                      500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                   12.22.12~dfsg-1~deb11u4 500
                      500 http://deb.debian.org/debian bullseye/main arm64 Packages
              
              find: '/opt/iobroker/node_modules/iobroker.meross': Bad message
              find: '/opt/iobroker/node_modules/meross-cloud': Bad message
              find: '/opt/iobroker/node_modules/@types/caseless': Bad message
              find: '/opt/iobroker/node_modules/@types/request': Structure needs cleaning
              find: '/opt/iobroker/node_modules/define-properties': Bad message
              find: '/opt/iobroker/node_modules/object-keys': Bad message
              find: '/opt/iobroker/node_modules/has-property-descriptors': Bad message
              find: '/opt/iobroker/node_modules/@sentry-internal': Bad message
              find: '/opt/iobroker/node_modules/virtual-tsc': Bad message
              find: '/opt/iobroker/node_modules/iobroker.javascript': Bad message
              find: '/opt/iobroker/node_modules/jquery/dist': Bad message
              find: '/opt/iobroker/node_modules/bson/lib/parser': Bad message
              Temp directories causing npm8 problem: 0
              No problems detected
              
              Errors in npm tree:
              
              *** ioBroker-Installation ***
              
              ioBroker Status
              iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              Core adapters versions
              js-controller:  4.0.24
              admin:          6.3.5
              javascript:     "javascript" not found
              
              nodejs modules from github:     0
              
              Adapter State
              + system.adapter.admin.0                  : admin                 : rasppi                                   -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                system.adapter.backitup.0               : backitup              : rasppi                                   -  enabled
                system.adapter.discovery.0              : discovery             : rasppi                                   -  enabled
                system.adapter.hue.0                    : hue                   : rasppi                                   -  enabled, port: 443
                system.adapter.iot.0                    : iot                   : rasppi                                   - disabled
                system.adapter.javascript.0             : javascript            : rasppi                                   -  enabled
                system.adapter.meross.0                 : meross                : rasppi                                   -  enabled
                system.adapter.mqtt.0                   : mqtt                  : rasppi                                   -  enabled, port: 1883, bind: 0.0.0.0
              + system.adapter.pushover.0               : pushover              : rasppi                                   -  enabled
              + system.adapter.rpi2.0                   : rpi2                  : rasppi                                   -  enabled
              + system.adapter.shelly.0                 : shelly                : rasppi                                   -  enabled, port: 1882, bind: 0.0.0.0
                system.adapter.smartgarden.0            : smartgarden           : rasppi                                   -  enabled
              
              + instance is alive
              
              Enabled adapters with bindings
              + system.adapter.admin.0                  : admin                 : rasppi                                   -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                system.adapter.hue.0                    : hue                   : rasppi                                   -  enabled, port: 443
                system.adapter.mqtt.0                   : mqtt                  : rasppi                                   -  enabled, port: 1883, bind: 0.0.0.0
              + system.adapter.shelly.0                 : shelly                : rasppi                                   -  enabled, port: 1882, bind: 0.0.0.0
              
              ioBroker-Repositories
              stable        : http://download.iobroker.net/sources-dist.json
              beta          : http://download.iobroker.net/sources-dist-latest.json
              
              Active repo(s): stable
              
              Installed ioBroker-Instances
              Used repository: stable
              Adapter    "admin"        : 7.1.5    , installed 6.3.5  [Updatable]
              Adapter    "backitup"     : 3.0.22   , installed 2.6.19 [Updatable]
              Adapter    "discovery"    : 5.0.0    , installed 3.1.0  [Updatable]
              Adapter    "hue"          : 3.12.0   , installed 3.7.1  [Updatable]
              Adapter    "iot"          : 3.3.0    , installed 1.14.2 [Updatable]
              Controller "js-controller": 6.0.11   , installed 4.0.24 [Updatable]
              Adapter    "mqtt"         : 5.2.0    , installed 4.0.7  [Updatable]
              Adapter    "node-red"     : 5.2.1    , installed 4.0.0  [Updatable]
              Adapter    "pushover"     : 4.1.0    , installed 3.0.3  [Updatable]
              Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
              Adapter    "shelly"       : 7.0.0    , installed 6.3.1  [Updatable]
              Adapter    "smartgarden"  : 2.0.1    , installed 2.0.0  [Updatable]
              
              Objects and States
              Please stand by - This may take a while
              Objects:        2309
              States:         1847
              
              *** OS-Repositories and Updates ***
              Hit:1 http://deb.debian.org/debian bullseye InRelease
              Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
              Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
              Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
              Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
              Reading package lists...
              E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
              Pending Updates:
              
              *** 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          14724      545/sshd: /usr/sbin
              tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      110        13616      527/mosquitto
              tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       111665     10743/io.shelly.0
              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       109178     10615/iobroker.js-c
              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       110837     10615/iobroker.js-c
              tcp6       0      0 :::22                   :::*                    LISTEN      0          14726      545/sshd: /usr/sbin
              tcp6       0      0 :::1883                 :::*                    LISTEN      110        13617      527/mosquitto
              tcp6       0      0 :::8081                 :::*                    LISTEN      1001       109236     10633/io.admin.0
              udp        0      0 0.0.0.0:39632           0.0.0.0:*                           108        11772      396/avahi-daemon: r
              udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          1999       695/dhcpcd
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        11770      396/avahi-daemon: r
              udp6       0      0 :::37520                :::*                                108        11773      396/avahi-daemon: r
              udp6       0      0 :::5353                 :::*                                108        11771      396/avahi-daemon: r
              
              *** Log File - Last 25 Lines ***
              
              2024-10-01 21:35:53.554  - info: host.rasppi iobroker install meross@1.14.0 using installedFrom
              2024-10-01 21:35:57.624  - info: host.rasppi iobroker npm-install: NPM version: 9.5.1
              2024-10-01 21:35:57.627  - info: host.rasppi iobroker npm-install: Installing iobroker.meross@1.14.0... (System call)
              2024-10-01 21:36:04.207  - error: host.rasppi iobroker npm-install: host.rasppi Cannot install iobroker.meross@1.14.0: 1
              2024-10-01 21:36:05.242  - info: host.rasppi iobroker npm-install: exit 25
              2024-10-01 21:36:06.246  - warn: host.rasppi startInstance cannot find adapter "javascript@6.1.4". Try to install it... 4 attempt
              2024-10-01 21:36:06.247  - info: host.rasppi iobroker install javascript@6.1.4 using installedVersion
              2024-10-01 21:36:10.315  - info: host.rasppi iobroker npm-install: NPM version: 9.5.1
              2024-10-01 21:36:10.318  - info: host.rasppi iobroker npm-install: Installing iobroker.javascript@6.1.4... (System call)
              2024-10-01 21:36:16.248  - error: host.rasppi iobroker npm-install: host.rasppi Cannot install iobroker.javascript@6.1.4: 182
              2024-10-01 21:36:17.285  - info: host.rasppi iobroker npm-install: exit 25
              2024-10-01 21:36:18.287  - warn: host.rasppi startInstance cannot find adapter "meross@1.14.0". Try to install it... 3 attempt
              2024-10-01 21:36:18.288  - info: host.rasppi iobroker install meross@1.14.0 using installedVersion
              2024-10-01 21:36:22.505  - info: host.rasppi iobroker npm-install: NPM version: 9.5.1
              2024-10-01 21:36:22.507  - info: host.rasppi iobroker npm-install: Installing iobroker.meross@1.14.0... (System call)
              2024-10-01 21:36:28.014  - error: host.rasppi iobroker npm-install: host.rasppi Cannot install iobroker.meross@1.14.0: 1
              2024-10-01 21:36:29.050  - info: host.rasppi iobroker npm-install: exit 25
              2024-10-01 21:36:30.051  - error: host.rasppi Cannot download and install adapter "javascript@6.1.4". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
              2024-10-01 21:36:30.552  - warn: host.rasppi startInstance cannot find adapter "meross@1.14.0". Try to install it... 4 attempt
              2024-10-01 21:36:30.553  - info: host.rasppi iobroker install meross@1.14.0 using installedVersion
              2024-10-01 21:36:34.804  - info: host.rasppi iobroker npm-install: NPM version: 9.5.1
              2024-10-01 21:36:34.808  - info: host.rasppi iobroker npm-install: Installing iobroker.meross@1.14.0... (System call)
              2024-10-01 21:36:41.326  - error: host.rasppi iobroker npm-install: host.rasppi Cannot install iobroker.meross@1.14.0: 1
              2024-10-01 21:36:42.375  - info: host.rasppi iobroker npm-install: exit 25
              2024-10-01 21:36:43.377  - error: host.rasppi Cannot download and install adapter "meross@1.14.0". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #7

              @redfrog

              Zu dem maroden Dateisystem kommt dann noch ein versumpfter ioBroker hinzu.

              js-controller: 4.0.24

              Wie lange ist bitte schon js-contoller@6 aktuell?

              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

              R 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @redfrog

                Zu dem maroden Dateisystem kommt dann noch ein versumpfter ioBroker hinzu.

                js-controller: 4.0.24

                Wie lange ist bitte schon js-contoller@6 aktuell?

                R Offline
                R Offline
                redfrog
                schrieb am zuletzt editiert von
                #8

                @thomas-braun

                Ich bin Windows-Nutzer und bin es gewohnt, dass sich alles automatisch aktuell hält... Wenn wenigstens ein Newsletter kommen würde "Achtung, du musst updaten"...

                Ich verstehe nicht warum das System hin ist. Das ist ein Klon von einer definitiv funktionierenden Installation.

                Ich habe noch eine Backitup Sicherung.

                Kann ich das System neu aufsetzen, iobroker in der aktuellsten Variante installieren und dann die alte Sicherung übernehmen?

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • R redfrog

                  @thomas-braun

                  Ich bin Windows-Nutzer und bin es gewohnt, dass sich alles automatisch aktuell hält... Wenn wenigstens ein Newsletter kommen würde "Achtung, du musst updaten"...

                  Ich verstehe nicht warum das System hin ist. Das ist ein Klon von einer definitiv funktionierenden Installation.

                  Ich habe noch eine Backitup Sicherung.

                  Kann ich das System neu aufsetzen, iobroker in der aktuellsten Variante installieren und dann die alte Sicherung übernehmen?

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

                  @redfrog sagte in Update sämtlicher Adapter schlägt fehl:

                  Wenn wenigstens ein Newsletter kommen würde "Achtung, du musst updaten"...

                  Die Meldungen kommen mittlerweile in aktuellen Admin/js-controllern. Sogar für das OS, nicht nur für die ioBroker-Dinge.

                  Ich verstehe nicht warum das System hin ist. Das ist ein Klon von einer definitiv funktionierenden Installation.

                  Ich würde sagen, die SD-Card ist hin.

                  Kann ich das System neu aufsetzen, iobroker in der aktuellsten Variante installieren und dann die alte Sicherung übernehmen?

                  Nein, die alte Sicherung kommt mit dem aktuellen js-controller nicht klar. Und auch deswegen hält man seine Kisten auf einem aktuellen Stand.

                  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

                  mcm1957M 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @redfrog sagte in Update sämtlicher Adapter schlägt fehl:

                    Wenn wenigstens ein Newsletter kommen würde "Achtung, du musst updaten"...

                    Die Meldungen kommen mittlerweile in aktuellen Admin/js-controllern. Sogar für das OS, nicht nur für die ioBroker-Dinge.

                    Ich verstehe nicht warum das System hin ist. Das ist ein Klon von einer definitiv funktionierenden Installation.

                    Ich würde sagen, die SD-Card ist hin.

                    Kann ich das System neu aufsetzen, iobroker in der aktuellsten Variante installieren und dann die alte Sicherung übernehmen?

                    Nein, die alte Sicherung kommt mit dem aktuellen js-controller nicht klar. Und auch deswegen hält man seine Kisten auf einem aktuellen Stand.

                    mcm1957M Online
                    mcm1957M Online
                    mcm1957
                    schrieb am zuletzt editiert von
                    #10

                    @thomas-braun said in Update sämtlicher Adapter schlägt fehl:

                    Nein, die alte Sicherung kommt mit dem aktuellen js-controller nicht klar. Und auch deswegen hält man seine Kisten auf einem aktuellen Stand.

                    Bist du da sicher?
                    Zumindest js-controller 5 konnte 4er Backups wiederherstellen. Nur umgekehrt (Backup mit js-controller 5 erstellt, restore mit js.controller 4) geht nicht.

                    Oder gibts da im Backitup eine Einschränkung die ich übersehe?

                    @refrog
                    Im Prinzip hast du aber nichts zu verlieren. Einfach eine NEUE sd Karte nehmen (die alte gut aufheben) und eine Neuinstallation samt Backup Restore versuchen.

                    Und auch der 4er js-controller hat schon angezeigt wenn es ein Update gibt. Aber natürlich siehst du das nur wenn du in die Admin Oberfläche einsteigst :-) In den aktuellen Versionen kannst du via notification manger dir die Infos auch via Telegramm etc. senden lassen ...

                    Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                    Support Repositoryverwaltung.

                    Wer 'nen Kaffee spendieren will: https://paypal.me

                    LESEN - gute Forenbeitrage

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • mcm1957M mcm1957

                      @thomas-braun said in Update sämtlicher Adapter schlägt fehl:

                      Nein, die alte Sicherung kommt mit dem aktuellen js-controller nicht klar. Und auch deswegen hält man seine Kisten auf einem aktuellen Stand.

                      Bist du da sicher?
                      Zumindest js-controller 5 konnte 4er Backups wiederherstellen. Nur umgekehrt (Backup mit js-controller 5 erstellt, restore mit js.controller 4) geht nicht.

                      Oder gibts da im Backitup eine Einschränkung die ich übersehe?

                      @refrog
                      Im Prinzip hast du aber nichts zu verlieren. Einfach eine NEUE sd Karte nehmen (die alte gut aufheben) und eine Neuinstallation samt Backup Restore versuchen.

                      Und auch der 4er js-controller hat schon angezeigt wenn es ein Update gibt. Aber natürlich siehst du das nur wenn du in die Admin Oberfläche einsteigst :-) In den aktuellen Versionen kannst du via notification manger dir die Infos auch via Telegramm etc. senden lassen ...

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

                      @mcm1957 sagte in Update sämtlicher Adapter schlägt fehl:

                      Nur umgekehrt (Backup mit js-controller 5 erstellt, restore mit js.controller 4) geht nicht.

                      In der Richtung? Keine Ahnung, aber es gibt da Hindernisse bei stark unterschiedlichen Versionen. (Thema regelmäßige Updates...)

                      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

                      mcm1957M 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @mcm1957 sagte in Update sämtlicher Adapter schlägt fehl:

                        Nur umgekehrt (Backup mit js-controller 5 erstellt, restore mit js.controller 4) geht nicht.

                        In der Richtung? Keine Ahnung, aber es gibt da Hindernisse bei stark unterschiedlichen Versionen. (Thema regelmäßige Updates...)

                        mcm1957M Online
                        mcm1957M Online
                        mcm1957
                        schrieb am zuletzt editiert von
                        #12

                        @thomas-braun
                        Ja wahrscheinlich wär es sinnvoll ein System mit js-controller 5 aufzusetzen, backup zu installieren und dann zu aktualisisieren. Minimiert Inkompatibilitäten.

                        Ok 6er ist relativ neu. Aber 4er ist schon ziemlich veraltet :-) Aber offizielle Abkündigungen des Supports kenne ich nicht. Gibt genug Adapter die nicht mal 4er als Minimum verlangen ...

                        Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                        Support Repositoryverwaltung.

                        Wer 'nen Kaffee spendieren will: https://paypal.me

                        LESEN - gute Forenbeitrage

                        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

                        365

                        Online

                        32.7k

                        Benutzer

                        82.6k

                        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