Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. InfluxDB
    5. Benötige Hilfe bei Influx DB

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Benötige Hilfe bei Influx DB

    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Altersrentner @Einstein67 last edited by

      @einstein67
      Etwas passt nicht

      pi@raspberrypiioBroker:~ $ wget https://dl.grafana.com/enterprise/release/grafana-enterprise_6.6.1_amd64.deb
      --2022-08-05 14:59:11--  https://dl.grafana.com/enterprise/release/grafana-enterprise_6.6.1_amd64.deb
      Resolving dl.grafana.com (dl.grafana.com)... 2a04:4e42:1b::729, 151.101.114.217
      Connecting to dl.grafana.com (dl.grafana.com)|2a04:4e42:1b::729|:443... connected.
      HTTP request sent, awaiting response... 200 OK
      Length: 63940356 (61M) [application/x-debian-package]
      Saving to: ‘grafana-enterprise_6.6.1_amd64.deb’
      
      grafana-enterprise_6.6.1_amd64.d 100%[=========================================================>]  60.98M  6.83MB/s    in 8.9s
      
      2022-08-05 14:59:20 (6.81 MB/s) - ‘grafana-enterprise_6.6.1_amd64.deb’ saved [63940356/63940356]
      
      pi@raspberrypiioBroker:~ $ sudo dpkg -i grafana-enterprise_6.6.1_amd64.deb
      dpkg: error processing archive grafana-enterprise_6.6.1_amd64.deb (--install):
       package architecture (amd64) does not match system (arm64)
      Errors were encountered while processing:
       grafana-enterprise_6.6.1_amd64.deb
      pi@raspberrypiioBroker:~ $ sudo apt install grafana=6.6.1
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      E: Unable to locate package grafana
      pi@raspberrypiioBroker:~ $
      
      

      Wenn ich aber das eingebe

      wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
      
      	curl -sL https://packages.grafana.com/gpg.key | sudo apt-key add 
      
      	echo "deb https://packages.grafana.com/oss/deb stable main" | sudo tee /etc/apt/sources.list.d/grafana.list 
      
      

      Bin ich wieder auf der aktuellen Version

      Hier noch "update"

      pi@raspberrypiioBroker:~ $ 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://repos.influxdata.com/debian stretch InRelease
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      All packages are up to date.
      pi@raspberrypiioBroker:~ $
      
      
      E 1 Reply Last reply Reply Quote 0
      • E
        Einstein67 @Altersrentner last edited by

        @altersrentner said in Benötige Hilfe bei Influx DB:

        Bin ich wieder auf der aktuellen Version

        Jetzt nochmal den Befehl zum installieren ausführen.

        A 2 Replies Last reply Reply Quote 0
        • A
          Altersrentner @Einstein67 last edited by

          @einstein67 sagte in Benötige Hilfe bei Influx DB:

          Jetzt nochmal den Befehl zum installieren ausführen.

          Welchen Befehl

          1 Reply Last reply Reply Quote 0
          • A
            Altersrentner @Einstein67 last edited by

            @einstein67 sagte in Benötige Hilfe bei Influx DB:

            Jetzt nochmal den Befehl zum installieren ausführen.

            Das geht nicht

            pi@raspberrypiioBroker:~ $ sudo apt install grafana=6.6.1
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            E: Unable to locate package grafana
            pi@raspberrypiioBroker:~ $
            
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Altersrentner last edited by

              @altersrentner

              apt policy grafana
              

              wirft dir alle verfügbaren Versionen um die Ohren.

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

                @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                wirft dir alle verfügbaren Versionen um die Ohren.

                pi@raspberrypiioBroker:~ $ sudo apt install grafana=6.6.1
                Reading package lists... Done
                Building dependency tree... Done
                Reading state information... Done
                E: Unable to locate package grafana
                pi@raspberrypiioBroker:~ $ sudo apt-mark hold grafana
                E: Unable to locate package grafana
                E: No packages found
                pi@raspberrypiioBroker:~ $ apt policy grafana
                N: Unable to locate package grafana
                pi@raspberrypiioBroker:~ $
                
                

                Grafana ist nicht vorhanden

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

                  @altersrentner

                  Dann ist das Grafana-Repo nicht angelegt.

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

                    @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                    Dann ist das Grafana-Repo nicht angelegt.

                    pi@raspberrypiioBroker:~ $ 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://repos.influxdata.com/debian stretch InRelease
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    All packages are up to date.
                    pi@raspberrypiioBroker:~ $
                    
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Altersrentner last edited by Thomas Braun

                      @altersrentner

                      Sag ich doch. Kein Repository angelegt.

                      Und dein Influxdata-Repository ist auch falsch. Du hast kein 'stretch' laufen sondern offenbar 'bullseye'. Dann muss das auch auf bullseye lauten.

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

                        @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                        Sag ich doch. Kein Repository angelegt.

                        Das habe ich gemacht:

                        pi@raspberrypiioBroker:~ $ sudo apt-get install -y adduser libfontconfig1
                        Reading package lists... Done
                        Building dependency tree... Done
                        Reading state information... Done
                        adduser is already the newest version (3.118).
                        libfontconfig1 is already the newest version (2.13.1-4.2).
                        libfontconfig1 set to manually installed.
                        0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                        pi@raspberrypiioBroker:~ $ wget https://dl.grafana.com/enterprise/release/grafana-enterprise_6.6.1_amd64.deb
                        --2022-08-05 14:59:11--  https://dl.grafana.com/enterprise/release/grafana-enterprise_6.6.1_amd64.deb
                        Resolving dl.grafana.com (dl.grafana.com)... 2a04:4e42:1b::729, 151.101.114.217
                        Connecting to dl.grafana.com (dl.grafana.com)|2a04:4e42:1b::729|:443... connected.
                        HTTP request sent, awaiting response... 200 OK
                        Length: 63940356 (61M) [application/x-debian-package]
                        Saving to: ‘grafana-enterprise_6.6.1_amd64.deb’
                        
                        grafana-enterprise_6.6.1_amd64.d 100%[=========================================================>]  60.98M  6.83MB/s    in 8.9s
                        
                        2022-08-05 14:59:20 (6.81 MB/s) - ‘grafana-enterprise_6.6.1_amd64.deb’ saved [63940356/63940356]
                        
                        pi@raspberrypiioBroker:~ $ sudo dpkg -i grafana-enterprise_6.6.1_amd64.deb
                        dpkg: error processing archive grafana-enterprise_6.6.1_amd64.deb (--install):
                         package architecture (amd64) does not match system (arm64)
                        Errors were encountered while processing:
                         grafana-enterprise_6.6.1_amd64.deb
                        pi@raspberrypiioBroker:~ $ sudo apt install grafana=6.6.1
                        Reading package lists... Done
                        Building dependency tree... Done
                        Reading state information... Done
                        E: Unable to locate package grafana
                        pi@raspberrypiioBroker:~ $ 
                        
                        Thomas Braun DJMarc75 2 Replies Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Altersrentner last edited by Thomas Braun

                          @altersrentner

                          Damit dübelst du dir 'irgendwas' am Paketmanager vorbei ins System.
                          Finger weg von so einem Blödsinn.

                          amd64 passt auch nicht zu deinem Raspberry Pi, der hat eine andere Prozessorarchitektur. Deswegen auch:

                          package architecture (amd64) does not match system (arm64)
                          
                          1 Reply Last reply Reply Quote 0
                          • DJMarc75
                            DJMarc75 @Altersrentner last edited by

                            @altersrentner

                            wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
                            echo "deb https://packages.grafana.com/oss/deb stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
                            

                            dann

                            sudo apt update
                            
                            A 1 Reply Last reply Reply Quote 0
                            • A
                              Altersrentner @DJMarc75 last edited by

                              @djmarc75

                              pi@raspberrypiioBroker:~ $ sudo apt update
                              Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
                              Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                              Hit:3 https://repos.influxdata.com/debian stretch InRelease
                              Get:4 https://packages.grafana.com/oss/deb stable InRelease [12.1 kB]
                              Get:5 https://packages.grafana.com/oss/deb stable/main arm64 Packages [26.6 kB]
                              Get:6 https://packages.grafana.com/oss/deb stable/main armhf Packages [36.1 kB]
                              Hit:7 http://deb.debian.org/debian bullseye InRelease
                              Hit:8 http://deb.debian.org/debian bullseye-updates InRelease
                              Fetched 74.9 kB in 6s (13.1 kB/s)
                              Reading package lists... Done
                              Building dependency tree... Done
                              Reading state information... Done
                              All packages are up to date.
                              pi@raspberrypiioBroker:~ $
                              
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Altersrentner last edited by

                                @altersrentner

                                Auch wenn ich das absolut nicht für eine gute Idee halte:

                                sudo apt install grafana=6.6.1
                                sudo apt-mark hold grafana
                                
                                DJMarc75 A 2 Replies Last reply Reply Quote 0
                                • DJMarc75
                                  DJMarc75 @Thomas Braun last edited by

                                  @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                                  Auch wenn ich das absolut nicht für eine gute Idee halte

                                  Da gibts dann halt ein H-Kennzeichen 😀

                                  @Altersrentner bist Du schon weitergekommen ?

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

                                    @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                                    Auch wenn ich das absolut nicht für eine gute Idee halte:

                                    Warum?

                                    @djmarc75 sagte in Benötige Hilfe bei Influx DB:

                                    Da gibts dann halt ein H-Kennzeichen

                                    Was meinst Du damit?

                                    @djmarc75 sagte in Benötige Hilfe bei Influx DB:

                                    bist Du schon weitergekommen ?

                                    Ja, Eben das erste Board erstellt👍 👍 👍 😊 😊 😊
                                    Die Version ist super einfach zu bedienen

                                    Version alt.png

                                    Ich denke, das soll es dann gewesen sein.

                                    Ich möchte mich bei alle die mir mit Engelsgeduld geholfen haben bedanken.
                                    Mit freundlichen Grüßen
                                    Michael

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

                                      @altersrentner
                                      Erwartest du da ernsthaft eine Antwort?

                                      Schau hier rein:

                                      https://grafana.com/tags/security/

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

                                        @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                                        Schau hier rein:

                                        OHA!
                                        Aber 😧 ich habe bei der aktuellen V keinen Lichtblick gefunden.
                                        Habe doch noch eine Frage

                                        Wie kann ich das zurücksetzen / aufheben?

                                        sudo apt-mark hold grafana
                                        

                                        MfG Michael

                                        DJMarc75 1 Reply Last reply Reply Quote 0
                                        • DJMarc75
                                          DJMarc75 @Altersrentner last edited by

                                          @altersrentner sagte in Benötige Hilfe bei Influx DB:

                                          Wie kann ich das zurücksetzen / aufheben?

                                          sudo atp-mark unhold grafana
                                          

                                          Suchfunktionen in jeglicher Form wäre da auch mal eine super Idee - nicht hier alles OutOfTheBox erwarten !

                                          A 1 Reply Last reply Reply Quote 0
                                          • A
                                            Altersrentner @DJMarc75 last edited by

                                            @djmarc75
                                            Asche auf mein Haupt😖
                                            MfG Michael

                                            DJMarc75 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.1k
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            109
                                            6765
                                            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