Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. keine Weboberfläche 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

    keine Weboberfläche erreichbar

    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      lessthanmore @asura99 last edited by

      @asura99 Warum als root unterwegs?
      Warum drei admin Instanzen?
      Text bitte in code tags, nicht als Screenshot.

      A 1 Reply Last reply Reply Quote 0
      • A
        asura99 @lessthanmore last edited by

        @lessthanmore ```

        system.adapter.admin.2                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
         system.adapter.alexa2.0                : alexa2                -  enabled
         system.adapter.backitup.0              : backitup              -  enabled
         system.adapter.cloud.0                 : cloud                 -  enabled
         system.adapter.discovery.0             : discovery             -  enabled
         system.adapter.fullcalendar.0          : fullcalendar          -  enabled
         system.adapter.info.0                  : info                  -  enabled
         system.adapter.iot.0                   : iot                   -  enabled
         system.adapter.iqontrol.0              : iqontrol              -  enabled
         system.adapter.javascript.0            : javascript            -  enabled
         system.adapter.knx.0                   : knx                   -  enabled, bind: 0.0.0.0
         system.adapter.scenes.0                : scenes                -  enabled
         system.adapter.sonoff.0                : sonoff                -  enabled, port: 1883, bind: 0.0.0.0
         system.adapter.terminal.0              : terminal              -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
         system.adapter.web.0                   : web                   -  enabled, port: 8082, bind: 192.168.178.37, run as: admin
         system.adapter.wled.0                  : wled                  -  enabled
         system.adapter.zigbee.0                : zigbee                -  enabled, port: /dev/ttyACM0
        
        system.adapter.admin                   : admin          - v4.2.1
        system.adapter.alexa2                  : alexa2         - v3.8.1
        system.adapter.backitup                : backitup       - v2.2.3
        system.adapter.cloud                   : cloud          - v4.1.0
        system.adapter.discovery               : discovery      - v3.0.3
        system.adapter.fullcalendar            : fullcalendar   - v1.1.0
        system.adapter.info                    : info           - v1.9.19
        system.adapter.iot                     : iot            - v1.8.24
        system.adapter.iqontrol                : iqontrol       - v2.0.0
        system.adapter.javascript              : javascript     - v5.7.0
        system.adapter.knx                     : knx            - v2.0.13
        system.adapter.mihome                  : mihome         - v1.4.0
        system.adapter.mqtt                    : mqtt           - v2.4.0
        system.adapter.mqtt-client             : mqtt-client    - v1.4.0
        system.adapter.scenes                  : scenes         - v2.3.9
        system.adapter.sonoff                  : sonoff         - v2.5.1
        system.adapter.terminal                : terminal       - v0.2.5
        system.adapter.web                     : web            - v3.3.0
        system.adapter.whatsapp-cmb            : whatsapp-cmb   - v0.2.2
        system.adapter.wled                    : wled           - v0.6.3
        system.adapter.zigbee                  : zigbee         - v1.6.6
        
        

        Das mit den Admin-Instanzen ist keine Absicht. Bin totaler Anfänger.

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

          @asura99 sagte in keine Weboberfläche erreichbar:

          Bin totaler Anfänger.

          Ein totaler Anfänger meldet SICH NICHT ALS ROOT AN!!!
          Ein Profi erst recht nicht.

          Als user:

          sudo ln -s /usr/bin/node /usr/bin/nodejs
          
          uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
          
          A 1 Reply Last reply Reply Quote 0
          • A
            asura99 @Thomas Braun last edited by

            @thomas-brau

            @thomas-braun said in keine Weboberfläche erreichbar:

            uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

            Sollte ich lieber einen zusätzlichen Nutzer anlegen?

            Habe beides eingegeben.

            root@raspberrypi:~# 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
            root@raspberrypi:~# uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
            armv7l
            /usr/bin/nodejs
            /usr/bin/node
            /usr/bin/npm
            v14.20.0
            v14.20.0
            6.14.17
            root
            /root
            OK:1 http://archive.raspberrypi.org/debian stretch InRelease
            OK:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease
            OK:3 https://deb.nodesource.com/node_14.x stretch InRelease
            Paketlisten werden gelesen... Fertig
            Abhängigkeitsbaum wird aufgebaut.
            Statusinformationen werden eingelesen.... Fertig
            Alle Pakete sind aktuell.
            nodejs:
              Installiert:           14.20.0-1nodesource1
              Installationskandidat: 14.20.0-1nodesource1
              Versionstabelle:
             *** 14.20.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_14.x stretch/main armhf Packages
                    100 /var/lib/dpkg/status
                 8.11.1~dfsg-2~bpo9+1 500
                    500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
                 4.8.2~dfsg-1 500
                    500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
            
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @asura99 last edited by

              @asura99 sagte in keine Weboberfläche erreichbar:

              Sollte ich lieber einen zusätzlichen Nutzer anlegen?

              Da sollte von vorneherein ein user (i.d.R. 'pi') angelegt sein und der root liegt für Logins auf Eis. Warum schaltet man den also als 'absoluter Anfänger' als erstes wieder frei? Wer verbreitet solche schwachsinnigen Anleitungen?

              Log dich als pi ein.
              Und zwar auf dem zuvor von dir neuinstallierten Bullseye-Release, dein jetziges 'Stretch' ist tot, vor Jahren schon verschieden. Beerdige das endlich.

              A 1 Reply Last reply Reply Quote 0
              • A
                asura99 @Thomas Braun last edited by

                @thomas-braun OK. Danke für die schnelle Antwort. Gibt es denn trotzdem noch eine Möglichkeit das jetzige System nochmal zu starten? Ich würde gerne die Neuinstallation später vornehmen mit dem von dir empfohlenen Release.

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

                  @asura99

                  Macht keinen Sinn in das tote Pferd noch Zeit zu investieren.

                  A 1 Reply Last reply Reply Quote 0
                  • A
                    asura99 @Thomas Braun last edited by

                    @thomas-braun Da gebe ich dir recht. Ich würde mir nur gerne noch einiges sichern wie z.B. die Skripte.

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

                      @asura99

                      Du hast doch ein aktuelles Backup über den Backitup-Adapter.
                      Solltest du jedenfalls.

                      A 1 Reply Last reply Reply Quote 0
                      • A
                        asura99 @Thomas Braun last edited by

                        @thomas-braun Das habe ich. Wenn ich das Backup wiederherstelle, wird dann nicht auch die Software vom Iobroker mit überschrieben?

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

                          @asura99 sagte in keine Weboberfläche erreichbar:

                          wird dann nicht auch die Software vom Iobroker mit überschrieben?

                          nicht direkt.
                          die wird anschließend passend zu Hardware, OS und node neu angepasst gebaut

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

                            @asura99

                            Das 'Backup' ist nur die Bauanleitung, das System wird dann damit neugebaut.

                            1 Reply Last reply Reply Quote 0
                            • A
                              asura99 @Homoran last edited by

                              @homoran Also das System komplett neu aufsetzten und das Backup danach aufspielen?!

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

                                @asura99 sagte in keine Weboberfläche erreichbar:

                                Also das System komplett neu aufsetzten und das Backup danach aufspielen?!

                                Ja.

                                A 1 Reply Last reply Reply Quote 0
                                • A
                                  asura99 @Thomas Braun last edited by

                                  @thomas-braun Vielen Dank für die schnelle Hilfe von euch. Hast du vielleicht auch noch einen aktuelle Link mit einer kurzen Anleitung für die Neuinstallation?

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

                                    @asura99

                                    https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht

                                    A 1 Reply Last reply Reply Quote 0
                                    • A
                                      asura99 @Thomas Braun last edited by

                                      @thomas-braun 👍 vielen Dank.
                                      Sollte ich noch Rückfragen haben, darf ich mich bei euch wieder melden?

                                      BananaJoe 1 Reply Last reply Reply Quote 0
                                      • BananaJoe
                                        BananaJoe Most Active @asura99 last edited by

                                        @asura99 Hinweis: nach dem Backup zurückspielen: GEDULD das ganze neubauen dauert schon gerne mal einen Moment. Oder auch mal eine Stunde. Oder zwei.

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

                                          @bananajoe sagte in keine Weboberfläche erreichbar:

                                          @asura99 Hinweis: nach dem Backup zurückspielen: GEDULD das ganze neubauen dauert schon gerne mal einen Moment. Oder auch mal eine Stunde. Oder zwei.

                                          @asura99
                                          nur weil im Backitup die Meldung kommt "Backup restored successfully" ist der Neubau noch lange nicht fertig, sondern beginnt da erst

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

                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          941
                                          Online

                                          31.9k
                                          Users

                                          80.2k
                                          Topics

                                          1.3m
                                          Posts

                                          5
                                          20
                                          510
                                          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