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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Iobroker nach update nict erreichbar

NEWS

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

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

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

Iobroker nach update nict erreichbar

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
iobroker startet nicht mehr
68 Beiträge 4 Kommentatoren 2.6k Aufrufe 2 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • ShootgunS Shootgun

    hast recht
    vergessen
    stöbere grade im forum ob ich einen weg fnde der das wieder zum laufen brint ohne neuinstalation
    aber bisher nichts passendes gefunden

    habe jetzt den ersten post editiert

    haselchenH Offline
    haselchenH Offline
    haselchen
    Most Active
    schrieb am zuletzt editiert von
    #6

    @Shootgun

    Du warst bei der Installation im Homeverzeichnis

    npm WARN checkPermissions Missing write access to /home/pi

    Installationen immer in /opt/iobroker

    Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

    1 Antwort Letzte Antwort
    0
    • ShootgunS Shootgun

      danke für die erste hilfe
      bin neu im forum
      sry
      hier der code ;)

      hoffe jetzt kann jemand helfen ;)

      code_textpi@iobroker:~ $ sudo -H -u iobroker npm install iobroker.js-controller
      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
      npm WARN checkPermissions Missing write access to /home/pi
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
      npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
      npm WARN pi No description
      npm WARN pi No repository field.
      npm WARN pi No README data
      npm WARN pi No license field.
      
      npm ERR! path /home/pi
      npm ERR! code EACCES
      npm ERR! errno -13
      npm ERR! syscall access
      npm ERR! Error: EACCES: permission denied, access '/home/pi'
      npm ERR! { Error: EACCES: permission denied, access '/home/pi'
      npm ERR! stack: 'Error: EACCES: permission denied, access '/home/pi'',
      npm ERR! errno: -13,
      npm ERR! code: 'EACCES',
      npm ERR! syscall: 'access',
      npm ERR! path: '/home/pi' }
      npm ERR!
      npm ERR! The operation was rejected by your operating system.
      npm ERR! It is likely you do not have the permissions to access this file as the current user
      npm ERR!
      npm ERR! If you believe this might be a permissions issue, please double-check the
      npm ERR! permissions of the file and its containing directories, or try running
      npm ERR! the command again as root/Administrator (though this is not recommended).
      
      npm ERR! A complete log of this run can be found in:
      npm ERR! /home/iobroker/.npm/_logs/2020-04-26T17_07_21_284Z-debug.log
      

      übrigens teste ich grade herum und mehr und mehr ist mir unerklärlich

      code_textpi@iobroker:/opt/iobroker $ iobroker status
      module.js:550
          throw err;
          ^
      
      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
          at Function.Module._resolveFilename (module.js:548:15)
          at Function.Module._load (module.js:475:25)
          at Function.Module.runMain (module.js:694:10)
          at startup (bootstrap_node.js:204:16)
          at bootstrap_node.js:625:3
      
      

      Housten we have a Problem

      BBTownB Offline
      BBTownB Offline
      BBTown
      schrieb am zuletzt editiert von BBTown
      #7

      @Shootgun sagte in Iobroker nach update nict erreichbar:

      npm WARN checkPermissions Missing write access to /home/pi
      

      Der Hinweis in Zeile 3 läßt darauf schließen, das der User keine Schreibberechtigungen auf das Verzeichnis hat.

      Kann es darüber hinaus sein das Du vorher nicht erst in cd /opt/iobroker gewechselt hast bevor Du den Befehl zur Aktualisierung des js-controllers eingegeben hast?
      Wurde zudem iobroker stop zuvor ausgeführt?

      ioBroker auf NUC (VM debian v13 (Trixie ), node v22.22.2 npm v10.9.4, js-controller v7.1.1 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

      haselchenH 1 Antwort Letzte Antwort
      0
      • BBTownB BBTown

        @Shootgun sagte in Iobroker nach update nict erreichbar:

        npm WARN checkPermissions Missing write access to /home/pi
        

        Der Hinweis in Zeile 3 läßt darauf schließen, das der User keine Schreibberechtigungen auf das Verzeichnis hat.

        Kann es darüber hinaus sein das Du vorher nicht erst in cd /opt/iobroker gewechselt hast bevor Du den Befehl zur Aktualisierung des js-controllers eingegeben hast?
        Wurde zudem iobroker stop zuvor ausgeführt?

        haselchenH Offline
        haselchenH Offline
        haselchen
        Most Active
        schrieb am zuletzt editiert von
        #8

        @BBTown

        Hahahahahaha, 2 Blöde 1 Gedanke :)

        Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

        BBTownB 1 Antwort Letzte Antwort
        0
        • haselchenH haselchen

          @BBTown

          Hahahahahaha, 2 Blöde 1 Gedanke :)

          BBTownB Offline
          BBTownB Offline
          BBTown
          schrieb am zuletzt editiert von
          #9

          @haselchen
          ist mir ja auch schon passiert 😎

          ioBroker auf NUC (VM debian v13 (Trixie ), node v22.22.2 npm v10.9.4, js-controller v7.1.1 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

          1 Antwort Letzte Antwort
          0
          • ShootgunS Offline
            ShootgunS Offline
            Shootgun
            schrieb am zuletzt editiert von
            #10

            ich habe das verzeichniss gewechselt und auch den stop vorher gemacht
            mitlerweile habe ich ncohmal versucht das update zu machen

            dabei kommtdas heraus:

            pi@iobroker:/opt/iobroker $ iobroker update
            module.js:550
                throw err;
                ^
            
            Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                at Function.Module._resolveFilename (module.js:548:15)
                at Function.Module._load (module.js:475:25)
                at Function.Module.runMain (module.js:694:10)
                at startup (bootstrap_node.js:204:16)
                at bootstrap_node.js:625:3
            
            
            haselchenH 1 Antwort Letzte Antwort
            0
            • ShootgunS Shootgun

              ich habe das verzeichniss gewechselt und auch den stop vorher gemacht
              mitlerweile habe ich ncohmal versucht das update zu machen

              dabei kommtdas heraus:

              pi@iobroker:/opt/iobroker $ iobroker update
              module.js:550
                  throw err;
                  ^
              
              Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                  at Function.Module._resolveFilename (module.js:548:15)
                  at Function.Module._load (module.js:475:25)
                  at Function.Module.runMain (module.js:694:10)
                  at startup (bootstrap_node.js:204:16)
                  at bootstrap_node.js:625:3
              
              
              haselchenH Offline
              haselchenH Offline
              haselchen
              Most Active
              schrieb am zuletzt editiert von
              #11

              @Shootgun

              Musste vermutlich den Fixer laufen lassen

              curl -sL https://iobroker.net/fix.sh | bash -

              Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

              1 Antwort Letzte Antwort
              0
              • ShootgunS Offline
                ShootgunS Offline
                Shootgun
                schrieb am zuletzt editiert von
                #12
                pi@iobroker:/opt/iobroker $ curl -sL https://iobroker.net/fix.sh | bash -
                library: loaded
                Library version=2020-04-12
                ioBroker is not installed in /opt/iobroker! Cannot fix anything...
                
                

                bin für weitere hilfen dankbar

                1 Antwort Letzte Antwort
                0
                • ShootgunS Offline
                  ShootgunS Offline
                  Shootgun
                  schrieb am zuletzt editiert von
                  #13

                  wieso nicht installd ist die frage
                  was ist denn da explodiert?

                  wenn ich jetzt neu instaliere sind alle einstellungen von alexa und homematic usw weg oder kann ich das irgendwie vorher backuppen
                  ???

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • ShootgunS Shootgun

                    wieso nicht installd ist die frage
                    was ist denn da explodiert?

                    wenn ich jetzt neu instaliere sind alle einstellungen von alexa und homematic usw weg oder kann ich das irgendwie vorher backuppen
                    ???

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

                    @Shootgun

                     ls -la /opt/iobroker/
                    

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

                    1 Antwort Letzte Antwort
                    0
                    • ShootgunS Offline
                      ShootgunS Offline
                      Shootgun
                      schrieb am zuletzt editiert von
                      #15

                      ODER (was mir lieber wäre) kann ich das irgendwie wieder zum laufen bringen ?

                      heute mittag lief allesnoch normal

                      1 Antwort Letzte Antwort
                      0
                      • ShootgunS Offline
                        ShootgunS Offline
                        Shootgun
                        schrieb am zuletzt editiert von
                        #16
                        pi@iobroker:/opt/iobroker $ ls -la /opt/iobroker/
                        insgesamt 256
                        drwxrwxrwx+   7 iobroker iobroker   4096 Apr 26 14:13 .
                        drwxr-xr-x    4 root     root       4096 Apr 17  2019 ..
                        -rwxrwxrwx+   1 iobroker iobroker   1474 Apr 17  2019 CHANGELOG_INSTALLER_LINUX.md
                        drwxrwxrwx+   3 iobroker iobroker   4096 Apr 17  2019 install
                        -rwxrwxrwx+   1 iobroker iobroker    163 Apr 17  2019 INSTALLER_INFO.txt
                        lrwxrwxrwx    1 iobroker iobroker     22 Apr 17  2019 iob -> /opt/iobroker/iobroker
                        -rwxrwxrwx+   1 iobroker iobroker    229 Apr 17  2019 iobroker
                        drwxrwxrwx+   4 iobroker iobroker   4096 Apr 17  2019 iobroker-data
                        -rwxrwxrwx+   1 iobroker iobroker     92 Apr 17  2019 killall.sh
                        drwxrwxrwx+   2 iobroker iobroker   4096 Apr 17  2019 lib
                        -rwxrwxrwx+   1 iobroker iobroker   1137 Apr 17  2019 LICENSE
                        drwxrwxrwx+   2 iobroker iobroker   4096 Apr 26 14:13 log
                        drwxrwxrwx+ 631 iobroker iobroker  20480 Apr 26 14:15 node_modules
                        -rwxrwxrwx+   1 iobroker iobroker     19 Sep 21  2019 .npmrc
                        -rwxrwxrwx+   1 iobroker iobroker    866 Apr 26 14:13 package.json
                        -rwxrwxrwx+   1 iobroker iobroker 166392 Apr 17  2019 package-lock.json
                        -rwxrwxrwx+   1 iobroker iobroker   6101 Apr 17  2019 README.md
                        -rwxrwxrwx+   1 iobroker iobroker   5728 Apr 26 14:15 reinstall.js
                        -rwxrwxrwx+   1 iobroker iobroker    709 Apr 17  2019 reinstall.sh
                        
                        
                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • ShootgunS Shootgun
                          pi@iobroker:/opt/iobroker $ ls -la /opt/iobroker/
                          insgesamt 256
                          drwxrwxrwx+   7 iobroker iobroker   4096 Apr 26 14:13 .
                          drwxr-xr-x    4 root     root       4096 Apr 17  2019 ..
                          -rwxrwxrwx+   1 iobroker iobroker   1474 Apr 17  2019 CHANGELOG_INSTALLER_LINUX.md
                          drwxrwxrwx+   3 iobroker iobroker   4096 Apr 17  2019 install
                          -rwxrwxrwx+   1 iobroker iobroker    163 Apr 17  2019 INSTALLER_INFO.txt
                          lrwxrwxrwx    1 iobroker iobroker     22 Apr 17  2019 iob -> /opt/iobroker/iobroker
                          -rwxrwxrwx+   1 iobroker iobroker    229 Apr 17  2019 iobroker
                          drwxrwxrwx+   4 iobroker iobroker   4096 Apr 17  2019 iobroker-data
                          -rwxrwxrwx+   1 iobroker iobroker     92 Apr 17  2019 killall.sh
                          drwxrwxrwx+   2 iobroker iobroker   4096 Apr 17  2019 lib
                          -rwxrwxrwx+   1 iobroker iobroker   1137 Apr 17  2019 LICENSE
                          drwxrwxrwx+   2 iobroker iobroker   4096 Apr 26 14:13 log
                          drwxrwxrwx+ 631 iobroker iobroker  20480 Apr 26 14:15 node_modules
                          -rwxrwxrwx+   1 iobroker iobroker     19 Sep 21  2019 .npmrc
                          -rwxrwxrwx+   1 iobroker iobroker    866 Apr 26 14:13 package.json
                          -rwxrwxrwx+   1 iobroker iobroker 166392 Apr 17  2019 package-lock.json
                          -rwxrwxrwx+   1 iobroker iobroker   6101 Apr 17  2019 README.md
                          -rwxrwxrwx+   1 iobroker iobroker   5728 Apr 26 14:15 reinstall.js
                          -rwxrwxrwx+   1 iobroker iobroker    709 Apr 17  2019 reinstall.sh
                          
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #17

                          @Shootgun
                          Die Dateien sind aber alle recht alt (von 2019).
                          Da müsste bei einem aktuellen Update was von 2020 drin sein. Keine Ahnung was du da gemacht hast.

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

                          1 Antwort Letzte Antwort
                          0
                          • ShootgunS Offline
                            ShootgunS Offline
                            Shootgun
                            schrieb am zuletzt editiert von
                            #18

                            ich habe das update für den js controler durchgeführt

                            also einloggen per ssh

                            iobroker stop
                            iobroker update
                            iobroker upgrade self
                            iobroker start

                            und dann war das webinterface weg
                            jetzt weiß ich nicht warum
                            hast du ne idee wie ich das webinterface wieder bekomme ?

                            haselchenH Thomas BraunT 2 Antworten Letzte Antwort
                            0
                            • ShootgunS Shootgun

                              ich habe das update für den js controler durchgeführt

                              also einloggen per ssh

                              iobroker stop
                              iobroker update
                              iobroker upgrade self
                              iobroker start

                              und dann war das webinterface weg
                              jetzt weiß ich nicht warum
                              hast du ne idee wie ich das webinterface wieder bekomme ?

                              haselchenH Offline
                              haselchenH Offline
                              haselchen
                              Most Active
                              schrieb am zuletzt editiert von
                              #19

                              @Shootgun

                              Hast du noch nen anderen Iobroker Ordner?
                              Unter Home/pi?

                              Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                              1 Antwort Letzte Antwort
                              0
                              • ShootgunS Shootgun

                                ich habe das update für den js controler durchgeführt

                                also einloggen per ssh

                                iobroker stop
                                iobroker update
                                iobroker upgrade self
                                iobroker start

                                und dann war das webinterface weg
                                jetzt weiß ich nicht warum
                                hast du ne idee wie ich das webinterface wieder bekomme ?

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

                                @Shootgun

                                which iobroker
                                

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

                                1 Antwort Letzte Antwort
                                0
                                • ShootgunS Offline
                                  ShootgunS Offline
                                  Shootgun
                                  schrieb am zuletzt editiert von
                                  #21

                                  den besagten ordner gibt es aber sind nur 2 dateien drin
                                  alexaremotecontrol.sh
                                  und spechercontertory.sh
                                  und auch von 2019

                                  1 Antwort Letzte Antwort
                                  0
                                  • ShootgunS Offline
                                    ShootgunS Offline
                                    Shootgun
                                    schrieb am zuletzt editiert von
                                    #22

                                    @Thomas-Braun said in Iobroker nach update nict erreichbar:

                                    which iobroker

                                    pi@iobroker:/opt/iobroker $ which iobroker
                                    /usr/bin/iobroker
                                    
                                    
                                    1 Antwort Letzte Antwort
                                    0
                                    • ShootgunS Offline
                                      ShootgunS Offline
                                      Shootgun
                                      schrieb am zuletzt editiert von
                                      #23

                                      ich habe nen log von heute gefunden

                                      2020-04-26 13:56:28.037  - info: admin.0 (17831) Request actual repository...
                                      2020-04-26 13:56:28.130  - info: host.iobroker Update repository "latest" under "http://download.iobroker.net/sources-dist-latest.json"
                                      2020-04-26 13:56:30.135  - info: admin.0 (17831) Repository received successfully.
                                      2020-04-26 13:59:43.849  - info: host.iobroker received SIGTERM
                                      2020-04-26 13:59:43.862  - info: info.0 (17930) cleaned everything up...
                                      2020-04-26 13:59:43.874  - info: hm-rpc.1 (17947) xmlrpc -> 192.168.0.94:2010/ init ["http://192.168.0.200:2010",""]
                                      2020-04-26 13:59:43.863  - info: hm-rpc.0 (17873) xmlrpc -> 192.168.0.94:2001/ init ["http://192.168.0.200:2001",""]
                                      2020-04-26 13:59:43.873  - info: web.0 (17961) terminated http server on port 8082
                                      2020-04-26 13:59:43.882  - info: admin.0 (17831) terminating http server on port 8081
                                      2020-04-26 13:59:43.895  - info: hm-rega.0 (17888) Got terminate signal TERMINATE_YOURSELF
                                      2020-04-26 13:59:43.904  - info: info.0 (17930) Got terminate signal TERMINATE_YOURSELF
                                      2020-04-26 13:59:43.904  - info: hm-rpc.1 (17947) Disconnected
                                      2020-04-26 13:59:43.857  - info: host.iobroker stopInstance system.adapter.admin.0 (force=false, process=true)
                                      2020-04-26 13:59:43.859  - info: host.iobroker stopInstance system.adapter.discovery.0 (force=false, process=true)
                                      2020-04-26 13:59:43.862  - info: host.iobroker stopInstance system.adapter.hm-rpc.0 (force=false, process=true)
                                      2020-04-26 13:59:43.864  - info: host.iobroker stopInstance system.adapter.hm-rega.0 (force=false, process=true)
                                      2020-04-26 13:59:43.866  - info: host.iobroker stopInstance system.adapter.alexa2.0 (force=false, process=true)
                                      2020-04-26 13:59:43.868  - info: host.iobroker stopInstance system.adapter.admin.1 (force=false, process=false)
                                      2020-04-26 13:59:43.870  - info: host.iobroker stopInstance system.adapter.info.0 (force=false, process=true)
                                      2020-04-26 13:59:43.871  - info: host.iobroker stopInstance system.adapter.hm-rpc.1 (force=false, process=true)
                                      2020-04-26 13:59:43.873  - info: host.iobroker stopInstance system.adapter.cloud.0 (force=false, process=false)
                                      2020-04-26 13:59:43.875  - info: host.iobroker stopInstance system.adapter.web.0 (force=false, process=true)
                                      2020-04-26 13:59:43.876  - info: host.iobroker stopInstance system.adapter.iot.0 (force=false, process=true)
                                      2020-04-26 13:59:43.879  - info: host.iobroker stopInstance system.adapter.admin.0 send kill signal
                                      2020-04-26 13:59:43.883  - info: host.iobroker stopInstance system.adapter.discovery.0 send kill signal
                                      2020-04-26 13:59:43.889  - info: host.iobroker stopInstance system.adapter.hm-rega.0 send kill signal
                                      2020-04-26 13:59:43.894  - info: host.iobroker stopInstance system.adapter.alexa2.0 send kill signal
                                      2020-04-26 13:59:43.898  - info: host.iobroker stopInstance system.adapter.info.0 send kill signal
                                      2020-04-26 13:59:43.904  - info: host.iobroker stopInstance system.adapter.web.0 send kill signal
                                      2020-04-26 13:59:43.907  - info: host.iobroker stopInstance system.adapter.iot.0 send kill signal
                                      2020-04-26 13:59:43.915  - info: web.0 (17961) Got terminate signal TERMINATE_YOURSELF
                                      2020-04-26 13:59:43.899  - info: alexa2.0 (13053) Got terminate signal TERMINATE_YOURSELF
                                      2020-04-26 13:59:43.890  - info: discovery.0 (17858) Got terminate signal TERMINATE_YOURSELF
                                      2020-04-26 13:59:43.921  - info: admin.0 (17831) Got terminate signal TERMINATE_YOURSELF
                                      2020-04-26 13:59:43.905  - info: iot.0 (18176) Connection changed: disconnect
                                      2020-04-26 13:59:43.926  - info: hm-rpc.0 (17873) Disconnected
                                      2020-04-26 13:59:43.915  - info: iot.0 (18176) Connection lost
                                      2020-04-26 13:59:43.933  - info: iot.0 (18176) Got terminate signal TERMINATE_YOURSELF
                                      2020-04-26 13:59:43.936  - info: info.0 (17930) Terminated (NO_ERROR): Without reason
                                      2020-04-26 13:59:43.944  - info: alexa2.0 (13053) Terminated (NO_ERROR): Without reason
                                      2020-04-26 13:59:43.944  - info: hm-rega.0 (17888) Terminated (NO_ERROR): Without reason
                                      2020-04-26 13:59:43.954  - info: discovery.0 (17858) Terminated (NO_ERROR): Without reason
                                      2020-04-26 13:59:43.958  - info: admin.0 (17831) Terminated (NO_ERROR): Without reason
                                      2020-04-26 13:59:43.954  - info: web.0 (17961) Terminated (NO_ERROR): Without reason
                                      2020-04-26 13:59:43.960  - info: hm-rpc.1 (17947) Terminated (NO_ERROR): Without reason
                                      2020-04-26 13:59:43.954  - info: iot.0 (18176) Terminated (NO_ERROR): Without reason
                                      2020-04-26 13:59:43.966  - info: hm-rpc.0 (17873) Terminated (NO_ERROR): Without reason
                                      2020-04-26 13:59:44.475  - info: host.iobroker instance system.adapter.info.0 terminated with code 0 (NO_ERROR)
                                      2020-04-26 13:59:44.583  - info: host.iobroker instance system.adapter.discovery.0 terminated with code 0 (NO_ERROR)
                                      2020-04-26 13:59:44.585  - info: host.iobroker instance system.adapter.hm-rpc.0 terminated with code 0 (NO_ERROR)
                                      2020-04-26 13:59:44.586  - info: host.iobroker instance system.adapter.hm-rega.0 terminated with code 0 (NO_ERROR)
                                      2020-04-26 13:59:44.586  - info: host.iobroker instance system.adapter.web.0 terminated with code 0 (NO_ERROR)
                                      2020-04-26 13:59:44.587  - info: host.iobroker instance system.adapter.iot.0 terminated with code 0 (NO_ERROR)
                                      2020-04-26 13:59:44.589  - info: host.iobroker instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                                      2020-04-26 13:59:44.591  - info: host.iobroker instance system.adapter.hm-rpc.1 terminated with code 0 (NO_ERROR)
                                      2020-04-26 13:59:44.592  - info: host.iobroker instance system.adapter.alexa2.0 terminated with code 0 (NO_ERROR)
                                      2020-04-26 13:59:44.592  - info: host.iobroker All instances are stopped.
                                      2020-04-26 13:59:44.701  - info: host.iobroker terminated
                                      2020-04-26 14:01:42.781  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                      2020-04-26 14:01:42.793  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                      2020-04-26 14:01:42.795  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                      2020-04-26 14:01:42.800  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                      2020-04-26 14:01:45.463  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                      2020-04-26 14:01:45.476  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                      2020-04-26 14:01:45.477  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                      2020-04-26 14:01:45.482  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                      2020-04-26 14:01:47.905  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                      2020-04-26 14:01:47.918  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                      2020-04-26 14:01:47.919  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                      2020-04-26 14:01:47.924  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                      2020-04-26 14:01:50.402  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                      2020-04-26 14:01:50.415  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                      2020-04-26 14:01:50.416  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                      2020-04-26 14:01:50.421  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                      2020-04-26 14:01:52.903  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                      2020-04-26 14:01:52.915  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                      2020-04-26 14:01:52.917  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                      2020-04-26 14:01:52.921  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                      2020-04-26 14:01:55.405  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                      2020-04-26 14:01:55.417  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                      2020-04-26 14:01:55.419  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                      2020-04-26 14:01:55.423  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                      2020-04-26 14:01:57.905  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                      2020-04-26 14:01:57.918  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                      2020-04-26 14:01:57.919  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                      2020-04-26 14:01:57.924  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                      2020-04-26 14:02:00.407  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                      2020-04-26 14:02:00.420  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                      2020-04-26 14:02:00.421  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                      2020-04-26 14:02:00.426  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                      2020-04-26 14:02:02.908  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                      2020-04-26 14:02:02.921  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                      2020-04-26 14:02:02.923  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                      2020-04-26 14:02:02.927  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                      2020-04-26 14:02:05.401  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                      2020-04-26 14:02:05.414  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                      2020-04-26 14:02:05.416  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                      2020-04-26 14:02:05.420  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                      2020-04-26 14:02:07.893  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                      2020-04-26 14:02:07.906  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                      

                                      das wiederholt sich dann immer weiter

                                      Thomas BraunT haselchenH 2 Antworten Letzte Antwort
                                      0
                                      • ShootgunS Shootgun

                                        ich habe nen log von heute gefunden

                                        2020-04-26 13:56:28.037  - info: admin.0 (17831) Request actual repository...
                                        2020-04-26 13:56:28.130  - info: host.iobroker Update repository "latest" under "http://download.iobroker.net/sources-dist-latest.json"
                                        2020-04-26 13:56:30.135  - info: admin.0 (17831) Repository received successfully.
                                        2020-04-26 13:59:43.849  - info: host.iobroker received SIGTERM
                                        2020-04-26 13:59:43.862  - info: info.0 (17930) cleaned everything up...
                                        2020-04-26 13:59:43.874  - info: hm-rpc.1 (17947) xmlrpc -> 192.168.0.94:2010/ init ["http://192.168.0.200:2010",""]
                                        2020-04-26 13:59:43.863  - info: hm-rpc.0 (17873) xmlrpc -> 192.168.0.94:2001/ init ["http://192.168.0.200:2001",""]
                                        2020-04-26 13:59:43.873  - info: web.0 (17961) terminated http server on port 8082
                                        2020-04-26 13:59:43.882  - info: admin.0 (17831) terminating http server on port 8081
                                        2020-04-26 13:59:43.895  - info: hm-rega.0 (17888) Got terminate signal TERMINATE_YOURSELF
                                        2020-04-26 13:59:43.904  - info: info.0 (17930) Got terminate signal TERMINATE_YOURSELF
                                        2020-04-26 13:59:43.904  - info: hm-rpc.1 (17947) Disconnected
                                        2020-04-26 13:59:43.857  - info: host.iobroker stopInstance system.adapter.admin.0 (force=false, process=true)
                                        2020-04-26 13:59:43.859  - info: host.iobroker stopInstance system.adapter.discovery.0 (force=false, process=true)
                                        2020-04-26 13:59:43.862  - info: host.iobroker stopInstance system.adapter.hm-rpc.0 (force=false, process=true)
                                        2020-04-26 13:59:43.864  - info: host.iobroker stopInstance system.adapter.hm-rega.0 (force=false, process=true)
                                        2020-04-26 13:59:43.866  - info: host.iobroker stopInstance system.adapter.alexa2.0 (force=false, process=true)
                                        2020-04-26 13:59:43.868  - info: host.iobroker stopInstance system.adapter.admin.1 (force=false, process=false)
                                        2020-04-26 13:59:43.870  - info: host.iobroker stopInstance system.adapter.info.0 (force=false, process=true)
                                        2020-04-26 13:59:43.871  - info: host.iobroker stopInstance system.adapter.hm-rpc.1 (force=false, process=true)
                                        2020-04-26 13:59:43.873  - info: host.iobroker stopInstance system.adapter.cloud.0 (force=false, process=false)
                                        2020-04-26 13:59:43.875  - info: host.iobroker stopInstance system.adapter.web.0 (force=false, process=true)
                                        2020-04-26 13:59:43.876  - info: host.iobroker stopInstance system.adapter.iot.0 (force=false, process=true)
                                        2020-04-26 13:59:43.879  - info: host.iobroker stopInstance system.adapter.admin.0 send kill signal
                                        2020-04-26 13:59:43.883  - info: host.iobroker stopInstance system.adapter.discovery.0 send kill signal
                                        2020-04-26 13:59:43.889  - info: host.iobroker stopInstance system.adapter.hm-rega.0 send kill signal
                                        2020-04-26 13:59:43.894  - info: host.iobroker stopInstance system.adapter.alexa2.0 send kill signal
                                        2020-04-26 13:59:43.898  - info: host.iobroker stopInstance system.adapter.info.0 send kill signal
                                        2020-04-26 13:59:43.904  - info: host.iobroker stopInstance system.adapter.web.0 send kill signal
                                        2020-04-26 13:59:43.907  - info: host.iobroker stopInstance system.adapter.iot.0 send kill signal
                                        2020-04-26 13:59:43.915  - info: web.0 (17961) Got terminate signal TERMINATE_YOURSELF
                                        2020-04-26 13:59:43.899  - info: alexa2.0 (13053) Got terminate signal TERMINATE_YOURSELF
                                        2020-04-26 13:59:43.890  - info: discovery.0 (17858) Got terminate signal TERMINATE_YOURSELF
                                        2020-04-26 13:59:43.921  - info: admin.0 (17831) Got terminate signal TERMINATE_YOURSELF
                                        2020-04-26 13:59:43.905  - info: iot.0 (18176) Connection changed: disconnect
                                        2020-04-26 13:59:43.926  - info: hm-rpc.0 (17873) Disconnected
                                        2020-04-26 13:59:43.915  - info: iot.0 (18176) Connection lost
                                        2020-04-26 13:59:43.933  - info: iot.0 (18176) Got terminate signal TERMINATE_YOURSELF
                                        2020-04-26 13:59:43.936  - info: info.0 (17930) Terminated (NO_ERROR): Without reason
                                        2020-04-26 13:59:43.944  - info: alexa2.0 (13053) Terminated (NO_ERROR): Without reason
                                        2020-04-26 13:59:43.944  - info: hm-rega.0 (17888) Terminated (NO_ERROR): Without reason
                                        2020-04-26 13:59:43.954  - info: discovery.0 (17858) Terminated (NO_ERROR): Without reason
                                        2020-04-26 13:59:43.958  - info: admin.0 (17831) Terminated (NO_ERROR): Without reason
                                        2020-04-26 13:59:43.954  - info: web.0 (17961) Terminated (NO_ERROR): Without reason
                                        2020-04-26 13:59:43.960  - info: hm-rpc.1 (17947) Terminated (NO_ERROR): Without reason
                                        2020-04-26 13:59:43.954  - info: iot.0 (18176) Terminated (NO_ERROR): Without reason
                                        2020-04-26 13:59:43.966  - info: hm-rpc.0 (17873) Terminated (NO_ERROR): Without reason
                                        2020-04-26 13:59:44.475  - info: host.iobroker instance system.adapter.info.0 terminated with code 0 (NO_ERROR)
                                        2020-04-26 13:59:44.583  - info: host.iobroker instance system.adapter.discovery.0 terminated with code 0 (NO_ERROR)
                                        2020-04-26 13:59:44.585  - info: host.iobroker instance system.adapter.hm-rpc.0 terminated with code 0 (NO_ERROR)
                                        2020-04-26 13:59:44.586  - info: host.iobroker instance system.adapter.hm-rega.0 terminated with code 0 (NO_ERROR)
                                        2020-04-26 13:59:44.586  - info: host.iobroker instance system.adapter.web.0 terminated with code 0 (NO_ERROR)
                                        2020-04-26 13:59:44.587  - info: host.iobroker instance system.adapter.iot.0 terminated with code 0 (NO_ERROR)
                                        2020-04-26 13:59:44.589  - info: host.iobroker instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                                        2020-04-26 13:59:44.591  - info: host.iobroker instance system.adapter.hm-rpc.1 terminated with code 0 (NO_ERROR)
                                        2020-04-26 13:59:44.592  - info: host.iobroker instance system.adapter.alexa2.0 terminated with code 0 (NO_ERROR)
                                        2020-04-26 13:59:44.592  - info: host.iobroker All instances are stopped.
                                        2020-04-26 13:59:44.701  - info: host.iobroker terminated
                                        2020-04-26 14:01:42.781  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                        2020-04-26 14:01:42.793  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                        2020-04-26 14:01:42.795  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                        2020-04-26 14:01:42.800  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                        2020-04-26 14:01:45.463  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                        2020-04-26 14:01:45.476  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                        2020-04-26 14:01:45.477  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                        2020-04-26 14:01:45.482  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                        2020-04-26 14:01:47.905  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                        2020-04-26 14:01:47.918  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                        2020-04-26 14:01:47.919  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                        2020-04-26 14:01:47.924  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                        2020-04-26 14:01:50.402  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                        2020-04-26 14:01:50.415  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                        2020-04-26 14:01:50.416  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                        2020-04-26 14:01:50.421  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                        2020-04-26 14:01:52.903  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                        2020-04-26 14:01:52.915  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                        2020-04-26 14:01:52.917  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                        2020-04-26 14:01:52.921  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                        2020-04-26 14:01:55.405  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                        2020-04-26 14:01:55.417  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                        2020-04-26 14:01:55.419  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                        2020-04-26 14:01:55.423  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                        2020-04-26 14:01:57.905  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                        2020-04-26 14:01:57.918  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                        2020-04-26 14:01:57.919  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                        2020-04-26 14:01:57.924  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                        2020-04-26 14:02:00.407  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                        2020-04-26 14:02:00.420  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                        2020-04-26 14:02:00.421  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                        2020-04-26 14:02:00.426  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                        2020-04-26 14:02:02.908  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                        2020-04-26 14:02:02.921  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                        2020-04-26 14:02:02.923  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                        2020-04-26 14:02:02.927  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                        2020-04-26 14:02:05.401  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                        2020-04-26 14:02:05.414  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                        2020-04-26 14:02:05.416  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                        2020-04-26 14:02:05.420  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                        2020-04-26 14:02:07.893  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                        2020-04-26 14:02:07.906  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                        

                                        das wiederholt sich dann immer weiter

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

                                        @Shootgun Du hast node 8 installiert?

                                        nodejs -v
                                        node -v
                                        npm -v
                                        

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

                                        1 Antwort Letzte Antwort
                                        0
                                        • ShootgunS Shootgun

                                          ich habe nen log von heute gefunden

                                          2020-04-26 13:56:28.037  - info: admin.0 (17831) Request actual repository...
                                          2020-04-26 13:56:28.130  - info: host.iobroker Update repository "latest" under "http://download.iobroker.net/sources-dist-latest.json"
                                          2020-04-26 13:56:30.135  - info: admin.0 (17831) Repository received successfully.
                                          2020-04-26 13:59:43.849  - info: host.iobroker received SIGTERM
                                          2020-04-26 13:59:43.862  - info: info.0 (17930) cleaned everything up...
                                          2020-04-26 13:59:43.874  - info: hm-rpc.1 (17947) xmlrpc -> 192.168.0.94:2010/ init ["http://192.168.0.200:2010",""]
                                          2020-04-26 13:59:43.863  - info: hm-rpc.0 (17873) xmlrpc -> 192.168.0.94:2001/ init ["http://192.168.0.200:2001",""]
                                          2020-04-26 13:59:43.873  - info: web.0 (17961) terminated http server on port 8082
                                          2020-04-26 13:59:43.882  - info: admin.0 (17831) terminating http server on port 8081
                                          2020-04-26 13:59:43.895  - info: hm-rega.0 (17888) Got terminate signal TERMINATE_YOURSELF
                                          2020-04-26 13:59:43.904  - info: info.0 (17930) Got terminate signal TERMINATE_YOURSELF
                                          2020-04-26 13:59:43.904  - info: hm-rpc.1 (17947) Disconnected
                                          2020-04-26 13:59:43.857  - info: host.iobroker stopInstance system.adapter.admin.0 (force=false, process=true)
                                          2020-04-26 13:59:43.859  - info: host.iobroker stopInstance system.adapter.discovery.0 (force=false, process=true)
                                          2020-04-26 13:59:43.862  - info: host.iobroker stopInstance system.adapter.hm-rpc.0 (force=false, process=true)
                                          2020-04-26 13:59:43.864  - info: host.iobroker stopInstance system.adapter.hm-rega.0 (force=false, process=true)
                                          2020-04-26 13:59:43.866  - info: host.iobroker stopInstance system.adapter.alexa2.0 (force=false, process=true)
                                          2020-04-26 13:59:43.868  - info: host.iobroker stopInstance system.adapter.admin.1 (force=false, process=false)
                                          2020-04-26 13:59:43.870  - info: host.iobroker stopInstance system.adapter.info.0 (force=false, process=true)
                                          2020-04-26 13:59:43.871  - info: host.iobroker stopInstance system.adapter.hm-rpc.1 (force=false, process=true)
                                          2020-04-26 13:59:43.873  - info: host.iobroker stopInstance system.adapter.cloud.0 (force=false, process=false)
                                          2020-04-26 13:59:43.875  - info: host.iobroker stopInstance system.adapter.web.0 (force=false, process=true)
                                          2020-04-26 13:59:43.876  - info: host.iobroker stopInstance system.adapter.iot.0 (force=false, process=true)
                                          2020-04-26 13:59:43.879  - info: host.iobroker stopInstance system.adapter.admin.0 send kill signal
                                          2020-04-26 13:59:43.883  - info: host.iobroker stopInstance system.adapter.discovery.0 send kill signal
                                          2020-04-26 13:59:43.889  - info: host.iobroker stopInstance system.adapter.hm-rega.0 send kill signal
                                          2020-04-26 13:59:43.894  - info: host.iobroker stopInstance system.adapter.alexa2.0 send kill signal
                                          2020-04-26 13:59:43.898  - info: host.iobroker stopInstance system.adapter.info.0 send kill signal
                                          2020-04-26 13:59:43.904  - info: host.iobroker stopInstance system.adapter.web.0 send kill signal
                                          2020-04-26 13:59:43.907  - info: host.iobroker stopInstance system.adapter.iot.0 send kill signal
                                          2020-04-26 13:59:43.915  - info: web.0 (17961) Got terminate signal TERMINATE_YOURSELF
                                          2020-04-26 13:59:43.899  - info: alexa2.0 (13053) Got terminate signal TERMINATE_YOURSELF
                                          2020-04-26 13:59:43.890  - info: discovery.0 (17858) Got terminate signal TERMINATE_YOURSELF
                                          2020-04-26 13:59:43.921  - info: admin.0 (17831) Got terminate signal TERMINATE_YOURSELF
                                          2020-04-26 13:59:43.905  - info: iot.0 (18176) Connection changed: disconnect
                                          2020-04-26 13:59:43.926  - info: hm-rpc.0 (17873) Disconnected
                                          2020-04-26 13:59:43.915  - info: iot.0 (18176) Connection lost
                                          2020-04-26 13:59:43.933  - info: iot.0 (18176) Got terminate signal TERMINATE_YOURSELF
                                          2020-04-26 13:59:43.936  - info: info.0 (17930) Terminated (NO_ERROR): Without reason
                                          2020-04-26 13:59:43.944  - info: alexa2.0 (13053) Terminated (NO_ERROR): Without reason
                                          2020-04-26 13:59:43.944  - info: hm-rega.0 (17888) Terminated (NO_ERROR): Without reason
                                          2020-04-26 13:59:43.954  - info: discovery.0 (17858) Terminated (NO_ERROR): Without reason
                                          2020-04-26 13:59:43.958  - info: admin.0 (17831) Terminated (NO_ERROR): Without reason
                                          2020-04-26 13:59:43.954  - info: web.0 (17961) Terminated (NO_ERROR): Without reason
                                          2020-04-26 13:59:43.960  - info: hm-rpc.1 (17947) Terminated (NO_ERROR): Without reason
                                          2020-04-26 13:59:43.954  - info: iot.0 (18176) Terminated (NO_ERROR): Without reason
                                          2020-04-26 13:59:43.966  - info: hm-rpc.0 (17873) Terminated (NO_ERROR): Without reason
                                          2020-04-26 13:59:44.475  - info: host.iobroker instance system.adapter.info.0 terminated with code 0 (NO_ERROR)
                                          2020-04-26 13:59:44.583  - info: host.iobroker instance system.adapter.discovery.0 terminated with code 0 (NO_ERROR)
                                          2020-04-26 13:59:44.585  - info: host.iobroker instance system.adapter.hm-rpc.0 terminated with code 0 (NO_ERROR)
                                          2020-04-26 13:59:44.586  - info: host.iobroker instance system.adapter.hm-rega.0 terminated with code 0 (NO_ERROR)
                                          2020-04-26 13:59:44.586  - info: host.iobroker instance system.adapter.web.0 terminated with code 0 (NO_ERROR)
                                          2020-04-26 13:59:44.587  - info: host.iobroker instance system.adapter.iot.0 terminated with code 0 (NO_ERROR)
                                          2020-04-26 13:59:44.589  - info: host.iobroker instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                                          2020-04-26 13:59:44.591  - info: host.iobroker instance system.adapter.hm-rpc.1 terminated with code 0 (NO_ERROR)
                                          2020-04-26 13:59:44.592  - info: host.iobroker instance system.adapter.alexa2.0 terminated with code 0 (NO_ERROR)
                                          2020-04-26 13:59:44.592  - info: host.iobroker All instances are stopped.
                                          2020-04-26 13:59:44.701  - info: host.iobroker terminated
                                          2020-04-26 14:01:42.781  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                          2020-04-26 14:01:42.793  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                          2020-04-26 14:01:42.795  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                          2020-04-26 14:01:42.800  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                          2020-04-26 14:01:45.463  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                          2020-04-26 14:01:45.476  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                          2020-04-26 14:01:45.477  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                          2020-04-26 14:01:45.482  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                          2020-04-26 14:01:47.905  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                          2020-04-26 14:01:47.918  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                          2020-04-26 14:01:47.919  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                          2020-04-26 14:01:47.924  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                          2020-04-26 14:01:50.402  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                          2020-04-26 14:01:50.415  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                          2020-04-26 14:01:50.416  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                          2020-04-26 14:01:50.421  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                          2020-04-26 14:01:52.903  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                          2020-04-26 14:01:52.915  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                          2020-04-26 14:01:52.917  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                          2020-04-26 14:01:52.921  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                          2020-04-26 14:01:55.405  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                          2020-04-26 14:01:55.417  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                          2020-04-26 14:01:55.419  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                          2020-04-26 14:01:55.423  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                          2020-04-26 14:01:57.905  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                          2020-04-26 14:01:57.918  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                          2020-04-26 14:01:57.919  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                          2020-04-26 14:01:57.924  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                          2020-04-26 14:02:00.407  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                          2020-04-26 14:02:00.420  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                          2020-04-26 14:02:00.421  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                          2020-04-26 14:02:00.426  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                          2020-04-26 14:02:02.908  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                          2020-04-26 14:02:02.921  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                          2020-04-26 14:02:02.923  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                          2020-04-26 14:02:02.927  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                          2020-04-26 14:02:05.401  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                          2020-04-26 14:02:05.414  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                          2020-04-26 14:02:05.416  - info: host.iobroker hostname: iobroker, node: v8.16.0
                                          2020-04-26 14:02:05.420  - info: host.iobroker ip addresses: 192.168.0.200 fd00::35ea:562e:19f4:862 fe80::5afc:dce0:4c16:30f4
                                          2020-04-26 14:02:07.893  - info: host.iobroker iobroker.js-controller version 3.0.18 js-controller starting
                                          2020-04-26 14:02:07.906  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                          

                                          das wiederholt sich dann immer weiter

                                          haselchenH Offline
                                          haselchenH Offline
                                          haselchen
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #25

                                          @Shootgun

                                          Nunja, erstmal ist deine Nodejs Version zu niedrig für den JS Controller V3
                                          Was Du da jetzt aber zerschossen hast, keine Ahnung.
                                          Erstaunlich das die JS Version 3.0.18 anzeigt.

                                          Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                                          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

                                          367

                                          Online

                                          32.8k

                                          Benutzer

                                          82.9k

                                          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