Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Admin Update kein Admin Gui mehr erreichbar

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    UNSOLVED Admin Update kein Admin Gui mehr erreichbar

    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      fischmir last edited by

      Hallo zusammen,

      nach Update auf 3.6.2 (?) kriege ich den admin nicht mehr ans laufen. Habe einiges mit putty versucht, aber hier bleibe ich stecken:

      
      pi@ioBroker-Pi:/opt/iobroker $ sudo npm install iobroker.js-controller --production
      
      

      Antwort:

      
      npm ERR! code ELIFECYCLE
      npm ERR! errno 1
      npm ERR! iobroker.js-controller@1.5.14 install: `node iobroker.js setup first`
      npm ERR! Exit status 1
      npm ERR!
      npm ERR! Failed at the iobroker.js-controller@1.5.14 install script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /root/.npm/_logs/2019-08-22T20_22_38_958Z-debug.log
      
      

      Leider habe ich keine Ahnung, was als nächstes versuchen könnte.

      Danke und Grüße
      Christian

      dslraser sigi234 2 Replies Last reply Reply Quote 0
      • sigi234
        sigi234 Forum Testing Most Active last edited by

        Was sagt:

        cd /opt/iobroker
        iobroker list instances

        1 Reply Last reply Reply Quote 0
        • dslraser
          dslraser Forum Testing Most Active @fischmir last edited by

          @fischmir
          installiere Dir noch eine zweite admin Instanz bzw. schau mal hier rein.

          https://www.iobroker.net/docu/index-26.htm?page_id=3928&lang=de

          1 Reply Last reply Reply Quote 0
          • F
            fischmir last edited by

            Hat leider nix gebracht:

            pi@ioBroker-Pi:/opt/iobroker $ iobroker list instances
            + system.adapter.admin.0                 : admin       -  enabled, port: 8081, b                                                                                                                                                             ind: 0.0.0.0, run as: admin
              system.adapter.admin.1                 : admin       -  enabled, port: 8081, b                                                                                                                                                             ind: 0.0.0.0, run as: admin
              system.adapter.backitup.0              : backitup    -  enabled
              system.adapter.cloud.0                 : cloud       -  enabled
              system.adapter.daswetter.0             : daswetter   -  enabled
              system.adapter.discovery.0             : discovery   -  enabled
              system.adapter.dwd.0                   : dwd         -  enabled
              system.adapter.email.0                 : email       -  enabled
              system.adapter.fritzbox.0              : fritzbox    -  enabled
              system.adapter.habpanel.0              : habpanel    -  enabled
              system.adapter.harmony.0               : harmony     -  enabled
              system.adapter.hm-rega.0               : hm-rega     -  enabled
              system.adapter.hm-rpc.0                : hm-rpc      -  enabled, port: 0
              system.adapter.ical.0                  : ical        -  enabled
              system.adapter.ical.1                  : ical        -  enabled
              system.adapter.ical.2                  : ical        -  enabled
              system.adapter.icons-mfd-svg.0         : icons-mfd-svg -  enabled
              system.adapter.info.0                  : info        -  enabled
              system.adapter.javascript.0            : javascript  -  enabled
              system.adapter.landroid-s.0            : landroid-s  -  enabled
              system.adapter.mihome-vacuum.0         : mihome-vacuum -  enabled, port: 54321
              system.adapter.musiccast.0             : musiccast   -  enabled
              system.adapter.pollenflug.0            : pollenflug  -  enabled
              system.adapter.tankerkoenig.0          : tankerkoenig -  enabled
              system.adapter.telegram.0              : telegram    -  enabled, port: 8443, b                                                                                                                                                             ind: 0.0.0.0
              system.adapter.tr-064.0                : tr-064      -  enabled
              system.adapter.tvspielfilm.0           : tvspielfilm -  enabled
              system.adapter.vis-bars.0              : vis-bars    -  enabled
              system.adapter.vis-hqwidgets.0         : vis-hqwidgets -  enabled
              system.adapter.vis-jqui-mfd.0          : vis-jqui-mfd -  enabled
              system.adapter.vis-justgage.0          : vis-justgage -  enabled
              system.adapter.vis-metro.0             : vis-metro   -  enabled
              system.adapter.vis-timeandweather.0    : vis-timeandweather -  enabled
              system.adapter.vis.0                   : vis         -  enabled
              system.adapter.web.0                   : web         -  enabled, port: 8082, b                                                                                                                                                             ind: 0.0.0.0, run as: admin
            
            + instance is alive
            pi@ioBroker-Pi:/opt/iobroker $
            
            

            Zweite Admin-Instanz will auch nicht...

            Komisch, oder? Neustart jat auch nichts gebracht.

            dslraser 1 Reply Last reply Reply Quote 0
            • dslraser
              dslraser Forum Testing Most Active @fischmir last edited by

              @fischmir
              admin.0 und admin.1 haben den gleichen Port ?
              schau mal in die Doku vom Link oben
              (den Port kannst Du auch ändern)

              1 Reply Last reply Reply Quote 0
              • F
                fischmir last edited by

                Bringt eine Fehlermeldung:

                pi@ioBroker-Pi:/opt/iobroker $ iobroker set admin.1 --port 8082
                events.js:183
                      throw er; // Unhandled 'error' event
                      ^
                
                pi@ioBroker-Pi:/opt/iobroker $ iobroker set admin.1 --port 10123
                New port for "admin.1" is: 10123
                Instance settings for "admin.1" are changed.
                pi@ioBroker-Pi:/opt/iobroker $ ps -A | grep iobroker
                pi@ioBroker-Pi:/opt/iobroker $ iobroker list instances
                events.js:183
                      throw er; // Unhandled 'error' event
                      ^
                
                Error: listen EADDRINUSE 127.0.0.1:9001
                    at Server.setupListenHandle [as _listen2] (net.js:1360:14)
                    at listenInCluster (net.js:1401:12)
                    at doListen (net.js:1510:7)
                    at _combinedTickCallback (internal/process/next_tick.js:142:11)
                    at process._tickCallback (internal/process/next_tick.js:181:9)
                
                
                

                Also auf Port 10123 war noch ok, aber danach geht es nicht mehr weiter... "Error: listen EADDRINUSE 127.0.0.1:9001" ? Verstehe leider den zusammenhang nicht...

                sigi234 1 Reply Last reply Reply Quote 0
                • sigi234
                  sigi234 Forum Testing Most Active @fischmir last edited by sigi234

                  @fischmir

                  iobroker set admin.1 --port 8089

                  Was sagt:

                  node -v
                  npm -v

                  Tipp:

                  https://forum.iobroker.net/topic/22867/how-to-node-js-für-iobroker-richtig-updaten

                  1 Reply Last reply Reply Quote 0
                  • F
                    fischmir last edited by

                    Habe noch eine weitere Instanz erzeugt, auch ohne Erfolg:

                    pi@ioBroker-Pi:/opt/iobroker $ iobroker add admin --port 8089
                    host.ioBroker-Pi create instance admin
                    host.ioBroker-Pi object admin.2.connected created
                    host.ioBroker-Pi object admin.2 created
                    host.ioBroker-Pi object admin.2.info created
                    host.ioBroker-Pi object system.adapter.admin.upload created
                    host.ioBroker-Pi object system.adapter.admin.2.outputCount created
                    host.ioBroker-Pi object system.adapter.admin.2.inputCount created
                    host.ioBroker-Pi object system.adapter.admin.2.uptime created
                    host.ioBroker-Pi object system.adapter.admin.2.memRss created
                    host.ioBroker-Pi object system.adapter.admin.2.memHeapTotal created
                    host.ioBroker-Pi object system.adapter.admin.2.memHeapUsed created
                    host.ioBroker-Pi object system.adapter.admin.2.cputime created
                    host.ioBroker-Pi object system.adapter.admin.2.cpu created
                    host.ioBroker-Pi object system.adapter.admin.2.connected created
                    host.ioBroker-Pi object system.adapter.admin.2.alive created
                    host.ioBroker-Pi object system.adapter.admin.2 created
                    
                    
                    pi@ioBroker-Pi:/opt/iobroker $ node -v
                    v8.15.1
                    pi@ioBroker-Pi:/opt/iobroker $ npm v
                    npm ERR! code E404
                    npm ERR! 404 'iobroker.inst' is not in the npm registry.
                    npm ERR! 404 You should bug the author to publish it
                    npm ERR! 404 (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! 404
                    npm ERR! 404  'iobroker.inst@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/pi/.npm/_logs/2019-08-22T20_53_33_895Z-debug.log
                    
                    

                    --> Das ist verrückt, weil früher am Abend gingen beide Befehle noch. Was heißt das nun?

                    1 Reply Last reply Reply Quote 0
                    • sigi234
                      sigi234 Forum Testing Most Active @fischmir last edited by

                      @fischmir sagte in Admin Update kein Admin Gui mehr erreichbar:

                      Habe einiges mit putty versucht

                      Und WAS?

                      1 Reply Last reply Reply Quote 0
                      • F
                        fischmir last edited by

                        Hauptsächlich habe ich mir hier orientiert:
                        https://forum.iobroker.net/topic/1597/gelöst-nach-admin-update-keine-verbindung-zur-8081-er-seite/7

                        sigi234 dslraser 2 Replies Last reply Reply Quote 0
                        • sigi234
                          sigi234 Forum Testing Most Active @fischmir last edited by

                          @fischmir sagte in Admin Update kein Admin Gui mehr erreichbar:

                          Hauptsächlich habe ich mir hier orientiert:
                          https://forum.iobroker.net/topic/1597/gelöst-nach-admin-update-keine-verbindung-zur-8081-er-seite/7

                          Beitrag von 2016............?

                          1 Reply Last reply Reply Quote 0
                          • F
                            fischmir last edited by

                            Ja, wieso? Zu alt?

                            Mittlerweile wieder da.
                            pi@ioBroker-Pi:/opt/iobroker $ node -v
                            v8.16.1

                            dslraser 1 Reply Last reply Reply Quote 0
                            • dslraser
                              dslraser Forum Testing Most Active @fischmir last edited by

                              @fischmir
                              versuche mal den Fixer

                              
                              curl -sL https://iobroker.net/fix.sh | bash -
                              
                              
                              1 Reply Last reply Reply Quote 1
                              • dslraser
                                dslraser Forum Testing Most Active @fischmir last edited by

                                @fischmir sagte in Admin Update kein Admin Gui mehr erreichbar:

                                v8.16.1

                                eben, ein Sück weiter oben hattest Du 8.15.1 ?

                                1 Reply Last reply Reply Quote 0
                                • F
                                  fischmir last edited by

                                  Der Fixer hat es wieder "kaputt" (?) gemacht?

                                  pi@ioBroker-Pi:/opt/iobroker $ iobroker list instances
                                    system.adapter.admin.0                 : admin       -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    system.adapter.admin.1                 : admin       -  enabled, port: 10123, bind: 0.0.0.0, run as: admin
                                    system.adapter.admin.2                 : admin       -  enabled, port: 8089, bind: 0.0.0.0, run as: admin
                                    system.adapter.backitup.0              : backitup    -  enabled
                                    system.adapter.cloud.0                 : cloud       -  enabled
                                    system.adapter.daswetter.0             : daswetter   -  enabled
                                    system.adapter.discovery.0             : discovery   -  enabled
                                    system.adapter.dwd.0                   : dwd         -  enabled
                                    system.adapter.email.0                 : email       -  enabled
                                    system.adapter.fritzbox.0              : fritzbox    -  enabled
                                    system.adapter.habpanel.0              : habpanel    -  enabled
                                    system.adapter.harmony.0               : harmony     -  enabled
                                    system.adapter.hm-rega.0               : hm-rega     -  enabled
                                    system.adapter.hm-rpc.0                : hm-rpc      -  enabled, port: 0
                                    system.adapter.ical.0                  : ical        -  enabled
                                    system.adapter.ical.1                  : ical        -  enabled
                                    system.adapter.ical.2                  : ical        -  enabled
                                    system.adapter.icons-mfd-svg.0         : icons-mfd-svg -  enabled
                                    system.adapter.info.0                  : info        -  enabled
                                    system.adapter.javascript.0            : javascript  -  enabled
                                    system.adapter.landroid-s.0            : landroid-s  -  enabled
                                    system.adapter.mihome-vacuum.0         : mihome-vacuum -  enabled, port: 54321
                                    system.adapter.musiccast.0             : musiccast   -  enabled
                                    system.adapter.pollenflug.0            : pollenflug  -  enabled
                                    system.adapter.tankerkoenig.0          : tankerkoenig -  enabled
                                    system.adapter.telegram.0              : telegram    -  enabled, port: 8443, bind: 0.0.0.0
                                    system.adapter.tr-064.0                : tr-064      -  enabled
                                    system.adapter.tvspielfilm.0           : tvspielfilm -  enabled
                                    system.adapter.vis-bars.0              : vis-bars    -  enabled
                                    system.adapter.vis-hqwidgets.0         : vis-hqwidgets -  enabled
                                    system.adapter.vis-jqui-mfd.0          : vis-jqui-mfd -  enabled
                                    system.adapter.vis-justgage.0          : vis-justgage -  enabled
                                    system.adapter.vis-metro.0             : vis-metro   -  enabled
                                    system.adapter.vis-timeandweather.0    : vis-timeandweather -  enabled
                                    system.adapter.vis.0                   : vis         -  enabled
                                    system.adapter.web.0                   : web         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  
                                  + instance is alive
                                  pi@ioBroker-Pi:/opt/iobroker $ curl -sL https://iobroker.net/fix.sh | bash -
                                  ioBroker or some processes are still running:
                                   io.admin.0
                                  Please stop them first and try again!
                                  pi@ioBroker-Pi:/opt/iobroker $ iobroker stop
                                  pi@ioBroker-Pi:/opt/iobroker $ curl -sL https://iobroker.net/fix.sh | bash -
                                  
                                  ==========================================================================
                                  
                                      Welcome to the ioBroker installation fixer!
                                      Script version: 2019-07-21
                                  
                                      You might need to enter your password a couple of times.
                                  
                                  ==========================================================================
                                  
                                  
                                  ==========================================================================
                                      Installing prerequisites (1/3)
                                  ==========================================================================
                                  
                                  
                                  ==========================================================================
                                      Checking ioBroker user and directory permissions (2/3)
                                  ==========================================================================
                                  
                                  Created /etc/sudoers.d/iobroker
                                  Fixing directory permissions...
                                  
                                  ==========================================================================
                                      Checking autostart (3/3)
                                  ==========================================================================
                                  
                                  Enabling autostart...
                                  Autostart enabled!
                                  
                                  ==========================================================================
                                  
                                      Your installation was fixed successfully
                                      Run iobroker start to start ioBroker again!
                                  
                                  ==========================================================================
                                  
                                  pi@ioBroker-Pi:/opt/iobroker $ iobroker start
                                  pi@ioBroker-Pi:/opt/iobroker $ iobroker list instances
                                  events.js:183
                                        throw er; // Unhandled 'error' event
                                        ^
                                  
                                  Error: listen EADDRINUSE 127.0.0.1:9001
                                      at Server.setupListenHandle [as _listen2] (net.js:1360:14)
                                      at listenInCluster (net.js:1401:12)
                                      at doListen (net.js:1510:7)
                                      at _combinedTickCallback (internal/process/next_tick.js:142:11)
                                      at process._tickCallback (internal/process/next_tick.js:181:9)
                                  
                                  
                                  sigi234 1 Reply Last reply Reply Quote 0
                                  • F
                                    fischmir last edited by

                                    Erst konnte ich die Instanzen noch anzeigen, dann nicht mehr?

                                    1 Reply Last reply Reply Quote 0
                                    • sigi234
                                      sigi234 Forum Testing Most Active @fischmir last edited by

                                      @fischmir

                                      Ich hoffe du hast ein Backup...........

                                      F 1 Reply Last reply Reply Quote 1
                                      • F
                                        fischmir last edited by

                                        Habe den Befehl, die Instanzen aufzulisten zu schnell abgeschickt...admin ist wieder da! 🙂

                                        sigi234 1 Reply Last reply Reply Quote 0
                                        • F
                                          fischmir @sigi234 last edited by

                                          @sigi234 sagte in Admin Update kein Admin Gui mehr erreichbar:

                                          @fischmir

                                          Ich hoffe du hast ein Backup...........

                                          Ja 🙂

                                          dslraser 1 Reply Last reply Reply Quote 0
                                          • dslraser
                                            dslraser Forum Testing Most Active @fischmir last edited by

                                            @fischmir
                                            also nochmal (in opt/iobroker)

                                            node -v
                                            nodejs -v
                                            npm -v

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            553
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            admin
                                            3
                                            22
                                            1285
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo