Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Admin Oberfläche nicht erreichbar

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Admin Oberfläche nicht erreichbar

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

      @iojoe sagte in Admin Oberfläche nicht erreichbar:

      iobroker fix hat auch nichts gebracht.

      soll auch nur Vorbereitung für den Rest sein!
      vorher ioBroker auch gestoppt?

      dann kannst du jetzt den Part mit Error 25 durchziehen

      I 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @ioJoe last edited by Thomas Braun

        @iojoe

        Und als root kaspert man auch nicht durch das System.
        Macht dir ebenfalls das Rechtegefüge kaputt.

        I 1 Reply Last reply Reply Quote 0
        • I
          ioJoe @Homoran last edited by

          @homoran
          ja, war vorher gestoppt. Ich hab mich bei dem part an die offiziellen iobroker-Artikel gehalten

          1 Reply Last reply Reply Quote 0
          • I
            ioJoe @Thomas Braun last edited by

            @thomas-braun
            ich hab meinem PI user ursprünglich mal die rechte gegeben, weil das für irgendwas nötig war. Ändert sich halt auch alles permanent

            Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
            • Homoran
              Homoran Global Moderator Administrators @ioJoe last edited by

              @iojoe sagte in Admin Oberfläche nicht erreichbar:

              Ändert sich halt auch alles permanent

              naja, seit etwa 5 Jahren nicht mehr

              1 Reply Last reply Reply Quote 0
              • I
                ioJoe @Thomas Braun last edited by

                @thomas-braun
                ok, mach ich. Update läuft grade

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

                  @iojoe sagte in Admin Oberfläche nicht erreichbar:

                  ich hab meinem PI user ursprünglich mal die rechte gegeben, weil das für irgendwas nötig war

                  War für die grundlegende Nutzung noch nie erforderlich. Bzw. schon immer falsch.

                  1 Reply Last reply Reply Quote 0
                  • I
                    ioJoe last edited by

                    @thomas-braun

                    ist jetzt beides aktualisiert
                    v18.12.1
                    npm
                    8.19.2

                    Installation klappt trotzdem nicht.

                    Wo finde ich die Anleitung für ERROR 25? Ich kenn mich hier im Forum 0 aus, srry

                    Homoran Thomas Braun 3 Replies Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @ioJoe last edited by

                      @iojoe sagte in Admin Oberfläche nicht erreichbar:

                      Wo finde ich die Anleitung für ERROR 25?

                      @homoran sagte in Admin Oberfläche nicht erreichbar:

                      ist oben angepinnt

                      I 1 Reply Last reply Reply Quote 0
                      • I
                        ioJoe @Homoran last edited by

                        @homoran

                        wo finde ich angepinnte sachen? Ich find nix, bin zu blöd. Wie gesagt, ich nutze foren so gut wie nie und kenne mich hier nicht aus. srry

                        Homoran 1 Reply Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @ioJoe last edited by

                          @iojoe Screenshot_20221214-200943_Firefox.jpg

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

                            @iojoe sagte in Admin Oberfläche nicht erreichbar:

                            ist jetzt beides aktualisiert
                            v18.12.1

                            Zu hoch. Die Empfehlung ist nodejs@16.

                            I 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @ioJoe last edited by

                              @iojoe

                              Wie biste denn da jetzt unterwegs?

                              Was sagt

                              sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
                              uname -m && test -f /opt/scripts/.docker_config/.thisisdocker && echo "Docker-Installation" || echo "Kein Docker" && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && echo $DESKTOP_SESSION && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                              
                              I 1 Reply Last reply Reply Quote 0
                              • I
                                ioJoe @Thomas Braun last edited by

                                @thomas-braun
                                ok zu spät. Wird schon laufen...

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

                                  @iojoe

                                  Nix zu spät...

                                  Was sagt

                                  sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
                                  uname -m && test -f /opt/scripts/.docker_config/.thisisdocker && echo "Docker-Installation" || echo "Kein Docker" && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && echo $DESKTOP_SESSION && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                  
                                  I 1 Reply Last reply Reply Quote 0
                                  • I
                                    ioJoe @Thomas Braun last edited by

                                    @thomas-braun
                                    ich hab grade den von @Homoran anfangs empfohlenen Artikel für ERROR25 gefunden und angewendet.

                                    Kurz gesagt:

                                    npm install iobroker.admin --debug  
                                    cd /opt/iobroker/node_modules
                                    for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
                                    npm install iobroker.admin
                                    

                                    Jetzt läuft alles wieder 🙂

                                    Mega geil, danke euch Leute!!! ❤

                                    1 Reply Last reply Reply Quote 0
                                    • I
                                      ioJoe @Thomas Braun last edited by

                                      @thomas-braun said in Admin Oberfläche nicht erreichbar:

                                      uname -m && test -f /opt/scripts/.docker_config/.thisisdocker && echo "Docker-Installation" || echo "Kein Docker" && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && echo $DESKTOP_SESSION && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

                                      schaut so aus:

                                      sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
                                      pi@pi:/opt/iobroker/backups $ uname -m && test -f /opt/scripts/.docker_config/.thisisdocker && echo "Docker-Installation" || echo "Kein Docker" && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && echo $DESKTOP_SESSION && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                      armv7l
                                      Kein Docker
                                      /usr/bin/nodejs
                                      /usr/local/bin/node
                                      /usr/local/bin/npm
                                      v19.2.0
                                      v18.12.1
                                      8.19.2
                                      4.0.23
                                      pi
                                      pi adm dialout cdrom sudo audio video plugdev games users input netdev lpadmin gpio i2c spi iobroker
                                      tty
                                      
                                      /opt/iobroker/backups
                                      OK:1 http://phoscon.de/apt/deconz buster InRelease
                                      OK:2 http://archive.raspberrypi.org/debian buster InRelease
                                      OK:3 https://deb.nodesource.com/node_19.x buster InRelease
                                      OK:4 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                      Paketlisten werden gelesen... Fertig
                                      Abhängigkeitsbaum wird aufgebaut.
                                      Statusinformationen werden eingelesen.... Fertig
                                      Aktualisierung für 185 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                                      nodejs:
                                        Installiert:           19.2.0-deb-1nodesource1
                                        Installationskandidat: 19.2.0-deb-1nodesource1
                                        Versionstabelle:
                                       *** 19.2.0-deb-1nodesource1 500
                                              500 https://deb.nodesource.com/node_19.x buster/main armhf Packages
                                              100 /var/lib/dpkg/status
                                           10.24.0~dfsg-1~deb10u2 500
                                              500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                      pi@pi:/opt/iobroker/backups $
                                      
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @ioJoe last edited by Thomas Braun

                                        @iojoe

                                        Wusste ich nämlich.
                                        nodejs ist falsch installiert.

                                        Schau hier rein:

                                        https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

                                        1.) Buster ist tot, installier da 'Bullseye'
                                        2.) nodejs installiert man in der vorgesehenen Version 16, NICHT 19, NICHT 18.
                                        3.) Dein Betriebssystem möchte auch mal Updates bekommen.

                                        Homoran I 3 Replies Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @Thomas Braun last edited by

                                          @thomas-braun sagte in Admin Oberfläche nicht erreichbar:

                                          nodejs ist falsch installiert.

                                          @ioJoe
                                          nämlich 2x, und 1x davon im falschen Verzeichnis

                                          1 Reply Last reply Reply Quote 0
                                          • I
                                            ioJoe @Thomas Braun last edited by

                                            @thomas-braun
                                            alright, danke für den Tipp! Werd ich machen. Soll ich die Ergebnisse auch hier posten?

                                            Thomas Braun 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            524
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            36
                                            1587
                                            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