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.
    • 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
                                      • crunchip
                                        crunchip Forum Testing Most Active @K. K. 1 last edited by

                                        @k-k-1 du hast beide Befehle in einer zeile, ausserdem hast du ei ~ am Ende

                                        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 1 Reply Last reply Reply Quote 0
                                        • K. K. 1
                                          K. K. 1 @crunchip last edited by

                                          @crunchip said in Admin nicht erreichbar:
                                          so jetzt aber

                                          pi@raspberrypi:~ $ 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
                                          /home/pi
                                          OK:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                          OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                          OK:3 https://deb.nodesource.com/node_16.x bullseye InRelease
                                          Paketlisten werden gelesen… Fertig
                                          Abhängigkeitsbaum wird aufgebaut… Fertig
                                          Statusinformationen werden eingelesen… Fertig
                                          Aktualisierung für 12 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                                          nodejs:
                                            Installiert:           16.13.2-deb-1nodesource1
                                            Installationskandidat: 16.14.0-deb-1nodesource1
                                            Versionstabelle:
                                               16.14.0-deb-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                                           *** 16.13.2-deb-1nodesource1 100
                                                  100 /var/lib/dpkg/status
                                               12.22.5~dfsg-2~11u1 500
                                                  500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • K. K. 1
                                            K. K. 1 @crunchip last edited by

                                            @crunchip
                                            Ist der Fehler kritisch?

                                            pi@raspberrypi:/opt/iobroker $ iobroker del admin
                                            Delete adapter "admin"
                                            host.raspberrypi Counted 1 instances of admin
                                            host.raspberrypi Counted 2 meta of admin
                                            host.raspberrypi Counted 1 adapter for admin
                                            host.raspberrypi Counted 1 channels of admin
                                            host.raspberrypi Counted 9 states of admin
                                            host.raspberrypi Counted 16 states of system.adapter.admin
                                            host.raspberrypi Counted 9 states (io.admin.*) from states
                                            host.raspberrypi Counted 19 states (system.adapter.admin.*) from states
                                            host.raspberrypi Counted 1 objects of admin
                                            host.raspberrypi file admin deleted
                                            host.raspberrypi file admin.admin deleted
                                            host.raspberrypi object admin deleted
                                            host.raspberrypi object admin.admin deleted
                                            host.raspberrypi Deleting 31 object(s).
                                            host.raspberrypi Deleting 28 state(s).
                                            Error deleting adapter admin from disk: Error: Cannot find module 'iobroker.admin/io-package.json'
                                            Require stack:
                                            - /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js
                                            - /opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js
                                            - /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js
                                            You might have to delete it yourself!
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            938
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

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