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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. IOBroker lässt sich nicht starten und nicht restoren

NEWS

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

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

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

IOBroker lässt sich nicht starten und nicht restoren

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
33 Beiträge 2 Kommentatoren 2.9k Aufrufe 2 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Thomas Braun

    @djsirius

    Dann nochmal

    cd /opt/iobroker
    sudo -H -u iobroker npm install iobroker.js-controller
    
    D Offline
    D Offline
    djsirius
    schrieb am zuletzt editiert von
    #13

    @thomas-braun

    iobroker@debian:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller
    npm ERR! code ENOTEMPTY
    npm ERR! syscall rename
    npm ERR! path /opt/iobroker/node_modules/ajv
    npm ERR! dest /opt/iobroker/node_modules/.ajv-Kze9IpmC
    npm ERR! errno -39
    npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/ajv' -> '/opt/iobroker/node_modules/.ajv-Kze9IpmC'
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/iobroker/.npm/_logs/2022-10-28T22_02_41_647Z-debug-0.log
    iobroker@debian:/opt/iobroker$ ^C
    iobroker@debian:/opt/iobroker$ for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
    iobroker@debian:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller
    npm WARN skipping integrity check for git dependency ssh://git@github.com/TA2k/ioBroker.lg-thinq.git
    npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
    npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
    npm WARN deprecated har-validator@5.1.5: this library is no longer supported
    npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
    npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
    npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
    npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
    npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
    npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
    npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
    npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
    npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
    npm ERR! code 24
    npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
    npm ERR! command failed
    npm ERR! command sh -c -- node iobroker.js setup first
    npm ERR! Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/iobroker/.npm/_logs/2022-10-28T22_08_22_676Z-debug-0.log
    
    

    Gruß

    djsirius

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • D djsirius

      @thomas-braun

      iobroker@debian:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller
      npm ERR! code ENOTEMPTY
      npm ERR! syscall rename
      npm ERR! path /opt/iobroker/node_modules/ajv
      npm ERR! dest /opt/iobroker/node_modules/.ajv-Kze9IpmC
      npm ERR! errno -39
      npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/ajv' -> '/opt/iobroker/node_modules/.ajv-Kze9IpmC'
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/iobroker/.npm/_logs/2022-10-28T22_02_41_647Z-debug-0.log
      iobroker@debian:/opt/iobroker$ ^C
      iobroker@debian:/opt/iobroker$ for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
      iobroker@debian:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller
      npm WARN skipping integrity check for git dependency ssh://git@github.com/TA2k/ioBroker.lg-thinq.git
      npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
      npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
      npm WARN deprecated har-validator@5.1.5: this library is no longer supported
      npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
      npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
      npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
      npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
      npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
      npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
      npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
      npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
      npm ERR! code 24
      npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
      npm ERR! command failed
      npm ERR! command sh -c -- node iobroker.js setup first
      npm ERR! Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/iobroker/.npm/_logs/2022-10-28T22_08_22_676Z-debug-0.log
      
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von Thomas Braun
      #14

      @djsirius sagte in IOBroker lässt sich nicht starten und nicht restoren:

      systemctl status iobroker.service
      

      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

      D 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @djsirius sagte in IOBroker lässt sich nicht starten und nicht restoren:

        systemctl status iobroker.service
        
        D Offline
        D Offline
        djsirius
        schrieb am zuletzt editiert von
        #15

        @thomas-braun said in IOBroker lässt sich nicht starten und nicht restoren:

        systemctl status iobroker.service

        iobroker@debian:/opt/iobroker$ systemctl status iobroker.service
        ● iobroker.service - ioBroker Server
           Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)
           Active: active (running) since Sat 2022-10-29 00:09:54 CEST; 6min ago
             Docs: http://iobroker.net
         Main PID: 13929 (iobroker.js-con)
            Tasks: 22 (limit: 4915)
           Memory: 365.9M
           CGroup: /system.slice/iobroker.service
                   ├─13929 iobroker.js-controller
                   └─14061 io.history.0
        
        Okt 29 00:11:56 debian bash[13929]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.systeminfo/systeminfo.js:9:15)
        Okt 29 00:11:56 debian bash[13929]:     at Module._compile (node:internal/modules/cjs/loader:1155:14)
        Okt 29 00:11:56 debian bash[13929]:     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
        Okt 29 00:11:56 debian bash[13929]:     at Module.load (node:internal/modules/cjs/loader:1033:32)
        Okt 29 00:11:56 debian bash[13929]:     at Function.Module._load (node:internal/modules/cjs/loader:868:12)
        Okt 29 00:11:56 debian bash[13929]:     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) {
        Okt 29 00:11:56 debian bash[13929]:   code: 'MODULE_NOT_FOUND',
        Okt 29 00:11:56 debian bash[13929]:   requireStack: [ '/opt/iobroker/node_modules/iobroker.systeminfo/systeminfo.js' ]
        Okt 29 00:11:56 debian bash[13929]: }
        Okt 29 00:15:00 debian bash[13929]: Cannot find js-controller
        
        

        Gruß

        djsirius

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • D djsirius

          @thomas-braun said in IOBroker lässt sich nicht starten und nicht restoren:

          systemctl status iobroker.service

          iobroker@debian:/opt/iobroker$ systemctl status iobroker.service
          ● iobroker.service - ioBroker Server
             Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)
             Active: active (running) since Sat 2022-10-29 00:09:54 CEST; 6min ago
               Docs: http://iobroker.net
           Main PID: 13929 (iobroker.js-con)
              Tasks: 22 (limit: 4915)
             Memory: 365.9M
             CGroup: /system.slice/iobroker.service
                     ├─13929 iobroker.js-controller
                     └─14061 io.history.0
          
          Okt 29 00:11:56 debian bash[13929]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.systeminfo/systeminfo.js:9:15)
          Okt 29 00:11:56 debian bash[13929]:     at Module._compile (node:internal/modules/cjs/loader:1155:14)
          Okt 29 00:11:56 debian bash[13929]:     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
          Okt 29 00:11:56 debian bash[13929]:     at Module.load (node:internal/modules/cjs/loader:1033:32)
          Okt 29 00:11:56 debian bash[13929]:     at Function.Module._load (node:internal/modules/cjs/loader:868:12)
          Okt 29 00:11:56 debian bash[13929]:     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) {
          Okt 29 00:11:56 debian bash[13929]:   code: 'MODULE_NOT_FOUND',
          Okt 29 00:11:56 debian bash[13929]:   requireStack: [ '/opt/iobroker/node_modules/iobroker.systeminfo/systeminfo.js' ]
          Okt 29 00:11:56 debian bash[13929]: }
          Okt 29 00:15:00 debian bash[13929]: Cannot find js-controller
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #16

          @djsirius

          sudo systemctl stop iobroker.service
          

          Dann nochmal

          cd /opt/iobroker
          sudo -H -u iobroker npm install iobroker.js-controller
          

          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

          D 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @djsirius

            sudo systemctl stop iobroker.service
            

            Dann nochmal

            cd /opt/iobroker
            sudo -H -u iobroker npm install iobroker.js-controller
            
            D Offline
            D Offline
            djsirius
            schrieb am zuletzt editiert von
            #17

            @thomas-braun said in IOBroker lässt sich nicht starten und nicht restoren:

            sudo -H -u iobroker npm install iobroker.js-controller

            iobroker@debian:/opt/iobroker$ sudo systemctl stop iobroker.service
            iobroker@debian:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller
            npm WARN skipping integrity check for git dependency ssh://git@github.com/TA2k/ioBroker.lg-thinq.git
            npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
            npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
            npm WARN deprecated har-validator@5.1.5: this library is no longer supported
            npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
            npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
            npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
            npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
            npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
            npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
            npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
            npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
            npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
            
            added 1 package, and changed 1195 packages in 2m
            
            109 packages are looking for funding
              run `npm fund` for details
            
            

            Gruß

            djsirius

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • D djsirius

              @thomas-braun said in IOBroker lässt sich nicht starten und nicht restoren:

              sudo -H -u iobroker npm install iobroker.js-controller

              iobroker@debian:/opt/iobroker$ sudo systemctl stop iobroker.service
              iobroker@debian:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller
              npm WARN skipping integrity check for git dependency ssh://git@github.com/TA2k/ioBroker.lg-thinq.git
              npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
              npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
              npm WARN deprecated har-validator@5.1.5: this library is no longer supported
              npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
              npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
              npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
              npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
              npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
              npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
              npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
              npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
              npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
              
              added 1 package, and changed 1195 packages in 2m
              
              109 packages are looking for funding
                run `npm fund` for details
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #18

              @djsirius

              Sollte eigentlich jetzt wieder laufen.

              sudo ln -s /usr/bin/node /usr/bin/nodejs
              uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
              

              sagt?

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              D 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @djsirius

                Sollte eigentlich jetzt wieder laufen.

                sudo ln -s /usr/bin/node /usr/bin/nodejs
                uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                

                sagt?

                D Offline
                D Offline
                djsirius
                schrieb am zuletzt editiert von
                #19

                @thomas-braun said in IOBroker lässt sich nicht starten und nicht restoren:

                uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

                iobroker@debian:/opt/iobroker$ sudo ln -s /usr/bin/node /usr/bin/nodejs
                ln: die symbolische Verknüpfung '/usr/bin/nodejs' konnte nicht angelegt werden: Die Datei existiert bereits
                iobroker@debian:/opt/iobroker$ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                x86_64
                /usr/bin/nodejs
                /usr/bin/node
                /usr/bin/npm
                v16.18.0
                v16.18.0
                8.19.2
                4.0.23
                iobroker
                iobroker tty dialout cdrom floppy sudo audio dip video plugdev netdev bluetooth lpadmin scanner
                tty
                /opt/iobroker
                OK:1 http://deb.debian.org/debian buster InRelease
                OK:2 http://security.debian.org/debian-security buster/updates InRelease
                OK:3 http://deb.debian.org/debian-security buster/updates InRelease
                OK:4 http://ftp.de.debian.org/debian buster InRelease
                OK:5 http://deb.debian.org/debian buster-updates InRelease
                OK:6 https://deb.nodesource.com/node_16.x buster InRelease
                OK:7 http://deb.debian.org/debian buster-backports InRelease
                OK:8 https://packages.sury.org/php buster InRelease
                OK:9 http://ftp.de.debian.org/debian buster-updates InRelease
                OK:10 https://packagecloud.io/ookla/speedtest-cli/debian buster InRelease
                Paketlisten werden gelesen... Fertig
                Abhängigkeitsbaum wird aufgebaut.
                Statusinformationen werden eingelesen.... Fertig
                Aktualisierung für 1 Paket verfügbar. Führen Sie »apt list --upgradable« aus, um es anzuzeigen.
                nodejs:
                  Installiert:           16.18.0-deb-1nodesource1
                  Installationskandidat: 16.18.0-deb-1nodesource1
                  Versionstabelle:
                 *** 16.18.0-deb-1nodesource1 500
                        500 https://deb.nodesource.com/node_16.x buster/main amd64 Packages
                        100 /var/lib/dpkg/status
                     10.24.0~dfsg-1~deb10u2 500
                        500 http://security.debian.org/debian-security buster/updates/main amd64 Packages
                        500 http://deb.debian.org/debian-security buster/updates/main amd64 Packages
                     10.24.0~dfsg-1~deb10u1 500
                        500 http://ftp.de.debian.org/debian buster/main amd64 Packages
                        500 http://deb.debian.org/debian buster/main amd64 Packages
                

                Gruß

                djsirius

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • D djsirius

                  @thomas-braun said in IOBroker lässt sich nicht starten und nicht restoren:

                  uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

                  iobroker@debian:/opt/iobroker$ sudo ln -s /usr/bin/node /usr/bin/nodejs
                  ln: die symbolische Verknüpfung '/usr/bin/nodejs' konnte nicht angelegt werden: Die Datei existiert bereits
                  iobroker@debian:/opt/iobroker$ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                  x86_64
                  /usr/bin/nodejs
                  /usr/bin/node
                  /usr/bin/npm
                  v16.18.0
                  v16.18.0
                  8.19.2
                  4.0.23
                  iobroker
                  iobroker tty dialout cdrom floppy sudo audio dip video plugdev netdev bluetooth lpadmin scanner
                  tty
                  /opt/iobroker
                  OK:1 http://deb.debian.org/debian buster InRelease
                  OK:2 http://security.debian.org/debian-security buster/updates InRelease
                  OK:3 http://deb.debian.org/debian-security buster/updates InRelease
                  OK:4 http://ftp.de.debian.org/debian buster InRelease
                  OK:5 http://deb.debian.org/debian buster-updates InRelease
                  OK:6 https://deb.nodesource.com/node_16.x buster InRelease
                  OK:7 http://deb.debian.org/debian buster-backports InRelease
                  OK:8 https://packages.sury.org/php buster InRelease
                  OK:9 http://ftp.de.debian.org/debian buster-updates InRelease
                  OK:10 https://packagecloud.io/ookla/speedtest-cli/debian buster InRelease
                  Paketlisten werden gelesen... Fertig
                  Abhängigkeitsbaum wird aufgebaut.
                  Statusinformationen werden eingelesen.... Fertig
                  Aktualisierung für 1 Paket verfügbar. Führen Sie »apt list --upgradable« aus, um es anzuzeigen.
                  nodejs:
                    Installiert:           16.18.0-deb-1nodesource1
                    Installationskandidat: 16.18.0-deb-1nodesource1
                    Versionstabelle:
                   *** 16.18.0-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_16.x buster/main amd64 Packages
                          100 /var/lib/dpkg/status
                       10.24.0~dfsg-1~deb10u2 500
                          500 http://security.debian.org/debian-security buster/updates/main amd64 Packages
                          500 http://deb.debian.org/debian-security buster/updates/main amd64 Packages
                       10.24.0~dfsg-1~deb10u1 500
                          500 http://ftp.de.debian.org/debian buster/main amd64 Packages
                          500 http://deb.debian.org/debian buster/main amd64 Packages
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #20

                  @djsirius

                  Passt.
                  Läuft das Ding wieder?

                  iob status
                  

                  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

                  D 2 Antworten Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @djsirius

                    Passt.
                    Läuft das Ding wieder?

                    iob status
                    
                    D Offline
                    D Offline
                    djsirius
                    schrieb am zuletzt editiert von
                    #21

                    @thomas-braun said in IOBroker lässt sich nicht starten und nicht restoren:

                    iob status

                    iobroker@debian:/opt/iobroker$ iob status
                    iobroker is running on this host.
                    
                    
                    Objects type: jsonl
                    States  type: jsonl
                    
                    

                    Gruß

                    djsirius

                    1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @djsirius

                      Passt.
                      Läuft das Ding wieder?

                      iob status
                      
                      D Offline
                      D Offline
                      djsirius
                      schrieb am zuletzt editiert von
                      #22

                      @thomas-braun Den Admin kann ich leider immer noch nicht erreichen,

                      Was ist denn da passiert?

                      Gruß

                      djsirius

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • D djsirius

                        @thomas-braun Den Admin kann ich leider immer noch nicht erreichen,

                        Was ist denn da passiert?

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

                        @djsirius

                        iob list instances
                        

                        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

                        D 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @djsirius

                          iob list instances
                          
                          D Offline
                          D Offline
                          djsirius
                          schrieb am zuletzt editiert von
                          #24

                          @thomas-braun said in IOBroker lässt sich nicht starten und nicht restoren:

                          iob list instances

                          iobroker@debian:/opt/iobroker$ iob list instances
                          + system.adapter.admin.0                  : admin                 : debian                                   -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                          + system.adapter.alexa2.0                 : alexa2                : debian                                   -  enabled
                          + system.adapter.backitup.0               : backitup              : debian                                   -  enabled
                            system.adapter.daswetter.0              : daswetter             : debian                                   -  enabled
                            system.adapter.devices.0                : devices               : debian                                   -  enabled
                          + system.adapter.discovery.0              : discovery             : debian                                   -  enabled
                            system.adapter.dwd.0                    : dwd                   : debian                                   -  enabled
                          + system.adapter.enigma2.0                : enigma2               : ioBroker-RasPi                           -  enabled
                            system.adapter.feiertage.0              : feiertage             : debian                                   -  enabled
                          + system.adapter.fhem.0                   : fhem                  : debian                                   -  enabled, port: 7072
                            system.adapter.flot.0                   : flot                  : debian                                   -  enabled
                          + system.adapter.history.0                : history               : debian                                   -  enabled
                          + system.adapter.hm-rega.0                : hm-rega               : debian                                   -  enabled
                          + system.adapter.hm-rpc.0                 : hm-rpc                : debian                                   -  enabled, port: 0
                            system.adapter.ical.0                   : ical                  : debian                                   -  enabled
                            system.adapter.ical.1                   : ical                  : debian                                   -  enabled
                            system.adapter.ical.2                   : ical                  : debian                                   -  enabled
                            system.adapter.icons-mfd-png.0          : icons-mfd-png         : debian                                   -  enabled
                            system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : debian                                   -  enabled
                          + system.adapter.info.0                   : info                  : debian                                   -  enabled
                          + system.adapter.iot.0                    : iot                   : debian                                   -  enabled
                          + system.adapter.javascript.0             : javascript            : debian                                   -  enabled
                          + system.adapter.lg-thinq.0               : lg-thinq              : debian                                   -  enabled
                          + system.adapter.linux-control.0          : linux-control         : debian                                   -  enabled
                          + system.adapter.meross.0                 : meross                : debian                                   -  enabled
                          + system.adapter.mihome-vacuum.0          : mihome-vacuum         : debian                                   -  enabled, port: 54321
                            system.adapter.mobile.0                 : mobile                : debian                                   -  enabled
                          + system.adapter.modbus.0                 : modbus                : debian                                   -  enabled
                          + system.adapter.openligadb.0             : openligadb            : debian                                   -  enabled
                          + system.adapter.ping.0                   : ping                  : debian                                   -  enabled
                          + system.adapter.pollenflug.0             : pollenflug            : debian                                   -  enabled
                          + system.adapter.rpi2.0                   : rpi2                  : ioBroker-RasPi                           -  enabled
                          + system.adapter.scenes.0                 : scenes                : debian                                   -  enabled
                          + system.adapter.simple-api.0             : simple-api            : debian                                   -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                          + system.adapter.simple-api.1             : simple-api            : ioBroker-RasPi                           -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                          + system.adapter.socketio.0               : socketio              : debian                                   -  enabled, port: 8084, bind: 0.0.0.0 (SSL), run as: admin
                          + system.adapter.sql.0                    : sql                   : debian                                   -  enabled, port: 3306
                            system.adapter.systeminfo.0             : systeminfo            : debian                                   -  enabled
                          + system.adapter.tankerkoenig.0           : tankerkoenig          : debian                                   -  enabled
                          + system.adapter.telegram.0               : telegram              : debian                                   -  enabled, port: 8443, bind: 0.0.0.0
                          + system.adapter.terminal.0               : terminal              : debian                                   -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
                          + system.adapter.text2command.0           : text2command          : debian                                   -  enabled
                          + system.adapter.tr-064.0                 : tr-064                : debian                                   -  enabled
                          + system.adapter.trashschedule.0          : trashschedule         : debian                                   -  enabled
                          + system.adapter.upnp.0                   : upnp                  : debian                                   -  enabled
                          + system.adapter.viessmannapi.0           : viessmannapi          : debian                                   -  enabled
                            system.adapter.vis-bars.0               : vis-bars              : debian                                   -  enabled
                            system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : debian                                   -  enabled
                            system.adapter.vis-colorpicker.0        : vis-colorpicker       : debian                                   -  enabled
                            system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : debian                                   -  enabled
                            system.adapter.vis-history.0            : vis-history           : debian                                   -  enabled
                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : debian                                   -  enabled
                            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : debian                                   -  enabled
                            system.adapter.vis-justgage.0           : vis-justgage          : debian                                   -  enabled
                            system.adapter.vis-materialdesign.0     : vis-materialdesign    : debian                                   -  enabled
                            system.adapter.vis-metro.0              : vis-metro             : debian                                   -  enabled
                            system.adapter.vis-plumb.0              : vis-plumb             : debian                                   -  enabled
                            system.adapter.vis-timeandweather.0     : vis-timeandweather    : debian                                   -  enabled
                            system.adapter.vis-weather.0            : vis-weather           : debian                                   -  enabled
                            system.adapter.vis.0                    : vis                   : debian                                   -  enabled
                          + system.adapter.web-speedy.0             : web-speedy            : debian                                   -  enabled
                          + system.adapter.web.0                    : web                   : debian                                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          + system.adapter.zigbee.0                 : zigbee                : ioBroker-RasPi                           -  enabled, port: /dev/ttyUSB0
                          
                          + instance is alive
                          
                          

                          Gruß

                          djsirius

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • D djsirius

                            @thomas-braun said in IOBroker lässt sich nicht starten und nicht restoren:

                            iob list instances

                            iobroker@debian:/opt/iobroker$ iob list instances
                            + system.adapter.admin.0                  : admin                 : debian                                   -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                            + system.adapter.alexa2.0                 : alexa2                : debian                                   -  enabled
                            + system.adapter.backitup.0               : backitup              : debian                                   -  enabled
                              system.adapter.daswetter.0              : daswetter             : debian                                   -  enabled
                              system.adapter.devices.0                : devices               : debian                                   -  enabled
                            + system.adapter.discovery.0              : discovery             : debian                                   -  enabled
                              system.adapter.dwd.0                    : dwd                   : debian                                   -  enabled
                            + system.adapter.enigma2.0                : enigma2               : ioBroker-RasPi                           -  enabled
                              system.adapter.feiertage.0              : feiertage             : debian                                   -  enabled
                            + system.adapter.fhem.0                   : fhem                  : debian                                   -  enabled, port: 7072
                              system.adapter.flot.0                   : flot                  : debian                                   -  enabled
                            + system.adapter.history.0                : history               : debian                                   -  enabled
                            + system.adapter.hm-rega.0                : hm-rega               : debian                                   -  enabled
                            + system.adapter.hm-rpc.0                 : hm-rpc                : debian                                   -  enabled, port: 0
                              system.adapter.ical.0                   : ical                  : debian                                   -  enabled
                              system.adapter.ical.1                   : ical                  : debian                                   -  enabled
                              system.adapter.ical.2                   : ical                  : debian                                   -  enabled
                              system.adapter.icons-mfd-png.0          : icons-mfd-png         : debian                                   -  enabled
                              system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : debian                                   -  enabled
                            + system.adapter.info.0                   : info                  : debian                                   -  enabled
                            + system.adapter.iot.0                    : iot                   : debian                                   -  enabled
                            + system.adapter.javascript.0             : javascript            : debian                                   -  enabled
                            + system.adapter.lg-thinq.0               : lg-thinq              : debian                                   -  enabled
                            + system.adapter.linux-control.0          : linux-control         : debian                                   -  enabled
                            + system.adapter.meross.0                 : meross                : debian                                   -  enabled
                            + system.adapter.mihome-vacuum.0          : mihome-vacuum         : debian                                   -  enabled, port: 54321
                              system.adapter.mobile.0                 : mobile                : debian                                   -  enabled
                            + system.adapter.modbus.0                 : modbus                : debian                                   -  enabled
                            + system.adapter.openligadb.0             : openligadb            : debian                                   -  enabled
                            + system.adapter.ping.0                   : ping                  : debian                                   -  enabled
                            + system.adapter.pollenflug.0             : pollenflug            : debian                                   -  enabled
                            + system.adapter.rpi2.0                   : rpi2                  : ioBroker-RasPi                           -  enabled
                            + system.adapter.scenes.0                 : scenes                : debian                                   -  enabled
                            + system.adapter.simple-api.0             : simple-api            : debian                                   -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                            + system.adapter.simple-api.1             : simple-api            : ioBroker-RasPi                           -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                            + system.adapter.socketio.0               : socketio              : debian                                   -  enabled, port: 8084, bind: 0.0.0.0 (SSL), run as: admin
                            + system.adapter.sql.0                    : sql                   : debian                                   -  enabled, port: 3306
                              system.adapter.systeminfo.0             : systeminfo            : debian                                   -  enabled
                            + system.adapter.tankerkoenig.0           : tankerkoenig          : debian                                   -  enabled
                            + system.adapter.telegram.0               : telegram              : debian                                   -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.terminal.0               : terminal              : debian                                   -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
                            + system.adapter.text2command.0           : text2command          : debian                                   -  enabled
                            + system.adapter.tr-064.0                 : tr-064                : debian                                   -  enabled
                            + system.adapter.trashschedule.0          : trashschedule         : debian                                   -  enabled
                            + system.adapter.upnp.0                   : upnp                  : debian                                   -  enabled
                            + system.adapter.viessmannapi.0           : viessmannapi          : debian                                   -  enabled
                              system.adapter.vis-bars.0               : vis-bars              : debian                                   -  enabled
                              system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : debian                                   -  enabled
                              system.adapter.vis-colorpicker.0        : vis-colorpicker       : debian                                   -  enabled
                              system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : debian                                   -  enabled
                              system.adapter.vis-history.0            : vis-history           : debian                                   -  enabled
                              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : debian                                   -  enabled
                              system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : debian                                   -  enabled
                              system.adapter.vis-justgage.0           : vis-justgage          : debian                                   -  enabled
                              system.adapter.vis-materialdesign.0     : vis-materialdesign    : debian                                   -  enabled
                              system.adapter.vis-metro.0              : vis-metro             : debian                                   -  enabled
                              system.adapter.vis-plumb.0              : vis-plumb             : debian                                   -  enabled
                              system.adapter.vis-timeandweather.0     : vis-timeandweather    : debian                                   -  enabled
                              system.adapter.vis-weather.0            : vis-weather           : debian                                   -  enabled
                              system.adapter.vis.0                    : vis                   : debian                                   -  enabled
                            + system.adapter.web-speedy.0             : web-speedy            : debian                                   -  enabled
                            + system.adapter.web.0                    : web                   : debian                                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            + system.adapter.zigbee.0                 : zigbee                : ioBroker-RasPi                           -  enabled, port: /dev/ttyUSB0
                            
                            + instance is alive
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #25

                            @djsirius

                            Multihost-Setup oder was haste mit den hostnames gemacht?

                            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

                            D 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @djsirius

                              Multihost-Setup oder was haste mit den hostnames gemacht?

                              D Offline
                              D Offline
                              djsirius
                              schrieb am zuletzt editiert von
                              #26

                              @thomas-braun ja hab raspberry als slave laufen
                              Systeminfo lässt sich nicht starten

                              Gruß

                              djsirius

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • D djsirius

                                @thomas-braun ja hab raspberry als slave laufen
                                Systeminfo lässt sich nicht starten

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

                                @djsirius

                                Läuft doch:

                                + system.adapter.info.0                   : info                  : debian                                   -  enabled
                                

                                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

                                D 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @djsirius

                                  Läuft doch:

                                  + system.adapter.info.0                   : info                  : debian                                   -  enabled
                                  
                                  D Offline
                                  D Offline
                                  djsirius
                                  schrieb am zuletzt editiert von
                                  #28

                                  @thomas-braun

                                  
                                  systeminfo.0
                                  2022-10-29 00:41:32.635	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                                  
                                  systeminfo.0
                                  2022-10-29 00:41:32.634	info	terminating
                                  
                                  systeminfo.0
                                  2022-10-29 00:41:32.126	error	Cannot read properties of undefined (reading 'getObjectList')
                                  
                                  systeminfo.0
                                  2022-10-29 00:41:32.126	error	TypeError: Cannot read properties of undefined (reading 'getObjectList') at Function.initAdapter (/opt/iobroker/node_modules/iobroker.systeminfo/myAdapter.js:44:55) at Adapter.<anonymous> (/opt/iobroker/node_modules/iobroker.systeminfo/myAdapter.js:118:37) at Adapter.emit (node:events:513:28) at /opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:8226:26
                                  
                                  systeminfo.0
                                  2022-10-29 00:41:32.124	error	unhandled promise rejection: Cannot read properties of undefined (reading 'getObjectList')
                                  
                                  systeminfo.0
                                  2022-10-29 00:41:32.124	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                  
                                  systeminfo.0
                                  2022-10-29 00:41:32.123	debug	Adapter systeminfo.0 starting.
                                  
                                  systeminfo.0
                                  2022-10-29 00:41:32.109	info	starting. Version 0.3.1 in /opt/iobroker/node_modules/iobroker.systeminfo, node: v16.18.0, js-controller: 4.0.23
                                  
                                  systeminfo.0
                                  2022-10-29 00:41:31.896	debug	States connected to redis: 0.0.0.0:9000
                                  
                                  systeminfo.0
                                  2022-10-29 00:41:31.820	debug	States create User PubSub Client
                                  
                                  systeminfo.0
                                  2022-10-29 00:41:31.819	debug	States create System PubSub Client
                                  
                                  systeminfo.0
                                  2022-10-29 00:41:31.799	debug	Redis States: Use Redis connection: 0.0.0.0:9000
                                  
                                  systeminfo.0
                                  2022-10-29 00:41:31.766	debug	Objects connected to redis: 0.0.0.0:9001
                                  
                                  systeminfo.0
                                  2022-10-29 00:41:31.762	debug	Objects client initialize lua scripts
                                  
                                  systeminfo.0
                                  2022-10-29 00:41:31.700	debug	Objects create User PubSub Client
                                  
                                  systeminfo.0
                                  2022-10-29 00:41:31.699	debug	Objects create System PubSub Client
                                  
                                  systeminfo.0
                                  2022-10-29 00:41:31.698	debug	Objects client ready ... initialize now
                                  
                                  systeminfo.0
                                  2022-10-29 00:41:31.544	debug	Redis Objects: Use Redis connection: 0.0.0.0:9001
                                  

                                  Gruß

                                  djsirius

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • D djsirius

                                    @thomas-braun

                                    
                                    systeminfo.0
                                    2022-10-29 00:41:32.635	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    
                                    systeminfo.0
                                    2022-10-29 00:41:32.634	info	terminating
                                    
                                    systeminfo.0
                                    2022-10-29 00:41:32.126	error	Cannot read properties of undefined (reading 'getObjectList')
                                    
                                    systeminfo.0
                                    2022-10-29 00:41:32.126	error	TypeError: Cannot read properties of undefined (reading 'getObjectList') at Function.initAdapter (/opt/iobroker/node_modules/iobroker.systeminfo/myAdapter.js:44:55) at Adapter.<anonymous> (/opt/iobroker/node_modules/iobroker.systeminfo/myAdapter.js:118:37) at Adapter.emit (node:events:513:28) at /opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:8226:26
                                    
                                    systeminfo.0
                                    2022-10-29 00:41:32.124	error	unhandled promise rejection: Cannot read properties of undefined (reading 'getObjectList')
                                    
                                    systeminfo.0
                                    2022-10-29 00:41:32.124	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    
                                    systeminfo.0
                                    2022-10-29 00:41:32.123	debug	Adapter systeminfo.0 starting.
                                    
                                    systeminfo.0
                                    2022-10-29 00:41:32.109	info	starting. Version 0.3.1 in /opt/iobroker/node_modules/iobroker.systeminfo, node: v16.18.0, js-controller: 4.0.23
                                    
                                    systeminfo.0
                                    2022-10-29 00:41:31.896	debug	States connected to redis: 0.0.0.0:9000
                                    
                                    systeminfo.0
                                    2022-10-29 00:41:31.820	debug	States create User PubSub Client
                                    
                                    systeminfo.0
                                    2022-10-29 00:41:31.819	debug	States create System PubSub Client
                                    
                                    systeminfo.0
                                    2022-10-29 00:41:31.799	debug	Redis States: Use Redis connection: 0.0.0.0:9000
                                    
                                    systeminfo.0
                                    2022-10-29 00:41:31.766	debug	Objects connected to redis: 0.0.0.0:9001
                                    
                                    systeminfo.0
                                    2022-10-29 00:41:31.762	debug	Objects client initialize lua scripts
                                    
                                    systeminfo.0
                                    2022-10-29 00:41:31.700	debug	Objects create User PubSub Client
                                    
                                    systeminfo.0
                                    2022-10-29 00:41:31.699	debug	Objects create System PubSub Client
                                    
                                    systeminfo.0
                                    2022-10-29 00:41:31.698	debug	Objects client ready ... initialize now
                                    
                                    systeminfo.0
                                    2022-10-29 00:41:31.544	debug	Redis Objects: Use Redis connection: 0.0.0.0:9001
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von Thomas Braun
                                    #29

                                    @djsirius

                                    Das ist der info-Adapter?
                                    Installier den nochmal.

                                    Ah, der alte systeminfo-Adapter.
                                    Dürfte das sein:

                                    https://github.com/frankjoke/ioBroker.systeminfo/issues/39

                                    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

                                    D 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @djsirius

                                      Das ist der info-Adapter?
                                      Installier den nochmal.

                                      Ah, der alte systeminfo-Adapter.
                                      Dürfte das sein:

                                      https://github.com/frankjoke/ioBroker.systeminfo/issues/39

                                      D Offline
                                      D Offline
                                      djsirius
                                      schrieb am zuletzt editiert von
                                      #30

                                      @thomas-braun wenn ich den neu installiere bekomme ich jede Menge Warnungen

                                      
                                      $ iobroker upgrade systeminfo@0.3.1 --debug
                                      Update systeminfo from @0.3.1 to @0.3.1
                                      Installing iobroker.systeminfo@0.3.1... (System call)
                                      npm WARN skipping integrity check for git dependency ssh://git@github.com/TA2k/ioBroker.lg-thinq.git
                                      npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
                                      npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
                                      npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                                      npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
                                      npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
                                      npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
                                      npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
                                      npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                                      npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                                      npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
                                      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                                      
                                      

                                      Gruß

                                      djsirius

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • D djsirius

                                        @thomas-braun wenn ich den neu installiere bekomme ich jede Menge Warnungen

                                        
                                        $ iobroker upgrade systeminfo@0.3.1 --debug
                                        Update systeminfo from @0.3.1 to @0.3.1
                                        Installing iobroker.systeminfo@0.3.1... (System call)
                                        npm WARN skipping integrity check for git dependency ssh://git@github.com/TA2k/ioBroker.lg-thinq.git
                                        npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
                                        npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
                                        npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                                        npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
                                        npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
                                        npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
                                        npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
                                        npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                                        npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                                        npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
                                        npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                                        
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #31

                                        @djsirius

                                        Sind halt nur Hinweise.
                                        Das Issue hast du gelesen?

                                        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

                                        D 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @djsirius

                                          Sind halt nur Hinweise.
                                          Das Issue hast du gelesen?

                                          D Offline
                                          D Offline
                                          djsirius
                                          schrieb am zuletzt editiert von
                                          #32

                                          @thomas-braun ja habe ich.

                                          Du meinst das?

                                          
                                          in file /opt/iobroker/node_modules/iobroker.systeminfo/myAdapter.js
                                          change line 44 from
                                          this.getObjectList = this.c2p(adapter.objects.getObjectList).bind(adapter.objects);
                                          to
                                          this.getObjectList = this.c2p(adapter.getObjectList).bind(adapter.objects);
                                          
                                          

                                          Gruß

                                          djsirius

                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0

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

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

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

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


                                          Support us

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

                                          409

                                          Online

                                          32.9k

                                          Benutzer

                                          83.0k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe