Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. massive CPU Auslastung

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    massive CPU Auslastung

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @da_Woody last edited by

      @da_woody sagte in massive CPU Auslastung:

      kann das wetterstation gewesen sein?

      Klar. Insbesondere, wenn das (unnötigerweise wohl) als root läuft. Dessen Prozesse kann man nicht so einfach rauskicken.

      da_Woody 1 Reply Last reply Reply Quote 0
      • apollon77
        apollon77 @da_Woody last edited by

        @da_woody Nein, die hat ja nix mit dem File zu tun. Ich denke du warst ggf nach dem Stoppen zu schnell

        1 Reply Last reply Reply Quote 0
        • da_Woody
          da_Woody @Thomas Braun last edited by

          @thomas-braun
          hmm, eigentlich so gemacht wie es in der beschreibung steht...
          anyway. nach dem stop ja offensichtlich weg.
          trotzdem kommt

          No connection to databases possible ...
          
          
          woody@ioBroker:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller@3.3.22
          
          > iobroker.js-controller@3.3.22 preinstall /opt/iobroker/node_modules/iobroker.js-controller
          > node lib/preinstallCheck.js
          
          NPM version: 6.14.16
          
          > iobroker.js-controller@3.3.22 install /opt/iobroker/node_modules/iobroker.js-controller
          > node iobroker.js setup first
          
          No connection to databases possible ...
          npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/common@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
          npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/core@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (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":"x64"})
          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":"x64"})
          
          npm ERR! code ELIFECYCLE
          npm ERR! errno 22
          npm ERR! iobroker.js-controller@3.3.22 install: `node iobroker.js setup first`
          npm ERR! Exit status 22
          npm ERR!
          npm ERR! Failed at the iobroker.js-controller@3.3.22 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/2022-02-16T13_08_27_568Z-debug.log
          woody@ioBroker:/opt/iobroker$
          
          

          notfalls hab ich mal eine 2. VM jetzt am laufen. wenns hart auf hart geht, versuch ich dort mal ein jännerbackup einspielen...

          @apollon77 jetzt hab ich länger gewartet...

          apollon77 1 Reply Last reply Reply Quote 0
          • apollon77
            apollon77 @da_Woody last edited by

            @da_woody Ja jetzt kommt ja auch kein "can not lock database" - das war darauf bezogen.

            Ok, welche Version ist da denn jetzt drauf wirklich? Es gibt noch eine Idee die ich habe weil es ja jsonl ist.

            editiere /opt/iobroekr/iobroker-data/iobroker.json und schauee dort beide stellen wo ein "connectTiemout" steht und schreibe dort 5000 rein falls 2000 drin steht. Das war früher mal ein Issue - ist ab der 4.0.10 erledigt weil wir dann mindestens 5s warten 🙂

            Danach nochmal versuchen

            da_Woody 1 Reply Last reply Reply Quote 0
            • da_Woody
              da_Woody @apollon77 last edited by

              @apollon77 gute frage, will einfach nicht starten...

              woody@ioBroker:/opt/iobroker$ iob start
              woody@ioBroker:/opt/iobroker$ iob 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:75:12)
                  at internal/main/run_main_module.js:17:47 {
                code: 'MODULE_NOT_FOUND',
                requireStack: []
              }
              woody@ioBroker:/opt/iobroker$
              
              
              apollon77 1 Reply Last reply Reply Quote 0
              • apollon77
                apollon77 @da_Woody last edited by

                @da_woody Naja das liegt daran das der npm install es kaputt gemacht hat ... als müssen wir da anfangen

                da_Woody 1 Reply Last reply Reply Quote 1
                • da_Woody
                  da_Woody @apollon77 last edited by

                  @apollon77 muss kurz mit dem hund raus, bin aber zu jeder schandtat bereit... 😉

                  apollon77 1 Reply Last reply Reply Quote 0
                  • apollon77
                    apollon77 @da_Woody last edited by

                    @da_woody siehe oben connectTimeout auf 500 setzen, nochmal versuchen

                    Homoran 1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @apollon77 last edited by

                      @apollon77 sagte in massive CPU Auslastung:

                      siehe oben connectTimeout auf 500 setzen

                      5000, oder?

                      da_Woody 1 Reply Last reply Reply Quote 0
                      • da_Woody
                        da_Woody @Homoran last edited by da_Woody

                        @homoran klar, war auch ein tippfehler drinnen...
                        @apollon77 keine änderung...

                        gerade mal mit winscp geschaut. das verzeichniss /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js gibts nicht.
                        fc39d14e-bfc4-4295-ab08-68e35cfe8a49-grafik.png

                        da_Woody 1 Reply Last reply Reply Quote 0
                        • da_Woody
                          da_Woody @da_Woody last edited by

                          @da_woody was ich aber gefunden habe:
                          /opt/iobroker/node_modules/iobroker.backitup/lib/restore/iobroker.js
                          /home/woody/node_modules/iobroker.js-controller/iobroker.js
                          f58e3457-7d47-4a80-9869-5572e4e51175-grafik.png

                          apollon77 1 Reply Last reply Reply Quote 0
                          • apollon77
                            apollon77 @da_Woody last edited by

                            @da_woody sagte in massive CPU Auslastung:

                            /home/woody/node_modules/iobroker.js-controller/iobroker.js

                            Naja das ist der Additional controller den Du dir weiter oben mal selbst verpasst hast. Das sollte aber egal sein.

                            Schreib mal anstelle 5000 eine 10000 an beiden stellen mit connectTimeout rein!! Dann ist die Frage wartet er ca. 10s bevor der Fehler kommt oder kürzer?

                            da_Woody 1 Reply Last reply Reply Quote 0
                            • da_Woody
                              da_Woody @apollon77 last edited by

                              @apollon77 beide connectTimeout auf 10000 geändert, gespeichert. nach iob start ist der prompt sofort wieder da max 1sec. keine 10sec.

                              woody@ioBroker:~$ iob start
                              woody@ioBroker:~$ iob 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:75:12)
                                  at internal/main/run_main_module.js:17:47 {
                                code: 'MODULE_NOT_FOUND',
                                requireStack: []
                              }
                              woody@ioBroker:~$
                              
                              
                              
                              apollon77 1 Reply Last reply Reply Quote 0
                              • apollon77
                                apollon77 @da_Woody last edited by

                                @da_woody Grmmppfffff ... du solltest ein "npm install iobroker.js-controller@3.3.22 --production" versuchen. Der kann nicht starten weil er grad nicht installiert ist. Also erstmal installieren und da gabs den "Connot connect to DB "Fehler

                                da_Woody 1 Reply Last reply Reply Quote 0
                                • da_Woody
                                  da_Woody @apollon77 last edited by

                                  @apollon77 sorry... 😄
                                  ok

                                  woody@ioBroker:~$ npm install iobroker.js-controller@3.3.22 --production
                                  
                                  > iobroker.js-controller@3.3.22 preinstall /home/woody/node_modules/iobroker.js-controller
                                  > node lib/preinstallCheck.js
                                  
                                  NPM version: 6.14.16
                                  
                                  > iobroker.js-controller@3.3.22 install /home/woody/node_modules/iobroker.js-controller
                                  > node iobroker.js setup first
                                  
                                  object _design/custom updated
                                  object _design/system updated
                                  
                                  ATTENTION: Error reporting via Sentry will be activated on next start of ioBroker
                                  
                                  ioBroker wants to make sure to deliver the most stable smart home system.
                                  To allow this we decided to implement an automatic error and crash reporting solution into the js-controller and also into adapters.
                                  
                                  THIS REPORTING WILL BE ENABLED WITH THE NEXT START OF YOUR IOBROKER!
                                  
                                  For any error that leads to the crash of the js-controller or one of the relevant adapters the error details are send to a server. For the js-controller and core adapters this server is located and operated in germany. For community adapters please check the Github Readme of the affected adapter for details which Sentry server is used.
                                  
                                  If you want to disable the error reporting you can use the command
                                  'iobroker plugin disable sentry'
                                  This command will also make sure that no adapter that runs on this host will send crash reporting data to sentry.
                                  
                                  
                                  npm WARN saveError ENOENT: no such file or directory, open '/home/woody/package.json'
                                  npm WARN enoent ENOENT: no such file or directory, open '/home/woody/package.json'
                                  npm WARN woody No description
                                  npm WARN woody No repository field.
                                  npm WARN woody No README data
                                  npm WARN woody No license field.
                                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (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":"x64"})
                                  
                                  + iobroker.js-controller@3.3.22
                                  updated 1 package and audited 485 packages in 8.91s
                                  
                                  12 packages are looking for funding
                                    run `npm fund` for details
                                  
                                  found 21 vulnerabilities (13 low, 5 moderate, 3 high)
                                    run `npm audit fix` to fix them, or `npm audit` for details
                                  woody@ioBroker:~$
                                  
                                  

                                  sieht mal nicht so schlecht aus... denk ich mal.
                                  was bedeutet das run npm audit fix to fix them, or npm audit for details jetzt? soll ich den fix ausführen vor iob start?
                                  ich kann diese meldungen nicht wirklich interpretieren ob notwendig, oder nicht.

                                  apollon77 1 Reply Last reply Reply Quote 0
                                  • apollon77
                                    apollon77 @da_Woody last edited by

                                    @da_woody sagte in massive CPU Auslastung:

                                    /home/woody/

                                    Jetzt haste es wieder in deinem Home Dir ausgeführt und nicht in /opt/iobroker ... also nochmal bitte an deer richtigen Stelle.

                                    npm audit ... ignorieren bzw wenn alles wieder tut machste einmal "iob fix" und das kommt eh nie wieder

                                    da_Woody 1 Reply Last reply Reply Quote 0
                                    • da_Woody
                                      da_Woody @apollon77 last edited by

                                      @apollon77 oh mann. die shell geschichten treiben mich noch ins irrenhaus.

                                      woody@ioBroker:/opt/iobroker$ npm install iobroker.js-controller@3.3.22 --production
                                      
                                      > iobroker.js-controller@3.3.22 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                                      > node lib/preinstallCheck.js
                                      
                                      NPM version: 6.14.16
                                      
                                      > iobroker.js-controller@3.3.22 install /opt/iobroker/node_modules/iobroker.js-controller
                                      > node iobroker.js setup first
                                      
                                      Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!
                                      npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/common@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
                                      npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/core@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
                                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (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":"x64"})
                                      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":"x64"})
                                      
                                      npm ERR! code ELIFECYCLE
                                      npm ERR! errno 24
                                      npm ERR! iobroker.js-controller@3.3.22 install: `node iobroker.js setup first`
                                      npm ERR! Exit status 24
                                      npm ERR!
                                      npm ERR! Failed at the iobroker.js-controller@3.3.22 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/2022-02-16T15_24_17_456Z-debug.log
                                      woody@ioBroker:/opt/iobroker$
                                      
                                      

                                      jetzt kommen wieder die errors und plötzlich port 9000?

                                      apollon77 1 Reply Last reply Reply Quote 0
                                      • apollon77
                                        apollon77 @da_Woody last edited by

                                        @da_woody Ok, versuch mal ob er vllt den 4.0.10 installiert manuell ... so langsam gehen mir die ideeen aus ... und du bist sicher das nicht iiiiirgendwas auf der kiste noch läuft?

                                        opossum 1 Reply Last reply Reply Quote 0
                                        • opossum
                                          opossum @apollon77 last edited by

                                          Hallo, @apollon77,

                                          sorry, wenn ich mich hier reinhänge. Ich könnte anbieten, mit @da_Woody via Telefon und Anydesk die VM und den ioB neu aufzusetzen. Dann erst mal sein Backup zurückspielen und dann erst den Contoller 4.0.10. Habe ihm das auch per Chat angeboten. VM aufsetzen und IOB installieren dauert ja nicht lange. Da hätte man dann erst einmal eine "Grundstock", mit dem man arbeiten könnte. Ginge auch sofort.

                                          apollon77 1 Reply Last reply Reply Quote 0
                                          • apollon77
                                            apollon77 @opossum last edited by

                                            @opossum So etwas wäre mein nächster Vorshclag gewesen ... Und eine super Idee. Ist natürlich @da_Woody entscheiden, aber vielen Dank für das Angebot von mir in jedem Fall!

                                            1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            406
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            17
                                            146
                                            13040
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo