Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. InfluxDB
    5. [Gelöst] InfluxDB Upgrade error

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [Gelöst] InfluxDB Upgrade error

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

      @thomas-braun Nein ich war schon in dem richtigen Verzeichnis. Habe ja über "ls" gesehen das die Dateien da drin liegen. Wenn ich sie aber öffne sind sie leer.

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

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

        @sushibomba

        pi@Pi4ioBroker128GB:~ $ nano influxdb.list
        

        Da stehst du in /home/pi
        Und da gibt es keine influxdb.list, die von apt gelesen wird, weil apt nur im Verzeichnis /etc/apt/ nach .list-Dateien schaut.

        ls -lAh /etc/apt/sources.list.d/
        

        sagt?

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

          @thomas-braun sagte in [Gelöst] InfluxDB Upgrade error:

          ls -lAh /etc/apt/sources.list.d/

          pi@Pi4ioBroker128GB:~ $ ls -lAh /etc/apt/sources.list.d/
          total 20K
          -rw-r--r-- 1 root root 84 Mar 21 10:37 grafana.list
          -rw-r--r-- 1 root root 117 Mar 20 09:54 influxdata.list
          -rw-r--r-- 1 root root 55 Feb 2 2022 influxdb.list
          -rw-r--r-- 1 root root 208 Aug 6 2022 nodesource.list
          -rw-r--r-- 1 root root 191 Jan 28 2022 raspi.list

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

            @sushibomba sagte in [Gelöst] InfluxDB Upgrade error:

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

            Und die andere Datei mit nano beackern:

            sudo nano /etc/apt/sources.list.d/influxdata.list
            
            S 1 Reply Last reply Reply Quote 0
            • S
              Sushibomba @Thomas Braun last edited by Sushibomba

              @thomas-braun sagte in [Gelöst] InfluxDB Upgrade error:

              @sushibomba sagte in [Gelöst] InfluxDB Upgrade error:

              sudo rm /etc/apt/sources.list.d/influxdb.list
              
              pi@Pi4ioBroker128GB:~ $ sudo rm /etc/apt/sources.list.d/influxdb.lis
              rm: cannot remove '/etc/apt/sources.list.d/influxdb.lis': No such file or directory
              

              EDIT: hatte das "t" von list irgendwie nicht kopiert. dann hats geklappt.

              Und die andere Datei mit nano beackern:

              sudo nano /etc/apt/sources.list.d/influxdata.list
              
              deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
              

              Das steht da schon drin.

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

                @sushibomba

                sudo apt update
                

                sieht nun wie aus?

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

                  @thomas-braun sagte in [Gelöst] InfluxDB Upgrade error:

                  sudo apt update

                  pi@Pi4ioBroker128GB:~ $ 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://deb.nodesource.com/node_16.x bullseye InRelease
                  Hit:5 https://apt.grafana.com stable InRelease
                  Reading package lists... Done
                  Building dependency tree... Done
                  Reading state information... Done
                  2 packages can be upgraded. Run 'apt list --upgradable' to see them.
                  
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Sushibomba last edited by

                    @sushibomba

                    Jetzt passt es.
                    Hau die beiden Updates rein.

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

                      @thomas-braun
                      Ok. Perfekt. Danke für deine klasse Hilfe!!! Dir einen tollen Tag.

                      1 Reply Last reply Reply Quote 0
                      • R
                        Ralf Topas @Rushmed last edited by

                        @rushmed wie hast du denn den Fehler wegbekommen? Ich scheitere gerade dran. Dachte erst, dass ich ein copy&past Mist gebaut habe. Aber auch das Kopieren in den Editor hat leider keinen Erfolg gebracht...

                        R 1 Reply Last reply Reply Quote 0
                        • R
                          Ralf Topas @Ralf Topas last edited by

                          @ralf-topas
                          Die anderen Abfragen brachten das Ergebnis:

                          pi@IOB:/etc/apt/trusted.gpg.d $ ls -la /etc/apt//sources.list.d/
                          total 24
                          drwxr-xr-x 2 root root 4096 May 29 21:42 .
                          drwxr-xr-x 9 root root 4096 May 29 21:42 ..
                          -rw-r--r-- 1 root root   53 May 29 21:42 grafana.list
                          -rw-r--r-- 1 root root   56 May 29 21:28 influxdb.list
                          -rw-r--r-- 1 root root  100 May 29 19:02 nodesource.list
                          -rw-r--r-- 1 root root  191 Mar 15 16:00 raspi.list
                          pi@IOB:/etc/apt/trusted.gpg.d $ ls -la /etc/apt/trusted.gpg.d/
                          total 96
                          drwxr-xr-x 2 root root  4096 May 29 21:42 .
                          drwxr-xr-x 9 root root  4096 May 29 21:42 ..
                          -rw-r--r-- 1 root root 11861 Jul 30  2023 debian-archive-bookworm-automatic.asc
                          -rw-r--r-- 1 root root 11873 Jul 30  2023 debian-archive-bookworm-security-automatic.asc
                          -rw-r--r-- 1 root root   461 Jul 30  2023 debian-archive-bookworm-stable.asc
                          -rw-r--r-- 1 root root 11861 Jul 30  2023 debian-archive-bullseye-automatic.asc
                          -rw-r--r-- 1 root root 11873 Jul 30  2023 debian-archive-bullseye-security-automatic.asc
                          -rw-r--r-- 1 root root  3403 Jul 30  2023 debian-archive-bullseye-stable.asc
                          -rw-r--r-- 1 root root 11093 Jul 30  2023 debian-archive-buster-automatic.asc
                          -rw-r--r-- 1 root root 11105 Jul 30  2023 debian-archive-buster-security-automatic.asc
                          -rw-r--r-- 1 root root  1704 Jul 30  2023 debian-archive-buster-stable.asc
                          -rw-r--r-- 1 root root  1183 Mar 15 16:00 raspberrypi-archive-stable.gpg
                          
                          
                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post

                          Support us

                          ioBroker
                          Community Adapters
                          Donate

                          1.2k
                          Online

                          31.7k
                          Users

                          79.7k
                          Topics

                          1.3m
                          Posts

                          error influx upgrade
                          9
                          54
                          11917
                          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