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. javascript startet nicht mehr

NEWS

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

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

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

javascript startet nicht mehr

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
28 Beiträge 3 Kommentatoren 2.3k Aufrufe 3 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • rtwlR rtwl

    Ich hatte heute um ca 4:00 Uhr Nachts einen Totalausfall.
    der iobroker (Raspberry/SD Karte) war zwar per Ping ansprechbar. aber weder der iobroker konnte geöffnet werden auch per ssh hatte ich keinen Zugriff mehr.
    mangels eines HDMI Adapters konnte ich keinen Bildschirm anschließen. Daher hab ich den Stecker gezogen - kurz gewartet - Stecker wieder rein.

    Danach konnte ich per ssh zugreifen.
    Hab dann direkt folgende Befehle abgesetzt:

    sudo apt update
    iob stop
    sudo apt full-upgrade
    sudo reboot
    

    Mangels Expertenwissen hoffe ich, dass dies kein Fehler war. Denn seit dem läuft der javascript Adapter nicht mehr.

    d950e0ac-342d-4ceb-b4a9-d228fa117d3a-image.png

    im Log kommt alle 30 Sekunden folgende Fehlermeldung:

    2024-04-07 21:08:18.862  - error: host.smarthome Caught by controller[0]: node:internal/modules/cjs/loader:1443
    2024-04-07 21:08:18.863  - error: host.smarthome Caught by controller[0]:     throw err;
    2024-04-07 21:08:18.863  - error: host.smarthome Caught by controller[0]:     ^
    2024-04-07 21:08:18.864  - error: host.smarthome Caught by controller[0]: SyntaxError: /opt/iobroker/node_modules/iobroker.javascript/node_modules/mime-db/db.json: Unexpected end of JSON input
    2024-04-07 21:08:18.864  - error: host.smarthome Caught by controller[0]:     at parse (<anonymous>)
    2024-04-07 21:08:18.864  - error: host.smarthome Caught by controller[0]:     at Module._extensions..json (node:internal/modules/cjs/loader:1440:39)
    2024-04-07 21:08:18.864  - error: host.smarthome Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1203:32)
    2024-04-07 21:08:18.864  - error: host.smarthome Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1019:12)
    2024-04-07 21:08:18.864  - error: host.smarthome Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1231:19)
    2024-04-07 21:08:18.864  - error: host.smarthome Caught by controller[0]:     at require (node:internal/modules/helpers:177:18)
    2024-04-07 21:08:18.864  - error: host.smarthome Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/node_modules/mime-db/index.js:12:18)
    2024-04-07 21:08:18.864  - error: host.smarthome Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1364:14)
    2024-04-07 21:08:18.865  - error: host.smarthome Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    2024-04-07 21:08:18.865  - error: host.smarthome Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1203:32)
    2024-04-07 21:08:18.865  - error: host.smarthome Caught by controller[0]: Node.js v18.20.1
    2024-04-07 21:08:18.865  - error: host.smarthome instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
    

    Kann mir hier bitte jemand helfen?

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

    @rtwl

    Installier den javascript-Adapter nochmal drüber.
    Die Datei ist korrupt:
    /opt/iobroker/node_modules/iobroker.javascript/node_modules/mime-db/db.json: Unexpected end of JSON input

    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
    • CodierknechtC Codierknecht

      @rtwl sagte in javascript startet nicht mehr:

      Daher hab ich den Stecker gezogen - kurz gewartet - Stecker wieder rein.
      ...
      Mangels Expertenwissen hoffe ich, dass dies kein Fehler war. Denn seit dem läuft der javascript Adapter nicht mehr.

      Doch!
      Damit hast Du Dir vermutlich das Dateisystem zerschossen.

      Du hast hoffentlich ein Backup?
      Dann am besten mit neuer SD-Karte neu aufsetzen.

      Wenn so ein Pi eines überhaupt nicht gut verträgt, dann ist das ein "harter" Stromausfall.
      Dass der Pi noch per Ping erreichbar war zeigt eigentlich, dass er lief.
      Er war vermutlich nur derart ausgelastet, dass er nicht auf die Zugriffe reagieren konnte.

      Zeig mal die Langfassung von

      iob diag
      
      rtwlR Offline
      rtwlR Offline
      rtwl
      schrieb am zuletzt editiert von
      #4

      @codierknecht sagte in javascript startet nicht mehr:

      Zeig mal die Langfassung von iob diag

      Skript v.2023-10-10
      
      *** BASE SYSTEM ***
       Static hostname: smarthome
             Icon name: computer
      Operating System: Debian GNU/Linux 12 (bookworm)
                Kernel: Linux 6.6.20+rpt-rpi-v8
          Architecture: arm64
      
      Model           : Raspberry Pi 4 Model B Rev 1.4
      Docker          : false
      Virtualization  : none
      Kernel          : aarch64
      Userland        : arm64
      
      Systemuptime and Load:
       21:23:45 up  9:35,  2 users,  load average: 0.11, 0.24, 0.31
      CPU threads: 4
      
      
      *** RASPBERRY THROTTLING ***
      Current issues:
      No throttling issues detected.
      
      Previously detected issues:
      No throttling issues detected.
      
      *** Time and Time Zones ***
                     Local time: Sun 2024-04-07 21:23:45 CEST
                 Universal time: Sun 2024-04-07 19:23:45 UTC
                       RTC time: n/a
                      Time zone: Europe/Berlin (CEST, +0200)
      System clock synchronized: yes
                    NTP service: active
                RTC in local TZ: no
      
      *** User and Groups ***
      rtwl
      /home/rtwl
      rtwl adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
      
      *** X-Server-Setup ***
      X-Server:       false
      Desktop:
      Terminal:       tty
      Boot Target:    multi-user.target
      
      *** MEMORY ***
                     total        used        free      shared  buff/cache   available
      Mem:            4.0G        2.2G        1.4G        1.2M        495M        1.8G
      Swap:           104M          0B        104M
      Total:          4.1G        2.2G        1.5G
      
               3792 M total memory
               2058 M used memory
               2101 M active memory
                242 M inactive memory
               1332 M free memory
                 51 M buffer memory
                421 M swap cache
                 99 M total swap
                  0 M used swap
                 99 M free swap
      
      Raspberry only:
      oom events: 0
      lifetime oom required: 0 Mbytes
      total time in oom handler: 0 ms
      max time spent in oom handler: 0 ms
      
      
      *** FAILED SERVICES ***
      
        UNIT LOAD ACTIVE SUB DESCRIPTION
      0 loaded units listed.
      
      *** FILESYSTEM ***
      Filesystem     Type      Size  Used Avail Use% Mounted on
      udev           devtmpfs  1.6G     0  1.6G   0% /dev
      tmpfs          tmpfs     380M  1.2M  379M   1% /run
      /dev/mmcblk0p2 ext4       15G  7.4G  6.0G  56% /
      tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
      tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
      /dev/mmcblk0p1 vfat      510M   63M  448M  13% /boot/firmware
      tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
      
      Messages concerning ext4 filesystem in dmesg:
      [Sun Apr  7 11:48:28 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:75:F7:C5 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=baa0be65-02 rootfstype=ext4 fsck.repair=yes rootwait
      [Sun Apr  7 11:48:30 2024] EXT4-fs (mmcblk0p2): mounted filesystem 3b614a3f-4a65-4480-876a-8a998e01ac9b ro with ordered data mode. Quota mode: none.
      [Sun Apr  7 11:48:32 2024] EXT4-fs (mmcblk0p2): re-mounted 3b614a3f-4a65-4480-876a-8a998e01ac9b r/w. Quota mode: none.
      
      Show mounted filesystems \(real ones only\):
      TARGET           SOURCE         FSTYPE OPTIONS
      /                /dev/mmcblk0p2 ext4   rw,noatime,commit=600
      `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
      
      Files in neuralgic directories:
      
      /var:
      609M    /var/
      203M    /var/cache
      197M    /var/cache/apt
      164M    /var/lib
      141M    /var/log/journal/347b9e5236b042cab12c17eb2f4c9517
      
      Archived and active journals take up 140.1M in the file system.
      
      /opt/iobroker/backups:
      1.6G    /opt/iobroker/backups/
      
      /opt/iobroker/iobroker-data:
      1.4G    /opt/iobroker/iobroker-data/
      968M    /opt/iobroker/iobroker-data/history
      233M    /opt/iobroker/iobroker-data/files
      99M     /opt/iobroker/iobroker-data/backup-objects
      58M     /opt/iobroker/iobroker-data/files/javascript.admin
      
      The five largest files in iobroker-data are:
      39M     /opt/iobroker/iobroker-data/states.jsonl
      33M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
      30M     /opt/iobroker/iobroker-data/objects.jsonl
      22M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.c05ba1d3.js.map
      8.5M    /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js
      
      USB-Devices by-id:
      USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
      
      /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230804163324-if00
      
      *** NodeJS-Installation ***
      
      /usr/bin/nodejs         v18.20.1
      /usr/bin/node           v18.20.1
      /usr/bin/npm            10.5.0
      /usr/bin/npx            10.5.0
      /usr/bin/corepack       0.25.2
      
      
      nodejs:
        Installed: 18.20.1-1nodesource1
        Candidate: 18.20.1-1nodesource1
        Version table:
       *** 18.20.1-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
              100 /var/lib/dpkg/status
           18.20.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.19.1-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.19.0+dfsg-6~deb12u1 500
              500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
           18.19.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.18.2-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.18.1-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.18.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.17.1-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.17.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.16.1-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.16.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.15.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.14.2-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.14.1-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.14.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.13.0+dfsg1-1 500
              500 http://deb.debian.org/debian bookworm/main arm64 Packages
           18.13.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.12.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.11.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.10.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.9.1-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.9.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.8.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.7.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.6.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.5.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.4.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.3.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.2.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.1.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.0.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
      
      Temp directories causing npm8 problem: 0
      No problems detected
      
      

      Langfassung leider zu lang (zu viele Zeichen) hier der erste Teil.
      Jetzt kommt noch der Fehlerauszug vom Teil: Errors in npm tree:

      -Peter

      rtwlR 1 Antwort Letzte Antwort
      0
      • rtwlR rtwl

        @codierknecht sagte in javascript startet nicht mehr:

        Zeig mal die Langfassung von iob diag

        Skript v.2023-10-10
        
        *** BASE SYSTEM ***
         Static hostname: smarthome
               Icon name: computer
        Operating System: Debian GNU/Linux 12 (bookworm)
                  Kernel: Linux 6.6.20+rpt-rpi-v8
            Architecture: arm64
        
        Model           : Raspberry Pi 4 Model B Rev 1.4
        Docker          : false
        Virtualization  : none
        Kernel          : aarch64
        Userland        : arm64
        
        Systemuptime and Load:
         21:23:45 up  9:35,  2 users,  load average: 0.11, 0.24, 0.31
        CPU threads: 4
        
        
        *** RASPBERRY THROTTLING ***
        Current issues:
        No throttling issues detected.
        
        Previously detected issues:
        No throttling issues detected.
        
        *** Time and Time Zones ***
                       Local time: Sun 2024-04-07 21:23:45 CEST
                   Universal time: Sun 2024-04-07 19:23:45 UTC
                         RTC time: n/a
                        Time zone: Europe/Berlin (CEST, +0200)
        System clock synchronized: yes
                      NTP service: active
                  RTC in local TZ: no
        
        *** User and Groups ***
        rtwl
        /home/rtwl
        rtwl adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
        
        *** X-Server-Setup ***
        X-Server:       false
        Desktop:
        Terminal:       tty
        Boot Target:    multi-user.target
        
        *** MEMORY ***
                       total        used        free      shared  buff/cache   available
        Mem:            4.0G        2.2G        1.4G        1.2M        495M        1.8G
        Swap:           104M          0B        104M
        Total:          4.1G        2.2G        1.5G
        
                 3792 M total memory
                 2058 M used memory
                 2101 M active memory
                  242 M inactive memory
                 1332 M free memory
                   51 M buffer memory
                  421 M swap cache
                   99 M total swap
                    0 M used swap
                   99 M free swap
        
        Raspberry only:
        oom events: 0
        lifetime oom required: 0 Mbytes
        total time in oom handler: 0 ms
        max time spent in oom handler: 0 ms
        
        
        *** FAILED SERVICES ***
        
          UNIT LOAD ACTIVE SUB DESCRIPTION
        0 loaded units listed.
        
        *** FILESYSTEM ***
        Filesystem     Type      Size  Used Avail Use% Mounted on
        udev           devtmpfs  1.6G     0  1.6G   0% /dev
        tmpfs          tmpfs     380M  1.2M  379M   1% /run
        /dev/mmcblk0p2 ext4       15G  7.4G  6.0G  56% /
        tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
        tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
        /dev/mmcblk0p1 vfat      510M   63M  448M  13% /boot/firmware
        tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
        
        Messages concerning ext4 filesystem in dmesg:
        [Sun Apr  7 11:48:28 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:75:F7:C5 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=baa0be65-02 rootfstype=ext4 fsck.repair=yes rootwait
        [Sun Apr  7 11:48:30 2024] EXT4-fs (mmcblk0p2): mounted filesystem 3b614a3f-4a65-4480-876a-8a998e01ac9b ro with ordered data mode. Quota mode: none.
        [Sun Apr  7 11:48:32 2024] EXT4-fs (mmcblk0p2): re-mounted 3b614a3f-4a65-4480-876a-8a998e01ac9b r/w. Quota mode: none.
        
        Show mounted filesystems \(real ones only\):
        TARGET           SOURCE         FSTYPE OPTIONS
        /                /dev/mmcblk0p2 ext4   rw,noatime,commit=600
        `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
        
        Files in neuralgic directories:
        
        /var:
        609M    /var/
        203M    /var/cache
        197M    /var/cache/apt
        164M    /var/lib
        141M    /var/log/journal/347b9e5236b042cab12c17eb2f4c9517
        
        Archived and active journals take up 140.1M in the file system.
        
        /opt/iobroker/backups:
        1.6G    /opt/iobroker/backups/
        
        /opt/iobroker/iobroker-data:
        1.4G    /opt/iobroker/iobroker-data/
        968M    /opt/iobroker/iobroker-data/history
        233M    /opt/iobroker/iobroker-data/files
        99M     /opt/iobroker/iobroker-data/backup-objects
        58M     /opt/iobroker/iobroker-data/files/javascript.admin
        
        The five largest files in iobroker-data are:
        39M     /opt/iobroker/iobroker-data/states.jsonl
        33M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
        30M     /opt/iobroker/iobroker-data/objects.jsonl
        22M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.c05ba1d3.js.map
        8.5M    /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js
        
        USB-Devices by-id:
        USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
        
        /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230804163324-if00
        
        *** NodeJS-Installation ***
        
        /usr/bin/nodejs         v18.20.1
        /usr/bin/node           v18.20.1
        /usr/bin/npm            10.5.0
        /usr/bin/npx            10.5.0
        /usr/bin/corepack       0.25.2
        
        
        nodejs:
          Installed: 18.20.1-1nodesource1
          Candidate: 18.20.1-1nodesource1
          Version table:
         *** 18.20.1-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                100 /var/lib/dpkg/status
             18.20.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.19.1-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.19.0+dfsg-6~deb12u1 500
                500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
             18.19.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.18.2-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.18.1-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.18.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.17.1-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.17.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.16.1-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.16.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.15.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.14.2-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.14.1-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.14.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.13.0+dfsg1-1 500
                500 http://deb.debian.org/debian bookworm/main arm64 Packages
             18.13.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.12.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.11.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.10.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.9.1-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.9.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.8.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.7.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.6.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.5.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.4.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.3.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.2.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.1.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.0.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
        
        Temp directories causing npm8 problem: 0
        No problems detected
        
        

        Langfassung leider zu lang (zu viele Zeichen) hier der erste Teil.
        Jetzt kommt noch der Fehlerauszug vom Teil: Errors in npm tree:

        rtwlR Offline
        rtwlR Offline
        rtwl
        schrieb am zuletzt editiert von
        #5

        auch der "Errors in npm tree" hat mehr als 100.000 Zeichen.
        hier die txt Datei.

        iob diag.txt

        -Peter

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • rtwlR rtwl

          auch der "Errors in npm tree" hat mehr als 100.000 Zeichen.
          hier die txt Datei.

          iob diag.txt

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

          @rtwl

          npm ERR! invalid: @types/node@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node
          npm ERR! invalid: jsonata@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/jsonata
          npm ERR! invalid: jszip@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/jszip
          npm ERR! invalid: moment@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/moment
          npm ERR! invalid: node-inspect@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-inspect
          npm ERR! invalid: node-schedule@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-schedule
          npm ERR! invalid: request@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/request
          npm ERR! invalid: semver@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/semver
          ...
          

          Spiel dein Backup ein.

          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

          rtwlR 2 Antworten Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @rtwl

            npm ERR! invalid: @types/node@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node
            npm ERR! invalid: jsonata@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/jsonata
            npm ERR! invalid: jszip@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/jszip
            npm ERR! invalid: moment@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/moment
            npm ERR! invalid: node-inspect@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-inspect
            npm ERR! invalid: node-schedule@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-schedule
            npm ERR! invalid: request@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/request
            npm ERR! invalid: semver@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/semver
            ...
            

            Spiel dein Backup ein.

            rtwlR Offline
            rtwlR Offline
            rtwl
            schrieb am zuletzt editiert von
            #7

            @thomas-braun
            Hab jetzt mal deinen ersten Vorschlag gemacht und den Javascript Adapter neu installiert - sieht so aus, als ob das funktioniert hat.
            Im Log tauchen seitdem keine Fehlermeldungen mehr auf.

            -Peter

            1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @rtwl

              npm ERR! invalid: @types/node@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node
              npm ERR! invalid: jsonata@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/jsonata
              npm ERR! invalid: jszip@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/jszip
              npm ERR! invalid: moment@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/moment
              npm ERR! invalid: node-inspect@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-inspect
              npm ERR! invalid: node-schedule@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-schedule
              npm ERR! invalid: request@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/request
              npm ERR! invalid: semver@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/semver
              ...
              

              Spiel dein Backup ein.

              rtwlR Offline
              rtwlR Offline
              rtwl
              schrieb am zuletzt editiert von
              #8

              @thomas-braun
              soll ich trotzdem das Update einspielen? oder erstmal weiter beobachten?

              -Peter

              rtwlR 1 Antwort Letzte Antwort
              0
              • rtwlR rtwl

                @thomas-braun
                soll ich trotzdem das Update einspielen? oder erstmal weiter beobachten?

                rtwlR Offline
                rtwlR Offline
                rtwl
                schrieb am zuletzt editiert von
                #9

                Ich hab doch einen Fehler, aber was bedeutet das?

                
                javascript.0 2024-04-07 21:38:54.596	error	deprecated request@2.88.2: request has been deprecated, see http ://github.com/request/request/issues/3142
                
                javascript.0 2024-04-07 21:38:54.591	error	npm WARN
                
                javascript.0 2024-04-07 21:38:54.480	error	WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
                
                javascript.0 2024-04-07 21:38:54.477	error	npm
                
                javascript.0 2024-04-07 21:38:54.373	error	WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
                
                javascript.0 2024-04-07 21:38:54.372	error	npm
                
                javascript.0 2024-04-07 21:38:54.150	error	npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                

                -Peter

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • rtwlR rtwl

                  Ich hab doch einen Fehler, aber was bedeutet das?

                  
                  javascript.0 2024-04-07 21:38:54.596	error	deprecated request@2.88.2: request has been deprecated, see http ://github.com/request/request/issues/3142
                  
                  javascript.0 2024-04-07 21:38:54.591	error	npm WARN
                  
                  javascript.0 2024-04-07 21:38:54.480	error	WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
                  
                  javascript.0 2024-04-07 21:38:54.477	error	npm
                  
                  javascript.0 2024-04-07 21:38:54.373	error	WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
                  
                  javascript.0 2024-04-07 21:38:54.372	error	npm
                  
                  javascript.0 2024-04-07 21:38:54.150	error	npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #10

                  @rtwl

                  Nee, das sind nur 'Warnings'.
                  Die vier Module werden nicht mehr richtig unterstützt und sollten nach Möglichkeit durch anderes ersetzt werden.

                  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

                  rtwlR 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @rtwl

                    Nee, das sind nur 'Warnings'.
                    Die vier Module werden nicht mehr richtig unterstützt und sollten nach Möglichkeit durch anderes ersetzt werden.

                    rtwlR Offline
                    rtwlR Offline
                    rtwl
                    schrieb am zuletzt editiert von
                    #11

                    @thomas-braun
                    okay danke. das beruhigt.

                    kannst du hier in der aktuellen langfassung von iob diag erkennen, ob es noch weitere Baustellen gibt? Es tauchen nämlich noch ein paar "npm errors" auf:

                    Skript v.2023-10-10
                    
                    *** BASE SYSTEM ***
                     Static hostname: smarthome
                           Icon name: computer
                    Operating System: Debian GNU/Linux 12 (bookworm)
                              Kernel: Linux 6.6.20+rpt-rpi-v8
                        Architecture: arm64
                    
                    Model           : Raspberry Pi 4 Model B Rev 1.4
                    Docker          : false
                    Virtualization  : none
                    Kernel          : aarch64
                    Userland        : arm64
                    
                    Systemuptime and Load:
                     21:50:13 up 10:01,  2 users,  load average: 0.69, 0.84, 1.03
                    CPU threads: 4
                    
                    
                    *** RASPBERRY THROTTLING ***
                    Current issues:
                    No throttling issues detected.
                    
                    Previously detected issues:
                    No throttling issues detected.
                    
                    *** Time and Time Zones ***
                                   Local time: Sun 2024-04-07 21:50:14 CEST
                               Universal time: Sun 2024-04-07 19:50:14 UTC
                                     RTC time: n/a
                                    Time zone: Europe/Berlin (CEST, +0200)
                    System clock synchronized: yes
                                  NTP service: active
                              RTC in local TZ: no
                    
                    *** User and Groups ***
                    rtwl
                    /home/rtwl
                    rtwl adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                    
                    *** X-Server-Setup ***
                    X-Server:       false
                    Desktop:
                    Terminal:       tty
                    Boot Target:    multi-user.target
                    
                    *** MEMORY ***
                                   total        used        free      shared  buff/cache   available
                    Mem:            4.0G        2.5G        1.1G        1.2M        533M        1.5G
                    Swap:           104M          0B        104M
                    Total:          4.1G        2.5G        1.2G
                    
                             3792 M total memory
                             2356 M used memory
                             2349 M active memory
                              307 M inactive memory
                             1003 M free memory
                               70 M buffer memory
                              438 M swap cache
                               99 M total swap
                                0 M used swap
                               99 M free swap
                    
                    Raspberry only:
                    oom events: 0
                    lifetime oom required: 0 Mbytes
                    total time in oom handler: 0 ms
                    max time spent in oom handler: 0 ms
                    
                    
                    *** FAILED SERVICES ***
                    
                      UNIT LOAD ACTIVE SUB DESCRIPTION
                    0 loaded units listed.
                    
                    *** FILESYSTEM ***
                    Filesystem     Type      Size  Used Avail Use% Mounted on
                    udev           devtmpfs  1.6G     0  1.6G   0% /dev
                    tmpfs          tmpfs     380M  1.2M  379M   1% /run
                    /dev/mmcblk0p2 ext4       15G  7.7G  5.8G  58% /
                    tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                    tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                    /dev/mmcblk0p1 vfat      510M   63M  448M  13% /boot/firmware
                    tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                    
                    Messages concerning ext4 filesystem in dmesg:
                    [Sun Apr  7 11:48:28 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:75:F7:C5 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=baa0be65-02 rootfstype=ext4 fsck.repair=yes rootwait
                    [Sun Apr  7 11:48:30 2024] EXT4-fs (mmcblk0p2): mounted filesystem 3b614a3f-4a65-4480-876a-8a998e01ac9b ro with ordered data mode. Quota mode: none.
                    [Sun Apr  7 11:48:32 2024] EXT4-fs (mmcblk0p2): re-mounted 3b614a3f-4a65-4480-876a-8a998e01ac9b r/w. Quota mode: none.
                    
                    Show mounted filesystems \(real ones only\):
                    TARGET           SOURCE         FSTYPE OPTIONS
                    /                /dev/mmcblk0p2 ext4   rw,noatime,commit=600
                    `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                    
                    Files in neuralgic directories:
                    
                    /var:
                    609M    /var/
                    203M    /var/cache
                    197M    /var/cache/apt
                    164M    /var/lib
                    141M    /var/log/journal/347b9e5236b042cab12c17eb2f4c9517
                    
                    Archived and active journals take up 140.1M in the file system.
                    
                    /opt/iobroker/backups:
                    1.6G    /opt/iobroker/backups/
                    
                    /opt/iobroker/iobroker-data:
                    1.4G    /opt/iobroker/iobroker-data/
                    968M    /opt/iobroker/iobroker-data/history
                    233M    /opt/iobroker/iobroker-data/files
                    99M     /opt/iobroker/iobroker-data/backup-objects
                    58M     /opt/iobroker/iobroker-data/files/javascript.admin
                    
                    The five largest files in iobroker-data are:
                    38M     /opt/iobroker/iobroker-data/states.jsonl
                    38M     /opt/iobroker/iobroker-data/objects.jsonl
                    33M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
                    22M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.c05ba1d3.js.map
                    8.5M    /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js
                    
                    USB-Devices by-id:
                    USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                    
                    /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230804163324-if00
                    
                    *** NodeJS-Installation ***
                    
                    /usr/bin/nodejs         v18.20.1
                    /usr/bin/node           v18.20.1
                    /usr/bin/npm            10.5.0
                    /usr/bin/npx            10.5.0
                    /usr/bin/corepack       0.25.2
                    
                    
                    nodejs:
                      Installed: 18.20.1-1nodesource1
                      Candidate: 18.20.1-1nodesource1
                      Version table:
                     *** 18.20.1-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                            100 /var/lib/dpkg/status
                         18.20.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.19.1-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.19.0+dfsg-6~deb12u1 500
                            500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                         18.19.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.18.2-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.18.1-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.18.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.17.1-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.17.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.16.1-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.16.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.15.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.14.2-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.14.1-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.14.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.13.0+dfsg1-1 500
                            500 http://deb.debian.org/debian bookworm/main arm64 Packages
                         18.13.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.12.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.11.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.10.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.9.1-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.9.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.8.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.7.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.6.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.5.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.4.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.3.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.2.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.1.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         18.0.0-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    
                    Temp directories causing npm8 problem: 0
                    No problems detected
                    
                    Errors in npm tree:
                    npm ERR! code ELSPROBLEMS
                    npm ERR! extraneous: @abandonware/bluetooth-hci-socket@0.5.3-10 /opt/iobroker/node_modules/@abandonware/bluetooth-hci-socket
                    npm ERR! extraneous: @mapbox/node-pre-gyp@1.0.11 /opt/iobroker/node_modules/@mapbox/node-pre-gyp
                    npm ERR! extraneous: @types/caseless@0.12.5 /opt/iobroker/node_modules/@types/caseless
                    npm ERR! extraneous: @types/request@2.48.12 /opt/iobroker/node_modules/@types/request
                    npm ERR! extraneous: @types/tough-cookie@4.0.5 /opt/iobroker/node_modules/@types/tough-cookie
                    npm ERR! extraneous: abbrev@1.1.1 /opt/iobroker/node_modules/abbrev
                    npm ERR! extraneous: aproba@2.0.0 /opt/iobroker/node_modules/aproba
                    npm ERR! extraneous: are-we-there-yet@2.0.0 /opt/iobroker/node_modules/are-we-there-yet
                    npm ERR! extraneous: color-support@1.1.3 /opt/iobroker/node_modules/color-support
                    npm ERR! extraneous: console-control-strings@1.1.0 /opt/iobroker/node_modules/console-control-strings
                    npm ERR! extraneous: delegates@1.0.0 /opt/iobroker/node_modules/delegates
                    npm ERR! extraneous: detect-libc@2.0.2 /opt/iobroker/node_modules/detect-libc
                    npm ERR! extraneous: gauge@3.0.2 /opt/iobroker/node_modules/gauge
                    npm ERR! extraneous: has-unicode@2.0.1 /opt/iobroker/node_modules/has-unicode
                    npm ERR! extraneous: node-addon-api@4.3.0 /opt/iobroker/node_modules/node-addon-api
                    npm ERR! extraneous: node-gyp-build@4.7.1 /opt/iobroker/node_modules/node-gyp-build
                    npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                    npm ERR! extraneous: nopt@5.0.0 /opt/iobroker/node_modules/nopt
                    npm ERR! extraneous: npmlog@5.0.1 /opt/iobroker/node_modules/npmlog
                    npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors
                    npm ERR! extraneous: set-blocking@2.0.0 /opt/iobroker/node_modules/set-blocking
                    npm ERR! extraneous: suncalc2@1.8.1 /opt/iobroker/node_modules/suncalc2
                    npm ERR! extraneous: usb@1.9.2 /opt/iobroker/node_modules/usb
                    npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                    npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
                    npm ERR! extraneous: wide-align@1.1.5 /opt/iobroker/node_modules/wide-align
                    npm ERR! extraneous: debug@4.3.4 /opt/iobroker/node_modules/@abandonware/bluetooth-hci-socket/node_modules/debug
                    npm ERR! extraneous: ms@2.1.2 /opt/iobroker/node_modules/@abandonware/bluetooth-hci-socket/node_modules/ms
                    npm ERR! extraneous: agent-base@6.0.2 /opt/iobroker/node_modules/@mapbox/node-pre-gyp/node_modules/agent-base
                    npm ERR! extraneous: debug@4.3.4 /opt/iobroker/node_modules/@mapbox/node-pre-gyp/node_modules/debug
                    npm ERR! extraneous: https-proxy-agent@5.0.1 /opt/iobroker/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent
                    npm ERR! extraneous: ms@2.1.2 /opt/iobroker/node_modules/@mapbox/node-pre-gyp/node_modules/ms
                    npm ERR! extraneous: form-data@2.5.1 /opt/iobroker/node_modules/@types/request/node_modules/form-data
                    npm ERR! extraneous: debug@4.3.4 /opt/iobroker/node_modules/virtual-tsc/node_modules/debug
                    npm ERR! extraneous: ms@2.1.2 /opt/iobroker/node_modules/virtual-tsc/node_modules/ms
                    npm ERR! invalid: form-data@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/form-data
                    
                    npm ERR! A complete log of this run can be found in: /home/rtwl/.npm/_logs/2024-04-07T19_50_23_555Z-debug-0.log
                    
                    *** ioBroker-Installation ***
                    
                    ioBroker Status
                    iobroker is running on this host.
                    
                    
                    Objects type: jsonl
                    States  type: jsonl
                    
                    Core adapters versions
                    js-controller:  5.0.19
                    admin:          6.13.16
                    javascript:     8.0.0
                    
                    Adapters from github:   3
                    
                    Adapter State
                    + system.adapter.admin.0                  : admin                 : smarthome                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                    + system.adapter.alexa-timer-vis.0        : alexa-timer-vis       : smarthome                                -  enabled
                    + system.adapter.alexa2.0                 : alexa2                : smarthome                                -  enabled
                      system.adapter.alias-manager.0          : alias-manager         : smarthome                                - disabled
                    + system.adapter.backitup.0               : backitup              : smarthome                                -  enabled
                    + system.adapter.bring.0                  : bring                 : smarthome                                -  enabled
                    + system.adapter.cloud.0                  : cloud                 : smarthome                                -  enabled
                      system.adapter.daswetter.0              : daswetter             : smarthome                                -  enabled
                      system.adapter.discovery.0              : discovery             : smarthome                                - disabled
                      system.adapter.feiertage.0              : feiertage             : smarthome                                -  enabled
                      system.adapter.flot.0                   : flot                  : smarthome                                - disabled
                    + system.adapter.fronius.0                : fronius               : smarthome                                -  enabled
                    + system.adapter.harmony.0                : harmony               : smarthome                                -  enabled
                    + system.adapter.history.0                : history               : smarthome                                -  enabled
                      system.adapter.ical.0                   : ical                  : smarthome                                -  enabled
                      system.adapter.ical.1                   : ical                  : smarthome                                -  enabled
                    + system.adapter.iot.0                    : iot                   : smarthome                                -  enabled
                    + system.adapter.javascript.0             : javascript            : smarthome                                -  enabled
                    + system.adapter.mqtt.0                   : mqtt                  : smarthome                                -  enabled, port: 1883, bind: 0.0.0.0
                      system.adapter.netatmo-crawler.0        : netatmo-crawler       : smarthome                                -  enabled
                    + system.adapter.onkyo.0                  : onkyo                 : smarthome                                -  enabled
                    + system.adapter.operating-hours.0        : operating-hours       : smarthome                                -  enabled
                    + system.adapter.pi-hole.0                : pi-hole               : smarthome                                -  enabled
                    + system.adapter.pushover.0               : pushover              : smarthome                                -  enabled
                    + system.adapter.pvforecast.0             : pvforecast            : smarthome                                -  enabled
                    + system.adapter.radar2.0                 : radar2                : smarthome                                -  enabled
                    + system.adapter.shelly.0                 : shelly                : smarthome                                -  enabled, port: 1882, bind: 0.0.0.0
                    + system.adapter.shuttercontrol.0         : shuttercontrol        : smarthome                                -  enabled
                    + system.adapter.sourceanalytix.0         : sourceanalytix        : smarthome                                -  enabled
                    + system.adapter.trashschedule.0          : trashschedule         : smarthome                                -  enabled
                      system.adapter.uv-protect.0             : uv-protect            : smarthome                                -  enabled
                      system.adapter.vis-icontwo.0            : vis-icontwo           : smarthome                                - disabled
                    + system.adapter.vis-inventwo.0           : vis-inventwo          : smarthome                                -  enabled
                      system.adapter.vis-materialdesign.0     : vis-materialdesign    : smarthome                                - disabled
                      system.adapter.vis-timeandweather.0     : vis-timeandweather    : smarthome                                - disabled
                      system.adapter.vis.0                    : vis                   : smarthome                                -  enabled
                    + system.adapter.weather-warnings.0       : weather-warnings      : smarthome                                -  enabled
                    + system.adapter.web.0                    : web                   : smarthome                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                    + system.adapter.zigbee.0                 : zigbee                : smarthome                                -  enabled, port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230804163324-if00
                    
                    + instance is alive
                    
                    Enabled adapters with bindings
                    + system.adapter.admin.0                  : admin                 : smarthome                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                    + system.adapter.mqtt.0                   : mqtt                  : smarthome                                -  enabled, port: 1883, bind: 0.0.0.0
                    + system.adapter.shelly.0                 : shelly                : smarthome                                -  enabled, port: 1882, bind: 0.0.0.0
                    + system.adapter.web.0                    : web                   : smarthome                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                    + system.adapter.zigbee.0                 : zigbee                : smarthome                                -  enabled, port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230804163324-if00
                    
                    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"        : 6.13.16  , installed 6.13.16
                    Adapter    "alexa-timer-vis": 0.3.0  , installed 0.3.0
                    Adapter    "alexa2"       : 3.26.4   , installed 3.26.4
                    Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                    Adapter    "backitup"     : 2.10.11  , installed 2.10.11
                    Adapter    "bring"        : 1.8.4    , installed 1.8.4
                    Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                    Adapter    "daswetter"    : 3.1.13   , installed 3.1.13
                    Adapter    "discovery"    : 4.4.0    , installed 4.4.0
                    Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
                    Adapter    "flot"         : 1.12.0   , installed 1.12.0
                    Adapter    "fronius"      : 2.0.2    , installed 2.0.2
                    Adapter    "harmony"      : 1.3.0    , installed 1.3.0
                    Adapter    "history"      : 3.0.1    , installed 3.0.1
                    Adapter    "ical"         : 1.14.3   , installed 1.14.3
                    Adapter    "iot"          : 2.0.11   , installed 2.0.11
                    Adapter    "javascript"   : 7.8.0    , installed 8.0.0
                    Controller "js-controller": 5.0.19   , installed 5.0.19
                    Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                    Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
                    Adapter    "onkyo"        : 2.1.2    , installed 2.1.2
                    Adapter    "operating-hours": 1.0.6  , installed 1.0.6
                    Adapter    "pi-hole"      : 1.3.6    , installed 1.3.6
                    Adapter    "pushover"     : 3.0.6    , installed 3.0.6
                    Adapter    "pvforecast"   : 2.9.1    , installed 2.9.1
                    Adapter    "radar2"       : 2.1.0    , installed 2.1.0
                    Adapter    "shelly"       : 6.8.0    , installed 6.8.0
                    Adapter    "shuttercontrol": 1.7.0   , installed 1.7.0
                    Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                    Adapter    "socketio"     : 6.6.1    , installed 6.6.1
                    Adapter    "trashschedule": 3.2.0    , installed 3.2.0
                    Adapter    "uv-protect"   : 0.6.0    , installed 0.6.0
                    Adapter    "vis"          : 1.5.4    , installed 1.5.4
                    Adapter    "vis-icontwo"  : 1.5.0    , installed 1.5.0
                    Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                    Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                    Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                    Adapter    "weather-warnings": 0.6.7 , installed 0.6.7
                    Adapter    "web"          : 6.2.3    , installed 6.2.3
                    Adapter    "ws"           : 2.5.11   , installed 2.5.11
                    Adapter    "zigbee"       : 1.10.1   , installed 1.10.1
                    
                    Objects and States
                    Please stand by - This may take a while
                    Objects:        12395
                    States:         10907
                    
                    *** OS-Repositories and Updates ***
                    Hit:1 http://archive.raspberrypi.com/debian bookworm InRelease
                    Hit:2 http://deb.debian.org/debian bookworm InRelease
                    Hit:3 https://deb.nodesource.com/node_18.x nodistro InRelease
                    Hit:4 http://deb.debian.org/debian-security bookworm-security InRelease
                    Hit:5 http://deb.debian.org/debian bookworm-updates InRelease
                    Reading package lists...
                    Pending Updates: 0
                    
                    *** Listening Ports ***
                    Active Internet connections (only servers)
                    Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                    
                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          5797       693/sshd: /usr/sbin
                    tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       7347       906/io.mqtt.0
                    
                    tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       4798       686/iobroker.js-con
                    tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       6218       686/iobroker.js-con
                    tcp6       0      0 :::61991                :::*                    LISTEN      1001       6664       1154/io.harmony.0
                    
                    tcp6       0      0 :::22                   :::*                    LISTEN      0          5799       693/sshd: /usr/sbin
                    tcp6       0      0 :::8082                 :::*                    LISTEN      1001       8001       1296/io.web.0
                    
                    tcp6       0      0 :::8081                 :::*                    LISTEN      1001       6282       778/io.admin.0
                    
                    udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1001       6665       1154/io.harmony.0
                    
                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        4690       532/avahi-daemon: r
                    udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       7519       976/io.shelly.0
                    
                    udp        0      0 0.0.0.0:32832           0.0.0.0:*                           104        4692       532/avahi-daemon: r
                    udp        0      0 0.0.0.0:67              0.0.0.0:*                           1001       7435       943/io.radar2.0
                    
                    udp6       0      0 :::5353                 :::*                                104        4691       532/avahi-daemon: r
                    udp6       0      0 :::60874                :::*                                104        4693       532/avahi-daemon: r
                    
                    *** Log File - Last 25 Lines ***
                    
                    2024-04-07 21:39:13.968  - info: javascript.0 (75060) script.js.Haussteuerung.Timer: Timer Geräte entkalken: Prüfungsergebnis: Fällig seit 12 Tagen
                    2024-04-07 21:39:13.972  - info: javascript.0 (75060) script.js.Haussteuerung.Timer: Timer Wasserfilter spülen: Script wurde neu gestartet. Ein Timer-Startdatum ist vorhanden, also wird nur aktualisiert.
                    2024-04-07 21:39:13.973  - info: javascript.0 (75060) script.js.Haussteuerung.Timer: Timer Wasserfilter spülen: Prüfungsergebnis: Fällig seit 71 Tagen
                    2024-04-07 21:39:13.978  - info: javascript.0 (75060) script.js.Haussteuerung.Timer: Timer Fusselfilter Waschmaschine: Script wurde neu gestartet. Ein Timer-Startdatum ist vorhanden, also wird nur aktualisiert.
                    2024-04-07 21:39:13.980  - info: javascript.0 (75060) script.js.Haussteuerung.Timer: Timer Fusselfilter Waschmaschine: Prüfungsergebnis: Fällig seit 12 Tagen
                    2024-04-07 21:39:14.015  - info: javascript.0 (75060) script.js.LMair.test_marker_abrufen: 0
                    2024-04-07 21:39:14.081  - info: javascript.0 (75060) Start javascript script.js.Haussteuerung.Strom.kWh_Erzeugung
                    2024-04-07 21:39:14.133  - info: javascript.0 (75060) script.js.Haussteuerung.Strom.kWh_Erzeugung: registered 0 subscriptions, 5 schedules, 0 messages, 0 logs and 0 file subscriptions
                    2024-04-07 21:39:14.134  - info: javascript.0 (75060) Start javascript script.js.Haussteuerung.Strom.kWh_Gesamtverbrauch
                    2024-04-07 21:39:14.206  - info: javascript.0 (75060) script.js.Haussteuerung.Strom.kWh_Gesamtverbrauch: registered 0 subscriptions, 5 schedules, 0 messages, 0 logs and 0 file subscriptions
                    2024-04-07 21:39:14.350  - info: javascript.0 (75060) script.js.LMair.marker1: 200
                    2024-04-07 21:39:14.482  - info: javascript.0 (75060) Start javascript script.js.LMair.marker
                    2024-04-07 21:39:14.494  - info: javascript.0 (75060) script.js.LMair.marker: registered 0 subscriptions, 1 schedule, 0 messages, 0 logs and 0 file subscriptions
                    2024-04-07 21:39:14.495  - info: javascript.0 (75060) Start javascript script.js.LMair.weather_json
                    2024-04-07 21:39:14.502  - info: javascript.0 (75060) script.js.LMair.weather_json: registered 0 subscriptions, 1 schedule, 0 messages, 0 logs and 0 file subscriptions
                    2024-04-07 21:39:14.627  - info: javascript.0 (75060) Start javascript script.js.Haussteuerung.Fernseher.ambilight
                    2024-04-07 21:39:14.634  - info: javascript.0 (75060) script.js.Haussteuerung.Fernseher.ambilight: registered 1 subscription, 1 schedule, 0 messages, 0 logs and 0 file subscriptions
                    2024-04-07 21:39:15.404  - info: javascript.0 (75060) script.js.Haussteuerung.Lüftungsempfehlungs.Lüftungsempfehlung: Subscriptions angelegt: 20
                    2024-04-07 21:39:16.067  - error: javascript.0 (75060) script.js.LMair.marker1: timeout of 2000ms exceeded
                    2024-04-07 21:39:16.067  - info: javascript.0 (75060) script.js.LMair.marker1: undefined
                    2024-04-07 21:40:00.352  - info: javascript.0 (75060) script.js.VIS.Liste_Lampen: Bodenbeleuchtung<br>Bücherregal<br>Nachtlicht Linda<br>Vorhang
                    2024-04-07 21:40:00.393  - info: javascript.0 (75060) script.js.VIS.Liste_Lampen: Bodenbeleuchtung<br>Bücherregal<br>Nachtlicht Linda<br>Vorhang
                    2024-04-07 21:40:00.426  - info: javascript.0 (75060) script.js.VIS.Liste_Lampen: Bodenbeleuchtung<br>Bücherregal<br>Nachtlicht Linda<br>Vorhang
                    2024-04-07 21:40:01.653  - info: javascript.0 (75060) script.js.Haussteuerung.Lüftungsempfehlungs.Liste_Lueftungsempfehlung: Badezimmer
                    2024-04-07 21:50:24.476  - warn: zigbee.0 (1038) DeviceAvailability:Stopping to ping 0x000b57fffe2a31ca TRADFRI bulb E27 WS�opal 980lm after 4 ping attempts
                    
                    

                    -Peter

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • rtwlR rtwl

                      @thomas-braun
                      okay danke. das beruhigt.

                      kannst du hier in der aktuellen langfassung von iob diag erkennen, ob es noch weitere Baustellen gibt? Es tauchen nämlich noch ein paar "npm errors" auf:

                      Skript v.2023-10-10
                      
                      *** BASE SYSTEM ***
                       Static hostname: smarthome
                             Icon name: computer
                      Operating System: Debian GNU/Linux 12 (bookworm)
                                Kernel: Linux 6.6.20+rpt-rpi-v8
                          Architecture: arm64
                      
                      Model           : Raspberry Pi 4 Model B Rev 1.4
                      Docker          : false
                      Virtualization  : none
                      Kernel          : aarch64
                      Userland        : arm64
                      
                      Systemuptime and Load:
                       21:50:13 up 10:01,  2 users,  load average: 0.69, 0.84, 1.03
                      CPU threads: 4
                      
                      
                      *** RASPBERRY THROTTLING ***
                      Current issues:
                      No throttling issues detected.
                      
                      Previously detected issues:
                      No throttling issues detected.
                      
                      *** Time and Time Zones ***
                                     Local time: Sun 2024-04-07 21:50:14 CEST
                                 Universal time: Sun 2024-04-07 19:50:14 UTC
                                       RTC time: n/a
                                      Time zone: Europe/Berlin (CEST, +0200)
                      System clock synchronized: yes
                                    NTP service: active
                                RTC in local TZ: no
                      
                      *** User and Groups ***
                      rtwl
                      /home/rtwl
                      rtwl adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                      
                      *** X-Server-Setup ***
                      X-Server:       false
                      Desktop:
                      Terminal:       tty
                      Boot Target:    multi-user.target
                      
                      *** MEMORY ***
                                     total        used        free      shared  buff/cache   available
                      Mem:            4.0G        2.5G        1.1G        1.2M        533M        1.5G
                      Swap:           104M          0B        104M
                      Total:          4.1G        2.5G        1.2G
                      
                               3792 M total memory
                               2356 M used memory
                               2349 M active memory
                                307 M inactive memory
                               1003 M free memory
                                 70 M buffer memory
                                438 M swap cache
                                 99 M total swap
                                  0 M used swap
                                 99 M free swap
                      
                      Raspberry only:
                      oom events: 0
                      lifetime oom required: 0 Mbytes
                      total time in oom handler: 0 ms
                      max time spent in oom handler: 0 ms
                      
                      
                      *** FAILED SERVICES ***
                      
                        UNIT LOAD ACTIVE SUB DESCRIPTION
                      0 loaded units listed.
                      
                      *** FILESYSTEM ***
                      Filesystem     Type      Size  Used Avail Use% Mounted on
                      udev           devtmpfs  1.6G     0  1.6G   0% /dev
                      tmpfs          tmpfs     380M  1.2M  379M   1% /run
                      /dev/mmcblk0p2 ext4       15G  7.7G  5.8G  58% /
                      tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                      tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                      /dev/mmcblk0p1 vfat      510M   63M  448M  13% /boot/firmware
                      tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                      
                      Messages concerning ext4 filesystem in dmesg:
                      [Sun Apr  7 11:48:28 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:75:F7:C5 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=baa0be65-02 rootfstype=ext4 fsck.repair=yes rootwait
                      [Sun Apr  7 11:48:30 2024] EXT4-fs (mmcblk0p2): mounted filesystem 3b614a3f-4a65-4480-876a-8a998e01ac9b ro with ordered data mode. Quota mode: none.
                      [Sun Apr  7 11:48:32 2024] EXT4-fs (mmcblk0p2): re-mounted 3b614a3f-4a65-4480-876a-8a998e01ac9b r/w. Quota mode: none.
                      
                      Show mounted filesystems \(real ones only\):
                      TARGET           SOURCE         FSTYPE OPTIONS
                      /                /dev/mmcblk0p2 ext4   rw,noatime,commit=600
                      `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                      
                      Files in neuralgic directories:
                      
                      /var:
                      609M    /var/
                      203M    /var/cache
                      197M    /var/cache/apt
                      164M    /var/lib
                      141M    /var/log/journal/347b9e5236b042cab12c17eb2f4c9517
                      
                      Archived and active journals take up 140.1M in the file system.
                      
                      /opt/iobroker/backups:
                      1.6G    /opt/iobroker/backups/
                      
                      /opt/iobroker/iobroker-data:
                      1.4G    /opt/iobroker/iobroker-data/
                      968M    /opt/iobroker/iobroker-data/history
                      233M    /opt/iobroker/iobroker-data/files
                      99M     /opt/iobroker/iobroker-data/backup-objects
                      58M     /opt/iobroker/iobroker-data/files/javascript.admin
                      
                      The five largest files in iobroker-data are:
                      38M     /opt/iobroker/iobroker-data/states.jsonl
                      38M     /opt/iobroker/iobroker-data/objects.jsonl
                      33M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
                      22M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.c05ba1d3.js.map
                      8.5M    /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js
                      
                      USB-Devices by-id:
                      USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                      
                      /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230804163324-if00
                      
                      *** NodeJS-Installation ***
                      
                      /usr/bin/nodejs         v18.20.1
                      /usr/bin/node           v18.20.1
                      /usr/bin/npm            10.5.0
                      /usr/bin/npx            10.5.0
                      /usr/bin/corepack       0.25.2
                      
                      
                      nodejs:
                        Installed: 18.20.1-1nodesource1
                        Candidate: 18.20.1-1nodesource1
                        Version table:
                       *** 18.20.1-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                              100 /var/lib/dpkg/status
                           18.20.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.19.1-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.19.0+dfsg-6~deb12u1 500
                              500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                           18.19.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.18.2-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.18.1-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.18.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.17.1-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.17.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.16.1-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.16.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.15.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.14.2-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.14.1-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.14.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.13.0+dfsg1-1 500
                              500 http://deb.debian.org/debian bookworm/main arm64 Packages
                           18.13.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.12.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.11.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.10.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.9.1-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.9.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.8.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.7.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.6.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.5.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.4.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.3.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.2.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.1.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                           18.0.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      
                      Temp directories causing npm8 problem: 0
                      No problems detected
                      
                      Errors in npm tree:
                      npm ERR! code ELSPROBLEMS
                      npm ERR! extraneous: @abandonware/bluetooth-hci-socket@0.5.3-10 /opt/iobroker/node_modules/@abandonware/bluetooth-hci-socket
                      npm ERR! extraneous: @mapbox/node-pre-gyp@1.0.11 /opt/iobroker/node_modules/@mapbox/node-pre-gyp
                      npm ERR! extraneous: @types/caseless@0.12.5 /opt/iobroker/node_modules/@types/caseless
                      npm ERR! extraneous: @types/request@2.48.12 /opt/iobroker/node_modules/@types/request
                      npm ERR! extraneous: @types/tough-cookie@4.0.5 /opt/iobroker/node_modules/@types/tough-cookie
                      npm ERR! extraneous: abbrev@1.1.1 /opt/iobroker/node_modules/abbrev
                      npm ERR! extraneous: aproba@2.0.0 /opt/iobroker/node_modules/aproba
                      npm ERR! extraneous: are-we-there-yet@2.0.0 /opt/iobroker/node_modules/are-we-there-yet
                      npm ERR! extraneous: color-support@1.1.3 /opt/iobroker/node_modules/color-support
                      npm ERR! extraneous: console-control-strings@1.1.0 /opt/iobroker/node_modules/console-control-strings
                      npm ERR! extraneous: delegates@1.0.0 /opt/iobroker/node_modules/delegates
                      npm ERR! extraneous: detect-libc@2.0.2 /opt/iobroker/node_modules/detect-libc
                      npm ERR! extraneous: gauge@3.0.2 /opt/iobroker/node_modules/gauge
                      npm ERR! extraneous: has-unicode@2.0.1 /opt/iobroker/node_modules/has-unicode
                      npm ERR! extraneous: node-addon-api@4.3.0 /opt/iobroker/node_modules/node-addon-api
                      npm ERR! extraneous: node-gyp-build@4.7.1 /opt/iobroker/node_modules/node-gyp-build
                      npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                      npm ERR! extraneous: nopt@5.0.0 /opt/iobroker/node_modules/nopt
                      npm ERR! extraneous: npmlog@5.0.1 /opt/iobroker/node_modules/npmlog
                      npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors
                      npm ERR! extraneous: set-blocking@2.0.0 /opt/iobroker/node_modules/set-blocking
                      npm ERR! extraneous: suncalc2@1.8.1 /opt/iobroker/node_modules/suncalc2
                      npm ERR! extraneous: usb@1.9.2 /opt/iobroker/node_modules/usb
                      npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                      npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
                      npm ERR! extraneous: wide-align@1.1.5 /opt/iobroker/node_modules/wide-align
                      npm ERR! extraneous: debug@4.3.4 /opt/iobroker/node_modules/@abandonware/bluetooth-hci-socket/node_modules/debug
                      npm ERR! extraneous: ms@2.1.2 /opt/iobroker/node_modules/@abandonware/bluetooth-hci-socket/node_modules/ms
                      npm ERR! extraneous: agent-base@6.0.2 /opt/iobroker/node_modules/@mapbox/node-pre-gyp/node_modules/agent-base
                      npm ERR! extraneous: debug@4.3.4 /opt/iobroker/node_modules/@mapbox/node-pre-gyp/node_modules/debug
                      npm ERR! extraneous: https-proxy-agent@5.0.1 /opt/iobroker/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent
                      npm ERR! extraneous: ms@2.1.2 /opt/iobroker/node_modules/@mapbox/node-pre-gyp/node_modules/ms
                      npm ERR! extraneous: form-data@2.5.1 /opt/iobroker/node_modules/@types/request/node_modules/form-data
                      npm ERR! extraneous: debug@4.3.4 /opt/iobroker/node_modules/virtual-tsc/node_modules/debug
                      npm ERR! extraneous: ms@2.1.2 /opt/iobroker/node_modules/virtual-tsc/node_modules/ms
                      npm ERR! invalid: form-data@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/form-data
                      
                      npm ERR! A complete log of this run can be found in: /home/rtwl/.npm/_logs/2024-04-07T19_50_23_555Z-debug-0.log
                      
                      *** ioBroker-Installation ***
                      
                      ioBroker Status
                      iobroker is running on this host.
                      
                      
                      Objects type: jsonl
                      States  type: jsonl
                      
                      Core adapters versions
                      js-controller:  5.0.19
                      admin:          6.13.16
                      javascript:     8.0.0
                      
                      Adapters from github:   3
                      
                      Adapter State
                      + system.adapter.admin.0                  : admin                 : smarthome                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.alexa-timer-vis.0        : alexa-timer-vis       : smarthome                                -  enabled
                      + system.adapter.alexa2.0                 : alexa2                : smarthome                                -  enabled
                        system.adapter.alias-manager.0          : alias-manager         : smarthome                                - disabled
                      + system.adapter.backitup.0               : backitup              : smarthome                                -  enabled
                      + system.adapter.bring.0                  : bring                 : smarthome                                -  enabled
                      + system.adapter.cloud.0                  : cloud                 : smarthome                                -  enabled
                        system.adapter.daswetter.0              : daswetter             : smarthome                                -  enabled
                        system.adapter.discovery.0              : discovery             : smarthome                                - disabled
                        system.adapter.feiertage.0              : feiertage             : smarthome                                -  enabled
                        system.adapter.flot.0                   : flot                  : smarthome                                - disabled
                      + system.adapter.fronius.0                : fronius               : smarthome                                -  enabled
                      + system.adapter.harmony.0                : harmony               : smarthome                                -  enabled
                      + system.adapter.history.0                : history               : smarthome                                -  enabled
                        system.adapter.ical.0                   : ical                  : smarthome                                -  enabled
                        system.adapter.ical.1                   : ical                  : smarthome                                -  enabled
                      + system.adapter.iot.0                    : iot                   : smarthome                                -  enabled
                      + system.adapter.javascript.0             : javascript            : smarthome                                -  enabled
                      + system.adapter.mqtt.0                   : mqtt                  : smarthome                                -  enabled, port: 1883, bind: 0.0.0.0
                        system.adapter.netatmo-crawler.0        : netatmo-crawler       : smarthome                                -  enabled
                      + system.adapter.onkyo.0                  : onkyo                 : smarthome                                -  enabled
                      + system.adapter.operating-hours.0        : operating-hours       : smarthome                                -  enabled
                      + system.adapter.pi-hole.0                : pi-hole               : smarthome                                -  enabled
                      + system.adapter.pushover.0               : pushover              : smarthome                                -  enabled
                      + system.adapter.pvforecast.0             : pvforecast            : smarthome                                -  enabled
                      + system.adapter.radar2.0                 : radar2                : smarthome                                -  enabled
                      + system.adapter.shelly.0                 : shelly                : smarthome                                -  enabled, port: 1882, bind: 0.0.0.0
                      + system.adapter.shuttercontrol.0         : shuttercontrol        : smarthome                                -  enabled
                      + system.adapter.sourceanalytix.0         : sourceanalytix        : smarthome                                -  enabled
                      + system.adapter.trashschedule.0          : trashschedule         : smarthome                                -  enabled
                        system.adapter.uv-protect.0             : uv-protect            : smarthome                                -  enabled
                        system.adapter.vis-icontwo.0            : vis-icontwo           : smarthome                                - disabled
                      + system.adapter.vis-inventwo.0           : vis-inventwo          : smarthome                                -  enabled
                        system.adapter.vis-materialdesign.0     : vis-materialdesign    : smarthome                                - disabled
                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : smarthome                                - disabled
                        system.adapter.vis.0                    : vis                   : smarthome                                -  enabled
                      + system.adapter.weather-warnings.0       : weather-warnings      : smarthome                                -  enabled
                      + system.adapter.web.0                    : web                   : smarthome                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      + system.adapter.zigbee.0                 : zigbee                : smarthome                                -  enabled, port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230804163324-if00
                      
                      + instance is alive
                      
                      Enabled adapters with bindings
                      + system.adapter.admin.0                  : admin                 : smarthome                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.mqtt.0                   : mqtt                  : smarthome                                -  enabled, port: 1883, bind: 0.0.0.0
                      + system.adapter.shelly.0                 : shelly                : smarthome                                -  enabled, port: 1882, bind: 0.0.0.0
                      + system.adapter.web.0                    : web                   : smarthome                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      + system.adapter.zigbee.0                 : zigbee                : smarthome                                -  enabled, port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230804163324-if00
                      
                      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"        : 6.13.16  , installed 6.13.16
                      Adapter    "alexa-timer-vis": 0.3.0  , installed 0.3.0
                      Adapter    "alexa2"       : 3.26.4   , installed 3.26.4
                      Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                      Adapter    "backitup"     : 2.10.11  , installed 2.10.11
                      Adapter    "bring"        : 1.8.4    , installed 1.8.4
                      Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                      Adapter    "daswetter"    : 3.1.13   , installed 3.1.13
                      Adapter    "discovery"    : 4.4.0    , installed 4.4.0
                      Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
                      Adapter    "flot"         : 1.12.0   , installed 1.12.0
                      Adapter    "fronius"      : 2.0.2    , installed 2.0.2
                      Adapter    "harmony"      : 1.3.0    , installed 1.3.0
                      Adapter    "history"      : 3.0.1    , installed 3.0.1
                      Adapter    "ical"         : 1.14.3   , installed 1.14.3
                      Adapter    "iot"          : 2.0.11   , installed 2.0.11
                      Adapter    "javascript"   : 7.8.0    , installed 8.0.0
                      Controller "js-controller": 5.0.19   , installed 5.0.19
                      Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                      Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
                      Adapter    "onkyo"        : 2.1.2    , installed 2.1.2
                      Adapter    "operating-hours": 1.0.6  , installed 1.0.6
                      Adapter    "pi-hole"      : 1.3.6    , installed 1.3.6
                      Adapter    "pushover"     : 3.0.6    , installed 3.0.6
                      Adapter    "pvforecast"   : 2.9.1    , installed 2.9.1
                      Adapter    "radar2"       : 2.1.0    , installed 2.1.0
                      Adapter    "shelly"       : 6.8.0    , installed 6.8.0
                      Adapter    "shuttercontrol": 1.7.0   , installed 1.7.0
                      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                      Adapter    "socketio"     : 6.6.1    , installed 6.6.1
                      Adapter    "trashschedule": 3.2.0    , installed 3.2.0
                      Adapter    "uv-protect"   : 0.6.0    , installed 0.6.0
                      Adapter    "vis"          : 1.5.4    , installed 1.5.4
                      Adapter    "vis-icontwo"  : 1.5.0    , installed 1.5.0
                      Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                      Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                      Adapter    "weather-warnings": 0.6.7 , installed 0.6.7
                      Adapter    "web"          : 6.2.3    , installed 6.2.3
                      Adapter    "ws"           : 2.5.11   , installed 2.5.11
                      Adapter    "zigbee"       : 1.10.1   , installed 1.10.1
                      
                      Objects and States
                      Please stand by - This may take a while
                      Objects:        12395
                      States:         10907
                      
                      *** OS-Repositories and Updates ***
                      Hit:1 http://archive.raspberrypi.com/debian bookworm InRelease
                      Hit:2 http://deb.debian.org/debian bookworm InRelease
                      Hit:3 https://deb.nodesource.com/node_18.x nodistro InRelease
                      Hit:4 http://deb.debian.org/debian-security bookworm-security InRelease
                      Hit:5 http://deb.debian.org/debian bookworm-updates InRelease
                      Reading package lists...
                      Pending Updates: 0
                      
                      *** Listening Ports ***
                      Active Internet connections (only servers)
                      Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                      
                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          5797       693/sshd: /usr/sbin
                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       7347       906/io.mqtt.0
                      
                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       4798       686/iobroker.js-con
                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       6218       686/iobroker.js-con
                      tcp6       0      0 :::61991                :::*                    LISTEN      1001       6664       1154/io.harmony.0
                      
                      tcp6       0      0 :::22                   :::*                    LISTEN      0          5799       693/sshd: /usr/sbin
                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       8001       1296/io.web.0
                      
                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       6282       778/io.admin.0
                      
                      udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1001       6665       1154/io.harmony.0
                      
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        4690       532/avahi-daemon: r
                      udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       7519       976/io.shelly.0
                      
                      udp        0      0 0.0.0.0:32832           0.0.0.0:*                           104        4692       532/avahi-daemon: r
                      udp        0      0 0.0.0.0:67              0.0.0.0:*                           1001       7435       943/io.radar2.0
                      
                      udp6       0      0 :::5353                 :::*                                104        4691       532/avahi-daemon: r
                      udp6       0      0 :::60874                :::*                                104        4693       532/avahi-daemon: r
                      
                      *** Log File - Last 25 Lines ***
                      
                      2024-04-07 21:39:13.968  - info: javascript.0 (75060) script.js.Haussteuerung.Timer: Timer Geräte entkalken: Prüfungsergebnis: Fällig seit 12 Tagen
                      2024-04-07 21:39:13.972  - info: javascript.0 (75060) script.js.Haussteuerung.Timer: Timer Wasserfilter spülen: Script wurde neu gestartet. Ein Timer-Startdatum ist vorhanden, also wird nur aktualisiert.
                      2024-04-07 21:39:13.973  - info: javascript.0 (75060) script.js.Haussteuerung.Timer: Timer Wasserfilter spülen: Prüfungsergebnis: Fällig seit 71 Tagen
                      2024-04-07 21:39:13.978  - info: javascript.0 (75060) script.js.Haussteuerung.Timer: Timer Fusselfilter Waschmaschine: Script wurde neu gestartet. Ein Timer-Startdatum ist vorhanden, also wird nur aktualisiert.
                      2024-04-07 21:39:13.980  - info: javascript.0 (75060) script.js.Haussteuerung.Timer: Timer Fusselfilter Waschmaschine: Prüfungsergebnis: Fällig seit 12 Tagen
                      2024-04-07 21:39:14.015  - info: javascript.0 (75060) script.js.LMair.test_marker_abrufen: 0
                      2024-04-07 21:39:14.081  - info: javascript.0 (75060) Start javascript script.js.Haussteuerung.Strom.kWh_Erzeugung
                      2024-04-07 21:39:14.133  - info: javascript.0 (75060) script.js.Haussteuerung.Strom.kWh_Erzeugung: registered 0 subscriptions, 5 schedules, 0 messages, 0 logs and 0 file subscriptions
                      2024-04-07 21:39:14.134  - info: javascript.0 (75060) Start javascript script.js.Haussteuerung.Strom.kWh_Gesamtverbrauch
                      2024-04-07 21:39:14.206  - info: javascript.0 (75060) script.js.Haussteuerung.Strom.kWh_Gesamtverbrauch: registered 0 subscriptions, 5 schedules, 0 messages, 0 logs and 0 file subscriptions
                      2024-04-07 21:39:14.350  - info: javascript.0 (75060) script.js.LMair.marker1: 200
                      2024-04-07 21:39:14.482  - info: javascript.0 (75060) Start javascript script.js.LMair.marker
                      2024-04-07 21:39:14.494  - info: javascript.0 (75060) script.js.LMair.marker: registered 0 subscriptions, 1 schedule, 0 messages, 0 logs and 0 file subscriptions
                      2024-04-07 21:39:14.495  - info: javascript.0 (75060) Start javascript script.js.LMair.weather_json
                      2024-04-07 21:39:14.502  - info: javascript.0 (75060) script.js.LMair.weather_json: registered 0 subscriptions, 1 schedule, 0 messages, 0 logs and 0 file subscriptions
                      2024-04-07 21:39:14.627  - info: javascript.0 (75060) Start javascript script.js.Haussteuerung.Fernseher.ambilight
                      2024-04-07 21:39:14.634  - info: javascript.0 (75060) script.js.Haussteuerung.Fernseher.ambilight: registered 1 subscription, 1 schedule, 0 messages, 0 logs and 0 file subscriptions
                      2024-04-07 21:39:15.404  - info: javascript.0 (75060) script.js.Haussteuerung.Lüftungsempfehlungs.Lüftungsempfehlung: Subscriptions angelegt: 20
                      2024-04-07 21:39:16.067  - error: javascript.0 (75060) script.js.LMair.marker1: timeout of 2000ms exceeded
                      2024-04-07 21:39:16.067  - info: javascript.0 (75060) script.js.LMair.marker1: undefined
                      2024-04-07 21:40:00.352  - info: javascript.0 (75060) script.js.VIS.Liste_Lampen: Bodenbeleuchtung<br>Bücherregal<br>Nachtlicht Linda<br>Vorhang
                      2024-04-07 21:40:00.393  - info: javascript.0 (75060) script.js.VIS.Liste_Lampen: Bodenbeleuchtung<br>Bücherregal<br>Nachtlicht Linda<br>Vorhang
                      2024-04-07 21:40:00.426  - info: javascript.0 (75060) script.js.VIS.Liste_Lampen: Bodenbeleuchtung<br>Bücherregal<br>Nachtlicht Linda<br>Vorhang
                      2024-04-07 21:40:01.653  - info: javascript.0 (75060) script.js.Haussteuerung.Lüftungsempfehlungs.Liste_Lueftungsempfehlung: Badezimmer
                      2024-04-07 21:50:24.476  - warn: zigbee.0 (1038) DeviceAvailability:Stopping to ping 0x000b57fffe2a31ca TRADFRI bulb E27 WS�opal 980lm after 4 ping attempts
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #12

                      @rtwl sagte in javascript startet nicht mehr:

                      npm ERR! invalid: form-data@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/form-data

                      Der klemmt noch. Ist das ein Zusätzliches Modul im Adapter?

                      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

                      rtwlR 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @rtwl sagte in javascript startet nicht mehr:

                        npm ERR! invalid: form-data@ /opt/iobroker/node_modules/iobroker.javascript/node_modules/form-data

                        Der klemmt noch. Ist das ein Zusätzliches Modul im Adapter?

                        rtwlR Offline
                        rtwlR Offline
                        rtwl
                        schrieb am zuletzt editiert von
                        #13

                        @thomas-braun
                        Ehrlichgesagt, keine Ahnung was das ist.

                        Als ich soeben keine Blocklys mehr speichern konnte dachte ich mir es würde

                        iob stop
                        sudo reboot
                        

                        helfen. Doch leider bin ich jetzt wieder am Anfang. Der Javascript Adapter bleibt Rot. 😥
                        Auch die Log Meldungen (siehe erster Post) sind wieder alle 30 Sek vorhanden.

                        Hast du noch eine Idee, oder bleibt es mir nicht erspart neu aufzusetzen?

                        -Peter

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • rtwlR rtwl

                          @thomas-braun
                          Ehrlichgesagt, keine Ahnung was das ist.

                          Als ich soeben keine Blocklys mehr speichern konnte dachte ich mir es würde

                          iob stop
                          sudo reboot
                          

                          helfen. Doch leider bin ich jetzt wieder am Anfang. Der Javascript Adapter bleibt Rot. 😥
                          Auch die Log Meldungen (siehe erster Post) sind wieder alle 30 Sek vorhanden.

                          Hast du noch eine Idee, oder bleibt es mir nicht erspart neu aufzusetzen?

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

                          @rtwl sagte in javascript startet nicht mehr:

                          bleibt es mir nicht erspart neu aufzusetzen?

                          Backup?

                          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

                          rtwlR 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @rtwl sagte in javascript startet nicht mehr:

                            bleibt es mir nicht erspart neu aufzusetzen?

                            Backup?

                            rtwlR Offline
                            rtwlR Offline
                            rtwl
                            schrieb am zuletzt editiert von
                            #15

                            @thomas-braun
                            hab mich für die neue Installation auf einer neuen SD Karte entschieden. Dort kommt dann das Backup drauf. Somit sollte ich dann auf der sicheren Seite sein. Nicht, dass dann doch noch irgendwo Fehler auftauchen - hab ja den Raspi heute morgen einfach Stromlos gemacht.

                            Danke wiedermal für deine Hilfe 👍

                            -Peter

                            1 Antwort Letzte Antwort
                            0
                            • rtwlR Offline
                              rtwlR Offline
                              rtwl
                              schrieb am zuletzt editiert von
                              #16

                              @rtwl sagte in javascript startet nicht mehr:

                              der iobroker (Raspberry/SD Karte) war zwar per Ping ansprechbar. aber weder der iobroker konnte geöffnet werden auch per ssh hatte ich keinen Zugriff mehr.

                              3 Tage später mit dem frisch installiertem iobroker wieder das gleiche Problem...
                              Ping erfolgreich - per ssh aber keinen Zugriff mehr - es kommt keine Passwortanforderung nach der ssh Eingabe.
                              Kann ich außer innerlich durchdrehen noch irgendwas tun?
                              Warum passiert das immer so unvorhergesehen?

                              -Peter

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • rtwlR rtwl

                                @rtwl sagte in javascript startet nicht mehr:

                                der iobroker (Raspberry/SD Karte) war zwar per Ping ansprechbar. aber weder der iobroker konnte geöffnet werden auch per ssh hatte ich keinen Zugriff mehr.

                                3 Tage später mit dem frisch installiertem iobroker wieder das gleiche Problem...
                                Ping erfolgreich - per ssh aber keinen Zugriff mehr - es kommt keine Passwortanforderung nach der ssh Eingabe.
                                Kann ich außer innerlich durchdrehen noch irgendwas tun?
                                Warum passiert das immer so unvorhergesehen?

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

                                @rtwl sagte in javascript startet nicht mehr:

                                Kann ich außer innerlich durchdrehen noch irgendwas tun?

                                iob diag
                                

                                anschauen.

                                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

                                rtwlR 2 Antworten Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @rtwl sagte in javascript startet nicht mehr:

                                  Kann ich außer innerlich durchdrehen noch irgendwas tun?

                                  iob diag
                                  

                                  anschauen.

                                  rtwlR Offline
                                  rtwlR Offline
                                  rtwl
                                  schrieb am zuletzt editiert von
                                  #18

                                  @thomas-braun soweit komm ich ja gar nicht. Hab keinen Zugriff per ssh. Der iobroker ist ja "abgestürzt"

                                  -Peter

                                  1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @rtwl sagte in javascript startet nicht mehr:

                                    Kann ich außer innerlich durchdrehen noch irgendwas tun?

                                    iob diag
                                    

                                    anschauen.

                                    rtwlR Offline
                                    rtwlR Offline
                                    rtwl
                                    schrieb am zuletzt editiert von
                                    #19

                                    @thomas-braun
                                    es gibt nicht zufällig einen http request den ich an die ip-adresse des Raspberry schicken kann um iobroker neu zu starten oder sowas in der Art?

                                    -Peter

                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • rtwlR rtwl

                                      @thomas-braun
                                      es gibt nicht zufällig einen http request den ich an die ip-adresse des Raspberry schicken kann um iobroker neu zu starten oder sowas in der Art?

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

                                      @rtwl

                                      Du kommst ja wohl nicht drauf.
                                      Mit lokal angeklemmter Tastatur:
                                      https://wiki.ubuntuusers.de/Magic_SysRQ/

                                      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

                                      rtwlR 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @rtwl

                                        Du kommst ja wohl nicht drauf.
                                        Mit lokal angeklemmter Tastatur:
                                        https://wiki.ubuntuusers.de/Magic_SysRQ/

                                        rtwlR Offline
                                        rtwlR Offline
                                        rtwl
                                        schrieb am zuletzt editiert von
                                        #21

                                        @thomas-braun
                                        leider hab ich keinen mini-hdmi adapter für den Raspi.
                                        aber meinst du es würde funktionieren eine Tastatur anzuschließen und dann

                                        Zitat der Website: "hierfür wird die ganze Zeit Alt + Druck gedrückt gehalten und nacheinander die Tasten R + E + I + S + U + B betätigt."?

                                        -Peter

                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • rtwlR rtwl

                                          @thomas-braun
                                          leider hab ich keinen mini-hdmi adapter für den Raspi.
                                          aber meinst du es würde funktionieren eine Tastatur anzuschließen und dann

                                          Zitat der Website: "hierfür wird die ganze Zeit Alt + Druck gedrückt gehalten und nacheinander die Tasten R + E + I + S + U + B betätigt."?

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

                                          @rtwl

                                          Das hängt von der Tastatur ab. Viele moderne Spar-Tastaturen haben die Taste nicht (mehr direkt), manche auch gar nicht.

                                          Ich weiß auch ehrlich gesagt gar nicht, ob Raspberry OS die Funktion nicht auch abgestellt hat. Ich musste die bei mir noch nie verwenden. Das Ding läuft einfach.

                                          Auf meinem Arch Linux geht es nämlich nicht:

                                          [Do, 11. Apr 2024, 00:02:24] sysrq: This sysrq operation is disabled.
                                          [Do, 11. Apr 2024, 00:02:25] sysrq: This sysrq operation is disabled.
                                          [Do, 11. Apr 2024, 00:02:26] sysrq: This sysrq operation is disabled.
                                          [Do, 11. Apr 2024, 00:02:27] sysrq: Emergency Sync
                                          [Do, 11. Apr 2024, 00:02:27] Emergency Sync complete
                                          [Do, 11. Apr 2024, 00:02:28] sysrq: This sysrq operation is disabled.
                                          [Do, 11. Apr 2024, 00:02:29] sysrq: This sysrq operation is disabled.
                                          
                                          

                                          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

                                          rtwlR 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

                                          546

                                          Online

                                          32.8k

                                          Benutzer

                                          82.8k

                                          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