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.
    • Damrak2022
      Damrak2022 @Thomas Braun last edited by

      @thomas-braun Hier wird mir der Zugriff verweigert:

      pi@homebridge:~ $ wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor > /etc/apt/trusted.gpg.d/influxdb.gpg
      -bash: /etc/apt/trusted.gpg.d/influxdb.gpg: Permission denied
      
      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:

        pi@homebridge:~ $ wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor > /etc/apt/trusted.gpg.d/influxdb.gpg

        Versuch mal

        wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg
        
        Damrak2022 1 Reply Last reply Reply Quote 0
        • Damrak2022
          Damrak2022 @Thomas Braun last edited by Damrak2022

          @thomas-braun sagte in Fehlermeldung bei Backitup:

          gpg --dearmor

          Ist das 1 oder 3 Befehle?
          Als 1 Befehl bekomme ich total kryptische Zeichen

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

            @damrak2022

            Das sind drei Befehle, die per 'pipe' in einer Zeile miteinander verknüpft sind.
            Die kryptischen Zeichen sind der Signatur-Schlüssel, damit können nur Computer was anfangen.

            Mehr zu pipes findet sich in den Grundlagen (s.o.).

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

              @thomas-braun Habe ich mir gedacht. Aber nach Eingabe von

              gpg --dearmor
              

              kommt garnichts mehr. Auch kein Eingabe Prompt - siehe hier:

              pi@homebridge:~ $ wget -qO- https://repos.influxdata.com/influxdb.key wget -qO- https://repos.influxdata.com/influxdb.key
              -----BEGIN PGP PUBLIC KEY BLOCK-----
              Version: GnuPG v1
              
              
              
              -----END PGP PUBLIC KEY BLOCK-----
              pi@homebridge:~ $ gpg --dearmor
              
              

              MOD-EDIT: private Daten entfernt

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

                @damrak2022

                seufz

                Bitte komplette Ein- und Ausgaben posten. So kann man nur raten was du da eingibst.
                Kopier die gesamte Zeile und knall die (per rechter Maustaste) in dein Terminal.

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

                  @thomas-braun

                  pi@homebridge:~ $ wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg
                  V	
                  ...
                  pi@homebridge:~ $
                  

                  MOD-EDIT: private Daten entfernt

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

                    @damrak2022

                    Du bekommst den gesamte Zeile fertig zum kopieren serviert:

                    wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg
                    

                    Warum verfummelst du das wieder? Die Zeile ist so komplett, darf nicht gekürzt oder getrennt oder sonstwie verändert werden.

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

                      @thomas-braun sagte in Fehlermeldung bei Backitup:

                      wget

                      Ich habe die Zeile exakt so vollständig kopiert und eingefügt und mit Enter bestätigt

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

                        @damrak2022 sagte in Fehlermeldung bei Backitup:

                        @thomas-braun sagte in Fehlermeldung bei Backitup:

                        wget

                        Ich habe die Zeile exakt so vollständig kopiert und eingefügt und mit Enter bestätigt

                        und wo kommt das 'V' her?

                        Versuchst du etwa mit STRG-V zu arbeiten?

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

                          @homoran Nein Rechtsklick zum einfügen und dann ist alles identisch. Das "V" erscheint nachdem ich Enter gedrückt habe.
                          Wäre es nicht besser die gesamte Influx nochmal zu löschen und dann mit den richtigen Befehlen wieder zu installieren?
                          Daten gehen keine verloren, bzw. das ist nicht schlimm.

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

                          Thomas Braun 2 Replies Last reply Reply Quote 0
                          • 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
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            664
                                            Online

                                            32.1k
                                            Users

                                            80.6k
                                            Topics

                                            1.3m
                                            Posts

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