Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Problem hoch Drei (JavaScript, HOST, Admin)

    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

    Problem hoch Drei (JavaScript, HOST, Admin)

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active last edited by

      @kenji

      iob repo list
      

      sagt?

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

        @homoran Danke für die schnelle Antwort. Da gucke ich gleich sofort mal rein.

        Hast du eventuell eine Idee um den Status vom Admin abzufragen oder ihn wieder zu beleben?

        Gruß Matze 🙂

        Homoran Codierknecht 2 Replies Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @Kenji last edited by

          @kenji mach mal erst mit Thomas weiter.

          Natürlich istcdas Ziel alles wieder zu beleben!

          1 Reply Last reply Reply Quote 1
          • Kenji
            Kenji @Thomas Braun last edited by

            @thomas-braun

            pi@raspberrypi:~ $ iob repo list
            __stable      : http://download.iobroker.net/sources-dist.json
            
            Active repo(s): Stable (default), __stable
            pi@raspberrypi:~ $
            
            
            1 Reply Last reply Reply Quote 0
            • Codierknecht
              Codierknecht Developer Most Active @Kenji last edited by

              @kenji sagte in Problem hoch Drei (JavaScript, HOST, Admin):

              Status vom Admin abzufragen oder ihn wieder zu beleben?

              Update nicht als root durchführen:

              @kenji sagte in Problem hoch Drei (JavaScript, HOST, Admin):

              root@raspberrypi:/opt/iobroker# iob upgrade self
              
              Homoran Kenji 2 Replies Last reply Reply Quote 1
              • Thomas Braun
                Thomas Braun Most Active @Kenji last edited by

                @kenji sagte in Problem hoch Drei (JavaScript, HOST, Admin):

                sudo su

                Warum ist das dämliche Kommando eigentlich immer das erste was abgesetzt wird wenn es vermeintlich irgendwo klemmt?
                Es wird nur schlimmer dadurch.
                Es ist überhaupt nicht zielführend ein bereits krummes System durch eine root shell weiter zu verbiegen.

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

                  @codierknecht ADLERAUGE!
                  ist mir glatt durchgerutscht!

                  auch das dämliche sudo su

                  @Kenji
                  jetzt ist wieder alles verbogen und der fix war für die Katz

                  1 Reply Last reply Reply Quote 1
                  • Kenji
                    Kenji @Codierknecht last edited by

                    @codierknecht Das war mir auch bis ebend nicht bewusst. Habe es in einem anderen Beitrag gelesen und werde in Zukunft davon absehen.
                    Damit ist auch der "Sudo" gemeint oder? Also der ist dem Root User gleich zu setzten oder?

                    Aber danke nochmal hier für die Anmerkung auch für andere die das hier lesen. Macht man wohl mehr mit kaputt als heile.

                    Codierknecht 1 Reply Last reply Reply Quote 0
                    • Codierknecht
                      Codierknecht Developer Most Active @Kenji last edited by

                      @kenji sagte in Problem hoch Drei (JavaScript, HOST, Admin):

                      Damit ist auch der "Sudo" gemeint oder? Also der ist dem Root User gleich zu setzten oder?

                      Genau das.
                      Macht alles nur um ein Vielfaches schlimmer!

                      Homoran 1 Reply Last reply Reply Quote 1
                      • Kenji
                        Kenji @Thomas Braun last edited by

                        @thomas-braun Tut mir Leid war mir gar nicht bewusst ... Falls es jetzt gelaufen ist dann muss ich das wohl so hin nehmen 😞

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

                          @codierknecht sagte in Problem hoch Drei (JavaScript, HOST, Admin):

                          @kenji sagte in Problem hoch Drei (JavaScript, HOST, Admin):

                          Damit ist auch der "Sudo" gemeint oder? Also der ist dem Root User gleich zu setzten oder?

                          Genau das.
                          Macht alles nur um ein Vielfaches schlimmer!

                          naja, es gibt Dinge die müssen mit sudo angefasst werden, aber iobroker do something gehört da auf keinen Fall dazu.

                          Codierknecht 1 Reply Last reply Reply Quote 1
                          • Codierknecht
                            Codierknecht Developer Most Active @Homoran last edited by Codierknecht

                            @homoran
                            Ja, aber dann um einzelne Befehle abzusetzen.
                            Gleich mit su fortan als root zu agieren ist sicher die schlechteste aller Varianten.
                            Und wenn man hier im Forum so mitliest dünkt einem schnell, dass root oft meist die Wurzel allen Übels ist 😉

                            Kenji Homoran 2 Replies Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Kenji last edited by

                              @kenji

                              iob repo add stable http://download.iobroker.net/sources-dist.json
                              iob repo add beta http://download.iobroker.net/sources-dist-latest.json
                              iob repo add live-stable http://iobroker.live/repo/sources-dist.json
                              iob repo add live-beta http://iobroker.live/repo/sources-dist-latest.json
                              iob repo set stable
                              
                              Kenji 1 Reply Last reply Reply Quote 0
                              • Kenji
                                Kenji @Codierknecht last edited by

                                @codierknecht Wäre das Backup eine Möglichkeit mein System zu retten? Habe am Anfang eins abgelegt. Muss gestehen habe noch nie eins benutzt. Oder besser einen PI neu aufsetzten und das Backup einspielen.

                                Thomas Braun Codierknecht 2 Replies Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Kenji last edited by

                                  @kenji

                                  iob repo unset __stable
                                  iob repo del __stable
                                  

                                  Und wenn das drin ist nochmal

                                  iob repo list
                                  
                                  Codierknecht Kenji 2 Replies Last reply Reply Quote 0
                                  • Kenji
                                    Kenji @Thomas Braun last edited by

                                    @thomas-braun

                                    pi@raspberrypi:/ $ iob repo add stable http://download.iobroker.net/sources-dist                                                                                         .json
                                    Cannot add repository location: Repository "stable" yet exists: http://download.                                                                                         iobroker.net/sources-dist.json
                                    pi@raspberrypi:/ $ iob repo add beta http://download.iobroker.net/sources-dist-latest.json
                                    Repository "beta" added as "http://download.iobroker.net/sources-dist-latest.json"
                                    __stable      : http://download.iobroker.net/sources-dist.json
                                    stable        : http://download.iobroker.net/sources-dist.json
                                    beta          : http://download.iobroker.net/sources-dist-latest.json
                                    
                                    Active repo(s): Stable (default), __stable
                                    pi@raspberrypi:/ $ iob repo add live-stable http://iobroker.live/repo/sources-dist.json
                                    Repository "live-stable" added as "http://iobroker.live/repo/sources-dist.json"
                                    __stable      : http://download.iobroker.net/sources-dist.json
                                    stable        : http://download.iobroker.net/sources-dist.json
                                    beta          : http://download.iobroker.net/sources-dist-latest.json
                                    live-stable   : http://iobroker.live/repo/sources-dist.json
                                    
                                    Active repo(s): Stable (default), __stable
                                    pi@raspberrypi:/ $ iob repo add live-beta http://iobroker.live/repo/sources-dist-latest.json
                                    Repository "live-beta" added as "http://iobroker.live/repo/sources-dist-latest.json"
                                    __stable      : http://download.iobroker.net/sources-dist.json
                                    stable        : http://download.iobroker.net/sources-dist.json
                                    beta          : http://download.iobroker.net/sources-dist-latest.json
                                    live-stable   : http://iobroker.live/repo/sources-dist.json
                                    live-beta     : http://iobroker.live/repo/sources-dist-latest.json
                                    
                                    Active repo(s): Stable (default), __stable
                                    pi@raspberrypi:/ $ iob repo set stable
                                    Repository "stable" set as active.
                                    __stable      : http://download.iobroker.net/sources-dist.json
                                    stable        : http://download.iobroker.net/sources-dist.json
                                    beta          : http://download.iobroker.net/sources-dist-latest.json
                                    live-stable   : http://iobroker.live/repo/sources-dist.json
                                    live-beta     : http://iobroker.live/repo/sources-dist-latest.json
                                    
                                    Active repo(s): Stable (default), __stable, stable
                                    pi@raspberrypi:/ $
                                    
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • Codierknecht
                                      Codierknecht Developer Most Active @Kenji last edited by

                                      @kenji sagte in Problem hoch Drei (JavaScript, HOST, Admin):

                                      @codierknecht Wäre das Backup eine Möglichkeit mein System zu retten? Habe am Anfang eins abgelegt. Muss gestehen habe noch nie eins benutzt. Oder besser einen PI neu aufsetzten und das Backup einspielen.

                                      Das wird schon - nur nicht ungeduldig werden.

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

                                        @kenji

                                        iob repo unset __stable
                                        iob repo del __stable
                                        

                                        Und wenn das drin ist nochmal

                                        iob repo list
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • Kenji
                                          Kenji @Thomas Braun last edited by

                                          @thomas-braun

                                          pi@raspberrypi:/ $
                                          pi@raspberrypi:/ $ iob repo unset __stable
                                          Repository "__stable" deactivated.
                                          __stable      : http://download.iobroker.net/sources-dist.json
                                          stable        : http://download.iobroker.net/sources-dist.json
                                          beta          : http://download.iobroker.net/sources-dist-latest.json
                                          live-stable   : http://iobroker.live/repo/sources-dist.json
                                          live-beta     : http://iobroker.live/repo/sources-dist-latest.json
                                          
                                          Active repo(s): Stable (default), stable
                                          pi@raspberrypi:/ $ iob repo del __stable
                                          Repository "__stable" deleted.
                                          stable        : http://download.iobroker.net/sources-dist.json
                                          beta          : http://download.iobroker.net/sources-dist-latest.json
                                          live-stable   : http://iobroker.live/repo/sources-dist.json
                                          live-beta     : http://iobroker.live/repo/sources-dist-latest.json
                                          
                                          Active repo(s): Stable (default), stable
                                          pi@raspberrypi:/ $ iob repo list
                                          stable        : http://download.iobroker.net/sources-dist.json
                                          beta          : http://download.iobroker.net/sources-dist-latest.json
                                          live-stable   : http://iobroker.live/repo/sources-dist.json
                                          live-beta     : http://iobroker.live/repo/sources-dist-latest.json
                                          
                                          Active repo(s): Stable (default), stable
                                          pi@raspberrypi:/ $
                                          
                                          

                                          Möchte natürlich nicht ungeduldig wirken. Danke für die super Hilfe hier im Forum. 🙂

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

                                            @kenji sagte in Problem hoch Drei (JavaScript, HOST, Admin):

                                            iob repo unset 'Stable (default)'
                                            
                                            Kenji Codierknecht 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

                                            652
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            52
                                            2314
                                            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