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. Hilfe bei Update des gesamten Systems

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    11
    1
    377

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

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    805

Hilfe bei Update des gesamten Systems

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

    @homoran

    Gerade noch das hier in der Beschreibung von @Thomas-Braun ganz am Ende gelesen:

    "Die Version von node liegt dann auch in /usr/local/bin, das ist in dem Fall entgegen meiner obigen Aussage dann in Ordnung bei alten Raspberry."

    Scheint also zu passen.

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

    @stoni
    Nein,

    "Die Version von node liegt dann auch in /usr/local/bin, das ist in dem Fall entgegen meiner obigen Aussage dann in Ordnung bei alten Raspberry."

    bezieht sich NUR auf den SuperSonderMegaSelten-Fall das da inoffizielle builds for Superexoten-Systeme installiert an apt vorbei installiert werden. Deswegen ist der Teil auch (eigentlich) deutlich abgegrenzt vom Hauptteil.

    Das

    -bash: /usr/local/bin/nodejs: Datei oder Verzeichnis nicht gefunden
    

    kommt daher, das hier der $PATH noch nicht synchron ist. Starte die Kiste mal per

    sudo reboot
    

    durch, dann regelt sich das.

    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
    1
    • S Stoni

      @homoran

      Wie mache ich jetzt weiter???

      Hab gerade versucht, mal einen Adapter upzudaten. Das endet zwar korrekt, aber im Adapter-Tab wird wenig später wieder die alte Version mit dem Hinweis auf Update angezeigt. Soll ich den js-controller updaten?

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

      @stoni sagte in Hilfe bei Update des gesamten Systems:

      Wie mache ich jetzt weiter???

      Jetzt müssen wir erstmal schauen ob das alles senkrecht ist

      which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && apt policy nodejs
      

      und dann schauen wir was uns beim iobroker erwartet:
      Keine Ahnung ob die Befehle bei dem 2er js-controller funktionieren...

      iobroker update -i
      iobroker list adapters
      

      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

      S HomoranH 2 Antworten Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @stoni sagte in Hilfe bei Update des gesamten Systems:

        Wie mache ich jetzt weiter???

        Jetzt müssen wir erstmal schauen ob das alles senkrecht ist

        which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && apt policy nodejs
        

        und dann schauen wir was uns beim iobroker erwartet:
        Keine Ahnung ob die Befehle bei dem 2er js-controller funktionieren...

        iobroker update -i
        iobroker list adapters
        
        S Offline
        S Offline
        Stoni
        schrieb am zuletzt editiert von
        #47

        @thomas-braun sieht gut aus:

        which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
        /usr/bin/nodejs
        /usr/bin/node
        /usr/bin/npm
        v14.18.1
        v14.18.1
        6.14.15
        nodejs:
          Installiert:           14.18.1-deb-1nodesource1
          Installationskandidat: 14.18.1-deb-1nodesource1
          Versionstabelle:
         *** 14.18.1-deb-1nodesource1 500
                500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
                100 /var/lib/dpkg/status
             10.24.0~dfsg-1~deb10u1 500
                500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
        
        
        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • S Stoni

          @thomas-braun sieht gut aus:

          which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
          /usr/bin/nodejs
          /usr/bin/node
          /usr/bin/npm
          v14.18.1
          v14.18.1
          6.14.15
          nodejs:
            Installiert:           14.18.1-deb-1nodesource1
            Installationskandidat: 14.18.1-deb-1nodesource1
            Versionstabelle:
           *** 14.18.1-deb-1nodesource1 500
                  500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
                  100 /var/lib/dpkg/status
               10.24.0~dfsg-1~deb10u1 500
                  500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von Thomas Braun
          #48

          @stoni
          Ja, das passt nun.
          Jetzt halt das 'dritte Zimmer' beim Aufräumen vorknöpfen.

          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

          S 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @stoni
            Ja, das passt nun.
            Jetzt halt das 'dritte Zimmer' beim Aufräumen vorknöpfen.

            S Offline
            S Offline
            Stoni
            schrieb am zuletzt editiert von
            #49

            @thomas-braun

            iobroker update -i
            Used repository: Stable (default)
            hash not changed, use actual sources
            update done
            Adapter    "admin"         : 5.1.25   , installed 4.2.1 [Updateable]
            Adapter    "alexa2"        : 3.9.3    , installed 3.5.2 [Updateable]
            Adapter    "backitup"      : 2.1.17   , installed 1.8.5 [Updateable]
            Adapter    "ble"           : 0.12.0   , installed 0.11.0 [Updateable]
            Adapter    "cloud"         : 4.1.0    , installed 2.8.0 [Updateable]
            Adapter    "discovery"     : 2.7.0    , installed 2.7.0
            Adapter    "flot"          : 1.10.6   , installed 1.10.6
            Adapter    "fritzbox"      : 0.2.1    , installed 0.2.1
            Adapter    "history"       : 1.9.13   , installed 1.9.12 [Updateable]
            Adapter    "hm-rega"       : 3.0.31   , installed 3.0.7 [Updateable]
            Adapter    "hm-rpc"        : 1.14.45  , installed 1.14.31 [Updateable]
            Adapter    "ical"          : 1.11.4   , installed 1.9.0 [Updateable]
            Adapter    "icons-addictive-flavour-png": 0.1.0   , installed 0.1.0
            Adapter    "icons-material-png": 0.1.0   , installed 0.1.0
            Adapter    "icons-mfd-png" : 1.0.2    , installed 1.0.2
            Adapter    "info"          : 1.9.8    , installed 1.7.15 [Updateable]
            Adapter    "iot"           : 1.8.22   , installed 1.8.9 [Updateable]
            Adapter    "javascript"    : 5.2.8    , installed 4.1.12 [Updateable]
            Controller "js-controller" : 3.3.18   , installed 2.1.1 [Updateable]
            Adapter    "material"      : 1.0.4    , installed 0.13.9 [Updateable]
            Adapter    "mihome"        : 1.3.7    , installed 1.3.6 [Updateable]
            Adapter    "mihome-vacuum" : 3.3.1    , installed 2.1.1 [Updateable]
            Adapter    "mobile"        : 1.0.1    , installed 0.4.11 [Updateable]
            Adapter    "parser"        : 1.0.7    , installed 1.0.7
            Adapter    "pushover"      : 2.0.5    , installed 2.0.3 [Updateable]
            Adapter    "sayit"         : 1.12.3   , installed 1.11.5 [Updateable]
            Adapter    "scenes"        : 2.3.6    , installed 2.1.5 [Updateable]
            Adapter    "shelly"        : 4.0.7    , installed 3.2.2 [Updateable]
            Adapter    "simple-api"    : 2.6.1    , installed 2.5.2 [Updateable]
            Adapter    "socketio"      : 3.1.4    , installed 3.1.4
            Adapter    "solarlog"      : 2.1.4    , installed 2.0.0 [Updateable]
            Adapter    "sonoff"        : 2.4.5    , installed 2.3.3 [Updateable]
            Adapter    "tankerkoenig"  : 2.1.1    , installed 2.0.9 [Updateable]
            Adapter    "telegram"      : 1.10.0   , installed 1.5.9 [Updateable]
            Adapter    "tvspielfilm"   : 1.0.4    , installed 1.0.4
            Adapter    "vis"           : 1.4.4    , installed 1.2.2 [Updateable]
            Adapter    "vis-bars"      : 0.1.4    , installed 0.1.4
            Adapter    "vis-canvas-gauges": 0.1.5   , installed 0.1.5
            Adapter    "vis-colorpicker": 1.2.0   , installed 1.1.1 [Updateable]
            Adapter    "vis-fancyswitch": 1.1.0   , installed 1.1.0
            Adapter    "vis-google-fonts": 0.1.0   , installed 0.1.0
            Adapter    "vis-history"   : 1.0.0    , installed 0.2.7 [Updateable]
            Adapter    "vis-hqwidgets" : 1.1.7    , installed 1.1.3 [Updateable]
            Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 1.0.9 [Updateable]
            Adapter    "vis-justgage"  : 1.0.2    , installed 0.7.1 [Updateable]
            Adapter    "vis-lcars"     : 1.0.4    , installed 1.0.4
            Adapter    "vis-metro"     : 1.1.2    , installed 1.1.0 [Updateable]
            Adapter    "vis-plumb"     : 1.0.2    , installed 1.0.0 [Updateable]
            Adapter    "vis-rgraph"    : 0.0.2    , installed 0.0.2
            Adapter    "vis-timeandweather": 1.1.7   , installed 1.1.7
            Adapter    "vis-weather"   : 2.5.3    , installed 1.2.0 [Updateable]
            Adapter    "weatherunderground": 3.3.1   , installed 3.2.0 [Updateable]
            Adapter    "web"           : 3.4.9    , installed 3.2.3 [Updateable]
            Adapter    "wifilight"     : 1.1.0    , installed 1.1.0
            Adapter    "worx"          : 1.5.5    , installed 1.2.7 [Updateable]
            Adapter    "yeelight-2"    : 1.0.3    , installed 1.0.3
            Adapter    "yr"            : 3.0.5    , installed 2.0.3 [Updateable]
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @stoni sagte in Hilfe bei Update des gesamten Systems:

              Wie mache ich jetzt weiter???

              Jetzt müssen wir erstmal schauen ob das alles senkrecht ist

              which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && apt policy nodejs
              

              und dann schauen wir was uns beim iobroker erwartet:
              Keine Ahnung ob die Befehle bei dem 2er js-controller funktionieren...

              iobroker update -i
              iobroker list adapters
              
              HomoranH Nicht stören
              HomoranH Nicht stören
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von
              #50

              @thomas-braun sagte in Hilfe bei Update des gesamten Systems:

              ob die Befehle bei dem 2er js-controller funktionieren...

              aber nicht petzen:
              Hosts_20211025.png

              kein Support per PN! - Fragen im Forum stellen -
              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
              Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              1 Antwort Letzte Antwort
              0
              • S Stoni

                @thomas-braun

                iobroker update -i
                Used repository: Stable (default)
                hash not changed, use actual sources
                update done
                Adapter    "admin"         : 5.1.25   , installed 4.2.1 [Updateable]
                Adapter    "alexa2"        : 3.9.3    , installed 3.5.2 [Updateable]
                Adapter    "backitup"      : 2.1.17   , installed 1.8.5 [Updateable]
                Adapter    "ble"           : 0.12.0   , installed 0.11.0 [Updateable]
                Adapter    "cloud"         : 4.1.0    , installed 2.8.0 [Updateable]
                Adapter    "discovery"     : 2.7.0    , installed 2.7.0
                Adapter    "flot"          : 1.10.6   , installed 1.10.6
                Adapter    "fritzbox"      : 0.2.1    , installed 0.2.1
                Adapter    "history"       : 1.9.13   , installed 1.9.12 [Updateable]
                Adapter    "hm-rega"       : 3.0.31   , installed 3.0.7 [Updateable]
                Adapter    "hm-rpc"        : 1.14.45  , installed 1.14.31 [Updateable]
                Adapter    "ical"          : 1.11.4   , installed 1.9.0 [Updateable]
                Adapter    "icons-addictive-flavour-png": 0.1.0   , installed 0.1.0
                Adapter    "icons-material-png": 0.1.0   , installed 0.1.0
                Adapter    "icons-mfd-png" : 1.0.2    , installed 1.0.2
                Adapter    "info"          : 1.9.8    , installed 1.7.15 [Updateable]
                Adapter    "iot"           : 1.8.22   , installed 1.8.9 [Updateable]
                Adapter    "javascript"    : 5.2.8    , installed 4.1.12 [Updateable]
                Controller "js-controller" : 3.3.18   , installed 2.1.1 [Updateable]
                Adapter    "material"      : 1.0.4    , installed 0.13.9 [Updateable]
                Adapter    "mihome"        : 1.3.7    , installed 1.3.6 [Updateable]
                Adapter    "mihome-vacuum" : 3.3.1    , installed 2.1.1 [Updateable]
                Adapter    "mobile"        : 1.0.1    , installed 0.4.11 [Updateable]
                Adapter    "parser"        : 1.0.7    , installed 1.0.7
                Adapter    "pushover"      : 2.0.5    , installed 2.0.3 [Updateable]
                Adapter    "sayit"         : 1.12.3   , installed 1.11.5 [Updateable]
                Adapter    "scenes"        : 2.3.6    , installed 2.1.5 [Updateable]
                Adapter    "shelly"        : 4.0.7    , installed 3.2.2 [Updateable]
                Adapter    "simple-api"    : 2.6.1    , installed 2.5.2 [Updateable]
                Adapter    "socketio"      : 3.1.4    , installed 3.1.4
                Adapter    "solarlog"      : 2.1.4    , installed 2.0.0 [Updateable]
                Adapter    "sonoff"        : 2.4.5    , installed 2.3.3 [Updateable]
                Adapter    "tankerkoenig"  : 2.1.1    , installed 2.0.9 [Updateable]
                Adapter    "telegram"      : 1.10.0   , installed 1.5.9 [Updateable]
                Adapter    "tvspielfilm"   : 1.0.4    , installed 1.0.4
                Adapter    "vis"           : 1.4.4    , installed 1.2.2 [Updateable]
                Adapter    "vis-bars"      : 0.1.4    , installed 0.1.4
                Adapter    "vis-canvas-gauges": 0.1.5   , installed 0.1.5
                Adapter    "vis-colorpicker": 1.2.0   , installed 1.1.1 [Updateable]
                Adapter    "vis-fancyswitch": 1.1.0   , installed 1.1.0
                Adapter    "vis-google-fonts": 0.1.0   , installed 0.1.0
                Adapter    "vis-history"   : 1.0.0    , installed 0.2.7 [Updateable]
                Adapter    "vis-hqwidgets" : 1.1.7    , installed 1.1.3 [Updateable]
                Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 1.0.9 [Updateable]
                Adapter    "vis-justgage"  : 1.0.2    , installed 0.7.1 [Updateable]
                Adapter    "vis-lcars"     : 1.0.4    , installed 1.0.4
                Adapter    "vis-metro"     : 1.1.2    , installed 1.1.0 [Updateable]
                Adapter    "vis-plumb"     : 1.0.2    , installed 1.0.0 [Updateable]
                Adapter    "vis-rgraph"    : 0.0.2    , installed 0.0.2
                Adapter    "vis-timeandweather": 1.1.7   , installed 1.1.7
                Adapter    "vis-weather"   : 2.5.3    , installed 1.2.0 [Updateable]
                Adapter    "weatherunderground": 3.3.1   , installed 3.2.0 [Updateable]
                Adapter    "web"           : 3.4.9    , installed 3.2.3 [Updateable]
                Adapter    "wifilight"     : 1.1.0    , installed 1.1.0
                Adapter    "worx"          : 1.5.5    , installed 1.2.7 [Updateable]
                Adapter    "yeelight-2"    : 1.0.3    , installed 1.0.3
                Adapter    "yr"            : 3.0.5    , installed 2.0.3 [Updateable]
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von Thomas Braun
                #51

                @stoni

                Jetzt hilft dir die Readme zum js-controller 3.3 weiter.
                https://forum.iobroker.net/topic/46758/js-controller-3-3-jetzt-im-stable
                Da steht auch drin, wie mit dem js-controller v2 vorzugehen ist.

                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

                S 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @stoni

                  Jetzt hilft dir die Readme zum js-controller 3.3 weiter.
                  https://forum.iobroker.net/topic/46758/js-controller-3-3-jetzt-im-stable
                  Da steht auch drin, wie mit dem js-controller v2 vorzugehen ist.

                  S Offline
                  S Offline
                  Stoni
                  schrieb am zuletzt editiert von Stoni
                  #52

                  @thomas-braun js-controller 3.3.18 ist jetzt installiert.

                  Im Log kriege ich eine Reihe an Warnungen:

                  host.raspberrypi	2021-10-25 20:03:56.799	info	Restart adapter system.adapter.javascript.0 because enabled
                  host.raspberrypi	2021-10-25 20:03:56.798	error	instance system.adapter.javascript.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                  host.raspberrypi	2021-10-25 20:03:56.315	error	Please consider running the installation fixer when on Linux.
                  host.raspberrypi	2021-10-25 20:03:56.310	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Pleas
                  host.raspberrypi	2021-10-25 20:03:55.310	info	instance system.adapter.javascript.0 started with pid 22713
                  host.raspberrypi	2021-10-25 20:03:54.986	error	Please consider running the installation fixer when on Linux.
                  host.raspberrypi	2021-10-25 20:03:54.985	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Pleas
                  host.raspberrypi	2021-10-25 20:03:54.365	info	Restart adapter system.adapter.mihome-vacuum.0 because enabled
                  host.raspberrypi	2021-10-25 20:03:54.365	error	instance system.adapter.mihome-vacuum.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                  host.raspberrypi	2021-10-25 20:03:53.984	info	instance system.adapter.mihome-vacuum.0 started with pid 22700
                  host.raspberrypi	2021-10-25 20:03:50.980	error	Please consider running the installation fixer when on Linux.
                  host.raspberrypi	2021-10-25 20:03:50.979	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Pleas
                  host.raspberrypi	2021-10-25 20:03:50.334	info	Restart adapter system.adapter.fritzbox.0 because enabled
                  host.raspberrypi	2021-10-25 20:03:50.333	error	instance system.adapter.fritzbox.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                  host.raspberrypi	2021-10-25 20:03:49.978	info	instance system.adapter.fritzbox.0 started with pid 22632
                  host.raspberrypi	2021-10-25 20:03:49.832	error	Please consider running the installation fixer when on Linux.
                  host.raspberrypi	2021-10-25 20:03:49.832	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Pleas
                  host.raspberrypi	2021-10-25 20:03:49.216	info	Restart adapter system.adapter.cloud.0 because enabled
                  host.raspberrypi	2021-10-25 20:03:49.215	error	instance system.adapter.cloud.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                  host.raspberrypi	2021-10-25 20:03:48.831	info	instance system.adapter.cloud.0 started with pid 22619
                  host.raspberrypi	2021-10-25 20:03:46.981	error	Please consider running the installation fixer when on Linux.
                  host.raspberrypi	2021-10-25 20:03:46.980	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Pleas
                  host.raspberrypi	2021-10-25 20:03:46.348	error	instance system.adapter.weatherunderground.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                  host.raspberrypi	2021-10-25 20:03:45.979	info	instance system.adapter.weatherunderground.0 started with pid 22594
                  host.raspberrypi	2021-10-25 20:03:45.947	info	instance scheduled system.adapter.weatherunderground.0 16 * * * *
                  host.raspberrypi	2021-10-25 20:03:42.957	error	Please consider running the installation fixer when on Linux.
                  host.raspberrypi	2021-10-25 20:03:42.956	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Pleas
                  host.raspberrypi	2021-10-25 20:03:42.275	info	Restart adapter system.adapter.sonoff.0 because enabled
                  host.raspberrypi	2021-10-25 20:03:42.274	error	instance system.adapter.sonoff.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                  host.raspberrypi	2021-10-25 20:03:41.956	info	instance system.adapter.sonoff.0 started with pid 22568
                  alexa2.0	2021-10-25 20:03:39.536	info	(21644) State value to set for "alexa2.0.Echo-Devices.24e302072d034ff9b4bd81f78fb2590f.Player.mediaLength" has to be type "number" but received type "string"
                  alexa2.0	2021-10-25 20:03:39.394	info	(21644) State value to set for "alexa2.0.Echo-Devices.b46f8ef14a774d07ac469fe81a997fad.Player.mediaLength" has to be type "number" but received type "string"
                  alexa2.0	2021-10-25 20:03:39.221	info	(21644) State value to set for "alexa2.0.Echo-Devices.8554c9f4be9d4c4a8499c4d5960a22f1.Player.mediaLength" has to be type "number" but received type "string"
                  alexa2.0	2021-10-25 20:03:39.082	info	(21644) State value to set for "alexa2.0.Echo-Devices.8f5c4d79e7fa4fe78e9c63372dd711e9.Player.mediaLength" has to be type "number" but received type "string"
                  host.raspberrypi	2021-10-25 20:03:39.085	error	Please consider running the installation fixer when on Linux.
                  host.raspberrypi	2021-10-25 20:03:39.083	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Pleas
                  alexa2.0	2021-10-25 20:03:38.922	info	(21644) State value to set for "alexa2.0.Echo-Devices.4afcac9b45d04f63ae77b6565bc7d703.Player.mediaLength" has to be type "number" but received type "string"
                  alexa2.0	2021-10-25 20:03:38.766	info	(21644) State value to set for "alexa2.0.Echo-Devices.5088e9942b5e4885a0cf67e08c48d40b.Player.mediaLength" has to be type "number" but received type "string"
                  alexa2.0	2021-10-25 20:03:38.556	info	(21644) State value to set for "alexa2.0.Echo-Devices.98804f54b6574fc0a02b3b3d6e1e67c2.Player.mediaLength" has to be type "number" but received type "string"
                  alexa2.0	2021-10-25 20:03:38.424	info	(21644) State value to set for "alexa2.0.Echo-Devices.bd43e0b5604342408dab29a99c396fe5.Player.mediaLength" has to be type "number" but received type "string"
                  host.raspberrypi	2021-10-25 20:03:38.417	info	Restart adapter system.adapter.scenes.0 because enabled
                  host.raspberrypi	2021-10-25 20:03:38.416	error	instance system.adapter.scenes.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                  alexa2.0	2021-10-25 20:03:38.236	info	(21644) State value to set for "alexa2.0.Echo-Devices.3902a9bc988d49fb94cf67c3c28619e4.Player.mediaLength" has to be type "number" but received type "string"
                  host.raspberrypi	2021-10-25 20:03:38.082	info	instance system.adapter.scenes.0 started with pid 22500
                  alexa2.0	2021-10-25 20:03:37.433	info	(21644) State value to set for "alexa2.0.Echo-Devices.6de510ef15bd4b958d2f6e1c0a5181b8.Player.mediaLength" has to be type "number" but received type "string"
                  host.raspberrypi	2021-10-25 20:03:35.088	error	Please consider running the installation fixer when on Linux.
                  host.raspberrypi	2021-10-25 20:03:35.087	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Pleas
                  host.raspberrypi	2021-10-25 20:03:34.424	info	Restart adapter system.adapter.sayit.0 because enabled
                  host.raspberrypi	2021-10-25 20:03:34.423	error	instance system.adapter.sayit.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                  host.raspberrypi	2021-10-25 20:03:34.087	info	instance system.adapter.sayit.0 started with pid 22469
                  alexa2.0	2021-10-25 20:03:33.008	info	(21644) Alexa-Push-Connection disconnected - retry: Retry Connection in 25s
                  host.raspberrypi	2021-10-25 20:03:30.989	error	Please consider running the installation fixer when on Linux.
                  host.raspberrypi	2021-10-25 20:03:30.988	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Pleas
                  host.raspberrypi	2021-10-25 20:03:30.964	error	Cannot download and install adapter "mqtt@2.4.0". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
                  host.raspberrypi	2021-10-25 20:03:30.606	error	Cannot download and install adapter "mqtt@2.4.0". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
                  host.raspberrypi	2021-10-25 20:03:30.604	info	iobroker npm-install: exit 1
                  host.raspberrypi	2021-10-25 20:03:30.599	error	iobroker npm-install: internal/modules/cjs/loader.js:905 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename
                  host.raspberrypi	2021-10-25 20:03:30.402	info	iobroker install mqtt@2.4.0 using installedVersion
                  host.raspberrypi	2021-10-25 20:03:30.402	warn	startInstance cannot find adapter "mqtt@2.4.0". Try to install it... 4 attempt
                  host.raspberrypi	2021-10-25 20:03:30.400	info	iobroker npm-install: exit 1
                  host.raspberrypi	2021-10-25 20:03:30.395	error	iobroker npm-install: internal/modules/cjs/loader.js:905 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename
                  host.raspberrypi	2021-10-25 20:03:30.338	info	Restart adapter system.adapter.tankerkoenig.0 because enabled
                  host.raspberrypi	2021-10-25 20:03:30.337	error	instance system.adapter.tankerkoenig.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                  host.raspberrypi	2021-10-25 20:03:30.174	info	iobroker install mqtt@2.4.0 using installedVersion
                  host.raspberrypi	2021-10-25 20:03:30.174	warn	startInstance cannot find adapter "mqtt@2.4.0". Try to install it... 3 attempt
                  host.raspberrypi	2021-10-25 20:03:30.172	info	iobroker npm-install: exit 1
                  host.raspberrypi	2021-10-25 20:03:30.158	error	iobroker npm-install: internal/modules/cjs/loader.js:905 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename
                  host.raspberrypi	2021-10-25 20:03:29.988	info	instance system.adapter.tankerkoenig.0 started with pid 22381
                  host.raspberrypi	2021-10-25 20:03:29.944	info	iobroker install mqtt@2.4.0 using installedFrom
                  host.raspberrypi	2021-10-25 20:03:29.944	warn	startInstance cannot find adapter "mqtt@2.4.0". Try to install it... 2 attempt
                  host.raspberrypi	2021-10-25 20:03:29.940	info	iobroker npm-install: exit 1
                  host.raspberrypi	2021-10-25 20:03:29.938	error	iobroker npm-install: internal/modules/cjs/loader.js:905 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename
                  host.raspberrypi	2021-10-25 20:03:29.669	info	iobroker install mqtt@2.4.0 using installedFrom
                  host.raspberrypi	2021-10-25 20:03:29.667	warn	startInstance cannot find adapter "mqtt@2.4.0". Try to install it... 1 attempt
                  host.raspberrypi	2021-10-25 20:03:28.665	info	iobroker npm-install: exit 1
                  host.raspberrypi	2021-10-25 20:03:28.660	error	iobroker npm-install: internal/modules/cjs/loader.js:905 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename
                  host.raspberrypi	2021-10-25 20:03:28.410	info	iobroker install landroid-s@2.5.4 using installedVersion
                  host.raspberrypi	2021-10-25 20:03:28.409	warn	startInstance cannot find adapter "landroid-s@2.5.4". Try to install it... 1 attempt
                  host.raspberrypi	2021-10-25 20:03:27.409	error	Please consider running the installation fixer when on Linux.
                  host.raspberrypi	2021-10-25 20:03:27.409	error	Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/pids.txt'
                  host.raspberrypi	2021-10-25 20:03:27.409	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Plea
                  host.raspberrypi	2021-10-25 20:03:27.405	info	iobroker npm-install: exit 1
                  host.raspberrypi	2021-10-25 20:03:27.393	error	iobroker npm-install: /opt/iobroker/node_modules/iobroker.js-controller/node_modules/jsonfile/index.js:56 throw err ^Error: /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../..
                  host.raspberrypi	2021-10-25 20:03:27.210	info	iobroker npm-install: upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png
                  host.raspberrypi	2021-10-25 20:03:27.149	info	iobroker npm-install: upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html
                  host.raspberrypi	2021-10-25 20:03:27.087	info	iobroker npm-install: upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html
                  host.raspberrypi	2021-10-25 20:03:27.027	info	iobroker npm-install: upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html
                  host.raspberrypi	2021-10-25 20:03:26.969	info	iobroker npm-install: upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html
                  host.raspberrypi	2021-10-25 20:03:26.910	info	iobroker npm-install: upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/translateTools.js translateTools.js application/javascript
                  host.raspberrypi	2021-10-25 20:03:26.802	info	iobroker npm-install: upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript
                  host.raspberrypi	2021-10-25 20:03:26.775	info	iobroker npm-install: host.raspberrypi install adapter discovery@2.7.0
                  host.raspberrypi	2021-10-25 20:03:26.735	info	iobroker npm-install: npm ERR! /home/iobroker/.npm/_logs/2021-10-25T18_03_26_703Z-debug.log
                  host.raspberrypi	2021-10-25 20:03:26.734	info	iobroker npm-install: npm ERR! A complete log of this run can be found in:
                  host.raspberrypi	2021-10-25 20:03:26.732	info	iobroker npm-install:
                  host.raspberrypi	2021-10-25 20:03:26.675	info	iobroker npm-install: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                  host.raspberrypi	2021-10-25 20:03:26.673	info	iobroker npm-install: npm ERR! Failed at the canvas@2.6.1 install script.
                  host.raspberrypi	2021-10-25 20:03:26.672	info	iobroker npm-install: npm ERR!
                  host.raspberrypi	2021-10-25 20:03:26.670	info	iobroker npm-install: npm ERR! Exit status 1
                  host.raspberrypi	2021-10-25 20:03:26.669	info	iobroker npm-install: npm ERR! canvas@2.6.1 install: `node-pre-gyp install --fallback-to-build`
                  host.raspberrypi	2021-10-25 20:03:26.644	info	iobroker npm-install: npm ERR! errno 1
                  host.raspberrypi	2021-10-25 20:03:26.642	info	iobroker npm-install: npm ERR! code ELIFECYCLE
                  host.raspberrypi	2021-10-25 20:03:26.408	info	instance system.adapter.vis-google-fonts.0 terminated while should be started once
                  host.raspberrypi	2021-10-25 20:03:26.258	error	Please consider running the installation fixer when on Linux.
                  host.raspberrypi	2021-10-25 20:03:26.257	error	Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/pids.txt'
                  host.raspberrypi	2021-10-25 20:03:26.257	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Plea
                  host.raspberrypi	2021-10-25 20:03:25.255	info	Restart adapter system.adapter.javascript.0 because enabled
                  host.raspberrypi	2021-10-25 20:03:25.254	error	instance system.adapter.javascript.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                  javascript.0	2021-10-25 20:03:25.037	warn	(22116) Cannot get view: Connection is closed.
                  

                  Viele Instanzen sind rot.

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • S Stoni

                    @thomas-braun js-controller 3.3.18 ist jetzt installiert.

                    Im Log kriege ich eine Reihe an Warnungen:

                    host.raspberrypi	2021-10-25 20:03:56.799	info	Restart adapter system.adapter.javascript.0 because enabled
                    host.raspberrypi	2021-10-25 20:03:56.798	error	instance system.adapter.javascript.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                    host.raspberrypi	2021-10-25 20:03:56.315	error	Please consider running the installation fixer when on Linux.
                    host.raspberrypi	2021-10-25 20:03:56.310	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Pleas
                    host.raspberrypi	2021-10-25 20:03:55.310	info	instance system.adapter.javascript.0 started with pid 22713
                    host.raspberrypi	2021-10-25 20:03:54.986	error	Please consider running the installation fixer when on Linux.
                    host.raspberrypi	2021-10-25 20:03:54.985	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Pleas
                    host.raspberrypi	2021-10-25 20:03:54.365	info	Restart adapter system.adapter.mihome-vacuum.0 because enabled
                    host.raspberrypi	2021-10-25 20:03:54.365	error	instance system.adapter.mihome-vacuum.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                    host.raspberrypi	2021-10-25 20:03:53.984	info	instance system.adapter.mihome-vacuum.0 started with pid 22700
                    host.raspberrypi	2021-10-25 20:03:50.980	error	Please consider running the installation fixer when on Linux.
                    host.raspberrypi	2021-10-25 20:03:50.979	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Pleas
                    host.raspberrypi	2021-10-25 20:03:50.334	info	Restart adapter system.adapter.fritzbox.0 because enabled
                    host.raspberrypi	2021-10-25 20:03:50.333	error	instance system.adapter.fritzbox.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                    host.raspberrypi	2021-10-25 20:03:49.978	info	instance system.adapter.fritzbox.0 started with pid 22632
                    host.raspberrypi	2021-10-25 20:03:49.832	error	Please consider running the installation fixer when on Linux.
                    host.raspberrypi	2021-10-25 20:03:49.832	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Pleas
                    host.raspberrypi	2021-10-25 20:03:49.216	info	Restart adapter system.adapter.cloud.0 because enabled
                    host.raspberrypi	2021-10-25 20:03:49.215	error	instance system.adapter.cloud.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                    host.raspberrypi	2021-10-25 20:03:48.831	info	instance system.adapter.cloud.0 started with pid 22619
                    host.raspberrypi	2021-10-25 20:03:46.981	error	Please consider running the installation fixer when on Linux.
                    host.raspberrypi	2021-10-25 20:03:46.980	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Pleas
                    host.raspberrypi	2021-10-25 20:03:46.348	error	instance system.adapter.weatherunderground.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                    host.raspberrypi	2021-10-25 20:03:45.979	info	instance system.adapter.weatherunderground.0 started with pid 22594
                    host.raspberrypi	2021-10-25 20:03:45.947	info	instance scheduled system.adapter.weatherunderground.0 16 * * * *
                    host.raspberrypi	2021-10-25 20:03:42.957	error	Please consider running the installation fixer when on Linux.
                    host.raspberrypi	2021-10-25 20:03:42.956	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Pleas
                    host.raspberrypi	2021-10-25 20:03:42.275	info	Restart adapter system.adapter.sonoff.0 because enabled
                    host.raspberrypi	2021-10-25 20:03:42.274	error	instance system.adapter.sonoff.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                    host.raspberrypi	2021-10-25 20:03:41.956	info	instance system.adapter.sonoff.0 started with pid 22568
                    alexa2.0	2021-10-25 20:03:39.536	info	(21644) State value to set for "alexa2.0.Echo-Devices.24e302072d034ff9b4bd81f78fb2590f.Player.mediaLength" has to be type "number" but received type "string"
                    alexa2.0	2021-10-25 20:03:39.394	info	(21644) State value to set for "alexa2.0.Echo-Devices.b46f8ef14a774d07ac469fe81a997fad.Player.mediaLength" has to be type "number" but received type "string"
                    alexa2.0	2021-10-25 20:03:39.221	info	(21644) State value to set for "alexa2.0.Echo-Devices.8554c9f4be9d4c4a8499c4d5960a22f1.Player.mediaLength" has to be type "number" but received type "string"
                    alexa2.0	2021-10-25 20:03:39.082	info	(21644) State value to set for "alexa2.0.Echo-Devices.8f5c4d79e7fa4fe78e9c63372dd711e9.Player.mediaLength" has to be type "number" but received type "string"
                    host.raspberrypi	2021-10-25 20:03:39.085	error	Please consider running the installation fixer when on Linux.
                    host.raspberrypi	2021-10-25 20:03:39.083	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Pleas
                    alexa2.0	2021-10-25 20:03:38.922	info	(21644) State value to set for "alexa2.0.Echo-Devices.4afcac9b45d04f63ae77b6565bc7d703.Player.mediaLength" has to be type "number" but received type "string"
                    alexa2.0	2021-10-25 20:03:38.766	info	(21644) State value to set for "alexa2.0.Echo-Devices.5088e9942b5e4885a0cf67e08c48d40b.Player.mediaLength" has to be type "number" but received type "string"
                    alexa2.0	2021-10-25 20:03:38.556	info	(21644) State value to set for "alexa2.0.Echo-Devices.98804f54b6574fc0a02b3b3d6e1e67c2.Player.mediaLength" has to be type "number" but received type "string"
                    alexa2.0	2021-10-25 20:03:38.424	info	(21644) State value to set for "alexa2.0.Echo-Devices.bd43e0b5604342408dab29a99c396fe5.Player.mediaLength" has to be type "number" but received type "string"
                    host.raspberrypi	2021-10-25 20:03:38.417	info	Restart adapter system.adapter.scenes.0 because enabled
                    host.raspberrypi	2021-10-25 20:03:38.416	error	instance system.adapter.scenes.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                    alexa2.0	2021-10-25 20:03:38.236	info	(21644) State value to set for "alexa2.0.Echo-Devices.3902a9bc988d49fb94cf67c3c28619e4.Player.mediaLength" has to be type "number" but received type "string"
                    host.raspberrypi	2021-10-25 20:03:38.082	info	instance system.adapter.scenes.0 started with pid 22500
                    alexa2.0	2021-10-25 20:03:37.433	info	(21644) State value to set for "alexa2.0.Echo-Devices.6de510ef15bd4b958d2f6e1c0a5181b8.Player.mediaLength" has to be type "number" but received type "string"
                    host.raspberrypi	2021-10-25 20:03:35.088	error	Please consider running the installation fixer when on Linux.
                    host.raspberrypi	2021-10-25 20:03:35.087	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Pleas
                    host.raspberrypi	2021-10-25 20:03:34.424	info	Restart adapter system.adapter.sayit.0 because enabled
                    host.raspberrypi	2021-10-25 20:03:34.423	error	instance system.adapter.sayit.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                    host.raspberrypi	2021-10-25 20:03:34.087	info	instance system.adapter.sayit.0 started with pid 22469
                    alexa2.0	2021-10-25 20:03:33.008	info	(21644) Alexa-Push-Connection disconnected - retry: Retry Connection in 25s
                    host.raspberrypi	2021-10-25 20:03:30.989	error	Please consider running the installation fixer when on Linux.
                    host.raspberrypi	2021-10-25 20:03:30.988	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Pleas
                    host.raspberrypi	2021-10-25 20:03:30.964	error	Cannot download and install adapter "mqtt@2.4.0". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
                    host.raspberrypi	2021-10-25 20:03:30.606	error	Cannot download and install adapter "mqtt@2.4.0". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
                    host.raspberrypi	2021-10-25 20:03:30.604	info	iobroker npm-install: exit 1
                    host.raspberrypi	2021-10-25 20:03:30.599	error	iobroker npm-install: internal/modules/cjs/loader.js:905 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename
                    host.raspberrypi	2021-10-25 20:03:30.402	info	iobroker install mqtt@2.4.0 using installedVersion
                    host.raspberrypi	2021-10-25 20:03:30.402	warn	startInstance cannot find adapter "mqtt@2.4.0". Try to install it... 4 attempt
                    host.raspberrypi	2021-10-25 20:03:30.400	info	iobroker npm-install: exit 1
                    host.raspberrypi	2021-10-25 20:03:30.395	error	iobroker npm-install: internal/modules/cjs/loader.js:905 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename
                    host.raspberrypi	2021-10-25 20:03:30.338	info	Restart adapter system.adapter.tankerkoenig.0 because enabled
                    host.raspberrypi	2021-10-25 20:03:30.337	error	instance system.adapter.tankerkoenig.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                    host.raspberrypi	2021-10-25 20:03:30.174	info	iobroker install mqtt@2.4.0 using installedVersion
                    host.raspberrypi	2021-10-25 20:03:30.174	warn	startInstance cannot find adapter "mqtt@2.4.0". Try to install it... 3 attempt
                    host.raspberrypi	2021-10-25 20:03:30.172	info	iobroker npm-install: exit 1
                    host.raspberrypi	2021-10-25 20:03:30.158	error	iobroker npm-install: internal/modules/cjs/loader.js:905 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename
                    host.raspberrypi	2021-10-25 20:03:29.988	info	instance system.adapter.tankerkoenig.0 started with pid 22381
                    host.raspberrypi	2021-10-25 20:03:29.944	info	iobroker install mqtt@2.4.0 using installedFrom
                    host.raspberrypi	2021-10-25 20:03:29.944	warn	startInstance cannot find adapter "mqtt@2.4.0". Try to install it... 2 attempt
                    host.raspberrypi	2021-10-25 20:03:29.940	info	iobroker npm-install: exit 1
                    host.raspberrypi	2021-10-25 20:03:29.938	error	iobroker npm-install: internal/modules/cjs/loader.js:905 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename
                    host.raspberrypi	2021-10-25 20:03:29.669	info	iobroker install mqtt@2.4.0 using installedFrom
                    host.raspberrypi	2021-10-25 20:03:29.667	warn	startInstance cannot find adapter "mqtt@2.4.0". Try to install it... 1 attempt
                    host.raspberrypi	2021-10-25 20:03:28.665	info	iobroker npm-install: exit 1
                    host.raspberrypi	2021-10-25 20:03:28.660	error	iobroker npm-install: internal/modules/cjs/loader.js:905 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename
                    host.raspberrypi	2021-10-25 20:03:28.410	info	iobroker install landroid-s@2.5.4 using installedVersion
                    host.raspberrypi	2021-10-25 20:03:28.409	warn	startInstance cannot find adapter "landroid-s@2.5.4". Try to install it... 1 attempt
                    host.raspberrypi	2021-10-25 20:03:27.409	error	Please consider running the installation fixer when on Linux.
                    host.raspberrypi	2021-10-25 20:03:27.409	error	Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/pids.txt'
                    host.raspberrypi	2021-10-25 20:03:27.409	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Plea
                    host.raspberrypi	2021-10-25 20:03:27.405	info	iobroker npm-install: exit 1
                    host.raspberrypi	2021-10-25 20:03:27.393	error	iobroker npm-install: /opt/iobroker/node_modules/iobroker.js-controller/node_modules/jsonfile/index.js:56 throw err ^Error: /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../..
                    host.raspberrypi	2021-10-25 20:03:27.210	info	iobroker npm-install: upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png
                    host.raspberrypi	2021-10-25 20:03:27.149	info	iobroker npm-install: upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html
                    host.raspberrypi	2021-10-25 20:03:27.087	info	iobroker npm-install: upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html
                    host.raspberrypi	2021-10-25 20:03:27.027	info	iobroker npm-install: upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html
                    host.raspberrypi	2021-10-25 20:03:26.969	info	iobroker npm-install: upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html
                    host.raspberrypi	2021-10-25 20:03:26.910	info	iobroker npm-install: upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/translateTools.js translateTools.js application/javascript
                    host.raspberrypi	2021-10-25 20:03:26.802	info	iobroker npm-install: upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript
                    host.raspberrypi	2021-10-25 20:03:26.775	info	iobroker npm-install: host.raspberrypi install adapter discovery@2.7.0
                    host.raspberrypi	2021-10-25 20:03:26.735	info	iobroker npm-install: npm ERR! /home/iobroker/.npm/_logs/2021-10-25T18_03_26_703Z-debug.log
                    host.raspberrypi	2021-10-25 20:03:26.734	info	iobroker npm-install: npm ERR! A complete log of this run can be found in:
                    host.raspberrypi	2021-10-25 20:03:26.732	info	iobroker npm-install:
                    host.raspberrypi	2021-10-25 20:03:26.675	info	iobroker npm-install: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                    host.raspberrypi	2021-10-25 20:03:26.673	info	iobroker npm-install: npm ERR! Failed at the canvas@2.6.1 install script.
                    host.raspberrypi	2021-10-25 20:03:26.672	info	iobroker npm-install: npm ERR!
                    host.raspberrypi	2021-10-25 20:03:26.670	info	iobroker npm-install: npm ERR! Exit status 1
                    host.raspberrypi	2021-10-25 20:03:26.669	info	iobroker npm-install: npm ERR! canvas@2.6.1 install: `node-pre-gyp install --fallback-to-build`
                    host.raspberrypi	2021-10-25 20:03:26.644	info	iobroker npm-install: npm ERR! errno 1
                    host.raspberrypi	2021-10-25 20:03:26.642	info	iobroker npm-install: npm ERR! code ELIFECYCLE
                    host.raspberrypi	2021-10-25 20:03:26.408	info	instance system.adapter.vis-google-fonts.0 terminated while should be started once
                    host.raspberrypi	2021-10-25 20:03:26.258	error	Please consider running the installation fixer when on Linux.
                    host.raspberrypi	2021-10-25 20:03:26.257	error	Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/pids.txt'
                    host.raspberrypi	2021-10-25 20:03:26.257	error	could not store process id list in /opt/iobroker/node_modules/iobroker.js-controller/pids.txt! Please check permissions and user ownership of this file. Was ioBroker started as a different user? Plea
                    host.raspberrypi	2021-10-25 20:03:25.255	info	Restart adapter system.adapter.javascript.0 because enabled
                    host.raspberrypi	2021-10-25 20:03:25.254	error	instance system.adapter.javascript.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                    javascript.0	2021-10-25 20:03:25.037	warn	(22116) Cannot get view: Connection is closed.
                    

                    Viele Instanzen sind rot.

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

                    @stoni

                    Das dauert und das ist bei der Masse an Updates auch schwer zu überblicken.

                    Please consider running the installation fixer when on Linux.
                    

                    ist aber kein doofer Hinweis. Würde ich auch machen, wenn das System wieder zur Ruhe gekommen ist.

                    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

                    S 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @stoni

                      Das dauert und das ist bei der Masse an Updates auch schwer zu überblicken.

                      Please consider running the installation fixer when on Linux.
                      

                      ist aber kein doofer Hinweis. Würde ich auch machen, wenn das System wieder zur Ruhe gekommen ist.

                      S Offline
                      S Offline
                      Stoni
                      schrieb am zuletzt editiert von
                      #54

                      @thomas-braun

                      Wie mache ich das?

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • S Stoni

                        @thomas-braun

                        Wie mache ich das?

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

                        @stoni

                        Wenn das log file Ruhe gibt:

                        iobroker stop
                        iobroker fix
                        iobroker start
                        

                        Die Meldung:

                        Please check permissions and user ownership of this file. Was ioBroker started as a different user?
                        

                        deutet auch auf verbogene Rechte hin.

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

                        S 2 Antworten Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @stoni

                          Wenn das log file Ruhe gibt:

                          iobroker stop
                          iobroker fix
                          iobroker start
                          

                          Die Meldung:

                          Please check permissions and user ownership of this file. Was ioBroker started as a different user?
                          

                          deutet auch auf verbogene Rechte hin.

                          S Offline
                          S Offline
                          Stoni
                          schrieb am zuletzt editiert von
                          #56

                          @thomas-braun

                          ähm...

                          iobroker fix
                          library: loaded
                          Library version=2021-08-05
                          ioBroker is not installed in /opt/iobroker! Cannot fix anything...
                          
                          
                          1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @stoni

                            Wenn das log file Ruhe gibt:

                            iobroker stop
                            iobroker fix
                            iobroker start
                            

                            Die Meldung:

                            Please check permissions and user ownership of this file. Was ioBroker started as a different user?
                            

                            deutet auch auf verbogene Rechte hin.

                            S Offline
                            S Offline
                            Stoni
                            schrieb am zuletzt editiert von
                            #57

                            @thomas-braun @Homoran

                            kann jetzt nicht mehr auf ioBroker zugreifen...

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • S Stoni

                              @thomas-braun @Homoran

                              kann jetzt nicht mehr auf ioBroker zugreifen...

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

                              @stoni

                              ls -la /opt/iobroker/
                              

                              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

                              S 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @stoni

                                ls -la /opt/iobroker/
                                
                                S Offline
                                S Offline
                                Stoni
                                schrieb am zuletzt editiert von
                                #59

                                @thomas-braun

                                 ls -la /opt/iobroker/
                                insgesamt 588
                                drwxrwxr-x+   9 iobroker iobroker   4096 Jan 19  2021 .
                                drwxr-xr-x    4 root     root       4096 Nov 27  2019 ..
                                drwxrwxr-x+   2 pi       pi         4096 Okt 24 20:51 backups
                                drwxrwxr-x+   2 iobroker iobroker   4096 Feb  4  2021 cache
                                -rw-rwxr--+   1 iobroker iobroker   1049 Nov 27  2019 CHANGELOG_FIXER_LINUX.md
                                -rw-rwxr--+   1 iobroker iobroker   3556 Nov 27  2019 CHANGELOG_INSTALLER_LINUX.md
                                -rw-rwxr--+   1 iobroker iobroker  23988 Nov 27  2019 fix_installation.sh
                                drwxrwxr-x+   3 iobroker iobroker   4096 Nov 27  2019 install
                                -rwxrwxrwx+   1 iobroker iobroker    163 Nov 27  2019 INSTALLER_INFO.txt
                                lrwxrwxrwx    1 iobroker iobroker     22 Nov 27  2019 iob -> /opt/iobroker/iobroker
                                -rwxrwxr-x+   1 iobroker iobroker    303 Nov 27  2019 iobroker
                                drwxrwxr-x+   7 iobroker iobroker   4096 Okt 25 20:17 iobroker-data
                                drwxrwxr-x+   2 iobroker iobroker   4096 Nov 27  2019 lib
                                -rw-rwxr--+   1 iobroker iobroker   1137 Nov 27  2019 LICENSE
                                drwxrwxr-x+   2 iobroker iobroker  36864 Okt 25 20:03 log
                                drwxrwxr-x+ 600 iobroker iobroker  36864 Okt 25 20:03 node_modules
                                -rw-rwxr--+   1 iobroker iobroker     42 Nov 27  2019 .npmrc
                                -rw-rwxr--+   1 iobroker iobroker   2556 Jan 19  2021 package.json
                                -rw-rwxr--+   1 iobroker iobroker 419598 Jan 19  2021 package-lock.json
                                -rw-rwxr--+   1 iobroker iobroker   6101 Nov 27  2019 README.md
                                -rw-rwxr--+   1 iobroker iobroker   5738 Nov 27  2019 reinstall.js
                                
                                
                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • S Stoni

                                  @thomas-braun

                                   ls -la /opt/iobroker/
                                  insgesamt 588
                                  drwxrwxr-x+   9 iobroker iobroker   4096 Jan 19  2021 .
                                  drwxr-xr-x    4 root     root       4096 Nov 27  2019 ..
                                  drwxrwxr-x+   2 pi       pi         4096 Okt 24 20:51 backups
                                  drwxrwxr-x+   2 iobroker iobroker   4096 Feb  4  2021 cache
                                  -rw-rwxr--+   1 iobroker iobroker   1049 Nov 27  2019 CHANGELOG_FIXER_LINUX.md
                                  -rw-rwxr--+   1 iobroker iobroker   3556 Nov 27  2019 CHANGELOG_INSTALLER_LINUX.md
                                  -rw-rwxr--+   1 iobroker iobroker  23988 Nov 27  2019 fix_installation.sh
                                  drwxrwxr-x+   3 iobroker iobroker   4096 Nov 27  2019 install
                                  -rwxrwxrwx+   1 iobroker iobroker    163 Nov 27  2019 INSTALLER_INFO.txt
                                  lrwxrwxrwx    1 iobroker iobroker     22 Nov 27  2019 iob -> /opt/iobroker/iobroker
                                  -rwxrwxr-x+   1 iobroker iobroker    303 Nov 27  2019 iobroker
                                  drwxrwxr-x+   7 iobroker iobroker   4096 Okt 25 20:17 iobroker-data
                                  drwxrwxr-x+   2 iobroker iobroker   4096 Nov 27  2019 lib
                                  -rw-rwxr--+   1 iobroker iobroker   1137 Nov 27  2019 LICENSE
                                  drwxrwxr-x+   2 iobroker iobroker  36864 Okt 25 20:03 log
                                  drwxrwxr-x+ 600 iobroker iobroker  36864 Okt 25 20:03 node_modules
                                  -rw-rwxr--+   1 iobroker iobroker     42 Nov 27  2019 .npmrc
                                  -rw-rwxr--+   1 iobroker iobroker   2556 Jan 19  2021 package.json
                                  -rw-rwxr--+   1 iobroker iobroker 419598 Jan 19  2021 package-lock.json
                                  -rw-rwxr--+   1 iobroker iobroker   6101 Nov 27  2019 README.md
                                  -rw-rwxr--+   1 iobroker iobroker   5738 Nov 27  2019 reinstall.js
                                  
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #60

                                  @stoni

                                  iobroker 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

                                  S 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @stoni

                                    iobroker status
                                    
                                    S Offline
                                    S Offline
                                    Stoni
                                    schrieb am zuletzt editiert von
                                    #61

                                    @thomas-braun sagte in Hilfe bei Update des gesamten Systems:

                                    iobroker status

                                    internal/modules/cjs/loader.js:905
                                      throw err;
                                      ^
                                    
                                    Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                        at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
                                        at Function.Module._load (internal/modules/cjs/loader.js:746:27)
                                        at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
                                        at internal/main/run_main_module.js:17:47 {
                                      code: 'MODULE_NOT_FOUND',
                                      requireStack: []
                                    
                                    
                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • S Stoni

                                      @thomas-braun sagte in Hilfe bei Update des gesamten Systems:

                                      iobroker status

                                      internal/modules/cjs/loader.js:905
                                        throw err;
                                        ^
                                      
                                      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                          at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
                                          at Function.Module._load (internal/modules/cjs/loader.js:746:27)
                                          at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
                                          at internal/main/run_main_module.js:17:47 {
                                        code: 'MODULE_NOT_FOUND',
                                        requireStack: []
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #62

                                      @stoni

                                      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

                                      S 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @stoni

                                        cd /opt/iobroker 
                                        sudo -H -u iobroker npm install iobroker.js-controller
                                        
                                        S Offline
                                        S Offline
                                        Stoni
                                        schrieb am zuletzt editiert von
                                        #63

                                        @thomas-braun

                                        sudo -H -u iobroker npm install iobroker.js-controller
                                        npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                                        
                                        > iobroker.js-controller@3.3.18 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                                        > node lib/preinstallCheck.js
                                        
                                        NPM version: 6.14.15
                                        
                                        > canvas@2.6.1 install /opt/iobroker/node_modules/canvas
                                        > node-pre-gyp install --fallback-to-build
                                        
                                        node-pre-gyp WARN Using request for node-pre-gyp https download
                                        node-pre-gyp WARN Tried to download(404): https://github.com/node-gfx/node-canvas-prebuilt/releases/download/v2.6.1/canvas-v2.6.1-node-v83-linux-glibc-arm.tar.gz
                                        node-pre-gyp WARN Pre-built binaries not found for canvas@2.6.1 and node@14.18.1 (node-v83 ABI, glibc) (falling back to source compile with node-gyp)
                                        Package pixman-1 was not found in the pkg-config search path.
                                        Perhaps you should add the directory containing `pixman-1.pc'
                                        to the PKG_CONFIG_PATH environment variable
                                        No package 'pixman-1' found
                                        gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
                                        gyp ERR! configure error
                                        gyp ERR! stack Error: `gyp` failed with exit code: 1
                                        gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                                        gyp ERR! stack     at ChildProcess.emit (events.js:400:28)
                                        gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                                        gyp ERR! System Linux 5.10.63-v7l+
                                        gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=8" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v83"
                                        gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                        gyp ERR! node -v v14.18.1
                                        gyp ERR! node-gyp -v v5.1.0
                                        gyp ERR! not ok
                                        node-pre-gyp ERR! build error
                                        node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v83' (1)
                                        node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modules/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                        node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:400:28)
                                        node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1058:16)
                                        node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:293:5)
                                        node-pre-gyp ERR! System Linux 5.10.63-v7l+
                                        node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                        node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                        node-pre-gyp ERR! node -v v14.18.1
                                        node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                        node-pre-gyp ERR! not ok
                                        Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v83' (1)
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
                                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
                                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                        
                                        npm ERR! code ELIFECYCLE
                                        npm ERR! errno 1
                                        npm ERR! canvas@2.6.1 install: `node-pre-gyp install --fallback-to-build`
                                        npm ERR! Exit status 1
                                        npm ERR!
                                        npm ERR! Failed at the canvas@2.6.1 install script.
                                        npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                                        
                                        npm ERR! A complete log of this run can be found in:
                                        npm ERR!     /home/iobroker/.npm/_logs/2021-10-25T18_58_11_047Z-debug.log
                                        
                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • S Stoni

                                          @thomas-braun

                                          sudo -H -u iobroker npm install iobroker.js-controller
                                          npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                                          
                                          > iobroker.js-controller@3.3.18 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                                          > node lib/preinstallCheck.js
                                          
                                          NPM version: 6.14.15
                                          
                                          > canvas@2.6.1 install /opt/iobroker/node_modules/canvas
                                          > node-pre-gyp install --fallback-to-build
                                          
                                          node-pre-gyp WARN Using request for node-pre-gyp https download
                                          node-pre-gyp WARN Tried to download(404): https://github.com/node-gfx/node-canvas-prebuilt/releases/download/v2.6.1/canvas-v2.6.1-node-v83-linux-glibc-arm.tar.gz
                                          node-pre-gyp WARN Pre-built binaries not found for canvas@2.6.1 and node@14.18.1 (node-v83 ABI, glibc) (falling back to source compile with node-gyp)
                                          Package pixman-1 was not found in the pkg-config search path.
                                          Perhaps you should add the directory containing `pixman-1.pc'
                                          to the PKG_CONFIG_PATH environment variable
                                          No package 'pixman-1' found
                                          gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
                                          gyp ERR! configure error
                                          gyp ERR! stack Error: `gyp` failed with exit code: 1
                                          gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                                          gyp ERR! stack     at ChildProcess.emit (events.js:400:28)
                                          gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                                          gyp ERR! System Linux 5.10.63-v7l+
                                          gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=8" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v83"
                                          gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                          gyp ERR! node -v v14.18.1
                                          gyp ERR! node-gyp -v v5.1.0
                                          gyp ERR! not ok
                                          node-pre-gyp ERR! build error
                                          node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v83' (1)
                                          node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modules/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                          node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:400:28)
                                          node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1058:16)
                                          node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:293:5)
                                          node-pre-gyp ERR! System Linux 5.10.63-v7l+
                                          node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                          node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                          node-pre-gyp ERR! node -v v14.18.1
                                          node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                          node-pre-gyp ERR! not ok
                                          Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v83' (1)
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                          
                                          npm ERR! code ELIFECYCLE
                                          npm ERR! errno 1
                                          npm ERR! canvas@2.6.1 install: `node-pre-gyp install --fallback-to-build`
                                          npm ERR! Exit status 1
                                          npm ERR!
                                          npm ERR! Failed at the canvas@2.6.1 install script.
                                          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                                          
                                          npm ERR! A complete log of this run can be found in:
                                          npm ERR!     /home/iobroker/.npm/_logs/2021-10-25T18_58_11_047Z-debug.log
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #64

                                          @stoni sagte in Hilfe bei Update des gesamten Systems:

                                          pixman-1

                                          sudo apt update
                                          sudo apt install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
                                          

                                          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

                                          S 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

                                          461

                                          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