Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. backitup Fehlermeldung

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    221

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.5k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

backitup Fehlermeldung

Scheduled Pinned Locked Moved ioBroker Allgemein
39 Posts 4 Posters 4.4k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M maximinus

    @thomas-braun

    Ich habe alles gelesen aber leider kapier ichs nicht

    mach ich das:

    sudo apt-key del 05CE15085FC09D18E99EFB22684A14CF2582E0C5
    

    kommt:

    pi@raspberrypi:~ $ sudo apt-key del 05CE15085FC09D18E99EFB22684A14CF2582E0C5
    Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
    OK
    pi@raspberrypi:~ $
    rm /etc/apt/sources.list.d/influxdata.list
    

    da kommt das:

    pi@raspberrypi:~ $ rm /etc/apt/sources.list.d/influxdata.list
    rm: cannot remove '/etc/apt/sources.list.d/influxdata.list': No such file or directory
    pi@raspberrypi:~ $
    

    dann:

    wget -q -O - https://repos.influxdata.com/influxdb.key | sudo gpg --dearmor -o /usr/share/keyrings/influxdb.gpg
    
    export DISTRIB_ID=$(lsb_release -si); export DISTRIB_CODENAME=$(lsb_release -sc)
    
    echo "deb [signed-by=/usr/share/keyrings/influxdb.gpg] https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable" | sudo tee /etc/apt/sources.list.d/influxdb.list > /dev/null
    File '/usr/share/keyrings/influxdb.gpg' exists. Overwrite? (y/N) y
    

    da kommt nichts und dann immer noch der gleiche Fehler:

    pi@raspberrypi:~ $ sudo apt update
    Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
    Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
    Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
    Hit:4 https://apt.grafana.com stable InRelease
    Ign:5 https://repos.influxdata.com/raspbian bullseye InRelease
    Get:6 https://dl.cloudsmith.io/public/evcc/stable/deb/raspbian bullseye InRelease [5,127 B]
    Err:7 https://repos.influxdata.com/raspbian bullseye Release
      404  Not Found [IP: 18.66.26.28 443]
    Reading package lists... Done
    E: The repository 'https://repos.influxdata.com/raspbian bullseye 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@raspberrypi:~ $
    

    dann:

    pi@raspberrypi:~ $ wget -q https://repos.influxdata.com/influxdata-archive_compat.key
    pi@raspberrypi:~ $ gpg --with-fingerprint  --show-keys ./inluxdata-archive_compat.key
    gpg: directory '/home/pi/.gnupg' created
    gpg: keybox '/home/pi/.gnupg/pubring.kbx' created
    gpg: can't open './inluxdata-archive_compat.key': No such file or directory
    pi@raspberrypi:~ $ cat /etc/apt/sources.list.d/influx*
    deb [signed-by=/usr/share/keyrings/influxdb.gpg] https://repos.influxdata.com/raspbian bullseye stable
    pi@raspberrypi:~ $ cat /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg
    cat: /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg: No such file or directory
    pi@raspberrypi:~ $ wget -q https://repos.influxdata.com/influxdata-archive_compat.key
    pi@raspberrypi:~ $ gpg --with-fingerprint --show-keys ./influxdata-archive_compat.key
    pub   rsa4096 2023-01-18 [SC] [expires: 2026-01-17]
          9D53 9D90 D332 8DC7 D6C8  D3B9 D8FF 8E1F 7DF8 B07E
    uid                      InfluxData Package Signing Key <support@influxdata.com>
    

    Ich denke das sieht nicht schlecht aus aber nach neu booten kommt nach sudo apt update die gleiche Meldung wie bisher. Irgend etwas muss ich übersehen haben.

    Eben merke ich da ist ein Schreibfehler "inlux" satt "influx". Aber auch bei richtiger Schreibweise bleibt der Fehler

    LG Gerhard

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by Thomas Braun
    #30

    @maximinus

    ls -lah /etc/apt/sources.list.d/
    apt-key list | grep -i influx
    

    sagt?

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    M 1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @maximinus

      ls -lah /etc/apt/sources.list.d/
      apt-key list | grep -i influx
      

      sagt?

      M Offline
      M Offline
      maximinus
      wrote on last edited by
      #31

      @thomas-braun

      pi@raspberrypi:~ $ ls -lah /etc/apt/sources.list.d/
      apt-key list | grep -i influx
      total 28K
      drwxr-xr-x 2 root root 4.0K Jun 20 13:25 .
      drwxr-xr-x 8 root root 4.0K Jul 23 11:43 ..
      -rw-r--r-- 1 root root  418 Jun 20 13:25 evcc-stable.list
      -rw-r--r-- 1 root root   84 Jul 23 11:37 grafana.list
      -rw-r--r-- 1 root root  103 Jul 23 18:08 influxdb.list
      -rw-r--r-- 1 root root  208 Aug 23  2022 nodesource.list
      -rw-r--r-- 1 root root  191 Apr  4  2022 raspi.list
      Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
      pi@raspberrypi:~ $
      
      

      RasPi 4 4GB bookworm
      nodejs v20.19.4
      npm 10.8.2
      Objects type: jsonl
      States type: redis
      js-controller: 7.0.6
      admin: 7.6.17
      javascript: 8.9.2

      Thomas BraunT 1 Reply Last reply
      0
      • M maximinus

        @thomas-braun

        pi@raspberrypi:~ $ ls -lah /etc/apt/sources.list.d/
        apt-key list | grep -i influx
        total 28K
        drwxr-xr-x 2 root root 4.0K Jun 20 13:25 .
        drwxr-xr-x 8 root root 4.0K Jul 23 11:43 ..
        -rw-r--r-- 1 root root  418 Jun 20 13:25 evcc-stable.list
        -rw-r--r-- 1 root root   84 Jul 23 11:37 grafana.list
        -rw-r--r-- 1 root root  103 Jul 23 18:08 influxdb.list
        -rw-r--r-- 1 root root  208 Aug 23  2022 nodesource.list
        -rw-r--r-- 1 root root  191 Apr  4  2022 raspi.list
        Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
        pi@raspberrypi:~ $
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #32

        @maximinus

        sudo rm /etc/apt/sources.list.d/influxdb.list
        wget -q https://repos.influxdata.com/influxdata-archive_compat.key
        echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
        echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
        rm influxdata-archive_compat.key
        

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        1 Reply Last reply
        0
        • M Offline
          M Offline
          maximinus
          wrote on last edited by
          #33

          @thomas-braun

          Danke Thomas das wars

          pi@raspberrypi:~ $ apt list --upgradable
          Listing... Done
          grafana/stable 10.0.2 armhf [upgradable from: 9.1.3]
          N: There are 237 additional versions. Please use the '-a' switch to see them.
          pi@raspberrypi:~ $
          
          

          Ist es ratsam auf 10.0.2 zu wechseln? ich bin bei influxdb noch auf version1.x

          RasPi 4 4GB bookworm
          nodejs v20.19.4
          npm 10.8.2
          Objects type: jsonl
          States type: redis
          js-controller: 7.0.6
          admin: 7.6.17
          javascript: 8.9.2

          ? 1 Reply Last reply
          0
          • M maximinus

            @thomas-braun

            Danke Thomas das wars

            pi@raspberrypi:~ $ apt list --upgradable
            Listing... Done
            grafana/stable 10.0.2 armhf [upgradable from: 9.1.3]
            N: There are 237 additional versions. Please use the '-a' switch to see them.
            pi@raspberrypi:~ $
            
            

            Ist es ratsam auf 10.0.2 zu wechseln? ich bin bei influxdb noch auf version1.x

            ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #34

            @maximinus sagte in backitup Fehlermeldung:

            Ist es ratsam auf 10.0.2 zu wechseln? ich bin bei influxdb noch auf version1.x

            Moin,

            verwechselst Du da was?

            Grafana ≠ influx
            

            VG
            Bernd

            M 1 Reply Last reply
            0
            • ? A Former User

              @maximinus sagte in backitup Fehlermeldung:

              Ist es ratsam auf 10.0.2 zu wechseln? ich bin bei influxdb noch auf version1.x

              Moin,

              verwechselst Du da was?

              Grafana ≠ influx
              

              VG
              Bernd

              M Offline
              M Offline
              maximinus
              wrote on last edited by
              #35

              @dp20eic

              Grafana verarbeitet doch die Daten aus der influxdb. Es wäre ja möglich dass eine neue Version von Grafana auch eine neue Version von influxdb bedingt. Da ich bisher aber nichts vermisse würde ich lieber alles so lassen wie es ist. Es sei denn es wäre dringend angeraten doch upzugraden. Das war gemeint.

              LG Gerhard

              RasPi 4 4GB bookworm
              nodejs v20.19.4
              npm 10.8.2
              Objects type: jsonl
              States type: redis
              js-controller: 7.0.6
              admin: 7.6.17
              javascript: 8.9.2

              Thomas BraunT 2 Replies Last reply
              0
              • M maximinus

                @dp20eic

                Grafana verarbeitet doch die Daten aus der influxdb. Es wäre ja möglich dass eine neue Version von Grafana auch eine neue Version von influxdb bedingt. Da ich bisher aber nichts vermisse würde ich lieber alles so lassen wie es ist. Es sei denn es wäre dringend angeraten doch upzugraden. Das war gemeint.

                LG Gerhard

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #36

                @maximinus

                Updates sind zeitnah einzuspielen.

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                1 Reply Last reply
                0
                • M maximinus

                  @dp20eic

                  Grafana verarbeitet doch die Daten aus der influxdb. Es wäre ja möglich dass eine neue Version von Grafana auch eine neue Version von influxdb bedingt. Da ich bisher aber nichts vermisse würde ich lieber alles so lassen wie es ist. Es sei denn es wäre dringend angeraten doch upzugraden. Das war gemeint.

                  LG Gerhard

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #37

                  @maximinus

                  Was spuckt ein

                  sudo apt update
                  

                  jetzt aus?

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    maximinus
                    wrote on last edited by maximinus
                    #38
                    pi@raspberrypi:~ $ sudo apt update
                    Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                    Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                    Hit:3 https://repos.influxdata.com/debian stable InRelease
                    Hit:4 https://apt.grafana.com stable InRelease
                    Hit:5 https://deb.nodesource.com/node_16.x bullseye InRelease
                    Get:6 https://dl.cloudsmith.io/public/evcc/stable/deb/raspbian bullseye InRelease [5,127 B]
                    Fetched 5,127 B in 2s (3,290 B/s)
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    1 package can be upgraded. Run 'apt list --upgradable' to see it.
                    pi@raspberrypi:~ $
                    
                    

                    Daher die Frage.

                    RasPi 4 4GB bookworm
                    nodejs v20.19.4
                    npm 10.8.2
                    Objects type: jsonl
                    States type: redis
                    js-controller: 7.0.6
                    admin: 7.6.17
                    javascript: 8.9.2

                    Thomas BraunT 1 Reply Last reply
                    0
                    • M maximinus
                      pi@raspberrypi:~ $ sudo apt update
                      Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                      Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                      Hit:3 https://repos.influxdata.com/debian stable InRelease
                      Hit:4 https://apt.grafana.com stable InRelease
                      Hit:5 https://deb.nodesource.com/node_16.x bullseye InRelease
                      Get:6 https://dl.cloudsmith.io/public/evcc/stable/deb/raspbian bullseye InRelease [5,127 B]
                      Fetched 5,127 B in 2s (3,290 B/s)
                      Reading package lists... Done
                      Building dependency tree... Done
                      Reading state information... Done
                      1 package can be upgraded. Run 'apt list --upgradable' to see it.
                      pi@raspberrypi:~ $
                      
                      

                      Daher die Frage.

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      wrote on last edited by
                      #39

                      @maximinus

                      Ja, zieh die Version auf den letzten Stand.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      Support us

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

                      567

                      Online

                      32.7k

                      Users

                      82.5k

                      Topics

                      1.3m

                      Posts
                      Community
                      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                      ioBroker Community 2014-2025
                      logo
                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Home
                      • Recent
                      • Tags
                      • Unread 0
                      • Categories
                      • Unreplied
                      • Popular
                      • GitHub
                      • Docu
                      • Hilfe