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@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    massive CPU Auslastung

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

      @da_woody sagte in massive CPU Auslastung:

      im mom wird gemotzt, daß woody nicht soudor ist und deswegen wird js-controller nicht installiert. sudo und curl hab ich schon installiert. hab dann aufgegeben

      verstehe ich nicht
      bei einem LXC wäre das zu tun

      apt update && apt upgrade
      apt install sudo curl
      sudo dpkg-reconfigure tzdata
      adduser woody
      usermod -aG sudo woody
      
      iob installieren
      

      bei einer VM ist glaub ich, sudo schon incl, also muss nur curl nachinstalliert werden, somit bleibt nur

      apt update && apt upgrade
      adduser woody
      usermod -aG sudo woody
      
      iob installieren
      

      die erhöhte CPU tauchte nach den Update's auf, nach Neustart des iob läuft es wieder normal

      Edit: nachdem update von js-controller 4.0.9 auf 4.0.10 bleibt nun auch die CPU oben

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

        @crunchip wahrscheinlich war die birne gestern schon zu voll. heute hats geklappt... die 2. broker VM steht mal.
        wenigstens was mal.
        dafür hats mir den anderen bei downgrade jetzt zerbröselt. 😞

        woody@ioBroker:/$ cd /opt/iobroker
        woody@ioBroker:/opt/iobroker$ iob stop
        woody@ioBroker:/opt/iobroker$ npm install iobroker.js-controller@3.3.22
        [sudo] Passwort für woody:
        
        > 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-16T10_02_10_749Z-debug.log
        woody@ioBroker:/opt/iobroker$
        

        und zum drüberstreuen:

        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$
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @da_Woody last edited by

          @da_woody sagte in massive CPU Auslastung:

          woody@ioBroker:/opt/iobroker$ npm install iobroker.js-controller@3.3.22

          Müsste

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

          lauten.

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

            @thomas-braun du meinst für eine neuinstall?
            ich hab mich ja an die beschreibung für dein downgrade (jetzt im richtigen verzeichniss gehalten...)
            wenn ich das richtig verstehe, dürfte keine 2. version im system sein.

            Thomas Braun apollon77 2 Replies Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @da_Woody last edited by Thomas Braun

              @da_woody

              Wenn du mit

              woody@ioBroker:/opt/iobroker$ npm install iobroker.js-controller@3.3.22
              

              eine Neuinstallation (genauer: 'Drüberinstallation) bezwecken wolltest:
              Der npm-Aufruf sollte im Kontext des users 'iobroker' erfolgen. Dann passen auch die Rechte.

              Macht man dann halt so:

              sudo -H -u iobroker npm install iobroker.js-controller@3.3.22
              
              da_Woody 1 Reply Last reply Reply Quote 0
              • da_Woody
                da_Woody @Thomas Braun last edited by

                @thomas-braun sagte in massive CPU Auslastung:

                eine Neuinstallation bezwecken wolltest:

                nein, das war für den downgrade von 4.0.9 gedacht!
                sorry, aber ich hinterfrage jetzt lieber, als wieder einen fehler zu machen. bin ja lernwillig.

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

                  @da_woody

                  Auch ein Downgrade geht so.

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

                    @thomas-braun hmm, dann stimmt die beschreibung nicht...

                    ok mal gamacht:

                    woody@ioBroker:/$
                    woody@ioBroker:/$  cd /opt/iobroker
                    woody@ioBroker:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller@3.3.22
                    [sudo] Passwort für woody:
                    
                    > 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-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.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-16T12_27_04_526Z-debug.log
                    woody@ioBroker:/opt/iobroker$
                    
                    

                    sieht nicht so gut aus...

                    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$
                    
                    
                    Thomas Braun apollon77 2 Replies Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @da_Woody last edited by Thomas Braun

                      @da_woody sagte in massive CPU Auslastung:

                      Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!

                      Vermutlich läuft da schon oder noch was anderes auf dem Port.

                      Oder das hängt mit dem neuen Format jsonl der Datenbank zusammen.
                      Da weiß ich aber so aus dem Stehgreif nicht wie man das beibiegen kann.

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

                        @thomas-braun die zeile ist mir auch ins auge gehüpft. also doch noch ein anderer JS-Contoller?
                        sonst würde mir nichts einfallen...

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

                          @da_woody sagte in massive CPU Auslastung:

                          @thomas-braun du meinst für eine neuinstall?

                          Also einen Neuinstall bitte mit dem Installer machen!!!!!

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

                            @da_woody Stelle sicher das alles von ioBroker gestoppt ist bevor du den Befehl machst und warte bitte sicherheitshalber 10s nachdem alles nachweislich gestoppt ist bevir du den 3.3.22 install machst

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

                              @apollon77 da gings um den js-contoller!
                              die neue VM hab ich sehr wohl mit dem installer gemacht.

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

                                @apollon77 sagte in massive CPU Auslastung:

                                Stelle sicher das alles von ioBroker gestoppt ist bevor du den Befehl machst und warte bitte sicherheitshalber 10s nachdem alles nachweislich gestoppt ist bevir du den 3.3.22 install machst

                                woody@ioBroker:/opt/iobroker$ iob stop
                                woody@ioBroker:/opt/iobroker$ ps auxww|grep io
                                root        12  0.0  0.0      0     0 ?        S    Feb15   0:00 [migration/0]
                                root        16  0.0  0.0      0     0 ?        S    Feb15   0:00 [migration/1]
                                root       193  0.0  0.0      0     0 ?        I<   Feb15   0:00 [rpciod]
                                root       194  0.0  0.0      0     0 ?        I<   Feb15   0:00 [xprtiod]
                                root       352  0.1  0.0   7920  3188 ?        Ss   Feb15   1:35 /bin/bash /home/woody/wetterstation.sh
                                message+   359  0.0  0.0   9068  1668 ?        Ss   Feb15   0:04 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                                root      1172  0.0  0.0      0     0 ?        I<   Feb15   0:00 [cifsiod]
                                root      9724  0.0  0.0   7920  2428 ?        S    13:55   0:00 /bin/bash /home/woody/wetterstation.sh
                                woody     9729  0.0  0.0   6088   884 pts/0    S+   13:55   0:00 grep io
                                woody@ioBroker:/opt/iobroker$ sudo systemctl stop wetterstation
                                [sudo] Passwort für woody:
                                woody@ioBroker:/opt/iobroker$ ps auxww|grep io
                                root        12  0.0  0.0      0     0 ?        S    Feb15   0:00 [migration/0]
                                root        16  0.0  0.0      0     0 ?        S    Feb15   0:00 [migration/1]
                                root       193  0.0  0.0      0     0 ?        I<   Feb15   0:00 [rpciod]
                                root       194  0.0  0.0      0     0 ?        I<   Feb15   0:00 [xprtiod]
                                message+   359  0.0  0.0   9068  1668 ?        Ss   Feb15   0:04 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                                root      1172  0.0  0.0      0     0 ?        I<   Feb15   0:00 [cifsiod]
                                woody    10247  0.0  0.0   6088   892 pts/0    S+   13:57   0:00 grep io
                                woody@ioBroker:/opt/iobroker$ ps auxww|grep backup
                                woody    10249  0.0  0.0   6088   888 pts/0    S+   13:57   0:00 grep backup
                                woody@ioBroker:/opt/iobroker$
                                
                                
                                

                                kann das wetterstation gewesen sein?

                                Thomas Braun apollon77 2 Replies Last reply Reply Quote 0
                                • 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
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            819
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            17
                                            146
                                            13775
                                            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