Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Installation
    5. Admin nicht erreichbar

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Admin nicht erreichbar

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @Thomas Braun last edited by

      @thomas-braun sagte in Admin nicht erreichbar:

      Instanz ohne Adapter ist aber auch schwer merkwürdig...

      so ist es

      1 Reply Last reply Reply Quote 0
      • K. K. 1
        K. K. 1 @Homoran last edited by

        @homoran da kommt leider nichts im log bzgl. start admin

        2022-02-27 16:49:57.967  - info: smartmeter.0 (724) Received 9 values, 3 updated
        2022-02-27 16:49:57.967  - info: smartmeter.0 (724) Received 9 values, 3 updated
        2022-02-27 16:50:03.966  - info: smartmeter.0 (724) Received 9 values, 3 updated
        2022-02-27 16:50:03.966  - info: smartmeter.0 (724) Received 9 values, 3 updated
        2022-02-27 16:50:09.967  - info: smartmeter.0 (724) Received 9 values, 3 updated
        2022-02-27 16:50:15.997  - info: smartmeter.0 (724) Received 9 values, 3 updated
        2022-02-27 16:50:09.967  - info: smartmeter.0 (724) Received 9 values, 3 updated
        2022-02-27 16:50:15.997  - info: smartmeter.0 (724) Received 9 values, 3 updated
        2022-02-27 16:50:21.966  - info: smartmeter.0 (724) Received 9 values, 3 updated
        2022-02-27 16:50:21.966  - info: smartmeter.0 (724) Received 9 values, 3 updated
        
        Homoran 1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @K. K. 1 last edited by

          @k-k-1 wenn das kein uraltes log ist solltest du erst einmal die Grundeinstellungen deines RasPi korrekt setzen.

          Zeitzone schon mal auf jeden Fall. Wie sieht es denn mit der Sprache aus?

          1 Reply Last reply Reply Quote 0
          • K. K. 1
            K. K. 1 last edited by

            @homoran Danke, hab ich angepasst.

            Folgendes hab ich gefunden:

            2022-02-27 18:14:07.330  - error: host.raspberrypi startInstance admin.0: cannot find start file!
            
            pi@raspberrypi:/opt/iobroker $ iobroker install admin
            adapter "admin" already installed. Use "upgrade" to upgrade to a newer version.
            iobroker pi@raspberrypi:/opt/iobroker $ iobroker upgrade admin
            Adapter "admin"          is not installed.
            

            Ich seh nicht mehr durch ...

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

              @k-k-1 sagte in Admin nicht erreichbar:

              iobroker install admin

              Versuch mal

              sudo -u -H iobroker iobroker install admin@5.3.1
              
              K. K. 1 1 Reply Last reply Reply Quote 0
              • K. K. 1
                K. K. 1 @Thomas Braun last edited by

                @thomas-braun

                pi@raspberrypi:~ $ cd /opt/iobroker
                pi@raspberrypi:/opt/iobroker $ iobroker start admin
                pi@raspberrypi:/opt/iobroker $ sudo -u -H iobroker iobroker install admin@5.3.1
                sudo: Unbekannter Benutzer: -H
                sudo: Audit-Plugin sudoers_audit konnte nicht initialisiert werden
                pi@raspberrypi:/opt/iobroker $ sudo -u -H iobroker iobroker install admin@5.3.1
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @K. K. 1 last edited by

                  @k-k-1 Sorry, Blödsinn von mir.

                  Besser:

                  iobroker install admin@5.3.1
                  
                  K. K. 1 1 Reply Last reply Reply Quote 0
                  • K. K. 1
                    K. K. 1 @Thomas Braun last edited by

                    @thomas-braun

                    pi@raspberrypi:/opt/iobroker $ iobroker install admin@5.3.1
                    adapter "admin" already installed. Use "upgrade" to upgrade to a newer version.
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @K. K. 1 last edited by

                      @k-k-1

                      iobroker upgrade admin@5.3.1
                      
                      K. K. 1 1 Reply Last reply Reply Quote 0
                      • K. K. 1
                        K. K. 1 @Thomas Braun last edited by

                        @thomas-braun

                        Would you like to upgrade admin from @0.0.0 to @5.3.1 now? [(y)es, (n)o]: y
                        Update admin from @0.0.0 to @5.3.1
                        host.raspberrypi Adapter "system.adapter.admin.0" is stopped.
                        NPM version: 8.1.2
                        npm install iobroker.admin@5.3.1 --loglevel error --prefix "/opt/iobroker" (System call)
                        npm ERR! code ENOTEMPTY
                        npm ERR! syscall rename
                        npm ERR! path /opt/iobroker/node_modules/accepts
                        npm ERR! dest /opt/iobroker/node_modules/.accepts-rBwU1CL7
                        npm ERR! errno -39
                        npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/accepts' -> '/opt/iobroker/node_modules/.accepts-rBwU1CL7'
                        
                        npm ERR! A complete log of this run can be found in:
                        npm ERR!     /home/iobroker/.npm/_logs/2022-02-27T17_35_39_508Z-debug.log
                        host.raspberrypi Cannot install iobroker.admin@5.3.1: 217
                        
                        crunchip Thomas Braun 3 Replies Last reply Reply Quote 0
                        • crunchip
                          crunchip Forum Testing Most Active @K. K. 1 last edited by

                          @k-k-1 sagte in Admin nicht erreichbar:

                          NPM version: 8.1.2

                          wie kommst du dazu?

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

                            @k-k-1

                            sudo ln -s /usr/bin/node /usr/bin/nodejs
                            which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                            
                            K. K. 1 2 Replies Last reply Reply Quote 0
                            • K. K. 1
                              K. K. 1 @crunchip last edited by

                              @crunchip
                              Hab ich nicht bewusst gemacht ...

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

                                @thomas-braun said in Admin nicht erreichbar:

                                sudo ln -s /usr/bin/node /usr/bin/nodejs

                                da passiert nichts

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

                                  @thomas-braun
                                  doch jetzt

                                  pi@raspberrypi:/opt/iobroker $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                  /usr/bin/nodejs
                                  /usr/bin/node
                                  /usr/bin/npm
                                  v16.13.2
                                  v16.13.2
                                  8.1.2
                                  pi
                                  /opt/iobroker
                                  
                                  crunchip Thomas Braun 2 Replies Last reply Reply Quote 0
                                  • crunchip
                                    crunchip Forum Testing Most Active @K. K. 1 last edited by

                                    @k-k-1 ok passt

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

                                      @k-k-1 Da fehlt was in der Ausgabe.

                                      1 Reply Last reply Reply Quote 0
                                      • K. K. 1
                                        K. K. 1 last edited by

                                        @thomas-braun
                                        wenn ich es nochmal starte kommt jetzt folgendes

                                        pi@raspberrypi:/opt/iobroker $ sudo ln -s /usr/bin/node /usr/bin/nodejs
                                        ln: die symbolische Verkn▒pfung '/usr/bin/nodejs' konnte nicht angelegt werden: Die Datei existiert bereits
                                        pi@raspberrypi:/opt/iobroker $ sudo ln -s /usr/bin/node /usr/bin/nodejs which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs~
                                        ln: Ziel 'npm': Datei oder Verzeichnis nicht gefunden
                                        
                                        Thomas Braun crunchip 2 Replies Last reply Reply Quote 0
                                        • crunchip
                                          crunchip Forum Testing Most Active @K. K. 1 last edited by

                                          @k-k-1 sagte in Admin nicht erreichbar:

                                          Update admin from @0.0.0 to @5.3.1

                                          probier doch mal den Adapter zu deinstallieren und danach neu installieren

                                          iobroker del admin
                                          
                                          iobroker add admin
                                          
                                          K. K. 1 2 Replies Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @K. K. 1 last edited by

                                            @k-k-1
                                            Dem ersten Befehl brauchst du nicht mehr. Nur die zweite Befehlskette nochmal vorllständig.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            657
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            39
                                            1748
                                            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