Skip to content
  • Home
  • 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
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. Installation
  5. Admin nicht erreichbar

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    3.1k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.1k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.4k

Admin nicht erreichbar

Scheduled Pinned Locked Moved Installation
39 Posts 5 Posters 2.9k Views 4 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.
  • K. K. 1K K. K. 1

    @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
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #30

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

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    1 Reply Last reply
    0
    • K. K. 1K Offline
      K. K. 1K Offline
      K. K. 1
      wrote on last edited by
      #31

      @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 BraunT crunchipC 2 Replies Last reply
      0
      • K. K. 1K K. K. 1

        @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
        
        crunchipC Away
        crunchipC Away
        crunchip
        Forum Testing Most Active
        wrote on last edited by
        #32

        @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
        

        umgestiegen von Proxmox auf Unraid

        K. K. 1K 2 Replies Last reply
        0
        • K. K. 1K K. K. 1

          @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 BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by
          #33

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

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          1 Reply Last reply
          0
          • K. K. 1K K. K. 1

            @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
            
            crunchipC Away
            crunchipC Away
            crunchip
            Forum Testing Most Active
            wrote on last edited by
            #34

            @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
            

            umgestiegen von Proxmox auf Unraid

            K. K. 1K 1 Reply Last reply
            0
            • crunchipC crunchip

              @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. 1K Offline
              K. K. 1K Offline
              K. K. 1
              wrote on last edited by
              #35

              @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
              0
              • crunchipC crunchip

                @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. 1K Offline
                K. K. 1K Offline
                K. K. 1
                wrote on last edited by
                #36

                @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
                0
                • crunchipC crunchip

                  @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. 1K Offline
                  K. K. 1K Offline
                  K. K. 1
                  wrote on last edited by
                  #37

                  @crunchip
                  Muss ich da vorher noch irgend etwas löschen?

                  pi@raspberrypi:/opt/iobroker $ iobroker add admin
                  host.raspberrypi install adapter admin
                  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-27T18_25_44_118Z-debug.log
                  host.raspberrypi Cannot install iobroker.admin@5.3.1: 217
                  
                  Thomas BraunT 1 Reply Last reply
                  0
                  • K. K. 1K K. K. 1

                    @crunchip
                    Muss ich da vorher noch irgend etwas löschen?

                    pi@raspberrypi:/opt/iobroker $ iobroker add admin
                    host.raspberrypi install adapter admin
                    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-27T18_25_44_118Z-debug.log
                    host.raspberrypi Cannot install iobroker.admin@5.3.1: 217
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #38

                    @k-k-1

                    Zuerst würde ich eine Etage tiefer klar Schiff machen:
                    Aktualisierung für 12 Pakete verfügbar.

                    iobroker stop
                    sudo apt update
                    sudo apt full-upgrade
                    sudo reboot
                    

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    1 Reply Last reply
                    0
                    • crunchipC Away
                      crunchipC Away
                      crunchip
                      Forum Testing Most Active
                      wrote on last edited by
                      #39

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

                      Muss ich da vorher noch irgend etwas löschen?

                      bin ich überfragt wie man das löst

                      umgestiegen von Proxmox auf Unraid

                      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

                      617

                      Online

                      32.6k

                      Users

                      82.3k

                      Topics

                      1.3m

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

                      • Don't have an account? Register

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