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. PI4 Lässt JS Kontrolle nicht updaten

NEWS

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

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

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

PI4 Lässt JS Kontrolle nicht updaten

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
js-controller 2.0.25
106 Beiträge 8 Kommentatoren 11.9k Aufrufe 9 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.
  • F Offline
    F Offline
    freaktech
    schrieb am zuletzt editiert von
    #20

    genau, geht heute genausowenig wie gestern

    pi@iobrocker:/opt/iobroker $ sudo iobroker upgrade self
    Update js-controller from @1.5.14 to @2.0.25
    NPM version: 6.12.0
    npm install iobroker.js-controller@2.0.25 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
    npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning ENODATA: Cache input stream was empty
    npm WARN registry Using stale data from https://registry.npmjs.org/ due to a request error during revalidation.
    npm ERR! code EINTEGRITY
    npm ERR! errno EINTEGRITY
    npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/y18n: Integrity verification failed for sha512-nT7014PDaWpa3jrXmq1tS07aiudLEjWmD1iEbLzOxO/4+6DMqVptZ1Scz5PnnN/haHCZTAmWOMNvHKfY32wv9A== (/home/iobroker/.npm/_cacache/content-v2/sha512/9d/3e/f4d783c3696a5ade3ad79aad6d4b4eda8ae74b1235a60f58846cbccec4eff8fba0cca95a6d67549ccf93e79cdfe16870994c099638c36f1ca7d8df6c2ff4)

    npm ERR! A complete log of this run can be found in:
    npm ERR! /home/iobroker/.npm/_logs/2019-10-14T07_22_48_474Z-debug.log
    Host "iobrocker" (linux) updated
    Execute: chmod -R 777 /opt/iobroker
    Chmod finished. Restart controller
    Starting node restart.js

    1 Antwort Letzte Antwort
    0
    • F Offline
      F Offline
      freaktech
      schrieb am zuletzt editiert von
      #21

      @AlCalzone said in PI4 Lässt JS Kontrolle nicht updaten:

                                                                                                                                  cd /opt/iobroker                                                                                                                                                                            rm package-lock.json                                                                                                                                                                            rm -rf node_modules                                                                                                                                                                            npm cache clear --force                                                                                                                                                                            npm i production --ignore-scripts                                            
      

      soll ich das probieren?

      sigi234S 1 Antwort Letzte Antwort
      0
      • F freaktech

        @AlCalzone said in PI4 Lässt JS Kontrolle nicht updaten:

                                                                                                                                    cd /opt/iobroker                                                                                                                                                                            rm package-lock.json                                                                                                                                                                            rm -rf node_modules                                                                                                                                                                            npm cache clear --force                                                                                                                                                                            npm i production --ignore-scripts                                            
        

        soll ich das probieren?

        sigi234S Online
        sigi234S Online
        sigi234
        Forum Testing Most Active
        schrieb am zuletzt editiert von
        #22

        @freaktech sagte in PI4 Lässt JS Kontrolle nicht updaten:

        @AlCalzone said in PI4 Lässt JS Kontrolle nicht updaten:

                                                                                                                                    cd /opt/iobroker                                                                                                                                                                            rm package-lock.json                                                                                                                                                                            rm -rf node_modules                                                                                                                                                                            npm cache clear --force                                                                                                                                                                            npm i production --ignore-scripts                                            
        

        soll ich das probieren?

        Was kommt bei:

        cd /opt/iobroker
        iobroker list instances
        node -v
        nodejs -v
        npm -v

        Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
        Immer Daten sichern!

        AlCalzoneA 1 Antwort Letzte Antwort
        0
        • sigi234S sigi234

          @freaktech sagte in PI4 Lässt JS Kontrolle nicht updaten:

          @AlCalzone said in PI4 Lässt JS Kontrolle nicht updaten:

                                                                                                                                      cd /opt/iobroker                                                                                                                                                                            rm package-lock.json                                                                                                                                                                            rm -rf node_modules                                                                                                                                                                            npm cache clear --force                                                                                                                                                                            npm i production --ignore-scripts                                            
          

          soll ich das probieren?

          Was kommt bei:

          cd /opt/iobroker
          iobroker list instances
          node -v
          nodejs -v
          npm -v

          AlCalzoneA Offline
          AlCalzoneA Offline
          AlCalzone
          Developer
          schrieb am zuletzt editiert von
          #23

          @sigi234 Es ist nett dass du helfen willst, aber bitte kein Durcheinander hier rein bringen.
          Das Problem liegt nicht an ioBroker, sondern npm. Die Version von npm steht oben bereits.

          @freaktech Ja, aber bitte mit den richtigen Zeilenumbrüchen 😬

          Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

          sigi234S 1 Antwort Letzte Antwort
          0
          • AlCalzoneA AlCalzone

            @sigi234 Es ist nett dass du helfen willst, aber bitte kein Durcheinander hier rein bringen.
            Das Problem liegt nicht an ioBroker, sondern npm. Die Version von npm steht oben bereits.

            @freaktech Ja, aber bitte mit den richtigen Zeilenumbrüchen 😬

            sigi234S Online
            sigi234S Online
            sigi234
            Forum Testing Most Active
            schrieb am zuletzt editiert von
            #24

            @AlCalzone sagte in PI4 Lässt JS Kontrolle nicht updaten:

            @sigi234 Es ist nett dass du helfen willst, aber bitte kein Durcheinander hier rein bringen.
            Das Problem liegt nicht an ioBroker, sondern npm. Die Version von npm steht oben bereits.

            Duck und weg.

            Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
            Immer Daten sichern!

            1 Antwort Letzte Antwort
            1
            • F Offline
              F Offline
              freaktech
              schrieb am zuletzt editiert von
              #25

              ich hab jetzt das gemacht, scheinbar startet iobroker nun nicht mehr, bitte um Hilfe

              [boolean]

              pi@iobrocker:/opt/iobroker $ sudo iobroker upgrade self
              Update js-controller from @1.5.14 to @2.0.25
              NPM version: 6.12.0
              npm install iobroker.js-controller@2.0.25 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
              npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning ENODATA: Cache input stream was empty
              npm WARN registry Using stale data from https://registry.npmjs.org/ due to a request error during revalidation.
              npm ERR! code EINTEGRITY
              npm ERR! errno EINTEGRITY
              npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/y18n: Integrity verification failed for sha512-nT7014PDaWpa3jrXmq1tS07aiudLEjWmD1iEbLzOxO/4+6DMqVptZ1Scz5PnnN/haHCZTAmWOMNvHKfY32wv9A== (/home/iobroker/.npm/_cacache/content-v2/sha512/9d/3e/f4d783c3696a5ade3ad79aad6d4b4eda8ae74b1235a60f58846cbccec4eff8fba0cca95a6d67549ccf93e79cdfe16870994c099638c36f1ca7d8df6c2ff4)

              npm ERR! A complete log of this run can be found in:
              npm ERR! /home/iobroker/.npm/_logs/2019-10-14T07_22_48_474Z-debug.log
              Host "iobrocker" (linux) updated
              Execute: chmod -R 777 /opt/iobroker
              Chmod finished. Restart controller
              Starting node restart.js
              pi@iobrocker:/opt/iobroker $ sudo iobroker start
              pi@iobrocker:/opt/iobroker $ ^C
              pi@iobrocker:/opt/iobroker $ rm package-lock.json
              rm: das Entfernen von 'package-lock.json' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
              pi@iobrocker:/opt/iobroker $ rm -rf node_modules
              pi@iobrocker:/opt/iobroker $ npm cache clear --force
              npm WARN using --force I sure hope you know what you are doing.
              pi@iobrocker:/opt/iobroker $ npm i production --ignore-scripts
              npm WARN deprecated CSSselect@0.7.0: the module is now available as 'css-select'
              npm WARN deprecated CSSwhat@0.4.7: the module is now available as 'css-what'

              • production@0.0.2
                added 29 packages from 55 contributors and audited 34 packages in 9.087s
                found 3 moderate severity vulnerabilities
                run npm audit fix to fix them, or npm audit for details
                pi@iobrocker:/opt/iobroker $ sudo iobroker upgrade self
                internal/modules/cjs/loader.js:583
                throw err;
                ^

              Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
              at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
              at Function.Module._load (internal/modules/cjs/loader.js:507:25)
              at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
              at startup (internal/bootstrap/node.js:283:19)
              at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
              pi@iobrocker:/opt/iobroker $ sudo iobroker update
              internal/modules/cjs/loader.js:583
              throw err;
              ^

              Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
              at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
              at Function.Module._load (internal/modules/cjs/loader.js:507:25)
              at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
              at startup (internal/bootstrap/node.js:283:19)
              at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
              pi@iobrocker:/opt/iobroker $ sudo iobroker stop

              pi@iobrocker:/opt/iobroker $
              pi@iobrocker:/opt/iobroker $ sudo iobroker upgrade self
              internal/modules/cjs/loader.js:583
              throw err;
              ^

              Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
              at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
              at Function.Module._load (internal/modules/cjs/loader.js:507:25)
              at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
              at startup (internal/bootstrap/node.js:283:19)
              at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
              pi@iobrocker:/opt/iobroker $ sudo iobroker update
              internal/modules/cjs/loader.js:583
              throw err;
              ^

              Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
              at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
              at Function.Module._load (internal/modules/cjs/loader.js:507:25)
              at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
              at startup (internal/bootstrap/node.js:283:19)
              at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
              pi@iobrocker:/opt/iobroker $ sudo iobroker start
              pi@iobrocker:/opt/iobroker $

              AlCalzoneA 1 Antwort Letzte Antwort
              0
              • F freaktech

                ich hab jetzt das gemacht, scheinbar startet iobroker nun nicht mehr, bitte um Hilfe

                [boolean]

                pi@iobrocker:/opt/iobroker $ sudo iobroker upgrade self
                Update js-controller from @1.5.14 to @2.0.25
                NPM version: 6.12.0
                npm install iobroker.js-controller@2.0.25 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning ENODATA: Cache input stream was empty
                npm WARN registry Using stale data from https://registry.npmjs.org/ due to a request error during revalidation.
                npm ERR! code EINTEGRITY
                npm ERR! errno EINTEGRITY
                npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/y18n: Integrity verification failed for sha512-nT7014PDaWpa3jrXmq1tS07aiudLEjWmD1iEbLzOxO/4+6DMqVptZ1Scz5PnnN/haHCZTAmWOMNvHKfY32wv9A== (/home/iobroker/.npm/_cacache/content-v2/sha512/9d/3e/f4d783c3696a5ade3ad79aad6d4b4eda8ae74b1235a60f58846cbccec4eff8fba0cca95a6d67549ccf93e79cdfe16870994c099638c36f1ca7d8df6c2ff4)

                npm ERR! A complete log of this run can be found in:
                npm ERR! /home/iobroker/.npm/_logs/2019-10-14T07_22_48_474Z-debug.log
                Host "iobrocker" (linux) updated
                Execute: chmod -R 777 /opt/iobroker
                Chmod finished. Restart controller
                Starting node restart.js
                pi@iobrocker:/opt/iobroker $ sudo iobroker start
                pi@iobrocker:/opt/iobroker $ ^C
                pi@iobrocker:/opt/iobroker $ rm package-lock.json
                rm: das Entfernen von 'package-lock.json' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
                pi@iobrocker:/opt/iobroker $ rm -rf node_modules
                pi@iobrocker:/opt/iobroker $ npm cache clear --force
                npm WARN using --force I sure hope you know what you are doing.
                pi@iobrocker:/opt/iobroker $ npm i production --ignore-scripts
                npm WARN deprecated CSSselect@0.7.0: the module is now available as 'css-select'
                npm WARN deprecated CSSwhat@0.4.7: the module is now available as 'css-what'

                • production@0.0.2
                  added 29 packages from 55 contributors and audited 34 packages in 9.087s
                  found 3 moderate severity vulnerabilities
                  run npm audit fix to fix them, or npm audit for details
                  pi@iobrocker:/opt/iobroker $ sudo iobroker upgrade self
                  internal/modules/cjs/loader.js:583
                  throw err;
                  ^

                Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
                at Function.Module._load (internal/modules/cjs/loader.js:507:25)
                at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
                at startup (internal/bootstrap/node.js:283:19)
                at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
                pi@iobrocker:/opt/iobroker $ sudo iobroker update
                internal/modules/cjs/loader.js:583
                throw err;
                ^

                Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
                at Function.Module._load (internal/modules/cjs/loader.js:507:25)
                at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
                at startup (internal/bootstrap/node.js:283:19)
                at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
                pi@iobrocker:/opt/iobroker $ sudo iobroker stop

                pi@iobrocker:/opt/iobroker $
                pi@iobrocker:/opt/iobroker $ sudo iobroker upgrade self
                internal/modules/cjs/loader.js:583
                throw err;
                ^

                Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
                at Function.Module._load (internal/modules/cjs/loader.js:507:25)
                at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
                at startup (internal/bootstrap/node.js:283:19)
                at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
                pi@iobrocker:/opt/iobroker $ sudo iobroker update
                internal/modules/cjs/loader.js:583
                throw err;
                ^

                Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
                at Function.Module._load (internal/modules/cjs/loader.js:507:25)
                at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
                at startup (internal/bootstrap/node.js:283:19)
                at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
                pi@iobrocker:/opt/iobroker $ sudo iobroker start
                pi@iobrocker:/opt/iobroker $

                AlCalzoneA Offline
                AlCalzoneA Offline
                AlCalzone
                Developer
                schrieb am zuletzt editiert von AlCalzone
                #26

                @freaktech Ich blicke bei deinem Log-Auszug nicht ganz durch. Warum führst du ein iobroker upgrade self aus, bevor du die Befehle ausführst?

                Ansonsten ist mir noch ein Fehler unterlaufen... Das Kommando war falsch:

                npm i production --ignore-scripts
                

                Zum Beheben:

                cd /opt/iobroker
                npm uninstall production --ignore-scripts
                npm i --production --ignore-scripts
                

                Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                1 Antwort Letzte Antwort
                0
                • F Offline
                  F Offline
                  freaktech
                  schrieb am zuletzt editiert von
                  #27

                  so jetzt hab ich die Kacke scheinbar :-(

                  kann sich ein Profi mal bei Teamviewer draufhängen

                  bitte

                  AlCalzoneA 1 Antwort Letzte Antwort
                  0
                  • F freaktech

                    so jetzt hab ich die Kacke scheinbar :-(

                    kann sich ein Profi mal bei Teamviewer draufhängen

                    bitte

                    AlCalzoneA Offline
                    AlCalzoneA Offline
                    AlCalzone
                    Developer
                    schrieb am zuletzt editiert von AlCalzone
                    #28

                    @freaktech Ich hab dir gerade geantwortet. Zumindest npm scheint ja wieder zu tun - d.h. ich bin guter Hoffnung, dass es jetzt weiter geht.

                    Ansonsten gehts ja sicher jederzeit zurück mit dem Backup, welches du vor der Holzhammermethode laut Anweisung erstellt hast?
                    2d36a0bb-1567-4b4b-b1c9-5dc0b1374f7b-grafik.png

                    Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                    1 Antwort Letzte Antwort
                    0
                    • F Offline
                      F Offline
                      freaktech
                      schrieb am zuletzt editiert von
                      #29

                      ich kenn mich ja nicht aus

                      hab gestern abend ein Backup uber backitup in die cloud gemacht

                      nur keine Ahnung was nun

                      AlCalzoneA 2 Antworten Letzte Antwort
                      0
                      • F freaktech

                        ich kenn mich ja nicht aus

                        hab gestern abend ein Backup uber backitup in die cloud gemacht

                        nur keine Ahnung was nun

                        AlCalzoneA Offline
                        AlCalzoneA Offline
                        AlCalzone
                        Developer
                        schrieb am zuletzt editiert von
                        #30

                        @freaktech sagte in PI4 Lässt JS Kontrolle nicht updaten:

                        nur keine Ahnung was nun

                        6dee47ff-b805-4954-b18a-b46b34cb1e57-grafik.png

                        Bitte im Ordner /opt/iobroker

                        Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                        F 1 Antwort Letzte Antwort
                        0
                        • F freaktech

                          ich kenn mich ja nicht aus

                          hab gestern abend ein Backup uber backitup in die cloud gemacht

                          nur keine Ahnung was nun

                          AlCalzoneA Offline
                          AlCalzoneA Offline
                          AlCalzone
                          Developer
                          schrieb am zuletzt editiert von
                          #31

                          @freaktech sagte in PI4 Lässt JS Kontrolle nicht updaten:

                          hab gestern abend ein Backup uber backitup in die cloud gemacht

                          Für die Zukunft: Vorm Schrauben am Kern bzw. JS-Controller ein richtiges Backup machen - d.h. SD-Karte kopieren.
                          Alles was du mit Backitup machst, hilft dir nicht viel, wenn ioBroker selbst nicht mehr läuft.

                          Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                          1 Antwort Letzte Antwort
                          0
                          • AlCalzoneA AlCalzone

                            @freaktech sagte in PI4 Lässt JS Kontrolle nicht updaten:

                            nur keine Ahnung was nun

                            6dee47ff-b805-4954-b18a-b46b34cb1e57-grafik.png

                            Bitte im Ordner /opt/iobroker

                            F Offline
                            F Offline
                            freaktech
                            schrieb am zuletzt editiert von
                            #32

                            @AlCalzone

                            hab ich grad gemacht und nun?

                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $ npm i production --ignore-scripts
                            npm WARN deprecated CSSselect@0.7.0: the module is now available as 'css-select'
                            npm WARN deprecated CSSwhat@0.4.7: the module is now available as 'css-what'
                            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):
                            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

                            • production@0.0.2
                              added 29 packages from 55 contributors and audited 1563 packages in 15.581s
                              found 42 vulnerabilities (28 low, 3 moderate, 11 high)
                              run npm audit fix to fix them, or npm audit for details
                              pi@iobrocker:/opt/iobroker $ npm uninstall production --ignore-scripts
                              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):
                              npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

                            removed 29 packages and audited 1529 packages in 12.734s
                            found 39 vulnerabilities (28 low, 11 high)
                            run npm audit fix to fix them, or npm audit for details
                            pi@iobrocker:/opt/iobroker $ npm i --production --ignore-scripts
                            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):
                            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

                            up to date in 20.908s
                            pi@iobrocker:/opt/iobroker $

                            AlCalzoneA 1 Antwort Letzte Antwort
                            0
                            • F freaktech

                              @AlCalzone

                              hab ich grad gemacht und nun?

                              pi@iobrocker:/opt/iobroker $
                              pi@iobrocker:/opt/iobroker $
                              pi@iobrocker:/opt/iobroker $ npm i production --ignore-scripts
                              npm WARN deprecated CSSselect@0.7.0: the module is now available as 'css-select'
                              npm WARN deprecated CSSwhat@0.4.7: the module is now available as 'css-what'
                              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):
                              npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

                              • production@0.0.2
                                added 29 packages from 55 contributors and audited 1563 packages in 15.581s
                                found 42 vulnerabilities (28 low, 3 moderate, 11 high)
                                run npm audit fix to fix them, or npm audit for details
                                pi@iobrocker:/opt/iobroker $ npm uninstall production --ignore-scripts
                                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):
                                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

                              removed 29 packages and audited 1529 packages in 12.734s
                              found 39 vulnerabilities (28 low, 11 high)
                              run npm audit fix to fix them, or npm audit for details
                              pi@iobrocker:/opt/iobroker $ npm i --production --ignore-scripts
                              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):
                              npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

                              up to date in 20.908s
                              pi@iobrocker:/opt/iobroker $

                              AlCalzoneA Offline
                              AlCalzoneA Offline
                              AlCalzone
                              Developer
                              schrieb am zuletzt editiert von
                              #33

                              @freaktech Das sieht doch gut aus... Probier jetzt nochmal das iobroker upgrade self

                              Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                              1 Antwort Letzte Antwort
                              0
                              • F Offline
                                F Offline
                                freaktech
                                schrieb am zuletzt editiert von
                                #34

                                @AlCalzone said in PI4 Lässt JS Kontrolle nicht updaten:

                                iobroker upgrade self

                                zuerst machte er was dann Seitenweise

                                Chmod finished. Restart controller
                                -bash: rlaubt: Kommando nicht gefunden.
                                pi@iobrocker:/opt/iobroker $ chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.discovery/lib/adapters/nuki 2.js': Die Operation ist nicherlaubt
                                -bash: chmod:: Kommando nicht gefunden.
                                pi@iobrocker:/opt/iobroker $ chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.discovery/lib/adapters/sql. js': Die Operation ist nicht laubt
                                -bash: chmod:: Kommando nicht gefunden.
                                pi@iobrocker:/opt/iobroker $ chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.discovery/lib/adapters/vis. js': Die Operation ist nicht laubt
                                -bash: chmod:: Kommando nicht gefunden.
                                pi@iobrocker:/opt/iobroker $ chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.discovery/lib/adapters/knx. js': Die Operation ist nicht laubt
                                -bash: chmod:: Kommando nicht gefunden.
                                pi@iobrocker:/opt/iobroker $ chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.discovery/lib/adapters/enet .js': Die Operation ist nichtrlaubt
                                -bash: chmod:: Kommando nicht gefunden.
                                pi@iobrocker:/opt/iobroker $ chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.discovery/lib/adapters/flot .js': Die Operation ist nichtrlaubt
                                -bash: chmod:: Kommando nicht gefunden.
                                pi@iobrocker:/opt/iobroker $ chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.discovery/lib/adapters/sonn en.js': Die Operation ist nic erlaubt
                                -bash: chmod:: Kommando nicht gefunden.
                                pi@iobrocker:/opt/iobroker $ chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.discovery/lib/adapters/clou d.js': Die Operation ist nicherlaubt
                                -bash: chmod:: Kommando nicht gefunden.
                                pi@iobrocker:/opt/iobroker $ chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.discovery/lib/adapters/web. js': Die Operation ist nicht laubt
                                -bash: chmod:: Kommando nicht gefunden.
                                pi@iobrocker:/opt/iobroker $ chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.discovery/lib/adapters/zwav e.js': Die Operation ist nicherlaubt
                                -bash: chmod:: Kommando nicht gefunden.
                                pi@iobrocker:/opt/iobroker $ chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.discovery/lib/adapters/nut. js': Die Operation ist nicht laubt
                                -bash: chmod:: Kommando nicht gefunden.
                                pi@iobrocker:/opt/iobroker $ chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.discovery/lib/adapters/emby .js': Die Operation ist nichtrlaubt
                                -bash: chmod:: Kommando nicht gefunden.
                                pi@iobrocker:/opt/iobroker $ chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.discovery/lib/adapters/upnp .js': Die Operation ist nichtrlaubt
                                -bash: chmod:: Kommando nicht gefunden.
                                pi@iobrocker:/opt/iobroker $ chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.discovery/lib/adapters/fhem .js': Die Operation ist nichtrlaubt
                                -bash: chmod:: Kommando nicht gefunden.
                                pi@iobrocker:/opt/iobroker $ chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.discovery/lib/adapters/hass .js': Die Operation ist nichtrlaubt
                                -bash: chmod:: Kommando nicht gefunden.
                                pi@iobrocker:/opt/iobroker $ Chmod finished. Restart controller
                                -bash: Chmod: Kommando nicht gefunden.
                                pi@iobrocker:/opt/iobroker $

                                1 Antwort Letzte Antwort
                                0
                                • F Offline
                                  F Offline
                                  freaktech
                                  schrieb am zuletzt editiert von freaktech
                                  #35

                                  irgendwie kommt nur der blaue Balken des webinterface sowohl im chrome als auch im IE

                                  ?!?! glaub nicht dass das richtig läuft so ein Mist

                                  wenn ich stoppe kommt

                                  wenn ich starte kurz oben blau und der Kreis dreht in allen Farben noch bevor links ein Menü kommt

                                  AlCalzoneA 1 Antwort Letzte Antwort
                                  0
                                  • F freaktech

                                    irgendwie kommt nur der blaue Balken des webinterface sowohl im chrome als auch im IE

                                    ?!?! glaub nicht dass das richtig läuft so ein Mist

                                    wenn ich stoppe kommt

                                    wenn ich starte kurz oben blau und der Kreis dreht in allen Farben noch bevor links ein Menü kommt

                                    AlCalzoneA Offline
                                    AlCalzoneA Offline
                                    AlCalzone
                                    Developer
                                    schrieb am zuletzt editiert von AlCalzone
                                    #36

                                    @freaktech Das chmod-Zeug kannst du glaube ich ignorieren. Die Adapter scheinen installiert. Eventuell fehlt einfach ein iobroker start?

                                    Falls es dann noch nicht geht, bitte einmal die Ausgabe der folgenden Kommandos posten (einzeln bitte):

                                    iobroker list instances
                                    ls -la /opt/iobroker
                                    tail -f /opt/iobroker/log/iobroker.2019-10-14.log
                                    

                                    (Beim letzten bin ich mir nicht ganz sicher, ob die Datei so richtig heißt, bitte mal in dem Ordner nachsehen).

                                    Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                                    1 Antwort Letzte Antwort
                                    0
                                    • F Offline
                                      F Offline
                                      freaktech
                                      schrieb am zuletzt editiert von
                                      #37

                                      @freaktech

                                      
                                      pi@iobrocker:/opt/iobroker $ iobroker list instances
                                      + system.adapter.admin.0                 : admin       -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        system.adapter.alexa2.1                : alexa2      -  enabled
                                        system.adapter.backitup.0              : backitup    -  enabled
                                        system.adapter.cloud.0                 : cloud       -  enabled
                                        system.adapter.daswetter.0             : daswetter   -  enabled
                                        system.adapter.discovery.0             : discovery   -  enabled
                                        system.adapter.hue.0                   : hue         -  enabled, port: 80
                                        system.adapter.ical.0                  : ical        -  enabled
                                        system.adapter.ical.1                  : ical        -  enabled
                                        system.adapter.info.0                  : info        -  enabled
                                        system.adapter.javascript.0            : javascript  -  enabled
                                        system.adapter.js2fs.0                 : js2fs       -  enabled
                                        system.adapter.maxcube.0               : maxcube     -  enabled, port: 62910, bind: 0.0.0.0
                                        system.adapter.mqtt.0                  : mqtt        -  enabled, port: 1883
                                        system.adapter.opi.0                   : opi         -  enabled
                                        system.adapter.pushover.0              : pushover    -  enabled
                                        system.adapter.pushover.1              : pushover    -  enabled
                                        system.adapter.ring.0                  : ring        -  enabled
                                        system.adapter.shelly.0                : shelly      -  enabled, port: 1882, bind: 0.0.0.0
                                        system.adapter.simple-api.0            : simple-api  -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                        system.adapter.telegram.0              : telegram    - disabled, port: 8443, bind: 0.0.0.0
                                        system.adapter.terminal.0              : terminal    -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
                                        system.adapter.vis-colorpicker.0       : vis-colorpicker -  enabled
                                        system.adapter.vis-fancyswitch.0       : vis-fancyswitch -  enabled
                                        system.adapter.vis-hqwidgets.0         : vis-hqwidgets -  enabled
                                        system.adapter.vis-jqui-mfd.0          : vis-jqui-mfd -  enabled
                                        system.adapter.vis-timeandweather.0    : vis-timeandweather -  enabled
                                        system.adapter.vis.0                   : vis         -  enabled
                                        system.adapter.web.0                   : web         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      
                                      + instance is alive
                                      
                                      
                                      pi@iobrocker:/opt/iobroker $ ls -la /opt/iobroker
                                      insgesamt 112
                                      drwxrwxrwx+   9 iobroker iobroker  4096 Okt 14 10:08 .
                                      drwxr-xr-x    4 root     root      4096 Jul 23 20:25 ..
                                      drwxrwxrwx+   2 iobroker iobroker  4096 Okt 13 14:31 backups
                                      -rwxrwxrwx+   1 iobroker iobroker  1049 Okt 13 14:00 CHANGELOG_FIXER_LINUX.md
                                      -rwxrwxrwx+   1 iobroker iobroker  3556 Okt 13 14:00 CHANGELOG_INSTALLER_LINUX.md
                                      drwxrwxrwx+   2 iobroker iobroker  4096 Aug 18 12:20 etc
                                      -rwxrwxrwx+   1 iobroker iobroker 23988 Okt 13 14:00 fix_installation.sh
                                      drwxrwxrwx+   3 iobroker iobroker  4096 Jul 23 20:25 install
                                      -rwxrwxrwx+   1 iobroker iobroker   789 Okt 13 14:50 INSTALLER_INFO.txt
                                      lrwxrwxrwx    1 iobroker iobroker    22 Okt 13 14:50 iob -> /opt/iobroker/iobroker
                                      -rwxrwxrwx+   1 iobroker iobroker   303 Okt 13 14:50 iobroker
                                      drwxrwxrwx+   5 iobroker iobroker  4096 Sep  4 23:21 iobroker-data
                                      drwxrwxrwx+   2 iobroker iobroker  4096 Okt 13 14:00 lib
                                      -rwxrwxrwx+   1 iobroker iobroker  1137 Okt 13 14:00 LICENSE
                                      drwxrwxrwx+   2 iobroker iobroker  4096 Okt 14 10:39 log
                                      drwxr-xr-x+ 367 pi       pi       12288 Okt 14 10:09 node_modules
                                      -rwxrwxrwx+   1 iobroker iobroker    19 Okt 13 14:01 .npmrc
                                      -rwxrwxrwx+   1 pi       pi         569 Okt 14 10:08 package.json
                                      -rwxrwxrwx+   1 iobroker iobroker  6101 Okt 13 14:00 README.md
                                      -rwxrwxrwx+   1 iobroker iobroker  5868 Okt 13 14:01 reinstall.js
                                      pi@iobrocker:/opt/iobroker $
                                      
                                      

                                      das dritte kann ich nicht posten das läuft ewig

                                      2019-10-14 10:41:55.762  - info: admin.0 starting. Version 3.6.9 in /opt/iobroker/node_modules/iobroker.admin, node: v10.15.2
                                      2019-10-14 10:41:55.870  - info: admin.0 requesting all states
                                      2019-10-14 10:41:55.872  - info: admin.0 requesting all objects
                                      0-14 10:41:28.919  - info: admin.0 terminating http server on port 8081
                                      2019-10-14 10:41:30.423  - info: admin.0 terminating http server on port 8081
                                      2019-10-14 10:41:32.846  - info: host.iobrocker iobroker.js-controller version 1.5.14 js-controller starting
                                      2019-10-14 10:41:32.852  - info: host.iobrocker Copyright (c) 2014-2018 bluefox, 2014 hobbyquaker
                                      2019-10-14 10:41:32.852  - info: host.iobrocker hostname: iobrocker, node: v10.15.2
                                      2019-10-14 10:41:32.855  - info: host.iobrocker ip addresses: 10.0.0.144 fe80::dea6:32ff:fe28:5861 fe80::fc28:a4ff:fe7a:c5d8
                                      2019-10-14 10:41:33.107  - info: host.iobrocker  inMem-states listening on port 9000
                                      2019-10-14 10:41:34.267  - info: host.iobrocker  inMem-objects listening on port 9001
                                      2019-10-14 10:41:34.289  - info: host.iobrocker InMemoryDB connected
                                      2019-10-14 10:41:34.336  - info: host.iobrocker 29 instances found
                                      2019-10-14 10:41:34.368  - info: host.iobrocker starting 28 instances
                                      2019-10-14 10:41:34.374  - warn: host.iobrocker startInstance cannot find adapter "telegram@1.4.3". Try to install it... 1 attempt
                                      2019-10-14 10:41:34.374  - info: iobroker install telegram@1.4.3
                                      2019-10-14 10:41:34.483  - info: host.iobrocker instance system.adapter.admin.0 started with pid 6516
                                      2019-10-14 10:41:35.489  - error: uncaught exception: EACCES: permission denied, open '/opt/iobroker/node_modules/iobroker.js-controller/pids.txt'
                                      2019-10-14 10:41:35.491  - error: Error: EACCES: permission denied, open '/opt/iobroker/node_modules/iobroker.js-controller/pids.txt'
                                          at Object.openSync (fs.js:439:3)
                                          at Object.writeFileSync (fs.js:1190:35)
                                          at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.js-controller/controller.js:2024:16)
                                          at ontimeout (timers.js:436:11)
                                          at tryOnTimeout (timers.js:300:5)
                                          at listOnTimeout (timers.js:263:5)
                                          at Timer.processTimers (timers.js:223:10)
                                      2019-10-14 10:41:35.497  - info: iobroker _restart
                                      2019-10-14 10:41:37.827  - info: iobroker Starting node restart.js
                                      2019-10-14 10:41:37.849  - info: iobroker exit 0
                                      2019-10-14 10:41:37.999  - info: admin.0 starting. Version 3.6.9 in /opt/iobroker/node_modules/iobroker.admin, node: v10.15.2
                                      2019-10-14 10:41:38.131  - info: admin.0 requesting all states
                                      2019-10-14 10:41:38.132  - info: admin.0 requesting all objects
                                      2019-10-14 10:41:41.714  - info: iobroker NPM version: 6.12.0
                                      2019-10-14 10:41:42.799  - info: admin.0 received all objects
                                      2019-10-14 10:41:42.879  - info: admin.0 http server listening on port 8081
                                      2019-10-14 10:41:42.880  - info: admin.0 Use link "http://localhost:8081" to configure.
                                      2019-10-14 10:41:44.068  - info: iobroker npm install iobroker.telegram@1.4.3 --production --save --prefix "/opt/iobroker" (System call)
                                      2019-10-14 10:41:45.503  - info: host.iobrocker force terminating
                                      2019-10-14 10:41:45.504  - info: Adapter admin still running
                                      2019-10-14 10:41:46.632  - info: admin.0 terminating http server on port 8081
                                      2019-10-14 10:41:48.136  - info: admin.0 terminating http server on port 8081
                                      2019-10-14 10:41:59.427  - info: iobroker NPM version: 6.12.0
                                      
                                      
                                      AlCalzoneA 1 Antwort Letzte Antwort
                                      0
                                      • F freaktech

                                        @freaktech

                                        
                                        pi@iobrocker:/opt/iobroker $ iobroker list instances
                                        + system.adapter.admin.0                 : admin       -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          system.adapter.alexa2.1                : alexa2      -  enabled
                                          system.adapter.backitup.0              : backitup    -  enabled
                                          system.adapter.cloud.0                 : cloud       -  enabled
                                          system.adapter.daswetter.0             : daswetter   -  enabled
                                          system.adapter.discovery.0             : discovery   -  enabled
                                          system.adapter.hue.0                   : hue         -  enabled, port: 80
                                          system.adapter.ical.0                  : ical        -  enabled
                                          system.adapter.ical.1                  : ical        -  enabled
                                          system.adapter.info.0                  : info        -  enabled
                                          system.adapter.javascript.0            : javascript  -  enabled
                                          system.adapter.js2fs.0                 : js2fs       -  enabled
                                          system.adapter.maxcube.0               : maxcube     -  enabled, port: 62910, bind: 0.0.0.0
                                          system.adapter.mqtt.0                  : mqtt        -  enabled, port: 1883
                                          system.adapter.opi.0                   : opi         -  enabled
                                          system.adapter.pushover.0              : pushover    -  enabled
                                          system.adapter.pushover.1              : pushover    -  enabled
                                          system.adapter.ring.0                  : ring        -  enabled
                                          system.adapter.shelly.0                : shelly      -  enabled, port: 1882, bind: 0.0.0.0
                                          system.adapter.simple-api.0            : simple-api  -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                          system.adapter.telegram.0              : telegram    - disabled, port: 8443, bind: 0.0.0.0
                                          system.adapter.terminal.0              : terminal    -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
                                          system.adapter.vis-colorpicker.0       : vis-colorpicker -  enabled
                                          system.adapter.vis-fancyswitch.0       : vis-fancyswitch -  enabled
                                          system.adapter.vis-hqwidgets.0         : vis-hqwidgets -  enabled
                                          system.adapter.vis-jqui-mfd.0          : vis-jqui-mfd -  enabled
                                          system.adapter.vis-timeandweather.0    : vis-timeandweather -  enabled
                                          system.adapter.vis.0                   : vis         -  enabled
                                          system.adapter.web.0                   : web         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        
                                        + instance is alive
                                        
                                        
                                        pi@iobrocker:/opt/iobroker $ ls -la /opt/iobroker
                                        insgesamt 112
                                        drwxrwxrwx+   9 iobroker iobroker  4096 Okt 14 10:08 .
                                        drwxr-xr-x    4 root     root      4096 Jul 23 20:25 ..
                                        drwxrwxrwx+   2 iobroker iobroker  4096 Okt 13 14:31 backups
                                        -rwxrwxrwx+   1 iobroker iobroker  1049 Okt 13 14:00 CHANGELOG_FIXER_LINUX.md
                                        -rwxrwxrwx+   1 iobroker iobroker  3556 Okt 13 14:00 CHANGELOG_INSTALLER_LINUX.md
                                        drwxrwxrwx+   2 iobroker iobroker  4096 Aug 18 12:20 etc
                                        -rwxrwxrwx+   1 iobroker iobroker 23988 Okt 13 14:00 fix_installation.sh
                                        drwxrwxrwx+   3 iobroker iobroker  4096 Jul 23 20:25 install
                                        -rwxrwxrwx+   1 iobroker iobroker   789 Okt 13 14:50 INSTALLER_INFO.txt
                                        lrwxrwxrwx    1 iobroker iobroker    22 Okt 13 14:50 iob -> /opt/iobroker/iobroker
                                        -rwxrwxrwx+   1 iobroker iobroker   303 Okt 13 14:50 iobroker
                                        drwxrwxrwx+   5 iobroker iobroker  4096 Sep  4 23:21 iobroker-data
                                        drwxrwxrwx+   2 iobroker iobroker  4096 Okt 13 14:00 lib
                                        -rwxrwxrwx+   1 iobroker iobroker  1137 Okt 13 14:00 LICENSE
                                        drwxrwxrwx+   2 iobroker iobroker  4096 Okt 14 10:39 log
                                        drwxr-xr-x+ 367 pi       pi       12288 Okt 14 10:09 node_modules
                                        -rwxrwxrwx+   1 iobroker iobroker    19 Okt 13 14:01 .npmrc
                                        -rwxrwxrwx+   1 pi       pi         569 Okt 14 10:08 package.json
                                        -rwxrwxrwx+   1 iobroker iobroker  6101 Okt 13 14:00 README.md
                                        -rwxrwxrwx+   1 iobroker iobroker  5868 Okt 13 14:01 reinstall.js
                                        pi@iobrocker:/opt/iobroker $
                                        
                                        

                                        das dritte kann ich nicht posten das läuft ewig

                                        2019-10-14 10:41:55.762  - info: admin.0 starting. Version 3.6.9 in /opt/iobroker/node_modules/iobroker.admin, node: v10.15.2
                                        2019-10-14 10:41:55.870  - info: admin.0 requesting all states
                                        2019-10-14 10:41:55.872  - info: admin.0 requesting all objects
                                        0-14 10:41:28.919  - info: admin.0 terminating http server on port 8081
                                        2019-10-14 10:41:30.423  - info: admin.0 terminating http server on port 8081
                                        2019-10-14 10:41:32.846  - info: host.iobrocker iobroker.js-controller version 1.5.14 js-controller starting
                                        2019-10-14 10:41:32.852  - info: host.iobrocker Copyright (c) 2014-2018 bluefox, 2014 hobbyquaker
                                        2019-10-14 10:41:32.852  - info: host.iobrocker hostname: iobrocker, node: v10.15.2
                                        2019-10-14 10:41:32.855  - info: host.iobrocker ip addresses: 10.0.0.144 fe80::dea6:32ff:fe28:5861 fe80::fc28:a4ff:fe7a:c5d8
                                        2019-10-14 10:41:33.107  - info: host.iobrocker  inMem-states listening on port 9000
                                        2019-10-14 10:41:34.267  - info: host.iobrocker  inMem-objects listening on port 9001
                                        2019-10-14 10:41:34.289  - info: host.iobrocker InMemoryDB connected
                                        2019-10-14 10:41:34.336  - info: host.iobrocker 29 instances found
                                        2019-10-14 10:41:34.368  - info: host.iobrocker starting 28 instances
                                        2019-10-14 10:41:34.374  - warn: host.iobrocker startInstance cannot find adapter "telegram@1.4.3". Try to install it... 1 attempt
                                        2019-10-14 10:41:34.374  - info: iobroker install telegram@1.4.3
                                        2019-10-14 10:41:34.483  - info: host.iobrocker instance system.adapter.admin.0 started with pid 6516
                                        2019-10-14 10:41:35.489  - error: uncaught exception: EACCES: permission denied, open '/opt/iobroker/node_modules/iobroker.js-controller/pids.txt'
                                        2019-10-14 10:41:35.491  - error: Error: EACCES: permission denied, open '/opt/iobroker/node_modules/iobroker.js-controller/pids.txt'
                                            at Object.openSync (fs.js:439:3)
                                            at Object.writeFileSync (fs.js:1190:35)
                                            at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.js-controller/controller.js:2024:16)
                                            at ontimeout (timers.js:436:11)
                                            at tryOnTimeout (timers.js:300:5)
                                            at listOnTimeout (timers.js:263:5)
                                            at Timer.processTimers (timers.js:223:10)
                                        2019-10-14 10:41:35.497  - info: iobroker _restart
                                        2019-10-14 10:41:37.827  - info: iobroker Starting node restart.js
                                        2019-10-14 10:41:37.849  - info: iobroker exit 0
                                        2019-10-14 10:41:37.999  - info: admin.0 starting. Version 3.6.9 in /opt/iobroker/node_modules/iobroker.admin, node: v10.15.2
                                        2019-10-14 10:41:38.131  - info: admin.0 requesting all states
                                        2019-10-14 10:41:38.132  - info: admin.0 requesting all objects
                                        2019-10-14 10:41:41.714  - info: iobroker NPM version: 6.12.0
                                        2019-10-14 10:41:42.799  - info: admin.0 received all objects
                                        2019-10-14 10:41:42.879  - info: admin.0 http server listening on port 8081
                                        2019-10-14 10:41:42.880  - info: admin.0 Use link "http://localhost:8081" to configure.
                                        2019-10-14 10:41:44.068  - info: iobroker npm install iobroker.telegram@1.4.3 --production --save --prefix "/opt/iobroker" (System call)
                                        2019-10-14 10:41:45.503  - info: host.iobrocker force terminating
                                        2019-10-14 10:41:45.504  - info: Adapter admin still running
                                        2019-10-14 10:41:46.632  - info: admin.0 terminating http server on port 8081
                                        2019-10-14 10:41:48.136  - info: admin.0 terminating http server on port 8081
                                        2019-10-14 10:41:59.427  - info: iobroker NPM version: 6.12.0
                                        
                                        
                                        AlCalzoneA Offline
                                        AlCalzoneA Offline
                                        AlCalzone
                                        Developer
                                        schrieb am zuletzt editiert von
                                        #38

                                        @freaktech Ahh dann haben wir es fast!

                                        iobroker stop
                                        sudo rm -f /opt/iobroker/node_modules/iobroker.js-controller/pids.txt
                                        iobroker start
                                        

                                        Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                                        1 Antwort Letzte Antwort
                                        0
                                        • F Offline
                                          F Offline
                                          freaktech
                                          schrieb am zuletzt editiert von
                                          #39

                                          @AlCalzone said in PI4 Lässt JS Kontrolle nicht updaten:

                                          sudo rm -f /opt/iobroker/node_modules/iobroker.js-controller/pids.txt

                                          
                                          pi@iobrocker:/opt/iobroker $ sudo iobroker stop
                                          pi@iobrocker:/opt/iobroker $ sudo rm -f /opt/iobroker/node_modules/iobroker.js-controller/pids.txt
                                          pi@iobrocker:/opt/iobroker $ sudo iobroker start
                                          pi@iobrocker:/opt/iobroker $
                                          
                                          

                                          läuft wieder nur halb weg

                                          AlCalzoneA 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

                                          507

                                          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