Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Backitupadapter

    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

    Backitupadapter

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

      @homoran
      So: Installation ist fertig. Lief über Nacht, heute Morgen alle Adapter grün. Dann versucht auf meine Visualisierung zu kommen, Ergebnis war dass der iobroker dadurch scheinbar abgestürzt ist. Nach mehrmaligem Versuchen kam ich dann auf die Weboberfläche wo sich die meisten Adapter in rot präsentierten. Seither werden die Adapter gestartet, immer wieder gestoppt und neu gestartet, es ist quasi wie Lotto spielen, man weiß nie welcher Adapter gerade läuft und welcher nicht.
      Was habe ich seither gemacht?
      Ich habe heute Mittag

      sudo iobroker update
      sudo iobroker upgrade all
      

      ausgeführt. Alle Adapter sind also aktuell.
      Was mir jetzt auch auffällt: Wenn ich im Terminalfenster bin friert die Terminalausgabe ein. Ich kann also nichts eingeben, werde dann irgendwann mit einem Disconnect vom Server gekickt.
      Ich habe den Iobroker auf eine nieselnagelneue SDcard installiert. Ist es möglich dass ich mir durch das Backup alte Probleme importiert habe?

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

        @michaelxhoffmann sagte in Backitupadapter:

        sudo iobroker update

        Und mal wieder...
        iobroker NIE, NIE, NIE, wirklich NIEMALS mit sudo anpacken...
        Reparier das:

        iob stop
        iob fix
        iob start
        

        Ist es möglich dass ich mir durch das Backup alte Probleme importiert habe?

        Natürlich.

        M 1 Reply Last reply Reply Quote 0
        • M
          michaelxhoffmann @Thomas Braun last edited by

          @thomas-braun ok, das war mir nicht klar. habe fix jetzt mal ausgeführt. Bin gespannt ob es jetzt besser ist

          M 1 Reply Last reply Reply Quote 0
          • M
            michaelxhoffmann @michaelxhoffmann last edited by

            @michaelxhoffmann OK Jetzt geht gar nix mehr. Der reagiert auf keinerlei Eingaben mehr...

            pi@raspi:~ $ iobroker status
            pi@raspi:~ $ iob status
            pi@raspi:~ $ 
            

            Läuft auch nicht mehr lässt sich nicht mehr aufrufen...

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

              @michaelxhoffmann

              systemctl status iobroker
              
              M 1 Reply Last reply Reply Quote 0
              • M
                michaelxhoffmann @Thomas Braun last edited by

                @thomas-braun sagte in Backitupadapter:

                pi@raspi:~ $ systemctl status iobroker
                ● iobroker.service
                     Loaded: masked (Reason: Unit iobroker.service is masked.)
                     Active: inactive (dead)
                pi@raspi:~ $ 
                
                

                iobroker tot?

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

                  @michaelxhoffmann sagte in Backitupadapter:

                  iobroker tot?

                  Nein, masked.

                  sudo systemctl unmask iobroker
                  iob start
                  
                  M 1 Reply Last reply Reply Quote 0
                  • M
                    michaelxhoffmann @Thomas Braun last edited by

                    @thomas-braun sagte in Backitupadapter:

                    sudo systemctl unmask iobroker

                    😞 Computer sagt nein 😞

                     sudo systemctl unmask iobroker
                    pi@raspi:~ $ iob start
                    pi@raspi:~ $ iobroker status
                    pi@raspi:~ $ 
                    
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @michaelxhoffmann last edited by

                      @michaelxhoffmann

                      systemctl status iobroker
                      sudo systemctl start iobroker
                      
                      M 1 Reply Last reply Reply Quote 0
                      • M
                        michaelxhoffmann @Thomas Braun last edited by

                        @thomas-braun

                        pi@raspi:~ $ systemctl status iobroker
                        ● iobroker.service
                             Loaded: masked (Reason: Unit iobroker.service is masked.)
                             Active: inactive (dead)
                        pi@raspi:~ $ sudo systemctl start iobroker
                        Failed to start iobroker.service: Unit iobroker.service is masked.
                        pi@raspi:~ $ 
                        
                        

                        Ich werd´noch bekloppt :rofl:

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

                          @michaelxhoffmann

                          sudo systemctl unmask iobroker.service
                          sudo systemctl daemon-reload
                          systemctl status iobroker.service
                          
                          1 Reply Last reply Reply Quote 0
                          • ?
                            A Former User @michaelxhoffmann last edited by A Former User

                            @michaelxhoffmann sagte in Backitupadapter:

                            Ich werd´noch bekloppt

                            Moin,

                            Du solltest Dir angewöhnen, korrekt zu zitieren, also immer mit der ganzen Eingabezeile, bis am Ende, mit dem neuen Prompt.
                            Beispiel, von meinem Office PC, da gibt es natürlich kein ioBroker:

                            #~  sudo systemctl unmask iobroker
                            Unit iobroker.service does not exist, proceeding anyway.
                            #~
                            

                            Hat er den was ausgegeben, beim unmask?

                            VG
                            Bernd

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              michaelxhoffmann last edited by

                              @thomas-braun

                              pi@raspi:~ $ sudo systemctl unmask iobroker.service
                              pi@raspi:~ $ sudo systemctl daemon-reload
                              pi@raspi:~ $ systemctl status iobroker.service
                              ● iobroker.service
                                   Loaded: masked (Reason: Unit iobroker.service is masked.)
                                   Active: inactive (dead)
                              pi@raspi:~ $ 
                              
                              

                              Keine Änderung

                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • M
                                michaelxhoffmann @Guest last edited by

                                @dp20eic nope

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

                                  @michaelxhoffmann

                                  file /lib/systemd/system/iobroker.service
                                  
                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    michaelxhoffmann @Thomas Braun last edited by

                                    @thomas-braun sagte in Backitupadapter:

                                    file /lib/systemd/system/iobroker.service

                                    pi@raspi:~ $ file /lib/systemd/system/iobroker.service
                                    /lib/systemd/system/iobroker.service: empty
                                    pi@raspi:~ $ 
                                    
                                    
                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @michaelxhoffmann last edited by

                                      @michaelxhoffmann

                                      Dann ist klar.
                                      Dürfte vom herumgerühre mit sudo kommen...

                                      Nochmal

                                      iob fix
                                      
                                      M 1 Reply Last reply Reply Quote 0
                                      • M
                                        michaelxhoffmann @Thomas Braun last edited by michaelxhoffmann

                                        @thomas-braun auf iob fix reagiert das Ding nicht

                                        pi@raspi:~ $ iob fix
                                        pi@raspi:~ $ 
                                        
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @michaelxhoffmann last edited by

                                          @michaelxhoffmann

                                          Hm. Klar...
                                          Zeih es aus dem Netz:

                                          curl -fsL https://iobroker.net/fix.sh | bash -
                                          
                                          M 1 Reply Last reply Reply Quote 0
                                          • M
                                            michaelxhoffmann @Thomas Braun last edited by michaelxhoffmann

                                            @thomas-braun sagte in Backitupadapter:

                                            curl -fsL https://iobroker.net/fix.sh | bash -

                                            pi@raspi:/ $ curl -fsL https://iobroker.net/fix.sh | bash -
                                            library: loaded
                                            Library version=2022-12-09
                                            
                                            ==========================================================================
                                            
                                                Welcome to the ioBroker installation fixer!
                                                Script version: 2023-04-02
                                                
                                                You might need to enter your password a couple of times.
                                            
                                            ==========================================================================
                                            
                                            
                                            ==========================================================================
                                                Installing prerequisites (1/5)
                                            ==========================================================================
                                            
                                            Hit:1 http://deb.debian.org/debian bullseye InRelease
                                            Hit:2 http://security.debian.org/debian-security bullseye-security InRelease   
                                            Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]        
                                            Get:4 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]       
                                            Hit:5 https://deb.nodesource.com/node_18.x bullseye InRelease                  
                                            Get:6 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [314 kB]
                                            Get:7 http://archive.raspberrypi.org/debian bullseye/main arm64 Packages [308 kB]
                                            Fetched 689 kB in 2s (339 kB/s)   
                                            Reading package lists... Done
                                            Installed gcc-c++
                                            
                                            ==========================================================================
                                                Checking ioBroker user and directory permissions (2/5)
                                            ==========================================================================
                                            
                                            Created /etc/sudoers.d/iobroker
                                            Fixing directory permissions...
                                            
                                            ==========================================================================
                                                Check and cleanup npm temporary directories (3/5)
                                            ==========================================================================
                                            
                                            Done.
                                            
                                            ==========================================================================
                                                Database maintenance (4/5)
                                            ==========================================================================
                                            
                                            Checking for uncompressed JSONL databases... This might take a while!
                                            
                                            Compressing /opt/iobroker/iobroker-data/states.jsonl
                                            Compressing /opt/iobroker/iobroker-data/objects.jsonl
                                            Compressed 2 JSONL files. Done
                                            
                                            ==========================================================================
                                                Checking autostart (5/5)
                                            ==========================================================================
                                            
                                            Enabling autostart...
                                            Autostart enabled!
                                            
                                            ==========================================================================
                                            
                                                Your installation was fixed successfully
                                                Run iobroker start to start ioBroker again!
                                            
                                            ==========================================================================
                                            
                                            pi@raspi:/ $ iobroker start
                                            pi@raspi:/ $ 
                                            
                                            

                                            Ich werde wirklich bald bekloppt jetzt läuft das Ding...Und alle Adapter grün
                                            Bin jetzt gespannt was passiert wenn ich die Visu aufrufen will... Damit fing der ganze spass ja an ...

                                            Visu läuft auch ....FETTES DANKE ...

                                            Thomas Braun 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

                                            695
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            57
                                            1901
                                            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