Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. (Gelöst) Fehlermeldung bei Backitup

    NEWS

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    (Gelöst) Fehlermeldung bei Backitup

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

      @damrak2022 sagte in Fehlermeldung bei Backitup:

      Wie lösche ich die gesamte Influx 2.2 und wie lege ich sie richtig wieder an?

      Wie hast du die eigentlich installiert, wenn das influx-Repo nicht angelegt ist?

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

        @damrak2022

        sudo apt update
        sudo apt install -y gnupg2 curl wget
        wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add -
        echo 'deb https://repos.influxdata.com/debian $(lsb_release -cs) stable' | sudo tee /etc/apt/sources.list.d/influxdb.list
        
        1 Reply Last reply Reply Quote 0
        • Damrak2022
          Damrak2022 @Thomas Braun last edited by

          @thomas-braun Nach einer Anleitung von der Influx Seite glaube ich. Aber durch Dich lerne ich gerade das man anscheinend über sudo update usw. installiert, wenn alles stimmt

          Damrak2022 1 Reply Last reply Reply Quote 0
          • Damrak2022
            Damrak2022 @Damrak2022 last edited by

            @damrak2022 Das lief durch

            pi@homebridge:~ $ sudo apt update
            Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
            Hit:2 http://deb.debian.org/debian bullseye InRelease
            Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
            Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
            Get:5 https://repos.influxdata.com/debian bullseye InRelease [4,739 B]
            Hit:6 https://packages.grafana.com/oss/deb stable InRelease
            Hit:7 https://deb.nodesource.com/node_14.x bullseye InRelease
            Get:8 https://repos.influxdata.com/debian bullseye/stable arm64 Packages [1,268 B]
            Get:9 https://repos.influxdata.com/debian bullseye/stable armhf Packages [778 B]
            Fetched 6,785 B in 2s (3,467 B/s)
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            12 packages can be upgraded. Run 'apt list --upgradable' to see them.
            pi@homebridge:~ $ sudo apt install -y gnupg2 curl wget
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            curl is already the newest version (7.74.0-1.3+deb11u1).
            wget is already the newest version (1.21-1+deb11u1).
            The following NEW packages will be installed:
              gnupg2
            0 upgraded, 1 newly installed, 0 to remove and 12 not upgraded.
            Need to get 434 kB of archives.
            After this operation, 453 kB of additional disk space will be used.
            Get:1 http://deb.debian.org/debian bullseye/main arm64 gnupg2 all 2.2.27-2+deb11u1 [434 kB]
            Fetched 434 kB in 0s (2,871 kB/s)
            Selecting previously unselected package gnupg2.
            (Reading database ... 55608 files and directories currently installed.)
            Preparing to unpack .../gnupg2_2.2.27-2+deb11u1_all.deb ...
            Unpacking gnupg2 (2.2.27-2+deb11u1) ...
            Setting up gnupg2 (2.2.27-2+deb11u1) ...
            Processing triggers for man-db (2.9.4-2) ...
            pi@homebridge:~ $ wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add -
            Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
            OK
            pi@homebridge:~ $ echo 'deb https://repos.influxdata.com/debian $(lsb_release -cs) stable' | sudo tee /etc/apt/sources.list.d/influxdb.list
            deb https://repos.influxdata.com/debian $(lsb_release -cs) stable
            pi@homebridge:~ $
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Damrak2022 last edited by Thomas Braun

              @damrak2022 sagte in Fehlermeldung bei Backitup:

              Get:8 https://repos.influxdata.com/debian bullseye/stable arm64 Packages [1,268 B]
              Get:9 https://repos.influxdata.com/debian bullseye/stable armhf Packages [778 B]

              War also doch schon drin...

              sudo apt update
              sudo apt full-upgrade
              sudo reboot
              apt policy influxdb2 influxdb2-cli
              
              Damrak2022 1 Reply Last reply Reply Quote 0
              • Damrak2022
                Damrak2022 @Thomas Braun last edited by

                @thomas-braun sagte in Fehlermeldung bei Backitup:

                sudo apt update

                1 Error nach dem ersten Befehl:

                pi@homebridge:~ $ sudo apt update
                Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
                Hit:2 http://deb.debian.org/debian bullseye InRelease
                Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
                Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                Hit:5 https://packages.grafana.com/oss/deb stable InRelease
                Hit:6 https://deb.nodesource.com/node_14.x bullseye InRelease
                Ign:7 https://repos.influxdata.com/debian $(lsb_release InRelease
                Err:8 https://repos.influxdata.com/debian $(lsb_release Release
                  404  Not Found [IP: 2600:9000:223f:2400:7:7790:e740:93a1 443]
                Reading package lists... Done
                E: The repository 'https://repos.influxdata.com/debian $(lsb_release Release' does not have a Release file.
                N: Updating from such a repository can't be done securely, and is therefore disabled by default.
                N: See apt-secure(8) manpage for repository creation and user configuration details.
                pi@homebridge:~ $
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Damrak2022 last edited by

                  @damrak2022

                  In der influxdb.list steht jetzt Quark drin.
                  Mit

                  cat /etc/apt/sources.list.d/influxdb.list
                  

                  schauen was da jetzt drin ist.

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

                    @thomas-braun sagte in Fehlermeldung bei Backitup:

                    cat /etc/apt/sources.list.d/influxdb.list

                    pi@homebridge:~ $ cat /etc/apt/sources.list.d/influxdb.list
                    deb https://repos.influxdata.com/debian $(lsb_release -cs) stable
                    pi@homebridge:~ $
                    

                    Jetzt die restlichen 3 Befehle?

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

                      @damrak2022

                      Nein. Trag da statt $(lsb_release -cs) einfach nur bullseye ein.

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

                        @thomas-braun wie komme ich da hin?

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

                          @damrak2022 sudo nano /etc/apt/sources.list.d/influxdb.list

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

                            @homoran sagte in Fehlermeldung bei Backitup:

                            sudo nano /etc/apt/sources.list.d/influxdb.list

                            Okay, gemacht:

                            deb https://repos.influxdata.com/debian $(bullseye) stable
                            
                            

                            Das $ Zeichen muss noch weg, richtig

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

                              @damrak2022

                              So:

                              deb https://repos.influxdata.com/debian bullseye stable
                              
                              Damrak2022 1 Reply Last reply Reply Quote 0
                              • Damrak2022
                                Damrak2022 @Thomas Braun last edited by

                                @thomas-braun Okay und jetzt mache ich nochmal update, upgrade usw.

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

                                  @damrak2022

                                  Zeig mal

                                  sudo apt update
                                  
                                  Damrak2022 1 Reply Last reply Reply Quote 0
                                  • Damrak2022
                                    Damrak2022 @Thomas Braun last edited by

                                    @thomas-braun sagte in Fehlermeldung bei Backitup:

                                    sudo apt update

                                    pi@homebridge:~ $ sudo apt update
                                    Hit:1 http://deb.debian.org/debian bullseye InRelease
                                    Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                                    Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                                    Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                                    Hit:5 https://deb.nodesource.com/node_14.x bullseye InRelease
                                    Hit:6 https://packages.grafana.com/oss/deb stable InRelease
                                    Hit:7 https://repos.influxdata.com/debian bullseye InRelease
                                    Reading package lists... Done
                                    Building dependency tree... Done
                                    Reading state information... Done
                                    12 packages can be upgraded. Run 'apt list --upgradable' to see them.
                                    pi@homebridge:~ $
                                    
                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @Damrak2022 last edited by

                                      @damrak2022

                                      Dann hau jetzt die 12 Updates rein.

                                      sudo apt full-upgrade
                                      iobroker stop
                                      sudo reboot
                                      

                                      Dann mal schauen, ob influxdb2 zur Verfügung stünde:

                                      apt policy influxdb2 influxdb2-cli
                                      
                                      Damrak2022 1 Reply Last reply Reply Quote 0
                                      • Damrak2022
                                        Damrak2022 @Thomas Braun last edited by

                                        @thomas-braun sagte in Fehlermeldung bei Backitup:

                                        apt policy influxdb2 influxdb2-cli

                                        Nach dem sudo reboot musste ich den raspi vom Strom nehmen, da die grüne LED dauerhaft leuchtetet und im Terminal ein Timeout kam.
                                        Danach dann so:

                                        pi@homebridge:~ $ apt policy influxdb2 influxdb2-cli
                                        influxdb2:
                                          Installed: 2.2.0
                                          Candidate: 2.2.0
                                          Version table:
                                         *** 2.2.0 500
                                                500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
                                                100 /var/lib/dpkg/status
                                        influxdb2-cli:
                                          Installed: (none)
                                          Candidate: 2.3.0
                                          Version table:
                                             2.3.0 500
                                                500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
                                        pi@homebridge:~ $
                                        
                                        Homoran 1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @Damrak2022 last edited by Homoran

                                          @damrak2022 sagte in Fehlermeldung bei Backitup:

                                          Nach dem sudo reboot musste ich den raspi vom Strom nehmen,

                                          Dann wundere dich nicht, wenn du ihn jetzt komplett neu aufsetzen musst

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

                                            @homoran Ich weiß, das man das nicht machen soll, aber es ging nichts voran. Warum das beim sudo reboot manchmal so ist weiß ich nicht
                                            Aber es ist ja zum Glück noch alles da.

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

                                            756
                                            Online

                                            32.1k
                                            Users

                                            80.6k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            67
                                            2571
                                            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