Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • 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. Probleme nach js-controller 1.5.6->1.4.2 Downgrade

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.9k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.3k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.6k

Probleme nach js-controller 1.5.6->1.4.2 Downgrade

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
22 Beiträge 4 Kommentatoren 4.8k Aufrufe 5 Watching
  • Ä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.
  • R Offline
    R Offline
    Rocket85
    schrieb am zuletzt editiert von
    #6

    npm ERR! code ELOCKVERIFY
    npm ERR! Errors were found in your package-lock.json, run npm install to fix them.
    npm ERR! Invalid: lock file's iobroker.admin@3.5.10 does not satisfy iobroker.admin@^3.6.0
    npm ERR! Missing: iobroker.alexa2@^1.1.3
    npm ERR! Missing: iobroker.cloud@^2.6.2
    npm ERR! Missing: iobroker.fritzbox@^0.2.1
    npm ERR! Missing: iobroker.ham@^1.0.0
    npm ERR! Missing: iobroker.javascript@^4.0.12
    npm ERR! Missing: iobroker.material@^0.10.6
    npm ERR! Missing: iobroker.mihome@^1.2.5
    npm ERR! Missing: iobroker.pushover@^1.0.4
    npm ERR! Missing: iobroker.rpi2@^1.0.0
    npm ERR! Missing: iobroker.samsung@^0.2.9
    npm ERR! Missing: iobroker.scenes@^1.1.0
    npm ERR! Missing: iobroker.shelly@^2.1.0
    npm ERR! Missing: iobroker.telegram@^1.3.6
    npm ERR! Missing: iobroker.terminal@^0.1.2
    npm ERR! Missing: iobroker.text2command@^1.2.5
    npm ERR! Missing: iobroker.tradfri@^2.1.0
    npm ERR! Missing: iobroker.vis@^1.1.10
    npm ERR! Missing: iobroker.vis-colorpicker@^1.1.1
    npm ERR! Missing: iobroker.vis-hqwidgets@https://github.com/ioBroker/ioBroker.vis-hqwidgets/tarball/master
    npm ERR! Missing: iobroker.vis-players@^0.1.5
    npm ERR! Missing: iobroker.vis-timeandweather@^1.1.7
    npm ERR! Missing: iobroker.vis-weather@^2.2.1
    npm ERR! Missing: iobroker.web@^2.4.1

    apollon77A 1 Antwort Letzte Antwort
    0
    • StabilostickS Offline
      StabilostickS Offline
      Stabilostick
      schrieb am zuletzt editiert von
      #7

      Führe bitte im Ordner /opt/iobroker den Befehl

      npm i 
      

      aus.

      R 1 Antwort Letzte Antwort
      0
      • StabilostickS Stabilostick

        Führe bitte im Ordner /opt/iobroker den Befehl

        npm i 
        

        aus.

        R Offline
        R Offline
        Rocket85
        schrieb am zuletzt editiert von Stabilostick
        #8

        @Stabilostick

        > iobroker.inst@1.3.1 install /opt/iobroker
        > node lib/checkVersions.js
        
        NPM version: 6.5.0
        
        > iobroker.inst@1.3.1 postinstall /opt/iobroker
        > node lib/install.js
        
        Cannot create file /usr/bin/iobroker!. Non critical
        
        -----------------------------------------------------
        You can manually copy file into /usr/bin/. Just write:
            sudo cp /opt/iobroker/iobroker /usr/bin/
            sudo chmod 755 /usr/bin/iobroker
        -----------------------------------------------------
        Non-critical error: EACCES: permission denied, open '/lib/systemd/system/iobroker.service'
        audited 4463 packages in 49.685s
        found 53 vulnerabilities (38 low, 1 moderate, 14 high)
          run `npm audit fix` to fix them, or `npm audit` for details
        

        Stabilostick, 14.02.19 01:16
        Code bitte in Code-Tags schreiben.

        1 Antwort Letzte Antwort
        0
        • StabilostickS Offline
          StabilostickS Offline
          Stabilostick
          schrieb am zuletzt editiert von Stabilostick
          #9

          Wenn Du magst, kannst Du genau die Befehle ausführen, die da im Log stehen (die mit sudo) und dann versuchen, den ioBroker wieder zu starten.

          R 1 Antwort Letzte Antwort
          0
          • StabilostickS Stabilostick

            Wenn Du magst, kannst Du genau die Befehle ausführen, die da im Log stehen (die mit sudo) und dann versuchen, den ioBroker wieder zu starten.

            R Offline
            R Offline
            Rocket85
            schrieb am zuletzt editiert von
            #10

            @Stabilostick

            Hab es versucht, danach wieder npm i

            > iobroker.inst@1.3.1 install /opt/iobroker
            > node lib/checkVersions.js
            
            NPM version: 6.5.0
            
            > iobroker.inst@1.3.1 postinstall /opt/iobroker
            > node lib/install.js
            
            Cannot create file /usr/bin/iobroker!. Non critical
            
            -----------------------------------------------------
            You can manually copy file into /usr/bin/. Just write:
                sudo cp /opt/iobroker/iobroker /usr/bin/
                sudo chmod 755 /usr/bin/iobroker
            -----------------------------------------------------
            Non-critical error: EACCES: permission denied, open '/lib/systemd/system/iobroker.service'
            audited 4463 packages in 49.6s
            found 53 vulnerabilities (38 low, 1 moderate, 14 high)
              run `npm audit fix` to fix them, or `npm audit` for details
            
            R 1 Antwort Letzte Antwort
            0
            • R Rocket85

              @Stabilostick

              Hab es versucht, danach wieder npm i

              > iobroker.inst@1.3.1 install /opt/iobroker
              > node lib/checkVersions.js
              
              NPM version: 6.5.0
              
              > iobroker.inst@1.3.1 postinstall /opt/iobroker
              > node lib/install.js
              
              Cannot create file /usr/bin/iobroker!. Non critical
              
              -----------------------------------------------------
              You can manually copy file into /usr/bin/. Just write:
                  sudo cp /opt/iobroker/iobroker /usr/bin/
                  sudo chmod 755 /usr/bin/iobroker
              -----------------------------------------------------
              Non-critical error: EACCES: permission denied, open '/lib/systemd/system/iobroker.service'
              audited 4463 packages in 49.6s
              found 53 vulnerabilities (38 low, 1 moderate, 14 high)
                run `npm audit fix` to fix them, or `npm audit` for details
              
              R Offline
              R Offline
              Rocket85
              schrieb am zuletzt editiert von
              #11

              @Rocket85

              Keine Reaktion

              pi@raspberrypi:/opt/iobroker $ sudo cp /opt/iobroker/iobroker /usr/bin/
              pi@raspberrypi:/opt/iobroker $ sudo chmod 755 /usr/bin/iobroker
              
              1 Antwort Letzte Antwort
              0
              • StabilostickS Offline
                StabilostickS Offline
                Stabilostick
                schrieb am zuletzt editiert von Stabilostick
                #12

                Eine Option ist das Neuinstallieren von ioBroker. Das geht am einfachsten so:

                1. Altes Verzeichnis umbenennen.
                2. Neu installieren nach Anleitung http://www.iobroker.net/docu/?page_id=8323&lang=de
                3. iobroker stoppen, falls läuft
                4. iobroker-data Verzeichnis aus altem Ordner kopieren in die neue Installation, vorhandene Dateien überschreiben
                5. „sudo chown -R iobroker.iobroker iobroker-data“ im iobroker-Ordner
                6. iobroker neu starten
                7. warten bis alle Adapter wieder automatisch installiert wurden.

                Aber wahrscheinlich stelle ich mich nur unwissend an und man müsste zur Reparatur nur „sudo npm i“ ausführen? Bin mit dem neuen Setup noch nicht sattelfest.

                1 Antwort Letzte Antwort
                0
                • R Rocket85

                  npm ERR! code ELOCKVERIFY
                  npm ERR! Errors were found in your package-lock.json, run npm install to fix them.
                  npm ERR! Invalid: lock file's iobroker.admin@3.5.10 does not satisfy iobroker.admin@^3.6.0
                  npm ERR! Missing: iobroker.alexa2@^1.1.3
                  npm ERR! Missing: iobroker.cloud@^2.6.2
                  npm ERR! Missing: iobroker.fritzbox@^0.2.1
                  npm ERR! Missing: iobroker.ham@^1.0.0
                  npm ERR! Missing: iobroker.javascript@^4.0.12
                  npm ERR! Missing: iobroker.material@^0.10.6
                  npm ERR! Missing: iobroker.mihome@^1.2.5
                  npm ERR! Missing: iobroker.pushover@^1.0.4
                  npm ERR! Missing: iobroker.rpi2@^1.0.0
                  npm ERR! Missing: iobroker.samsung@^0.2.9
                  npm ERR! Missing: iobroker.scenes@^1.1.0
                  npm ERR! Missing: iobroker.shelly@^2.1.0
                  npm ERR! Missing: iobroker.telegram@^1.3.6
                  npm ERR! Missing: iobroker.terminal@^0.1.2
                  npm ERR! Missing: iobroker.text2command@^1.2.5
                  npm ERR! Missing: iobroker.tradfri@^2.1.0
                  npm ERR! Missing: iobroker.vis@^1.1.10
                  npm ERR! Missing: iobroker.vis-colorpicker@^1.1.1
                  npm ERR! Missing: iobroker.vis-hqwidgets@https://github.com/ioBroker/ioBroker.vis-hqwidgets/tarball/master
                  npm ERR! Missing: iobroker.vis-players@^0.1.5
                  npm ERR! Missing: iobroker.vis-timeandweather@^1.1.7
                  npm ERR! Missing: iobroker.vis-weather@^2.2.1
                  npm ERR! Missing: iobroker.web@^2.4.1

                  apollon77A Offline
                  apollon77A Offline
                  apollon77
                  schrieb am zuletzt editiert von
                  #13

                  @Rocket85 diese Meldungen einfach ignorieren. Oder Package-lock löschen.

                  Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                  • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                  • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                  R 1 Antwort Letzte Antwort
                  0
                  • apollon77A apollon77

                    @Rocket85 diese Meldungen einfach ignorieren. Oder Package-lock löschen.

                    R Offline
                    R Offline
                    Rocket85
                    schrieb am zuletzt editiert von
                    #14

                    @apollon77

                    Okay, ich ignoriere erst einmal. DANKE!

                    1 Antwort Letzte Antwort
                    0
                    • R Offline
                      R Offline
                      Rocket85
                      schrieb am zuletzt editiert von
                      #15

                      Seit dem versuchten Update hab ich leider nur Probleme. Kann mir jemand das hier erklären?

                      telegram.0	2019-02-16 08:51:41.946	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:51:39.675	info	Restart adapter system.adapter.pushover.0 because enabled
                      host.raspberrypi	2019-02-16 08:51:39.672	error	instance system.adapter.pushover.0 terminated with code 7 (Adapter already running)
                      telegram.0	2019-02-16 08:51:38.612	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      telegram.0	2019-02-16 08:51:38.611	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      telegram.0	2019-02-16 08:51:38.610	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:51:38.503	info	instance system.adapter.pushover.0 started with pid 19516
                      telegram.0	2019-02-16 08:51:35.137	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      telegram.0	2019-02-16 08:51:31.800	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      telegram.0	2019-02-16 08:51:31.800	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      telegram.0	2019-02-16 08:51:31.799	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:51:30.012	info	Restart adapter system.adapter.shelly.0 because enabled
                      host.raspberrypi	2019-02-16 08:51:30.011	error	instance system.adapter.shelly.0 terminated with code 7 (Adapter already running)
                      host.raspberrypi	2019-02-16 08:51:28.864	info	Restart adapter system.adapter.discovery.0 because enabled
                      host.raspberrypi	2019-02-16 08:51:28.861	error	instance system.adapter.discovery.0 terminated with code 7 (Adapter already running)
                      host.raspberrypi	2019-02-16 08:51:28.668	info	instance system.adapter.shelly.0 started with pid 19498
                      telegram.0	2019-02-16 08:51:28.329	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:51:27.873	info	Restart adapter system.adapter.javascript.0 because enabled
                      host.raspberrypi	2019-02-16 08:51:27.872	error	instance system.adapter.javascript.0 terminated with code 7 (Adapter already running)
                      host.raspberrypi	2019-02-16 08:51:27.686	info	instance system.adapter.discovery.0 started with pid 19488
                      mihome.0	2019-02-16 08:51:26.307	info	Change connection status: true
                      mihome.0	2019-02-16 08:51:26.307	info	Change connection status: true
                      mihome.0	2019-02-16 08:51:26.307	info	Change connection status: true
                      mihome.0	2019-02-16 08:51:26.307	info	Change connection status: true
                      mihome.0	2019-02-16 08:51:26.307	info	Change connection status: true
                      telegram.0	2019-02-16 08:51:24.996	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      telegram.0	2019-02-16 08:51:24.996	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      telegram.0	2019-02-16 08:51:24.995	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:51:24.071	info	instance system.adapter.javascript.0 started with pid 19478
                      telegram.0	2019-02-16 08:51:21.533	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      mihome.0	2019-02-16 08:51:19.579	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:51:19.579	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:51:19.579	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:51:19.579	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:51:19.578	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:51:19.578	info	Change connection status: false
                      mihome.0	2019-02-16 08:51:19.578	info	Change connection status: false
                      mihome.0	2019-02-16 08:51:19.578	info	Change connection status: false
                      mihome.0	2019-02-16 08:51:19.578	info	Change connection status: false
                      mihome.0	2019-02-16 08:51:19.577	info	Change connection status: false
                      mihome.0	2019-02-16 08:51:19.109	info	Change connection status: true
                      mihome.0	2019-02-16 08:51:19.109	info	Change connection status: true
                      mihome.0	2019-02-16 08:51:19.109	info	Change connection status: true
                      mihome.0	2019-02-16 08:51:19.109	info	Change connection status: true
                      mihome.0	2019-02-16 08:51:19.109	info	Change connection status: true
                      mihome.0	2019-02-16 08:51:18.917	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:51:18.916	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:51:18.916	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:51:18.916	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:51:18.915	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:51:18.897	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:51:18.896	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:51:18.896	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:51:18.896	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:51:18.896	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:51:18.896	info	Change connection status: false
                      mihome.0	2019-02-16 08:51:18.896	info	Change connection status: false
                      mihome.0	2019-02-16 08:51:18.896	info	Change connection status: false
                      mihome.0	2019-02-16 08:51:18.896	info	Change connection status: false
                      mihome.0	2019-02-16 08:51:18.895	info	Change connection status: false
                      telegram.0	2019-02-16 08:51:18.198	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      telegram.0	2019-02-16 08:51:18.197	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      telegram.0	2019-02-16 08:51:18.196	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      telegram.0	2019-02-16 08:51:14.718	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:51:13.396	info	Restart adapter system.adapter.mihome.0 because enabled
                      host.raspberrypi	2019-02-16 08:51:13.396	error	instance system.adapter.mihome.0 terminated with code 7 (Adapter already running)
                      host.raspberrypi	2019-02-16 08:51:12.133	info	instance system.adapter.mihome.0 started with pid 19464
                      telegram.0	2019-02-16 08:51:11.385	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      telegram.0	2019-02-16 08:51:11.385	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      telegram.0	2019-02-16 08:51:11.384	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:51:08.467	info	Restart adapter system.adapter.pushover.0 because enabled
                      host.raspberrypi	2019-02-16 08:51:08.466	error	instance system.adapter.pushover.0 terminated with code 7 (Adapter already running)
                      telegram.0	2019-02-16 08:51:07.916	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:51:07.270	info	instance system.adapter.pushover.0 started with pid 19454
                      telegram.0	2019-02-16 08:51:01.100	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:50:58.647	info	Restart adapter system.adapter.shelly.0 because enabled
                      host.raspberrypi	2019-02-16 08:50:58.646	error	instance system.adapter.shelly.0 terminated with code 7 (Adapter already running)
                      telegram.0	2019-02-16 08:50:57.766	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:50:57.669	info	Restart adapter system.adapter.discovery.0 because enabled
                      host.raspberrypi	2019-02-16 08:50:57.668	error	instance system.adapter.discovery.0 terminated with code 7 (Adapter already running)
                      host.raspberrypi	2019-02-16 08:50:57.237	info	instance system.adapter.shelly.0 started with pid 19436
                      host.raspberrypi	2019-02-16 08:50:56.366	info	instance system.adapter.discovery.0 started with pid 19430
                      mihome.0	2019-02-16 08:50:55.701	info	Change connection status: true
                      telegram.0	2019-02-16 08:50:54.300	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:50:54.042	info	Restart adapter system.adapter.javascript.0 because enabled
                      host.raspberrypi	2019-02-16 08:50:54.041	error	instance system.adapter.javascript.0 terminated with code 7 (Adapter already running)
                      telegram.0	2019-02-16 08:50:50.963	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:50:50.193	info	instance system.adapter.javascript.0 started with pid 19416
                      mihome.0	2019-02-16 08:50:49.573	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:50:49.572	info	Change connection status: false
                      mihome.0	2019-02-16 08:50:49.191	info	Change connection status: true
                      mihome.0	2019-02-16 08:50:48.913	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:50:48.891	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:50:48.889	info	Change connection status: false
                      telegram.0	2019-02-16 08:50:47.474	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      telegram.0	2019-02-16 08:50:44.136	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:50:42.107	info	Restart adapter system.adapter.mihome.0 because enabled
                      host.raspberrypi	2019-02-16 08:50:42.106	error	instance system.adapter.mihome.0 terminated with code 7 (Adapter already running)
                      host.raspberrypi	2019-02-16 08:50:40.847	info	instance system.adapter.mihome.0 started with pid 19402
                      telegram.0	2019-02-16 08:50:40.663	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      telegram.0	2019-02-16 08:50:37.326	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:50:37.253	info	Restart adapter system.adapter.pushover.0 because enabled
                      host.raspberrypi	2019-02-16 08:50:37.252	error	instance system.adapter.pushover.0 terminated with code 7 (Adapter already running)
                      host.raspberrypi	2019-02-16 08:50:36.056	info	instance system.adapter.pushover.0 started with pid 19392
                      telegram.0	2019-02-16 08:50:33.868	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      telegram.0	2019-02-16 08:50:30.534	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      cloud.0	2019-02-16 08:50:29.855	info	Connection changed: connect
                      cloud.0	2019-02-16 08:50:29.719	info	Trying to connect as system.user.admin
                      mihome.0	2019-02-16 08:50:28.357	info	Change connection status: true
                      host.raspberrypi	2019-02-16 08:50:27.222	info	Restart adapter system.adapter.shelly.0 because enabled
                      host.raspberrypi	2019-02-16 08:50:27.221	error	instance system.adapter.shelly.0 terminated with code 7 (Adapter already running)
                      telegram.0	2019-02-16 08:50:27.067	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:50:26.344	info	Restart adapter system.adapter.discovery.0 because enabled
                      host.raspberrypi	2019-02-16 08:50:26.344	error	instance system.adapter.discovery.0 terminated with code 7 (Adapter already running)
                      host.raspberrypi	2019-02-16 08:50:25.829	info	instance system.adapter.shelly.0 started with pid 19374
                      host.raspberrypi	2019-02-16 08:50:25.138	info	instance system.adapter.discovery.0 started with pid 19364
                      telegram.0	2019-02-16 08:50:23.725	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      telegram.0	2019-02-16 08:50:20.257	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:50:20.171	info	Restart adapter system.adapter.javascript.0 because enabled
                      host.raspberrypi	2019-02-16 08:50:20.170	error	instance system.adapter.javascript.0 terminated with code 7 (Adapter already running)
                      mihome.0	2019-02-16 08:50:19.572	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:50:19.570	info	Change connection status: false
                      mihome.0	2019-02-16 08:50:19.269	info	Change connection status: true
                      mihome.0	2019-02-16 08:50:18.911	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:50:18.888	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:50:18.886	info	Change connection status: false
                      telegram.0	2019-02-16 08:50:16.913	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:50:16.261	info	instance system.adapter.javascript.0 started with pid 19354
                      telegram.0	2019-02-16 08:50:13.423	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:50:10.834	info	Restart adapter system.adapter.mihome.0 because enabled
                      host.raspberrypi	2019-02-16 08:50:10.834	error	instance system.adapter.mihome.0 terminated with code 7 (Adapter already running)
                      telegram.0	2019-02-16 08:50:10.088	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:50:09.554	info	instance system.adapter.mihome.0 started with pid 19339
                      telegram.0	2019-02-16 08:50:06.602	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:50:06.036	info	Restart adapter system.adapter.pushover.0 because enabled
                      host.raspberrypi	2019-02-16 08:50:06.035	error	instance system.adapter.pushover.0 terminated with code 7 (Adapter already running)
                      host.raspberrypi	2019-02-16 08:50:04.852	info	instance system.adapter.pushover.0 started with pid 19325
                      telegram.0	2019-02-16 08:50:03.266	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      telegram.0	2019-02-16 08:49:59.795	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      telegram.0	2019-02-16 08:49:56.451	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                      host.raspberrypi	2019-02-16 08:49:55.815	info	Restart adapter system.adapter.shelly.0 because enabled
                      host.raspberrypi	2019-02-16 08:49:55.814	error	instance system.adapter.shelly.0 terminated with code 7 (Adapter already running)
                      host.raspberrypi	2019-02-16 08:49:55.110	info	Restart adapter system.adapter.discovery.0 because enabled
                      host.raspberrypi	2019-02-16 08:49:55.109	error	instance system.adapter.discovery.0 terminated with code 7 (Adapter already running)
                      host.raspberrypi	2019-02-16 08:49:54.342	info	instance system.adapter.shelly.0 started with pid 19306
                      host.raspberrypi	2019-02-16 08:49:53.878	info	instance system.adapter.discovery.0 started with pid 19300
                      mihome.0	2019-02-16 08:49:53.776	info	Change connection status: true
                      telegram.0	2019-02-16 08:49:53.327	info	getMe: {"id":776274381,"is_bot":true,"first_name":"ZuhauseBot","username":"UnserAsgardbot"}
                      telegram.0	2019-02-16 08:49:52.786	info	starting. Version 1.3.6 in /opt/iobroker/node_modules/iobroker.telegram, node: v8.15.0
                      text2command.0	2019-02-16 08:49:51.787	info	starting. Version 1.2.5 in /opt/iobroker/node_modules/iobroker.text2command, node: v8.15.0
                      host.raspberrypi	2019-02-16 08:49:50.341	info	instance system.adapter.text2command.0 started with pid 19286
                      host.raspberrypi	2019-02-16 08:49:49.993	info	instance system.adapter.telegram.0 started with pid 19280
                      mihome.0	2019-02-16 08:49:49.569	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:49:49.567	info	Change connection status: false
                      mihome.0	2019-02-16 08:49:49.313	info	Change connection status: true
                      host.raspberrypi	2019-02-16 08:49:48.972	info	Restart adapter system.adapter.telegram.0 because enabled
                      host.raspberrypi	2019-02-16 08:49:48.972	error	instance system.adapter.telegram.0 terminated with code 7 (Adapter already running)
                      Caught	2019-02-16 08:49:48.972	error	by controller[0]: See https://github.com/yagop/node-telegram-bot-api/issues/319. at module.js:653:30
                      Caught	2019-02-16 08:49:48.971	error	by controller[0]: In the future, you will have to enable it yourself.
                      Caught	2019-02-16 08:49:48.971	error	by controller[0]: Sat, 16 Feb 2019 07:49:48 GMT node-telegram-bot-api deprecated Automatic enabling of cancellation of promises is deprecated.
                      mihome.0	2019-02-16 08:49:48.909	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:49:48.886	error	Error: bind EADDRINUSE 0.0.0.0:9898
                      mihome.0	2019-02-16 08:49:48.884	info	Change connection status: false
                      host.raspberrypi	2019-02-16 08:49:46.339	info	instance system.adapter.telegram.0 started with pid 19270
                      host.raspberrypi	2019-02-16 08:49:46.241	info	Restart adapter system.adapter.javascript.0 because enabled
                      host.raspberrypi	2019-02-16 08:49:46.240	error	instance system.adapter.javascript.0 terminated with code 7 (Adapter already running)
                      host.raspberrypi	2019-02-16 08:49:42.357	info	instance system.adapter.javascript.0 started with pid 19256
                      host.raspberrypi	2019-02-16 08:49:39.535	info	Restart adapter system.adapter.mihome.0 because enabled
                      host.raspberrypi	2019-02-16 08:49:39.534	error	instance system.adapter.mihome.0 terminated with code 7 (Adapter already running)
                      host.raspberrypi	2019-02-16 08:49:38.364	info	instance system.adapter.mihome.0 started with pid 19246
                      host.raspberrypi	2019-02-16 08:49:34.831	info	Restart adapter system.adapter.pushover.0 because enabled
                      host.raspberrypi	2019-02-16 08:49:34.831	error	instance system.adapter.pushover.0 terminated with code 7 (Adapter already running)
                      host.raspberrypi	2019-02-16 08:49:33.618	info	instance system.adapter.pushover.0 started with pid 19232
                      web.0	2019-02-16 08:49:32.161	info	http server listening on port 8082
                      web.0	2019-02-16 08:49:32.156	info	socket.io server listening on port 8082
                      web.0	2019-02-16 08:49:31.633	info	starting. Version 2.4.1 in /opt/iobroker/node_modules/iobroker.web, node: v8.15.0
                      
                      1 Antwort Letzte Antwort
                      0
                      • R Offline
                        R Offline
                        Rocket85
                        schrieb am zuletzt editiert von
                        #16

                        Alle Instanzen springen zwischen grün und rot hin und her! Iobroker Neustart habe ich schon mehrfach durchgeführt!

                        1 Antwort Letzte Antwort
                        0
                        • apollon77A Offline
                          apollon77A Offline
                          apollon77
                          schrieb am zuletzt editiert von
                          #17

                          iobroker neustart hilft nicht wenn ein Prozess zombie noch läuft. Entweder iobroker stoppen und dann noch laufende prozesse killen oder rebooten

                          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                          R 1 Antwort Letzte Antwort
                          0
                          • apollon77A apollon77

                            iobroker neustart hilft nicht wenn ein Prozess zombie noch läuft. Entweder iobroker stoppen und dann noch laufende prozesse killen oder rebooten

                            R Offline
                            R Offline
                            Rocket85
                            schrieb am zuletzt editiert von
                            #18

                            @apollon77

                            Danke wieder was gelernt -Prozess Zombie-. Wie kille ich denn laufende Prozesse?

                            1 Antwort Letzte Antwort
                            0
                            • apollon77A Offline
                              apollon77A Offline
                              apollon77
                              schrieb am zuletzt editiert von
                              #19

                              ioBroker Prozesse sehen haben als Namen immer "io.<Adaptername>.<Instanz>", mit

                              ps auxww |grep io.
                              

                              siehst Du die die ggf noch laufen. Killen mit

                              sudo kill -9 <ProzessID>
                              

                              Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                              • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                              • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                              1 Antwort Letzte Antwort
                              0
                              • R Offline
                                R Offline
                                Rocket85
                                schrieb am zuletzt editiert von
                                #20

                                Hier wieder etwas neues, ich weiß nicht womit das zusammen hängt und wollte jetzt nicht extra ein neues Thema öffnen.

                                Aber egal was ich anklicke, ob Objekte instanzen usw. immer ist automatisch etwas in die Filterleiste kopiert.

                                Unbenannt.JPG

                                Objekt.JPG

                                Instanz.jpg

                                sigi234S 1 Antwort Letzte Antwort
                                0
                                • R Rocket85

                                  Hier wieder etwas neues, ich weiß nicht womit das zusammen hängt und wollte jetzt nicht extra ein neues Thema öffnen.

                                  Aber egal was ich anklicke, ob Objekte instanzen usw. immer ist automatisch etwas in die Filterleiste kopiert.

                                  Unbenannt.JPG

                                  Objekt.JPG

                                  Instanz.jpg

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

                                  @Rocket85

                                  Link Text

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

                                  R 1 Antwort Letzte Antwort
                                  0
                                  • sigi234S sigi234

                                    @Rocket85

                                    Link Text

                                    R Offline
                                    R Offline
                                    Rocket85
                                    schrieb am zuletzt editiert von
                                    #22

                                    @sigi234

                                    DANKE!

                                    1 Antwort Letzte Antwort
                                    0
                                    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

                                    693

                                    Online

                                    32.5k

                                    Benutzer

                                    81.6k

                                    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