Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Neue Installationsroutine (für Linux)

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Neue Installationsroutine (für Linux)

    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      denjo @Homoran last edited by

      @Homoran ich habe das gemacht

      sudo systemctl stop iobroker
      sudo iobroker update
      sudo iobroker upgrade self
      sudo systemctl start iobroker

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

        @denjo sagte in Neue Installationsroutine und neue Anleitungen (für Linux-basierte Systeme):

        @Homoran ich habe das gemacht

        sudo systemctl stop iobroker
        sudo iobroker update
        sudo iobroker upgrade self
        sudo systemctl start iobroker

        Da kamen keine Fehlermeldungen beim 2. Und 3. Befehl?

        Mach bitte was ich schrieb

        D 1 Reply Last reply Reply Quote 0
        • D
          denjo @Homoran last edited by

          @Homoran nein kam keine fehler Meldung, was bedeutet genau fixer ausführen?

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

            @denjo

            https://forum.iobroker.net/topic/20211/iobroker-installation-fixer-beta-verfügbar

            D 1 Reply Last reply Reply Quote 0
            • D
              denjo @Homoran last edited by

              @Homoran also soll ich das machen?

              sudo systemctl stop iobroker
              curl -sL https://iobroker.net/fix.sh | bash -
              sudo systemctl start iobroker

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

                @denjo

                Ja

                D 1 Reply Last reply Reply Quote 0
                • D
                  denjo @Homoran last edited by

                  @Homoran hab ich und dann, sorry aber ich mache das zum ersten mal

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

                    @denjo

                    Geht jetzt iobroker stop?

                    1 Reply Last reply Reply Quote 0
                    • D
                      denjo last edited by

                      falls ja, muss jetzt wieder alles neu machen. was muss ich denn dann machen?

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

                        Den Satz verstehe ich nicht.

                        @Homoran sagte in Neue Installationsroutine und neue Anleitungen (für Linux-basierte Systeme):

                        Du solltest ihn mit dem befehl stoppen, dann den fixer ausführen,
                        Danach hätte auch das übliche controller update funktionieren müssen.

                        D 1 Reply Last reply Reply Quote 0
                        • D
                          denjo @Homoran last edited by

                          @Homoran falls iobroker stop funktioniert was soll ich denn dann machen

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

                            @denjo
                            Den Controller wie beschrieben updaten

                            D 1 Reply Last reply Reply Quote 0
                            • D
                              denjo @Homoran last edited by

                              @Homoran nicht das ich wieder was falsch verstehe, also so dann

                              cd /opt/iobroker
                              sudo iobroker stop
                              sudo iobroker update
                              sudo iobroker upgrade self
                              sudo iobroker start

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

                                @denjo

                                Yepp!

                                AlCalzone 1 Reply Last reply Reply Quote 0
                                • AlCalzone
                                  AlCalzone Developer @Homoran last edited by

                                  @Homoran @denjo
                                  BITTE. KEIN. sudo! (außer ggf. bei systemctl)
                                  Nach Ausführen des Fixers ist das nicht nötig und ggf. sogar schädlich.

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

                                    @AlCalzone sagte in Neue Installationsroutine und neue Anleitungen (für Linux-basierte Systeme):

                                    ggf. sogar schädlich

                                    Das wusste ich nicht, das andere schon, wollte aber @denjo nicht noch weiter verunsichern

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      denjo last edited by

                                      ja cool, so hat geklappt.
                                      für alle die so blöd sind wie ich hier:

                                      cd /opt/iobroker
                                      sudo systemctl stop iobroker
                                      curl -sL https://iobroker.net/fix.sh | bash -
                                      start iobroker
                                      
                                      cd /opt/iobroker
                                      iobroker stop
                                      iobroker update
                                      iobroker upgrade self
                                      iobroker start
                                      
                                      AlCalzone 1 Reply Last reply Reply Quote 1
                                      • AlCalzone
                                        AlCalzone Developer @denjo last edited by AlCalzone

                                        @denjo sagte in Neue Installationsroutine und neue Anleitungen (für Linux-basierte Systeme):

                                        start iobroker

                                        Du meinst doch sicher iobroker start, oder?

                                        Außerdem: Wenn du eh planst, upzugraden, ist Start und anschließender Stop nicht nötig. Geht also kürzer:

                                        cd /opt/iobroker
                                        sudo systemctl stop iobroker
                                        curl -sL https://iobroker.net/fix.sh | bash -
                                        iobroker update
                                        iobroker upgrade self
                                        iobroker start
                                        

                                        Und wenn ich ganz pedantisch sein will:
                                        sudo systemctl stop iobroker funktioniert auch nicht auf allen alten Installationen. Der Befehl muss möglicherweise (wenn der Fixer über laufende Instanzen meckert) durch iobroker stop ersetzt werden.

                                        1 Reply Last reply Reply Quote 0
                                        • X
                                          x3l4 last edited by

                                          Die Links aus dem ersten Beitrag funktionieren leider nicht mehr...

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

                                            @x3l4 sagte in Neue Installationsroutine und neue Anleitungen (für Linux-basierte Systeme):

                                            Die Links aus dem ersten Beitrag funktionieren leider nicht mehr...

                                            Welche brauchst du denn genau?

                                            sind das die Zeilen, die du suchst?
                                            https://www.iobroker.net/#de/documentation/install/linux.md

                                            X 1 Reply 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

                                            1.1k
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            installation
                                            64
                                            415
                                            99439
                                            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