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.
    • 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

                                      736
                                      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