Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [gelöst] iobroker offline nach admin update

NEWS

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

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

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

[gelöst] iobroker offline nach admin update

Scheduled Pinned Locked Moved ioBroker Allgemein
adminadapterupdatejs.controllerfrage
86 Posts 8 Posters 10.5k Views 5 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JRiddim
    wrote on last edited by JRiddim
    #1

    Edit also konnte den js.controller nochmal neu installieren.
    iobroker läuft im Hintergrund, aber komme einfach nicht drauf!

    iobroker l i --port
      system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
    + system.adapter.hm-rpc.0                : hm-rpc                -  enabled, port: 0
    

    Hi nach dem update des neuen Admin adapters komme ich nicht mehr auf iobroker.
    Nach Neuinstallation bekomme ich folgende Fehlermeldung.

    sudo npm install iobroker.admin@3.7.7 --production
    npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.5 (node_modules/osx-temperature-sensor):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.5: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
    
    + iobroker.admin@3.7.7
    updated 1 package and audited 3971 packages in 18.952s
    
    15 packages are looking for funding
      run `npm fund` for details
    
    found 56 vulnerabilities (39 low, 3 moderate, 14 high)
      run `npm audit fix` to fix them, or `npm audit` for details
    

    iobroker list adapters/instances ergibt:

    iobroker list instances
    internal/modules/cjs/loader.js:638
        throw err;
        ^
    
    Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
        at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
        at Function.Module._load (internal/modules/cjs/loader.js:562:25)
        at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
        at startup (internal/bootstrap/node.js:283:19)
        at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
    

    kann unter node_modules keinen iobroker.js-controller finden.

    beim versuch diesen zu installieren kommt:

    /opt/iobroker $ npm install iobroker.jscontroller
    npm ERR! code E404
    npm ERR! 404 Not Found - GET https://registry.npmjs.org/iobroker.jscontroller - Not found
    npm ERR! 404 
    npm ERR! 404  'iobroker.jscontroller@latest' is not in the npm registry.
    npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
    npm ERR! 404 
    npm ERR! 404 Note that you can also install from a
    npm ERR! 404 tarball, folder, http url, or git url.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/juju/.npm/_logs/2020-01-29T16_03_29_506Z-debug.log
    

    Bin langsam echt am verzweifeln. Ich glaube ich verschlimmbessere nur alles!
    Bin für eure Hilfe sehr dankbar!

    Liebe Grüße
    Jan

    Langsam aber sicher.

    T 1 Reply Last reply
    0
    • D Offline
      D Offline
      DaBa6
      wrote on last edited by DaBa6
      #2

      @JRiddim anscheinend ist der admin-Adapter nicht mit gestartet.
      Versuch mal in der Konsole folgenden Befehl:

      iobroker start admin.0
      
      J 1 Reply Last reply
      0
      • D DaBa6

        @JRiddim anscheinend ist der admin-Adapter nicht mit gestartet.
        Versuch mal in der Konsole folgenden Befehl:

        iobroker start admin.0
        
        J Offline
        J Offline
        JRiddim
        wrote on last edited by
        #3

        @DaBa6 danke dir für die Antwort. Brachte leider keinen Erfolg.

        Langsam aber sicher.

        ? 1 Reply Last reply
        0
        • J JRiddim

          @DaBa6 danke dir für die Antwort. Brachte leider keinen Erfolg.

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by A Former User
          #4

          @JRiddim hast du das Update gemacht? Ich hatte gestern Vormittag das gleiche Problem

          https://forum.iobroker.net/topic/29463/gelöst-admin-upd-iobroker-nicht-mehr-erreichbar/24

          J 1 Reply Last reply
          0
          • ? A Former User

            @JRiddim hast du das Update gemacht? Ich hatte gestern Vormittag das gleiche Problem

            https://forum.iobroker.net/topic/29463/gelöst-admin-upd-iobroker-nicht-mehr-erreichbar/24

            J Offline
            J Offline
            JRiddim
            wrote on last edited by
            #5

            @HeinrichB ja leider nicht über die Konsole

            Langsam aber sicher.

            ? 1 Reply Last reply
            0
            • J JRiddim

              @HeinrichB ja leider nicht über die Konsole

              ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #6

              @JRiddim

              Siehe meinen Dialog gestern dazu

              https://forum.iobroker.net/topic/29463/gelöst-admin-upd-iobroker-nicht-mehr-erreichbar/24

              J 1 Reply Last reply
              0
              • ? A Former User

                @JRiddim

                Siehe meinen Dialog gestern dazu

                https://forum.iobroker.net/topic/29463/gelöst-admin-upd-iobroker-nicht-mehr-erreichbar/24

                J Offline
                J Offline
                JRiddim
                wrote on last edited by JRiddim
                #7

                @HeinrichB danke dir, den Thread habe ich gesehen, habe alles auch durchprobiert...

                Langsam aber sicher.

                ? 1 Reply Last reply
                0
                • J JRiddim

                  @HeinrichB danke dir, den Thread habe ich gesehen, habe alles auch durchprobiert...

                  ? Offline
                  ? Offline
                  A Former User
                  wrote on last edited by
                  #8

                  @JRiddim verzeih meine Einmischung

                  J 1 Reply Last reply
                  0
                  • ? A Former User

                    @JRiddim verzeih meine Einmischung

                    J Offline
                    J Offline
                    JRiddim
                    wrote on last edited by
                    #9

                    @HeinrichB ich bin für jede Hilfe dankbar!

                    Langsam aber sicher.

                    haselchenH 1 Reply Last reply
                    0
                    • J JRiddim

                      @HeinrichB ich bin für jede Hilfe dankbar!

                      haselchenH Offline
                      haselchenH Offline
                      haselchen
                      Most Active
                      wrote on last edited by
                      #10

                      @JRiddim

                      was kommt unter

                      ps -A | grep iobroker

                      raus

                      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

                      J 1 Reply Last reply
                      0
                      • haselchenH haselchen

                        @JRiddim

                        was kommt unter

                        ps -A | grep iobroker

                        raus

                        J Offline
                        J Offline
                        JRiddim
                        wrote on last edited by JRiddim
                        #11

                        @haselchen

                        ps -A | grep iobroker
                          541 ?        00:19:16 iobroker.js-con
                        

                        Langsam aber sicher.

                        haselchenH 1 Reply Last reply
                        0
                        • J JRiddim

                          @haselchen

                          ps -A | grep iobroker
                            541 ?        00:19:16 iobroker.js-con
                          
                          haselchenH Offline
                          haselchenH Offline
                          haselchen
                          Most Active
                          wrote on last edited by
                          #12

                          @JRiddim
                          ok
                          erst den befehl eingeben
                          cd /opt/iobroker

                          dann den
                          node node_modules/iobroker.js-controller/controller.js --logs

                          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

                          J 1 Reply Last reply
                          0
                          • haselchenH haselchen

                            @JRiddim
                            ok
                            erst den befehl eingeben
                            cd /opt/iobroker

                            dann den
                            node node_modules/iobroker.js-controller/controller.js --logs

                            J Offline
                            J Offline
                            JRiddim
                            wrote on last edited by
                            #13

                            @haselchen sagte in iobroker nicht mehr erreichbar nach admin update:

                            node node_modules/iobroker.js-controller/controller.js --logs

                            node node_modules/iobroker.js-controller/controller.js --logs
                            2020-01-29 22:32:59.327  - info: host.raspberrypi iobroker.js-controller version 2.2.8 js-controller starting
                            2020-01-29 22:32:59.336  - info: host.raspberrypi Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                            2020-01-29 22:32:59.337  - info: host.raspberrypi hostname: raspberrypi, node: v10.18.1
                            2020-01-29 22:32:59.339  - info: host.raspberrypi ip addresses: 192.168.100.50 fe80::dea6:32ff:fe0a:7cb6 fe80::fc97:c0ff:fef0:a5a8
                            2020-01-29 22:32:59.803  - info: host.raspberrypi  Error inMem-objects listening on port 9001
                            2020-01-29 22:33:00.351  - info: host.raspberrypi  Error inMem-states listening on port 9000
                            2020-01-29 22:33:00.405  - info: host.raspberrypi connected to Objects and States
                            2020-01-29 22:33:00.551  - info: host.raspberrypi 33 instances found
                            host.raspberrypi check instance "system.adapter.discovery.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.info.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.mihome-vacuum.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.telegram.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.hue.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.hm-rpc.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.hm-rega.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.hm-rpc.1" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.ping.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.web.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.vis.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.vis-hqwidgets.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.vis-timeandweather.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.vis-jqui-mfd.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.vis-metro.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.spotify-premium.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.vis-google-fonts.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.vis-fancyswitch.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.vis-bars.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.vis-history.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.ical.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.vis-justgage.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.weatherunderground.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.yr.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.backitup.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.terminal.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.zigbee.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.javascript.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.yahka.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.youtube.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.admin.0" for host "raspberrypi"
                            host.raspberrypi check instance "system.adapter.admin.1" for host "raspberrypi"
                            2020-01-29 22:33:00.615  - info: host.raspberrypi starting 30 instances
                            2020-01-29 22:33:00.665  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 19462
                            ================================== > LOG REDIRECT system.adapter.admin.0 => false [Process stopped]
                            2020-01-29 22:33:02.894  - error: host.raspberrypi instance system.adapter.admin.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
                            2020-01-29 22:33:02.894  - info: host.raspberrypi Do not restart adapter system.adapter.admin.0 because desired by instance
                            ================================== > LOG REDIRECT system.adapter.admin.0 => false [system.adapter.admin.0.logging]
                            2020-01-29 22:33:04.633  - info: host.raspberrypi instance system.adapter.admin.1 started with pid 19655
                            ================================== > LOG REDIRECT system.adapter.admin.1 => false [Process stopped]
                            2020-01-29 22:33:06.831  - error: host.raspberrypi instance system.adapter.admin.1 terminated by request of the instance itself and will not be restarted, before user restarts it.
                            2020-01-29 22:33:06.832  - info: host.raspberrypi Do not restart adapter system.adapter.admin.1 because desired by instance
                            ================================== > LOG REDIRECT system.adapter.admin.1 => false [system.adapter.admin.1.logging]
                            2020-01-29 22:33:08.633  - info: host.raspberrypi instance system.adapter.discovery.0 started with pid 19684
                            2020-01-29 22:33:10.198  - error: host.raspberrypi instance system.adapter.discovery.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2020-01-29 22:33:10.199  - info: host.raspberrypi Restart adapter system.adapter.discovery.0 because enabled
                            2020-01-29 22:33:12.632  - info: host.raspberrypi instance system.adapter.info.0 started with pid 19861
                            2020-01-29 22:33:14.750  - error: host.raspberrypi instance system.adapter.info.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2020-01-29 22:33:14.751  - info: host.raspberrypi Restart adapter system.adapter.info.0 because enabled
                            2020-01-29 22:33:16.630  - info: host.raspberrypi instance system.adapter.mihome-vacuum.0 started with pid 19893
                            2020-01-29 22:33:18.147  - error: host.raspberrypi instance system.adapter.mihome-vacuum.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                            2020-01-29 22:33:18.148  - info: host.raspberrypi Restart adapter system.adapter.mihome-vacuum.0 because enabled
                            2020-01-29 22:33:20.631  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 20087
                            
                            

                            das will nicht mehr aufhören geht ewig weiter

                            Langsam aber sicher.

                            haselchenH 1 Reply Last reply
                            0
                            • J JRiddim

                              @haselchen sagte in iobroker nicht mehr erreichbar nach admin update:

                              node node_modules/iobroker.js-controller/controller.js --logs

                              node node_modules/iobroker.js-controller/controller.js --logs
                              2020-01-29 22:32:59.327  - info: host.raspberrypi iobroker.js-controller version 2.2.8 js-controller starting
                              2020-01-29 22:32:59.336  - info: host.raspberrypi Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                              2020-01-29 22:32:59.337  - info: host.raspberrypi hostname: raspberrypi, node: v10.18.1
                              2020-01-29 22:32:59.339  - info: host.raspberrypi ip addresses: 192.168.100.50 fe80::dea6:32ff:fe0a:7cb6 fe80::fc97:c0ff:fef0:a5a8
                              2020-01-29 22:32:59.803  - info: host.raspberrypi  Error inMem-objects listening on port 9001
                              2020-01-29 22:33:00.351  - info: host.raspberrypi  Error inMem-states listening on port 9000
                              2020-01-29 22:33:00.405  - info: host.raspberrypi connected to Objects and States
                              2020-01-29 22:33:00.551  - info: host.raspberrypi 33 instances found
                              host.raspberrypi check instance "system.adapter.discovery.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.info.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.mihome-vacuum.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.telegram.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.hue.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.hm-rpc.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.hm-rega.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.hm-rpc.1" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.ping.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.web.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.vis.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.vis-hqwidgets.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.vis-timeandweather.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.vis-jqui-mfd.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.vis-metro.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.spotify-premium.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.vis-google-fonts.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.vis-fancyswitch.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.vis-bars.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.vis-history.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.ical.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.vis-justgage.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.weatherunderground.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.yr.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.backitup.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.terminal.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.zigbee.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.javascript.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.yahka.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.youtube.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.admin.0" for host "raspberrypi"
                              host.raspberrypi check instance "system.adapter.admin.1" for host "raspberrypi"
                              2020-01-29 22:33:00.615  - info: host.raspberrypi starting 30 instances
                              2020-01-29 22:33:00.665  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 19462
                              ================================== > LOG REDIRECT system.adapter.admin.0 => false [Process stopped]
                              2020-01-29 22:33:02.894  - error: host.raspberrypi instance system.adapter.admin.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
                              2020-01-29 22:33:02.894  - info: host.raspberrypi Do not restart adapter system.adapter.admin.0 because desired by instance
                              ================================== > LOG REDIRECT system.adapter.admin.0 => false [system.adapter.admin.0.logging]
                              2020-01-29 22:33:04.633  - info: host.raspberrypi instance system.adapter.admin.1 started with pid 19655
                              ================================== > LOG REDIRECT system.adapter.admin.1 => false [Process stopped]
                              2020-01-29 22:33:06.831  - error: host.raspberrypi instance system.adapter.admin.1 terminated by request of the instance itself and will not be restarted, before user restarts it.
                              2020-01-29 22:33:06.832  - info: host.raspberrypi Do not restart adapter system.adapter.admin.1 because desired by instance
                              ================================== > LOG REDIRECT system.adapter.admin.1 => false [system.adapter.admin.1.logging]
                              2020-01-29 22:33:08.633  - info: host.raspberrypi instance system.adapter.discovery.0 started with pid 19684
                              2020-01-29 22:33:10.198  - error: host.raspberrypi instance system.adapter.discovery.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2020-01-29 22:33:10.199  - info: host.raspberrypi Restart adapter system.adapter.discovery.0 because enabled
                              2020-01-29 22:33:12.632  - info: host.raspberrypi instance system.adapter.info.0 started with pid 19861
                              2020-01-29 22:33:14.750  - error: host.raspberrypi instance system.adapter.info.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2020-01-29 22:33:14.751  - info: host.raspberrypi Restart adapter system.adapter.info.0 because enabled
                              2020-01-29 22:33:16.630  - info: host.raspberrypi instance system.adapter.mihome-vacuum.0 started with pid 19893
                              2020-01-29 22:33:18.147  - error: host.raspberrypi instance system.adapter.mihome-vacuum.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                              2020-01-29 22:33:18.148  - info: host.raspberrypi Restart adapter system.adapter.mihome-vacuum.0 because enabled
                              2020-01-29 22:33:20.631  - info: host.raspberrypi instance system.adapter.telegram.0 started with pid 20087
                              
                              

                              das will nicht mehr aufhören geht ewig weiter

                              haselchenH Offline
                              haselchenH Offline
                              haselchen
                              Most Active
                              wrote on last edited by haselchen
                              #14

                              @JRiddim

                              gib iobroker stop ein
                              dann
                              npm install iobroker.js-controller
                              dann
                              iobroker start

                              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

                              J 2 Replies Last reply
                              0
                              • haselchenH haselchen

                                @JRiddim

                                gib iobroker stop ein
                                dann
                                npm install iobroker.js-controller
                                dann
                                iobroker start

                                J Offline
                                J Offline
                                JRiddim
                                wrote on last edited by JRiddim
                                #15

                                @haselchen sagte in iobroker nicht mehr erreichbar nach admin update:

                                gib iobroker stop ein

                                tut sich nichts läuft munter weiter. Kann ich die Konsole einfach schließen?

                                Langsam aber sicher.

                                haselchenH 1 Reply Last reply
                                0
                                • J JRiddim

                                  @haselchen sagte in iobroker nicht mehr erreichbar nach admin update:

                                  gib iobroker stop ein

                                  tut sich nichts läuft munter weiter. Kann ich die Konsole einfach schließen?

                                  haselchenH Offline
                                  haselchenH Offline
                                  haselchen
                                  Most Active
                                  wrote on last edited by
                                  #16

                                  @JRiddim

                                  Ich mach das immer nach try and error.
                                  Auf eigene Gefahr.
                                  Ich hatte das Problem auch.
                                  Und bin die Befehle durchgegangen.
                                  Versuch mal iobroker neu zu starten. Also das Gerät.

                                  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 Reply Last reply
                                  0
                                  • haselchenH haselchen

                                    @JRiddim

                                    gib iobroker stop ein
                                    dann
                                    npm install iobroker.js-controller
                                    dann
                                    iobroker start

                                    J Offline
                                    J Offline
                                    JRiddim
                                    wrote on last edited by
                                    #17

                                    @haselchen sagte in iobroker nicht mehr erreichbar nach admin update:

                                    @JRiddim

                                    gib iobroker stop ein
                                    dann
                                    npm install iobroker.js-controller
                                    dann
                                    iobroker start

                                    auf der Ebene opt/iobroker oder?

                                    Langsam aber sicher.

                                    haselchenH 1 Reply Last reply
                                    0
                                    • J JRiddim

                                      @haselchen sagte in iobroker nicht mehr erreichbar nach admin update:

                                      @JRiddim

                                      gib iobroker stop ein
                                      dann
                                      npm install iobroker.js-controller
                                      dann
                                      iobroker start

                                      auf der Ebene opt/iobroker oder?

                                      haselchenH Offline
                                      haselchenH Offline
                                      haselchen
                                      Most Active
                                      wrote on last edited by
                                      #18

                                      @JRiddim

                                      richtig.

                                      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

                                      J 1 Reply Last reply
                                      0
                                      • haselchenH haselchen

                                        @JRiddim

                                        richtig.

                                        J Offline
                                        J Offline
                                        JRiddim
                                        wrote on last edited by
                                        #19

                                        @haselchen

                                        erhalte diese Meldung dabei.

                                        npm install iobroker.js-controller
                                        npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
                                        
                                        > iobroker.js-controller@2.2.8 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                                        > node lib/preinstallCheck.js
                                        
                                        NPM version: 6.13.4
                                        
                                        > iobroker.js-controller@2.2.8 install /opt/iobroker/node_modules/iobroker.js-controller
                                        > node iobroker.js setup first
                                        
                                        npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.
                                        npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents):
                                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.5 (node_modules/osx-temperature-sensor):
                                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.5: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                        
                                        + iobroker.js-controller@2.2.8
                                        updated 1 package and audited 4821 packages in 35.829s
                                        
                                        12 packages are looking for funding
                                          run `npm fund` for details
                                        
                                        found 57 vulnerabilities (40 low, 3 moderate, 14 high)
                                          run `npm audit fix` to fix them, or `npm audit` for details
                                        

                                        Langsam aber sicher.

                                        haselchenH 1 Reply Last reply
                                        0
                                        • J JRiddim

                                          @haselchen

                                          erhalte diese Meldung dabei.

                                          npm install iobroker.js-controller
                                          npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
                                          
                                          > iobroker.js-controller@2.2.8 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                                          > node lib/preinstallCheck.js
                                          
                                          NPM version: 6.13.4
                                          
                                          > iobroker.js-controller@2.2.8 install /opt/iobroker/node_modules/iobroker.js-controller
                                          > node iobroker.js setup first
                                          
                                          npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.
                                          npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.5 (node_modules/osx-temperature-sensor):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.5: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                          
                                          + iobroker.js-controller@2.2.8
                                          updated 1 package and audited 4821 packages in 35.829s
                                          
                                          12 packages are looking for funding
                                            run `npm fund` for details
                                          
                                          found 57 vulnerabilities (40 low, 3 moderate, 14 high)
                                            run `npm audit fix` to fix them, or `npm audit` for details
                                          
                                          haselchenH Offline
                                          haselchenH Offline
                                          haselchen
                                          Most Active
                                          wrote on last edited by
                                          #20

                                          @JRiddim

                                          Viele Wege führen hier nach Rom.
                                          Kommste mit iobroker start oder iobroker start admin.0 jetzt auf die Oberfläche?

                                          Ansonsten kannst du noch den Fixer laufen lassen oder clever wäre auch beim raspi ein
                                          sudo apt update und dann ein
                                          sudo apt full-upgrade
                                          zu machen.
                                          dann ist der raspberry erstmal auf dem neuesten stand.

                                          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

                                          J 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          440

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe