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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. seit Node update von 12.x auf 16.x kommen nur noch errors

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    10
    1
    122

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.4k

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

seit Node update von 12.x auf 16.x kommen nur noch errors

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
12 Beiträge 2 Kommentatoren 1.0k Aufrufe 2 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • mmoeller53M Offline
    mmoeller53M Offline
    mmoeller53
    schrieb am zuletzt editiert von Homoran
    #1
    Systemdata Bitte Ausfüllen
    Hardwaresystem: /pi4
    Arbeitsspeicher: 8GB
    Festplattenart: SD-Karte
    Betriebssystem: Ubuntu
    Node-Version: 16.x.x
    Nodejs-Version: 16.x.x
    NPM-Version: 8.19.3
    Installationsart: Skript/Manuell
    Image genutzt: /Nein

    Hallo, nachdem beim installation eines adapters für meinen wechelrichter angezeigt wurde das meine version zu alt wäre, hab ich mich dran gesetzt und nach anleitung nen node update gemacht, als es nurnoch fehler gab habe ich zick anleitungen und error hilfen durchgearbeitet, da ich nicht mehr weiter weiß frage ich jetzt mal das forum. hier eine beispiel fehlermeldung:

    pi@raspberrypi:/opt/iobroker $ npm rebuild
    npm ERR! code 1
    npm ERR! path /opt/iobroker/node_modules/diskusage
    npm ERR! command failed
    npm ERR! command sh -c -- node-gyp rebuild
    npm ERR! node:internal/modules/cjs/loader:1024
    npm ERR!   throw err;
    npm ERR!   ^
    npm ERR!
    npm ERR! Error: Cannot find module 'object-assign'
    npm ERR! Require stack:
    npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/re                                                                                                                                                                                                                                             nder-template.js
    npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/pl                                                                                                                                                                                                                                             umbing.js
    npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/in                                                                                                                                                                                                                                             dex.js
    npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/l                                                                                                                                                                                                                                             og.js
    npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js
    npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js
    npm ERR!     at Function.Module._resolveFilename (node:internal/modules/cjs/load                                                                                                                                                                                                                                             er:1021:15)
    npm ERR!     at Function.Module._load (node:internal/modules/cjs/loader:866:27)
    npm ERR!     at Module.require (node:internal/modules/cjs/loader:1093:19)
    npm ERR!     at require (node:internal/modules/cjs/helpers:108:18)
    npm ERR!     at Object.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-                                                                                                                                                                                                                                             gyp/node_modules/gauge/render-template.js:4:20)
    npm ERR!     at Module._compile (node:internal/modules/cjs/loader:1191:14)
    npm ERR!     at Object.Module._extensions..js (node:internal/modules/cjs/loader:                                                                                                                                                                                                                                             1245:10)
    npm ERR!     at Module.load (node:internal/modules/cjs/loader:1069:32)
    npm ERR!     at Function.Module._load (node:internal/modules/cjs/loader:904:12)
    npm ERR!     at Module.require (node:internal/modules/cjs/loader:1093:19) {
    npm ERR!   code: 'MODULE_NOT_FOUND',
    npm ERR!   requireStack: [
    npm ERR!     '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge                                                                                                                                                                                                                                             /render-template.js',
    npm ERR!     '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge                                                                                                                                                                                                                                             /plumbing.js',
    npm ERR!     '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge                                                                                                                                                                                                                                             /index.js',
    npm ERR!     '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlo                                                                                                                                                                                                                                             g/log.js',
    npm ERR!     '/usr/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js',
    npm ERR!     '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js'
    npm ERR!   ]
    npm ERR! }
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/iobroker/.npm/_logs/2023-02-18T17_02_30_632Z-debug-0.log
    

    MOD-EDIT: Code in code-tags gesetzt!

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • mmoeller53M mmoeller53
      Systemdata Bitte Ausfüllen
      Hardwaresystem: /pi4
      Arbeitsspeicher: 8GB
      Festplattenart: SD-Karte
      Betriebssystem: Ubuntu
      Node-Version: 16.x.x
      Nodejs-Version: 16.x.x
      NPM-Version: 8.19.3
      Installationsart: Skript/Manuell
      Image genutzt: /Nein

      Hallo, nachdem beim installation eines adapters für meinen wechelrichter angezeigt wurde das meine version zu alt wäre, hab ich mich dran gesetzt und nach anleitung nen node update gemacht, als es nurnoch fehler gab habe ich zick anleitungen und error hilfen durchgearbeitet, da ich nicht mehr weiter weiß frage ich jetzt mal das forum. hier eine beispiel fehlermeldung:

      pi@raspberrypi:/opt/iobroker $ npm rebuild
      npm ERR! code 1
      npm ERR! path /opt/iobroker/node_modules/diskusage
      npm ERR! command failed
      npm ERR! command sh -c -- node-gyp rebuild
      npm ERR! node:internal/modules/cjs/loader:1024
      npm ERR!   throw err;
      npm ERR!   ^
      npm ERR!
      npm ERR! Error: Cannot find module 'object-assign'
      npm ERR! Require stack:
      npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/re                                                                                                                                                                                                                                             nder-template.js
      npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/pl                                                                                                                                                                                                                                             umbing.js
      npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/in                                                                                                                                                                                                                                             dex.js
      npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/l                                                                                                                                                                                                                                             og.js
      npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js
      npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js
      npm ERR!     at Function.Module._resolveFilename (node:internal/modules/cjs/load                                                                                                                                                                                                                                             er:1021:15)
      npm ERR!     at Function.Module._load (node:internal/modules/cjs/loader:866:27)
      npm ERR!     at Module.require (node:internal/modules/cjs/loader:1093:19)
      npm ERR!     at require (node:internal/modules/cjs/helpers:108:18)
      npm ERR!     at Object.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-                                                                                                                                                                                                                                             gyp/node_modules/gauge/render-template.js:4:20)
      npm ERR!     at Module._compile (node:internal/modules/cjs/loader:1191:14)
      npm ERR!     at Object.Module._extensions..js (node:internal/modules/cjs/loader:                                                                                                                                                                                                                                             1245:10)
      npm ERR!     at Module.load (node:internal/modules/cjs/loader:1069:32)
      npm ERR!     at Function.Module._load (node:internal/modules/cjs/loader:904:12)
      npm ERR!     at Module.require (node:internal/modules/cjs/loader:1093:19) {
      npm ERR!   code: 'MODULE_NOT_FOUND',
      npm ERR!   requireStack: [
      npm ERR!     '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge                                                                                                                                                                                                                                             /render-template.js',
      npm ERR!     '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge                                                                                                                                                                                                                                             /plumbing.js',
      npm ERR!     '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge                                                                                                                                                                                                                                             /index.js',
      npm ERR!     '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlo                                                                                                                                                                                                                                             g/log.js',
      npm ERR!     '/usr/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js',
      npm ERR!     '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js'
      npm ERR!   ]
      npm ERR! }
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/iobroker/.npm/_logs/2023-02-18T17_02_30_632Z-debug-0.log
      

      MOD-EDIT: Code in code-tags gesetzt!

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

      @mmoeller53

      Bitte CodeTags verwenden.

      iob diag
      

      sagt?
      Fehlermeldungen sehen verdächtig danach aus:
      https://forum.iobroker.net/topic/62867/fehler-bei-installation-i2c-adapter
      Aber da ist keine Lösung gefunden worden.

      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

      mmoeller53M 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @mmoeller53

        Bitte CodeTags verwenden.

        iob diag
        

        sagt?
        Fehlermeldungen sehen verdächtig danach aus:
        https://forum.iobroker.net/topic/62867/fehler-bei-installation-i2c-adapter
        Aber da ist keine Lösung gefunden worden.

        mmoeller53M Offline
        mmoeller53M Offline
        mmoeller53
        schrieb am zuletzt editiert von
        #3

        @thomas-braun ```

        Skript v.2023-01-02
        
        *** BASE SYSTEM ***
        Model           : Raspberry Pi 4 Model B Rev 1.4
        Architecture:   armv7l
        Docker:         false
        Virtualization: none
        Distributor ID: Raspbian
        Description:    Raspbian GNU/Linux 10 (buster)
        Release:        10
        Codename:       buster
        
        PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
        NAME="Raspbian GNU/Linux"
        VERSION_ID="10"
        VERSION="10 (buster)"
        VERSION_CODENAME=buster
        ID=raspbian
        ID_LIKE=debian
        HOME_URL="http://www.raspbian.org/"
        SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
        BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
        
        Systemuptime and Load:
         18:50:56 up  2:09,  2 users,  load average: 1.06, 1.62, 1.46
        CPU threads: 4
        
        *** Time and Time Zones ***
        Sat Feb 18 17:50:56 UTC 2023
        Sat Feb 18 18:50:56 CET 2023
        CET +0100
        Europe/Berlin
        
        *** User and Groups ***
        pi
        /home/pi
        pi adm dialout cdrom sudo audio video plugdev games users input netdev lpadmin gpio i2c spi iobroker
        
        *** X-Server-Setup ***
        X-Server:       false
        Desktop:
        Terminal:       tty
        Boot Target:    graphical.target
        
        *** MEMORY ***
                      total        used        free      shared  buff/cache   available
        Mem:           7.9G        606M        5.9G         16M        1.4G        7.1G
        Swap:           99M          0B         99M
        Total:         8.0G        606M        6.0G
        
                 7898 M total memory
                  606 M used memory
                  677 M active memory
                 1068 M inactive memory
                 5938 M free memory
                  187 M buffer memory
                 1166 M swap cache
                   99 M total swap
                    0 M used swap
                   99 M free swap
        
        *** FILESYSTEM ***
        Filesystem     Type      Size  Used Avail Use% Mounted on
        /dev/root      ext4       29G   21G  6.7G  76% /
        devtmpfs       devtmpfs  3.7G     0  3.7G   0% /dev
        tmpfs          tmpfs     3.9G   16K  3.9G   1% /dev/shm
        tmpfs          tmpfs     3.9G   17M  3.9G   1% /run
        tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
        tmpfs          tmpfs     3.9G     0  3.9G   0% /sys/fs/cgroup
        /dev/mmcblk0p1 vfat      253M   51M  202M  20% /boot
        tmpfs          tmpfs     790M     0  790M   0% /run/user/1000
        
        Messages in dmesg:
        [Sat Feb 18 16:41:53 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=E4:5F:01:36:41:04 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tty1 root=PARTUUID=97709164-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
        [Sat Feb 18 16:41:55 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
        [Sat Feb 18 16:41:55 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
        [Sat Feb 18 16:41:57 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
        
        Show mounted filesystems (real ones only):
        TARGET        SOURCE         FSTYPE OPTIONS
        /             /dev/mmcblk0p2 ext4   rw,noatime
        |-/sys/fs/bpf bpf            bpf    rw,nosuid,nodev,noexec,relatime,mode=700
        `-/boot       /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
        
        Files in neuralgic directories:
        
        /var:
        3.7G    /var/
        1.8G    /var/cache/apt/archives
        1.8G    /var/cache/apt
        1.8G    /var/cache
        1.3G    /var/lib
        
        /opt/iobroker/backups:
        4.5G    /opt/iobroker/backups/
        
        /opt/iobroker/iobroker-data:
        1.1G    /opt/iobroker/iobroker-data/
        1015M   /opt/iobroker/iobroker-data/files
        720M    /opt/iobroker/iobroker-data/files/vis-2-beta
        680M    /opt/iobroker/iobroker-data/files/vis-2-beta/static
        678M    /opt/iobroker/iobroker-data/files/vis-2-beta/static/js
        
        The five largest files in iobroker-data are:
        27M     /opt/iobroker/iobroker-data/files/material/static/js/2.73100bd6.chunk.js.map
        24M     /opt/iobroker/iobroker-data/files/material/static/js/2.a95ea65c.chunk.js.map
        19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.904d455f.js.map
        15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
        9.7M    /opt/iobroker/iobroker-data/files/vis-2-beta/material-icons/knx-uf.json
        
        *** NodeJS-Installation ***
        
        /usr/bin/nodejs         v16.19.1
        /usr/bin/node           v16.19.1
        /usr/bin/npm            8.19.3
        /usr/bin/npx            8.19.3
        
        nodejs:
          Installed: 16.19.1-deb-1nodesource1
          Candidate: 16.19.1-deb-1nodesource1
          Version table:
         *** 16.19.1-deb-1nodesource1 500
                500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
                100 /var/lib/dpkg/status
             10.24.0~dfsg-1~deb10u2 500
                500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                500 https://archive.raspbian.org/raspbian buster/main armhf Packages
        
        Temp directories causing npm8 problem: 0
        
        *** ioBroker-Installation ***
        
        ioBroker Status
        iobroker is not running on this host.
        
        
        Objects type: jsonl
        States  type: jsonl
        
        Core adapters versions
        js-controller:  4.0.24
        admin:          6.3.5
        javascript:     6.1.4
        
        Adapters from github:   5
        
        Adapter State
          system.adapter.accuweather.0            : accuweather           : raspberrypi                              - disabled
          system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              -  enabled
          system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
          system.adapter.binance.0                : binance               : raspberrypi                              - disabled
          system.adapter.daswetter.0              : daswetter             : raspberrypi                              - disabled
          system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
          system.adapter.email.0                  : email                 : raspberrypi                              -  enabled
          system.adapter.energiefluss.0           : energiefluss          : raspberrypi                              - disabled
          system.adapter.goodwe.0                 : goodwe                : raspberrypi                              - disabled
          system.adapter.icons-material-png.0     : icons-material-png    : raspberrypi                              -  enabled
          system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
          system.adapter.iot.0                    : iot                   : raspberrypi                              - disabled
          system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
          system.adapter.kodi.0                   : kodi                  : raspberrypi                              - disabled, port: 9090
          system.adapter.lg-thinq.0               : lg-thinq              : raspberrypi                              -  enabled
          system.adapter.material.0               : material              : raspberrypi                              -  enabled
          system.adapter.mbus.0                   : mbus                  : raspberrypi                              -  enabled, port: 3493
          system.adapter.modbus.0                 : modbus                : raspberrypi                              - disabled
          system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1886, bind: 192.168.178.55
          system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled
          system.adapter.onvif.0                  : onvif                 : raspberrypi                              - disabled
          system.adapter.openweathermap.0         : openweathermap        : raspberrypi                              - disabled
          system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
          system.adapter.renault.0                : renault               : raspberrypi                              - disabled
          system.adapter.shelly.0                 : shelly                : raspberrypi                              - disabled, port: 1882, bind: 0.0.0.0
          system.adapter.simple-api.0             : simple-api            : raspberrypi                              - disabled, port: 8087, bind: 0.0.0.0, run as: admin
          system.adapter.socketio.0               : socketio              : raspberrypi                              - disabled, port: 8084, bind: 0.0.0.0, run as: admin
          system.adapter.solarwetter.0            : solarwetter           : raspberrypi                              - disabled
          system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 192.168.178.55
          system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              -  enabled
          system.adapter.synology.0               : synology              : raspberrypi                              - disabled, port: 5000
          system.adapter.telegram.0               : telegram              : raspberrypi                              - disabled, port: 8443, bind: 0.0.0.0
          system.adapter.text2command.0           : text2command          : raspberrypi                              - disabled
          system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled
          system.adapter.unifi.0                  : unifi                 : raspberrypi                              - disabled
          system.adapter.vis-2-beta.0             : vis-2-beta            : raspberrypi                              - disabled
          system.adapter.vis-2-widgets-energy.0   : vis-2-widgets-energy  : raspberrypi                              -  enabled
          system.adapter.vis-2-widgets-gauges.0   : vis-2-widgets-gauges  : raspberrypi                              -  enabled
          system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: raspberrypi                              -  enabled
          system.adapter.vis-bars.0               : vis-bars              : raspberrypi                              -  enabled
          system.adapter.vis-colorpicker.0        : vis-colorpicker       : raspberrypi                              -  enabled
          system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              -  enabled
          system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              -  enabled
          system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              -  enabled
          system.adapter.vis-weather.0            : vis-weather           : raspberrypi                              -  enabled
          system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
          system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          system.adapter.zoe2.0                   : zoe2                  : raspberrypi                              - disabled
          system.adapter.zoe2.1                   : zoe2                  : raspberrypi                              - disabled
        
        + instance is alive
        
        Enabled adapters with bindings
          system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
          system.adapter.mbus.0                   : mbus                  : raspberrypi                              -  enabled, port: 3493
          system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1886, bind: 192.168.178.55
          system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 192.168.178.55
          system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        
        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    "accuweather"  : 1.2.1    , installed 1.2.1
        Adapter    "admin"        : 6.3.5    , installed 6.3.5
        Adapter    "alias-manager": 1.2.4    , installed 1.2.4
        Adapter    "backitup"     : 2.5.12   , installed 2.5.12
        Adapter    "binance"      : 1.1.3    , installed 1.1.3
        Adapter    "chromecast"   : 2.3.1    , installed 2.3.1
        Adapter    "daswetter"    : 3.1.7    , installed 3.1.7
        Adapter    "discovery"    : 3.1.0    , installed 3.1.0
        Adapter    "email"        : 1.1.4    , installed 1.1.4
        Adapter    "icons-material-png": 0.1.0, installed 0.1.0
        Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
        Adapter    "info"         : 1.9.19   , installed 1.9.19
        Adapter    "iot"          : 1.14.2   , installed 1.14.2
        Adapter    "javascript"   : 6.1.4    , installed 6.1.4
        Controller "js-controller": 4.0.24   , installed 4.0.24
        Adapter    "kodi"         : 2.0.8    , installed 2.0.8
        Adapter    "lg-thinq"     : 0.1.4    , installed 0.1.4
        Adapter    "lovelace"     : 3.0.1    , installed 2.2.0  [Updatable]
        Adapter    "material"     : 1.1.2    , installed 1.1.2
        Adapter    "mbus"         : 2.4.0    , installed 2.4.0
        Adapter    "modbus"       : 5.0.11   , installed 5.0.11
        Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
        Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
        Adapter    "onvif"        : 0.4.4    , installed 0.4.4
        Adapter    "openweathermap": 0.3.3   , installed 0.3.3
        Adapter    "ping"         : 1.5.3    , installed 1.5.3
        Adapter    "renault"      : 0.0.15   , installed 0.0.15
        Adapter    "shelly"       : 6.3.1    , installed 6.3.1
        Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
        Adapter    "socketio"     : 4.2.0    , installed 4.2.0
        Adapter    "solarwetter"  : 1.0.0    , installed 1.0.0
        Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
        Adapter    "synology"     : 2.1.13   , installed 2.1.13
        Adapter    "telegram"     : 1.15.2   , installed 1.15.2
        Adapter    "text2command" : 2.3.0    , installed 2.3.0
        Adapter    "tr-064"       : 4.2.17   , installed 4.2.17
        Adapter    "unifi"        : 0.5.10   , installed 0.5.10
        Adapter    "vis"          : 1.4.15   , installed 1.4.14 [Updatable]
        Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
        Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
        Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
        Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
        Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
        Adapter    "web"          : 4.3.0    , installed 4.3.0
        Adapter    "ws"           : 1.3.0    , installed 1.3.0
        
        Objects and States
        Please stand by - This may take a while
        Objects:        7504
        States:         5894
        
        *** OS-Repositories and Updates ***
        W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian jessie InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
        W: Failed to fetch https://repos.influxdata.com/debian/dists/jessie/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
        W: Some index files failed to download. They have been ignored, or old ones used instead.
        Hit:1 http://archive.raspberrypi.org/debian buster InRelease
        Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
        Hit:3 https://deb.nodesource.com/node_16.x buster InRelease
        Get:4 https://repos.influxdata.com/debian jessie InRelease [7020 B]
        Hit:5 https://apt.hyperion-project.org buster InRelease
        Hit:6 https://archive.raspbian.org/raspbian buster InRelease
        Err:4 https://repos.influxdata.com/debian jessie InRelease
          The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
        Fetched 7020 B in 3s (2471 B/s)
        Reading package lists...
        W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian jessie InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
        W: Failed to fetch https://repos.influxdata.com/debian/dists/jessie/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
        W: Some index files failed to download. They have been ignored, or old ones used instead.
        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:1880            0.0.0.0:*               LISTEN      1000       25121      425/node-red
        tcp        0      0 127.0.0.1:6379          0.0.0.0:*               LISTEN      115        18712      679/redis-server 12
        tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      0          21694      674/vncserver-x11-c
        tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          16124      427/cupsd
        tcp        0      0 0.0.0.0:8093            0.0.0.0:*               LISTEN      0          23795      1117/motion
        tcp        0      0 0.0.0.0:8083            0.0.0.0:*               LISTEN      0          23793      1117/motion
        tcp        0      0 0.0.0.0:7777            0.0.0.0:*               LISTEN      0          23127      1117/motion
        tcp        0      0 0.0.0.0:7778            0.0.0.0:*               LISTEN      0          23794      1117/motion
        tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      113        21782      666/influxd
        tcp        0      0 0.0.0.0:8765            0.0.0.0:*               LISTEN      0          23814      448/python
        tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN      0          20375      981/master
        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          19297      741/sshd
        tcp        0      0 127.0.0.1:7999          0.0.0.0:*               LISTEN      0          23792      1117/motion
        tcp6       0      0 :::3389                 :::*                    LISTEN      112        19401      769/xrdp
        tcp6       0      0 ::1:3350                :::*                    LISTEN      0          19315      737/xrdp-sesman
        tcp6       0      0 :::5900                 :::*                    LISTEN      0          21693      674/vncserver-x11-c
        tcp6       0      0 :::19445                :::*                    LISTEN      1000       21796      651/hyperiond
        tcp6       0      0 :::19444                :::*                    LISTEN      1000       21799      651/hyperiond
        tcp6       0      0 :::19400                :::*                    LISTEN      1000       21414      651/hyperiond
        tcp6       0      0 :::8092                 :::*                    LISTEN      1000       21801      651/hyperiond
        tcp6       0      0 :::8090                 :::*                    LISTEN      1000       21419      651/hyperiond
        tcp6       0      0 :::8086                 :::*                    LISTEN      113        24345      666/influxd
        tcp6       0      0 :::19333                :::*                    LISTEN      1000       21417      651/hyperiond
        tcp6       0      0 ::1:631                 :::*                    LISTEN      0          16123      427/cupsd
        tcp6       0      0 :::25                   :::*                    LISTEN      0          20376      981/master
        tcp6       0      0 :::22                   :::*                    LISTEN      0          19299      741/sshd
        tcp6       0      0 ::1:6379                :::*                    LISTEN      115        18713      679/redis-server 12
        udp        0      0 0.0.0.0:42471           0.0.0.0:*                           108        17828      467/avahi-daemon: r
        udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          19404      572/dhcpcd
        udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          19745      641/cups-browsed
        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       22800      651/hyperiond
        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       22797      651/hyperiond
        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        17826      467/avahi-daemon: r
        udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       22812      651/hyperiond
        udp6       0      0 :::546                  :::*                                0          22015      572/dhcpcd
        udp6       0      0 :::47802                :::*                                108        17829      467/avahi-daemon: r
        udp6       0      0 :::58565                :::*                                1000       22811      651/hyperiond
        udp6       0      0 :::5353                 :::*                                1000       22801      651/hyperiond
        udp6       0      0 :::5353                 :::*                                1000       22798      651/hyperiond
        udp6       0      0 :::5353                 :::*                                108        17827      467/avahi-daemon: r
        
        *** Log File - Last 25 Lines ***
        
        2023-02-18 17:55:15.760  - info: ping.0 (6562) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
        2023-02-18 17:55:15.765  - info: sonoff.0 (6536) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
        2023-02-18 17:55:15.785  - info: mqtt.0 (6512) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
        2023-02-18 17:55:16.090  - info: host.raspberrypi instance system.adapter.email.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
        2023-02-18 17:55:16.292  - info: host.raspberrypi instance system.adapter.sourceanalytix.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
        2023-02-18 17:55:16.449  - info: host.raspberrypi stopInstance system.adapter.mqtt.0 killing pid 6512
        2023-02-18 17:55:16.450  - info: host.raspberrypi stopInstance system.adapter.sonoff.0 killing pid 6536
        2023-02-18 17:55:16.450  - info: host.raspberrypi stopInstance system.adapter.ping.0 killing pid 6562
        2023-02-18 17:55:16.525  - info: host.raspberrypi instance system.adapter.influxdb.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
        2023-02-18 17:55:16.527  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
        2023-02-18 17:55:16.772  - info: host.raspberrypi instance system.adapter.javascript.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
        2023-02-18 17:55:16.773  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
        2023-02-18 17:55:16.774  - info: host.raspberrypi instance system.adapter.lg-thinq.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
        2023-02-18 17:55:16.852  - info: host.raspberrypi instance system.adapter.web.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
        2023-02-18 17:55:16.852  - info: host.raspberrypi All instances are stopped.
        2023-02-18 17:55:17.063  - warn: host.raspberrypi instance system.adapter.mqtt.0 terminated due to SIGTERM
        2023-02-18 17:55:17.063  - info: host.raspberrypi instance system.adapter.mqtt.0 terminated with code null ()
        2023-02-18 17:55:17.064  - info: host.raspberrypi All instances are stopped.
        2023-02-18 17:55:17.064  - warn: host.raspberrypi instance system.adapter.sonoff.0 terminated due to SIGTERM
        2023-02-18 17:55:17.064  - info: host.raspberrypi instance system.adapter.sonoff.0 terminated with code null ()
        2023-02-18 17:55:17.064  - info: host.raspberrypi All instances are stopped.
        2023-02-18 17:55:17.064  - warn: host.raspberrypi instance system.adapter.ping.0 terminated due to SIGTERM
        2023-02-18 17:55:17.065  - info: host.raspberrypi instance system.adapter.ping.0 terminated with code null ()
        2023-02-18 17:55:17.065  - info: host.raspberrypi All instances are stopped.
        2023-02-18 17:55:17.152  - info: host.raspberrypi terminated
        
        
        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • mmoeller53M mmoeller53

          @thomas-braun ```

          Skript v.2023-01-02
          
          *** BASE SYSTEM ***
          Model           : Raspberry Pi 4 Model B Rev 1.4
          Architecture:   armv7l
          Docker:         false
          Virtualization: none
          Distributor ID: Raspbian
          Description:    Raspbian GNU/Linux 10 (buster)
          Release:        10
          Codename:       buster
          
          PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
          NAME="Raspbian GNU/Linux"
          VERSION_ID="10"
          VERSION="10 (buster)"
          VERSION_CODENAME=buster
          ID=raspbian
          ID_LIKE=debian
          HOME_URL="http://www.raspbian.org/"
          SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
          BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
          
          Systemuptime and Load:
           18:50:56 up  2:09,  2 users,  load average: 1.06, 1.62, 1.46
          CPU threads: 4
          
          *** Time and Time Zones ***
          Sat Feb 18 17:50:56 UTC 2023
          Sat Feb 18 18:50:56 CET 2023
          CET +0100
          Europe/Berlin
          
          *** User and Groups ***
          pi
          /home/pi
          pi adm dialout cdrom sudo audio video plugdev games users input netdev lpadmin gpio i2c spi iobroker
          
          *** X-Server-Setup ***
          X-Server:       false
          Desktop:
          Terminal:       tty
          Boot Target:    graphical.target
          
          *** MEMORY ***
                        total        used        free      shared  buff/cache   available
          Mem:           7.9G        606M        5.9G         16M        1.4G        7.1G
          Swap:           99M          0B         99M
          Total:         8.0G        606M        6.0G
          
                   7898 M total memory
                    606 M used memory
                    677 M active memory
                   1068 M inactive memory
                   5938 M free memory
                    187 M buffer memory
                   1166 M swap cache
                     99 M total swap
                      0 M used swap
                     99 M free swap
          
          *** FILESYSTEM ***
          Filesystem     Type      Size  Used Avail Use% Mounted on
          /dev/root      ext4       29G   21G  6.7G  76% /
          devtmpfs       devtmpfs  3.7G     0  3.7G   0% /dev
          tmpfs          tmpfs     3.9G   16K  3.9G   1% /dev/shm
          tmpfs          tmpfs     3.9G   17M  3.9G   1% /run
          tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
          tmpfs          tmpfs     3.9G     0  3.9G   0% /sys/fs/cgroup
          /dev/mmcblk0p1 vfat      253M   51M  202M  20% /boot
          tmpfs          tmpfs     790M     0  790M   0% /run/user/1000
          
          Messages in dmesg:
          [Sat Feb 18 16:41:53 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=E4:5F:01:36:41:04 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tty1 root=PARTUUID=97709164-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
          [Sat Feb 18 16:41:55 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
          [Sat Feb 18 16:41:55 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
          [Sat Feb 18 16:41:57 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
          
          Show mounted filesystems (real ones only):
          TARGET        SOURCE         FSTYPE OPTIONS
          /             /dev/mmcblk0p2 ext4   rw,noatime
          |-/sys/fs/bpf bpf            bpf    rw,nosuid,nodev,noexec,relatime,mode=700
          `-/boot       /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
          
          Files in neuralgic directories:
          
          /var:
          3.7G    /var/
          1.8G    /var/cache/apt/archives
          1.8G    /var/cache/apt
          1.8G    /var/cache
          1.3G    /var/lib
          
          /opt/iobroker/backups:
          4.5G    /opt/iobroker/backups/
          
          /opt/iobroker/iobroker-data:
          1.1G    /opt/iobroker/iobroker-data/
          1015M   /opt/iobroker/iobroker-data/files
          720M    /opt/iobroker/iobroker-data/files/vis-2-beta
          680M    /opt/iobroker/iobroker-data/files/vis-2-beta/static
          678M    /opt/iobroker/iobroker-data/files/vis-2-beta/static/js
          
          The five largest files in iobroker-data are:
          27M     /opt/iobroker/iobroker-data/files/material/static/js/2.73100bd6.chunk.js.map
          24M     /opt/iobroker/iobroker-data/files/material/static/js/2.a95ea65c.chunk.js.map
          19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.904d455f.js.map
          15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
          9.7M    /opt/iobroker/iobroker-data/files/vis-2-beta/material-icons/knx-uf.json
          
          *** NodeJS-Installation ***
          
          /usr/bin/nodejs         v16.19.1
          /usr/bin/node           v16.19.1
          /usr/bin/npm            8.19.3
          /usr/bin/npx            8.19.3
          
          nodejs:
            Installed: 16.19.1-deb-1nodesource1
            Candidate: 16.19.1-deb-1nodesource1
            Version table:
           *** 16.19.1-deb-1nodesource1 500
                  500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
                  100 /var/lib/dpkg/status
               10.24.0~dfsg-1~deb10u2 500
                  500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                  500 https://archive.raspbian.org/raspbian buster/main armhf Packages
          
          Temp directories causing npm8 problem: 0
          
          *** ioBroker-Installation ***
          
          ioBroker Status
          iobroker is not running on this host.
          
          
          Objects type: jsonl
          States  type: jsonl
          
          Core adapters versions
          js-controller:  4.0.24
          admin:          6.3.5
          javascript:     6.1.4
          
          Adapters from github:   5
          
          Adapter State
            system.adapter.accuweather.0            : accuweather           : raspberrypi                              - disabled
            system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              -  enabled
            system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
            system.adapter.binance.0                : binance               : raspberrypi                              - disabled
            system.adapter.daswetter.0              : daswetter             : raspberrypi                              - disabled
            system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
            system.adapter.email.0                  : email                 : raspberrypi                              -  enabled
            system.adapter.energiefluss.0           : energiefluss          : raspberrypi                              - disabled
            system.adapter.goodwe.0                 : goodwe                : raspberrypi                              - disabled
            system.adapter.icons-material-png.0     : icons-material-png    : raspberrypi                              -  enabled
            system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
            system.adapter.iot.0                    : iot                   : raspberrypi                              - disabled
            system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
            system.adapter.kodi.0                   : kodi                  : raspberrypi                              - disabled, port: 9090
            system.adapter.lg-thinq.0               : lg-thinq              : raspberrypi                              -  enabled
            system.adapter.material.0               : material              : raspberrypi                              -  enabled
            system.adapter.mbus.0                   : mbus                  : raspberrypi                              -  enabled, port: 3493
            system.adapter.modbus.0                 : modbus                : raspberrypi                              - disabled
            system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1886, bind: 192.168.178.55
            system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled
            system.adapter.onvif.0                  : onvif                 : raspberrypi                              - disabled
            system.adapter.openweathermap.0         : openweathermap        : raspberrypi                              - disabled
            system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
            system.adapter.renault.0                : renault               : raspberrypi                              - disabled
            system.adapter.shelly.0                 : shelly                : raspberrypi                              - disabled, port: 1882, bind: 0.0.0.0
            system.adapter.simple-api.0             : simple-api            : raspberrypi                              - disabled, port: 8087, bind: 0.0.0.0, run as: admin
            system.adapter.socketio.0               : socketio              : raspberrypi                              - disabled, port: 8084, bind: 0.0.0.0, run as: admin
            system.adapter.solarwetter.0            : solarwetter           : raspberrypi                              - disabled
            system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 192.168.178.55
            system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              -  enabled
            system.adapter.synology.0               : synology              : raspberrypi                              - disabled, port: 5000
            system.adapter.telegram.0               : telegram              : raspberrypi                              - disabled, port: 8443, bind: 0.0.0.0
            system.adapter.text2command.0           : text2command          : raspberrypi                              - disabled
            system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled
            system.adapter.unifi.0                  : unifi                 : raspberrypi                              - disabled
            system.adapter.vis-2-beta.0             : vis-2-beta            : raspberrypi                              - disabled
            system.adapter.vis-2-widgets-energy.0   : vis-2-widgets-energy  : raspberrypi                              -  enabled
            system.adapter.vis-2-widgets-gauges.0   : vis-2-widgets-gauges  : raspberrypi                              -  enabled
            system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: raspberrypi                              -  enabled
            system.adapter.vis-bars.0               : vis-bars              : raspberrypi                              -  enabled
            system.adapter.vis-colorpicker.0        : vis-colorpicker       : raspberrypi                              -  enabled
            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              -  enabled
            system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              -  enabled
            system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              -  enabled
            system.adapter.vis-weather.0            : vis-weather           : raspberrypi                              -  enabled
            system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
            system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            system.adapter.zoe2.0                   : zoe2                  : raspberrypi                              - disabled
            system.adapter.zoe2.1                   : zoe2                  : raspberrypi                              - disabled
          
          + instance is alive
          
          Enabled adapters with bindings
            system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
            system.adapter.mbus.0                   : mbus                  : raspberrypi                              -  enabled, port: 3493
            system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1886, bind: 192.168.178.55
            system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 192.168.178.55
            system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          
          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    "accuweather"  : 1.2.1    , installed 1.2.1
          Adapter    "admin"        : 6.3.5    , installed 6.3.5
          Adapter    "alias-manager": 1.2.4    , installed 1.2.4
          Adapter    "backitup"     : 2.5.12   , installed 2.5.12
          Adapter    "binance"      : 1.1.3    , installed 1.1.3
          Adapter    "chromecast"   : 2.3.1    , installed 2.3.1
          Adapter    "daswetter"    : 3.1.7    , installed 3.1.7
          Adapter    "discovery"    : 3.1.0    , installed 3.1.0
          Adapter    "email"        : 1.1.4    , installed 1.1.4
          Adapter    "icons-material-png": 0.1.0, installed 0.1.0
          Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
          Adapter    "info"         : 1.9.19   , installed 1.9.19
          Adapter    "iot"          : 1.14.2   , installed 1.14.2
          Adapter    "javascript"   : 6.1.4    , installed 6.1.4
          Controller "js-controller": 4.0.24   , installed 4.0.24
          Adapter    "kodi"         : 2.0.8    , installed 2.0.8
          Adapter    "lg-thinq"     : 0.1.4    , installed 0.1.4
          Adapter    "lovelace"     : 3.0.1    , installed 2.2.0  [Updatable]
          Adapter    "material"     : 1.1.2    , installed 1.1.2
          Adapter    "mbus"         : 2.4.0    , installed 2.4.0
          Adapter    "modbus"       : 5.0.11   , installed 5.0.11
          Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
          Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
          Adapter    "onvif"        : 0.4.4    , installed 0.4.4
          Adapter    "openweathermap": 0.3.3   , installed 0.3.3
          Adapter    "ping"         : 1.5.3    , installed 1.5.3
          Adapter    "renault"      : 0.0.15   , installed 0.0.15
          Adapter    "shelly"       : 6.3.1    , installed 6.3.1
          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
          Adapter    "socketio"     : 4.2.0    , installed 4.2.0
          Adapter    "solarwetter"  : 1.0.0    , installed 1.0.0
          Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
          Adapter    "synology"     : 2.1.13   , installed 2.1.13
          Adapter    "telegram"     : 1.15.2   , installed 1.15.2
          Adapter    "text2command" : 2.3.0    , installed 2.3.0
          Adapter    "tr-064"       : 4.2.17   , installed 4.2.17
          Adapter    "unifi"        : 0.5.10   , installed 0.5.10
          Adapter    "vis"          : 1.4.15   , installed 1.4.14 [Updatable]
          Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
          Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
          Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
          Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
          Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
          Adapter    "web"          : 4.3.0    , installed 4.3.0
          Adapter    "ws"           : 1.3.0    , installed 1.3.0
          
          Objects and States
          Please stand by - This may take a while
          Objects:        7504
          States:         5894
          
          *** OS-Repositories and Updates ***
          W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian jessie InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
          W: Failed to fetch https://repos.influxdata.com/debian/dists/jessie/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
          W: Some index files failed to download. They have been ignored, or old ones used instead.
          Hit:1 http://archive.raspberrypi.org/debian buster InRelease
          Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
          Hit:3 https://deb.nodesource.com/node_16.x buster InRelease
          Get:4 https://repos.influxdata.com/debian jessie InRelease [7020 B]
          Hit:5 https://apt.hyperion-project.org buster InRelease
          Hit:6 https://archive.raspbian.org/raspbian buster InRelease
          Err:4 https://repos.influxdata.com/debian jessie InRelease
            The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
          Fetched 7020 B in 3s (2471 B/s)
          Reading package lists...
          W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian jessie InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
          W: Failed to fetch https://repos.influxdata.com/debian/dists/jessie/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
          W: Some index files failed to download. They have been ignored, or old ones used instead.
          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:1880            0.0.0.0:*               LISTEN      1000       25121      425/node-red
          tcp        0      0 127.0.0.1:6379          0.0.0.0:*               LISTEN      115        18712      679/redis-server 12
          tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      0          21694      674/vncserver-x11-c
          tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          16124      427/cupsd
          tcp        0      0 0.0.0.0:8093            0.0.0.0:*               LISTEN      0          23795      1117/motion
          tcp        0      0 0.0.0.0:8083            0.0.0.0:*               LISTEN      0          23793      1117/motion
          tcp        0      0 0.0.0.0:7777            0.0.0.0:*               LISTEN      0          23127      1117/motion
          tcp        0      0 0.0.0.0:7778            0.0.0.0:*               LISTEN      0          23794      1117/motion
          tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      113        21782      666/influxd
          tcp        0      0 0.0.0.0:8765            0.0.0.0:*               LISTEN      0          23814      448/python
          tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN      0          20375      981/master
          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          19297      741/sshd
          tcp        0      0 127.0.0.1:7999          0.0.0.0:*               LISTEN      0          23792      1117/motion
          tcp6       0      0 :::3389                 :::*                    LISTEN      112        19401      769/xrdp
          tcp6       0      0 ::1:3350                :::*                    LISTEN      0          19315      737/xrdp-sesman
          tcp6       0      0 :::5900                 :::*                    LISTEN      0          21693      674/vncserver-x11-c
          tcp6       0      0 :::19445                :::*                    LISTEN      1000       21796      651/hyperiond
          tcp6       0      0 :::19444                :::*                    LISTEN      1000       21799      651/hyperiond
          tcp6       0      0 :::19400                :::*                    LISTEN      1000       21414      651/hyperiond
          tcp6       0      0 :::8092                 :::*                    LISTEN      1000       21801      651/hyperiond
          tcp6       0      0 :::8090                 :::*                    LISTEN      1000       21419      651/hyperiond
          tcp6       0      0 :::8086                 :::*                    LISTEN      113        24345      666/influxd
          tcp6       0      0 :::19333                :::*                    LISTEN      1000       21417      651/hyperiond
          tcp6       0      0 ::1:631                 :::*                    LISTEN      0          16123      427/cupsd
          tcp6       0      0 :::25                   :::*                    LISTEN      0          20376      981/master
          tcp6       0      0 :::22                   :::*                    LISTEN      0          19299      741/sshd
          tcp6       0      0 ::1:6379                :::*                    LISTEN      115        18713      679/redis-server 12
          udp        0      0 0.0.0.0:42471           0.0.0.0:*                           108        17828      467/avahi-daemon: r
          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          19404      572/dhcpcd
          udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          19745      641/cups-browsed
          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       22800      651/hyperiond
          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       22797      651/hyperiond
          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        17826      467/avahi-daemon: r
          udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       22812      651/hyperiond
          udp6       0      0 :::546                  :::*                                0          22015      572/dhcpcd
          udp6       0      0 :::47802                :::*                                108        17829      467/avahi-daemon: r
          udp6       0      0 :::58565                :::*                                1000       22811      651/hyperiond
          udp6       0      0 :::5353                 :::*                                1000       22801      651/hyperiond
          udp6       0      0 :::5353                 :::*                                1000       22798      651/hyperiond
          udp6       0      0 :::5353                 :::*                                108        17827      467/avahi-daemon: r
          
          *** Log File - Last 25 Lines ***
          
          2023-02-18 17:55:15.760  - info: ping.0 (6562) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
          2023-02-18 17:55:15.765  - info: sonoff.0 (6536) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
          2023-02-18 17:55:15.785  - info: mqtt.0 (6512) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
          2023-02-18 17:55:16.090  - info: host.raspberrypi instance system.adapter.email.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
          2023-02-18 17:55:16.292  - info: host.raspberrypi instance system.adapter.sourceanalytix.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
          2023-02-18 17:55:16.449  - info: host.raspberrypi stopInstance system.adapter.mqtt.0 killing pid 6512
          2023-02-18 17:55:16.450  - info: host.raspberrypi stopInstance system.adapter.sonoff.0 killing pid 6536
          2023-02-18 17:55:16.450  - info: host.raspberrypi stopInstance system.adapter.ping.0 killing pid 6562
          2023-02-18 17:55:16.525  - info: host.raspberrypi instance system.adapter.influxdb.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
          2023-02-18 17:55:16.527  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
          2023-02-18 17:55:16.772  - info: host.raspberrypi instance system.adapter.javascript.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
          2023-02-18 17:55:16.773  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
          2023-02-18 17:55:16.774  - info: host.raspberrypi instance system.adapter.lg-thinq.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
          2023-02-18 17:55:16.852  - info: host.raspberrypi instance system.adapter.web.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
          2023-02-18 17:55:16.852  - info: host.raspberrypi All instances are stopped.
          2023-02-18 17:55:17.063  - warn: host.raspberrypi instance system.adapter.mqtt.0 terminated due to SIGTERM
          2023-02-18 17:55:17.063  - info: host.raspberrypi instance system.adapter.mqtt.0 terminated with code null ()
          2023-02-18 17:55:17.064  - info: host.raspberrypi All instances are stopped.
          2023-02-18 17:55:17.064  - warn: host.raspberrypi instance system.adapter.sonoff.0 terminated due to SIGTERM
          2023-02-18 17:55:17.064  - info: host.raspberrypi instance system.adapter.sonoff.0 terminated with code null ()
          2023-02-18 17:55:17.064  - info: host.raspberrypi All instances are stopped.
          2023-02-18 17:55:17.064  - warn: host.raspberrypi instance system.adapter.ping.0 terminated due to SIGTERM
          2023-02-18 17:55:17.065  - info: host.raspberrypi instance system.adapter.ping.0 terminated with code null ()
          2023-02-18 17:55:17.065  - info: host.raspberrypi All instances are stopped.
          2023-02-18 17:55:17.152  - info: host.raspberrypi terminated
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von Thomas Braun
          #4

          @mmoeller53 sagte in seit Node update von 12.x auf 16.x kommen nur noch errors:

          buster

          ist tot. Installier da Debian 11 'Bullseye'.

          Get:4 https://repos.influxdata.com/debian jessie InRelease [7020 B]

          Das influxdb-Repo ist falsch, das musst statt 'jessie' auf 'buster' lauten. Am besten gleich richtig machen. Inkl. neuer keys, die haben sich zuletzt auch geändert.

          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

          mmoeller53M 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @mmoeller53 sagte in seit Node update von 12.x auf 16.x kommen nur noch errors:

            buster

            ist tot. Installier da Debian 11 'Bullseye'.

            Get:4 https://repos.influxdata.com/debian jessie InRelease [7020 B]

            Das influxdb-Repo ist falsch, das musst statt 'jessie' auf 'buster' lauten. Am besten gleich richtig machen. Inkl. neuer keys, die haben sich zuletzt auch geändert.

            mmoeller53M Offline
            mmoeller53M Offline
            mmoeller53
            schrieb am zuletzt editiert von
            #5

            @thomas-braun update auf 11 läuft jetzt, wie handhabt man das mit den influx repo?

            vielen dank auf jedenfall schonmal für die schnelle antwort

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • mmoeller53M mmoeller53

              @thomas-braun update auf 11 läuft jetzt, wie handhabt man das mit den influx repo?

              vielen dank auf jedenfall schonmal für die schnelle antwort

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

              @mmoeller53

              Alte influxdb.list / influxdata.list (oder wie die auch immer bei dir heißt, sollte jedenfalls in /etc/apt/sources.list.d zu finden sein) löschen und das Repo komplett neuanlegen.

              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

              mmoeller53M 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @mmoeller53

                Alte influxdb.list / influxdata.list (oder wie die auch immer bei dir heißt, sollte jedenfalls in /etc/apt/sources.list.d zu finden sein) löschen und das Repo komplett neuanlegen.

                mmoeller53M Offline
                mmoeller53M Offline
                mmoeller53
                schrieb am zuletzt editiert von Homoran
                #7

                @thomas-braun so update ist durch, anbei ein paar weitere fehlerlogs:

                $ iobroker url iobroker.canbus --host raspberrypi --debug
                
                install iobroker.canbus
                
                NPM version: 8.19.3
                
                Installing iobroker.canbus... (System call)
                
                npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/socketcan
                
                npm ERR! command failed
                
                npm ERR! command sh -c -- node-gyp rebuildnpm ERR! node:internal/modules/cjs/loader:1024npm ERR! throw err;npm ERR! ^npm ERR! npm ERR! Error: Cannot find module 'object-assign'npm ERR! Require stack:npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/render-template.jsnpm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/plumbing.js
                
                npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/index.jsnpm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/log.jsnpm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.jsnpm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.jsnpm ERR! at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1021:15)npm ERR! at Function.Module._load (node:internal/modules/cjs/loader:866:27)npm ERR! at Module.require (node:internal/modules/cjs/loader:1093:19)npm ERR! at require (node:internal/modules/cjs/helpers:108:18)npm ERR! at Object.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/render-template.js:4:20)npm ERR! at Module._compile (node:internal/modules/cjs/loader:1191:14)npm ERR! at Object.Module._extensions..js (node:internal/modules/cjs/loader:1245:10)npm ERR! at Module.load (node:internal/modules/cjs/loader:1069:32)npm ERR! at Function.Module._load (node:internal/modules/cjs/loader:904:12)npm ERR! at Module.require (node:internal/modules/cjs/loader:1093:19) {npm ERR! code: 'MODULE_NOT_FOUND',npm ERR! requireStack: [npm ERR! '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/render-template.js',npm ERR! '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/plumbing.js',npm ERR! '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/index.js',npm ERR! '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/log.js',npm ERR! '/usr/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js',npm ERR! '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js'npm ERR! ]npm ERR! }npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2023-02-18T20_40_41_231Z-debug-0.log
                
                host.raspberrypi Cannot install iobroker.canbus: 1
                
                ERROR: Process exited with code 25
                
                
                host.raspberrypi
                2023-02-18 21:42:35.746	error	instance system.adapter.mbus.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                host.raspberrypi
                2023-02-18 21:42:35.746	error	Caught by controller[0]: }
                host.raspberrypi
                2023-02-18 21:42:35.745	error	Caught by controller[0]: ]
                host.raspberrypi
                2023-02-18 21:42:35.745	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/lib/binding/node-v93-linux-arm/mbus.node'
                host.raspberrypi
                2023-02-18 21:42:35.745	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/addon-build/default/install-root/mbus.node',
                host.raspberrypi
                2023-02-18 21:42:35.745	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/addon-build/debug/install-root/mbus.node',
                host.raspberrypi
                2023-02-18 21:42:35.744	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/addon-build/release/install-root/mbus.node',
                host.raspberrypi
                2023-02-18 21:42:35.744	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/compiled/16.19.1/linux/arm/mbus.node',
                host.raspberrypi
                2023-02-18 21:42:35.744	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/build/default/mbus.node',
                host.raspberrypi
                2023-02-18 21:42:35.744	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/Release/mbus.node',
                host.raspberrypi
                2023-02-18 21:42:35.743	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/out/Release/mbus.node',
                host.raspberrypi
                2023-02-18 21:42:35.743	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/Debug/mbus.node',
                host.raspberrypi
                2023-02-18 21:42:35.743	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/out/Debug/mbus.node',
                host.raspberrypi
                2023-02-18 21:42:35.743	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/build/Release/mbus.node',
                host.raspberrypi
                2023-02-18 21:42:35.743	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/build/Debug/mbus.node',
                host.raspberrypi
                2023-02-18 21:42:35.742	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/build/mbus.node',
                host.raspberrypi
                2023-02-18 21:42:35.742	error	Caught by controller[0]: tries: [
                host.raspberrypi
                2023-02-18 21:42:35.742	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1191:14) {
                host.raspberrypi
                2023-02-18 21:42:35.741	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.mbus/main.js:19:20)
                host.raspberrypi
                2023-02-18 21:42:35.741	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:108:18)
                host.raspberrypi
                2023-02-18 21:42:35.741	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1093:19)
                host.raspberrypi
                2023-02-18 21:42:35.740	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:904:12)
                host.raspberrypi
                2023-02-18 21:42:35.740	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1069:32)
                host.raspberrypi
                2023-02-18 21:42:35.740	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1245:10)
                host.raspberrypi
                2023-02-18 21:42:35.740	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1191:14)
                host.raspberrypi
                2023-02-18 21:42:35.739	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/node-mbus/index.js:7:40)
                host.raspberrypi
                2023-02-18 21:42:35.739	error	Caught by controller[0]: at bindings (/opt/iobroker/node_modules/bindings/bindings.js:126:9)
                host.raspberrypi
                2023-02-18 21:42:35.739	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/lib/binding/node-v93-linux-arm/mbus.node
                host.raspberrypi
                2023-02-18 21:42:35.739	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/addon-build/default/install-root/mbus.node
                host.raspberrypi
                2023-02-18 21:42:35.738	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/addon-build/debug/install-root/mbus.node
                host.raspberrypi
                2023-02-18 21:42:35.738	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/addon-build/release/install-root/mbus.node
                host.raspberrypi
                2023-02-18 21:42:35.738	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/compiled/16.19.1/linux/arm/mbus.node
                host.raspberrypi
                2023-02-18 21:42:35.738	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/build/default/mbus.node
                host.raspberrypi
                2023-02-18 21:42:35.737	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/Release/mbus.node
                host.raspberrypi
                2023-02-18 21:42:35.737	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/out/Release/mbus.node
                host.raspberrypi
                2023-02-18 21:42:35.736	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/Debug/mbus.node
                host.raspberrypi
                2023-02-18 21:42:35.736	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/out/Debug/mbus.node
                host.raspberrypi
                2023-02-18 21:42:35.736	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/build/Release/mbus.node
                host.raspberrypi
                2023-02-18 21:42:35.736	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/build/Debug/mbus.node
                host.raspberrypi
                2023-02-18 21:42:35.735	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/build/mbus.node
                host.raspberrypi
                2023-02-18 21:42:35.735	error	Caught by controller[0]: Error: Could not locate the bindings file. Tried:
                host.raspberrypi
                2023-02-18 21:42:35.735	error	Caught by controller[0]: ^
                host.raspberrypi
                2023-02-18 21:42:35.735	error	Caught by controller[0]: throw err;
                host.raspberrypi
                2023-02-18 21:42:35.734	error	Caught by controller[0]: /opt/iobroker/node_modules/bindings/bindings.js:135
                
                
                Operatingsystem:        Raspbian GNU/Linux 11 (bullseye)
                Installation:           Native
                Timezone:               Europe/Berlin
                User-ID:                1000
                X-Server:               true
                Boot Target:            graphical.target
                
                Pending OS-Updates:     0
                
                Nodejs-Installation:    /usr/bin/nodejs         v16.19.1
                                        /usr/bin/node           v16.19.1
                                        /usr/bin/npm            8.19.3
                                        /usr/bin/npx            8.19.3
                
                ioBroker Core:          js-controller           4.0.24
                                        admin                   6.3.5
                
                ioBroker Status:        iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                
                Status admin:
                + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                
                Pending iob updates:    2
                
                Active repo(s): stable
                
                Objects:                7504
                States:                 5897
                
                Size of iob-Database:
                
                7.4M    /opt/iobroker/iobroker-data/objects.jsonl
                4.6M    /opt/iobroker/iobroker-data/objects.json.migrated
                4.6M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
                28K     /opt/iobroker/iobroker-data/objects.json.old
                7.7M    /opt/iobroker/iobroker-data/states.jsonl
                588K    /opt/iobroker/iobroker-data/states.json.migrated
                588K    /opt/iobroker/iobroker-data/states.json.bak.migrated
                368K    /opt/iobroker/iobroker-data/states.json.broken
                64K     /opt/iobroker/iobroker-data/states.json.old
                
                
                =================== END OF SUMMARY ====================
                
                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • mmoeller53M mmoeller53

                  @thomas-braun so update ist durch, anbei ein paar weitere fehlerlogs:

                  $ iobroker url iobroker.canbus --host raspberrypi --debug
                  
                  install iobroker.canbus
                  
                  NPM version: 8.19.3
                  
                  Installing iobroker.canbus... (System call)
                  
                  npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/socketcan
                  
                  npm ERR! command failed
                  
                  npm ERR! command sh -c -- node-gyp rebuildnpm ERR! node:internal/modules/cjs/loader:1024npm ERR! throw err;npm ERR! ^npm ERR! npm ERR! Error: Cannot find module 'object-assign'npm ERR! Require stack:npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/render-template.jsnpm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/plumbing.js
                  
                  npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/index.jsnpm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/log.jsnpm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.jsnpm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.jsnpm ERR! at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1021:15)npm ERR! at Function.Module._load (node:internal/modules/cjs/loader:866:27)npm ERR! at Module.require (node:internal/modules/cjs/loader:1093:19)npm ERR! at require (node:internal/modules/cjs/helpers:108:18)npm ERR! at Object.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/render-template.js:4:20)npm ERR! at Module._compile (node:internal/modules/cjs/loader:1191:14)npm ERR! at Object.Module._extensions..js (node:internal/modules/cjs/loader:1245:10)npm ERR! at Module.load (node:internal/modules/cjs/loader:1069:32)npm ERR! at Function.Module._load (node:internal/modules/cjs/loader:904:12)npm ERR! at Module.require (node:internal/modules/cjs/loader:1093:19) {npm ERR! code: 'MODULE_NOT_FOUND',npm ERR! requireStack: [npm ERR! '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/render-template.js',npm ERR! '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/plumbing.js',npm ERR! '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/index.js',npm ERR! '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/log.js',npm ERR! '/usr/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js',npm ERR! '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js'npm ERR! ]npm ERR! }npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2023-02-18T20_40_41_231Z-debug-0.log
                  
                  host.raspberrypi Cannot install iobroker.canbus: 1
                  
                  ERROR: Process exited with code 25
                  
                  
                  host.raspberrypi
                  2023-02-18 21:42:35.746	error	instance system.adapter.mbus.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  host.raspberrypi
                  2023-02-18 21:42:35.746	error	Caught by controller[0]: }
                  host.raspberrypi
                  2023-02-18 21:42:35.745	error	Caught by controller[0]: ]
                  host.raspberrypi
                  2023-02-18 21:42:35.745	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/lib/binding/node-v93-linux-arm/mbus.node'
                  host.raspberrypi
                  2023-02-18 21:42:35.745	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/addon-build/default/install-root/mbus.node',
                  host.raspberrypi
                  2023-02-18 21:42:35.745	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/addon-build/debug/install-root/mbus.node',
                  host.raspberrypi
                  2023-02-18 21:42:35.744	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/addon-build/release/install-root/mbus.node',
                  host.raspberrypi
                  2023-02-18 21:42:35.744	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/compiled/16.19.1/linux/arm/mbus.node',
                  host.raspberrypi
                  2023-02-18 21:42:35.744	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/build/default/mbus.node',
                  host.raspberrypi
                  2023-02-18 21:42:35.744	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/Release/mbus.node',
                  host.raspberrypi
                  2023-02-18 21:42:35.743	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/out/Release/mbus.node',
                  host.raspberrypi
                  2023-02-18 21:42:35.743	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/Debug/mbus.node',
                  host.raspberrypi
                  2023-02-18 21:42:35.743	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/out/Debug/mbus.node',
                  host.raspberrypi
                  2023-02-18 21:42:35.743	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/build/Release/mbus.node',
                  host.raspberrypi
                  2023-02-18 21:42:35.743	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/build/Debug/mbus.node',
                  host.raspberrypi
                  2023-02-18 21:42:35.742	error	Caught by controller[0]: '/opt/iobroker/node_modules/node-mbus/build/mbus.node',
                  host.raspberrypi
                  2023-02-18 21:42:35.742	error	Caught by controller[0]: tries: [
                  host.raspberrypi
                  2023-02-18 21:42:35.742	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1191:14) {
                  host.raspberrypi
                  2023-02-18 21:42:35.741	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.mbus/main.js:19:20)
                  host.raspberrypi
                  2023-02-18 21:42:35.741	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:108:18)
                  host.raspberrypi
                  2023-02-18 21:42:35.741	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1093:19)
                  host.raspberrypi
                  2023-02-18 21:42:35.740	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:904:12)
                  host.raspberrypi
                  2023-02-18 21:42:35.740	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1069:32)
                  host.raspberrypi
                  2023-02-18 21:42:35.740	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1245:10)
                  host.raspberrypi
                  2023-02-18 21:42:35.740	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1191:14)
                  host.raspberrypi
                  2023-02-18 21:42:35.739	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/node-mbus/index.js:7:40)
                  host.raspberrypi
                  2023-02-18 21:42:35.739	error	Caught by controller[0]: at bindings (/opt/iobroker/node_modules/bindings/bindings.js:126:9)
                  host.raspberrypi
                  2023-02-18 21:42:35.739	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/lib/binding/node-v93-linux-arm/mbus.node
                  host.raspberrypi
                  2023-02-18 21:42:35.739	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/addon-build/default/install-root/mbus.node
                  host.raspberrypi
                  2023-02-18 21:42:35.738	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/addon-build/debug/install-root/mbus.node
                  host.raspberrypi
                  2023-02-18 21:42:35.738	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/addon-build/release/install-root/mbus.node
                  host.raspberrypi
                  2023-02-18 21:42:35.738	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/compiled/16.19.1/linux/arm/mbus.node
                  host.raspberrypi
                  2023-02-18 21:42:35.738	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/build/default/mbus.node
                  host.raspberrypi
                  2023-02-18 21:42:35.737	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/Release/mbus.node
                  host.raspberrypi
                  2023-02-18 21:42:35.737	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/out/Release/mbus.node
                  host.raspberrypi
                  2023-02-18 21:42:35.736	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/Debug/mbus.node
                  host.raspberrypi
                  2023-02-18 21:42:35.736	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/out/Debug/mbus.node
                  host.raspberrypi
                  2023-02-18 21:42:35.736	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/build/Release/mbus.node
                  host.raspberrypi
                  2023-02-18 21:42:35.736	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/build/Debug/mbus.node
                  host.raspberrypi
                  2023-02-18 21:42:35.735	error	Caught by controller[0]: → /opt/iobroker/node_modules/node-mbus/build/mbus.node
                  host.raspberrypi
                  2023-02-18 21:42:35.735	error	Caught by controller[0]: Error: Could not locate the bindings file. Tried:
                  host.raspberrypi
                  2023-02-18 21:42:35.735	error	Caught by controller[0]: ^
                  host.raspberrypi
                  2023-02-18 21:42:35.735	error	Caught by controller[0]: throw err;
                  host.raspberrypi
                  2023-02-18 21:42:35.734	error	Caught by controller[0]: /opt/iobroker/node_modules/bindings/bindings.js:135
                  
                  
                  Operatingsystem:        Raspbian GNU/Linux 11 (bullseye)
                  Installation:           Native
                  Timezone:               Europe/Berlin
                  User-ID:                1000
                  X-Server:               true
                  Boot Target:            graphical.target
                  
                  Pending OS-Updates:     0
                  
                  Nodejs-Installation:    /usr/bin/nodejs         v16.19.1
                                          /usr/bin/node           v16.19.1
                                          /usr/bin/npm            8.19.3
                                          /usr/bin/npx            8.19.3
                  
                  ioBroker Core:          js-controller           4.0.24
                                          admin                   6.3.5
                  
                  ioBroker Status:        iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  
                  Status admin:
                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                  
                  Pending iob updates:    2
                  
                  Active repo(s): stable
                  
                  Objects:                7504
                  States:                 5897
                  
                  Size of iob-Database:
                  
                  7.4M    /opt/iobroker/iobroker-data/objects.jsonl
                  4.6M    /opt/iobroker/iobroker-data/objects.json.migrated
                  4.6M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
                  28K     /opt/iobroker/iobroker-data/objects.json.old
                  7.7M    /opt/iobroker/iobroker-data/states.jsonl
                  588K    /opt/iobroker/iobroker-data/states.json.migrated
                  588K    /opt/iobroker/iobroker-data/states.json.bak.migrated
                  368K    /opt/iobroker/iobroker-data/states.json.broken
                  64K     /opt/iobroker/iobroker-data/states.json.old
                  
                  
                  =================== END OF SUMMARY ====================
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #8

                  @mmoeller53

                  Desktop ausschalten.
                  Und was soll das für ein Befehl mit 'url' sein? Da ist ja keine URL angegeben.

                  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
                  • mmoeller53M Offline
                    mmoeller53M Offline
                    mmoeller53
                    schrieb am zuletzt editiert von
                    #9

                    @thomas-braun den destop benötige ich tatsächlich für manche sachen. nach einigen herumprobieren und löschen der node module ordner wobei anscheinend auch der iobroker ordner gelöscht wurde, hab ich nun iobroker wieder am laufen und es lassen sich wieder die adapter installieren die vorher nicht gingen. nun muss ich nurnoch schauen wie ich das backup einspiele.

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • mmoeller53M mmoeller53

                      @thomas-braun den destop benötige ich tatsächlich für manche sachen. nach einigen herumprobieren und löschen der node module ordner wobei anscheinend auch der iobroker ordner gelöscht wurde, hab ich nun iobroker wieder am laufen und es lassen sich wieder die adapter installieren die vorher nicht gingen. nun muss ich nurnoch schauen wie ich das backup einspiele.

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

                      @mmoeller53 sagte in seit Node update von 12.x auf 16.x kommen nur noch errors:

                      den destop benötige ich tatsächlich für manche sachen.

                      Auf einem Server wird kein Desktop benötigt oder verwendet.

                      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

                      mmoeller53M 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @mmoeller53 sagte in seit Node update von 12.x auf 16.x kommen nur noch errors:

                        den destop benötige ich tatsächlich für manche sachen.

                        Auf einem Server wird kein Desktop benötigt oder verwendet.

                        mmoeller53M Offline
                        mmoeller53M Offline
                        mmoeller53
                        schrieb am zuletzt editiert von
                        #11

                        @thomas-braun vielen dank, nach einigem hin und her inklusieve bootloader update scheint nun alles wieder zu funktionieren wie es soll, nur in der vis sind meine datenpunkte weg, da werde ich mich nochmal dran setzten müssen.

                        ps. gibt es schon test vorlagen für die vis 2?

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • mmoeller53M mmoeller53

                          @thomas-braun vielen dank, nach einigem hin und her inklusieve bootloader update scheint nun alles wieder zu funktionieren wie es soll, nur in der vis sind meine datenpunkte weg, da werde ich mich nochmal dran setzten müssen.

                          ps. gibt es schon test vorlagen für die vis 2?

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

                          @mmoeller53 sagte in seit Node update von 12.x auf 16.x kommen nur noch errors:

                          nach einigem hin und her inklusieve bootloader update

                          Keine Ahnung was du da treibst, hört sich aber falsch an.

                          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
                          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

                          383

                          Online

                          32.5k

                          Benutzer

                          81.7k

                          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