Skip to content
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. Grafana
  5. Grafana Installation - Fehler grafana-rpi:armhf

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.2k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.2k

Grafana Installation - Fehler grafana-rpi:armhf

Geplant Angeheftet Gesperrt Verschoben Grafana
91 Beiträge 5 Kommentatoren 6.6k Aufrufe 4 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • H heli-wolf

    @homoran

    wie kann man den Rohrbruch beseitigen?

    HomoranH Nicht stören
    HomoranH Nicht stören
    Homoran
    Global Moderator Administrators
    schrieb am zuletzt editiert von
    #32

    @heli-wolf sagte in Grafana Installation - Fehler grafana-rpi:armhf:

    @homoran

    wie kann man den Rohrbruch beseitigen?

    keine Ahnung.
    Aber vielleicht kann @thomas-braun da helfen, wenn er Zeit hat

    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

    1 Antwort Letzte Antwort
    0
    • Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #33

      @homoran

      Bin gerade am Handy. Schau später mit großem Monitor mal rein. Aber da sind falsche list-Dateien und falsche Pakete installiert, wenn ich das richtig sehe.

      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

      H 1 Antwort Letzte Antwort
      1
      • Thomas BraunT Thomas Braun

        @homoran

        Bin gerade am Handy. Schau später mit großem Monitor mal rein. Aber da sind falsche list-Dateien und falsche Pakete installiert, wenn ich das richtig sehe.

        H Offline
        H Offline
        heli-wolf
        schrieb am zuletzt editiert von
        #34

        @thomas-braun

        Vielen Dank !!!

        1 Antwort Letzte Antwort
        0
        • H heli-wolf

          @djmarc75
          ich habe jetzt die Grafanainstallation entfernt und neu installiert und dabei die richtigen Dateien installiert.
          aber leider hat er die alte Version der grafana_9.1.4_arm64.deb noch im Archiv und das stößt bei der Installation auf Probleme.

          iobroker@iobroker:~ $ sudo apt install grafana
          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          The following NEW packages will be installed:
            grafana
          0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
          Need to get 0 B/76.8 MB of archives.
          After this operation, 271 MB of additional disk space will be used.
          (Reading database ... 54954 files and directories currently installed.)
          Preparing to unpack .../grafana_9.1.4_arm64.deb ...
          Unpacking grafana (9.1.4) ...
          dpkg: error processing archive /var/cache/apt/archives/grafana_9.1.4_arm64.deb (  --unpack):
           trying to overwrite '/usr/lib/systemd/system/grafana-server.service', which is                                       also in package grafana-rpi:armhf 9.1.4
          dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
          Errors were encountered while processing:
           /var/cache/apt/archives/grafana_9.1.4_arm64.deb
          E: Sub-process /usr/bin/dpkg returned an error code (1)
          
          

          Jetzt wollte ich die besagte Datei löschen um so die Installation ohne Konflikt vornehmen zu können.

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von Thomas Braun
          #35

          @heli-wolf sagte in Grafana Installation - Fehler grafana-rpi:armhf:

          alte Version der grafana_9.1.4_arm64.deb

          Wo kommt die denn her? Hast du die etwa am Paketmanager vorbei in das System geschraubt?

          Die mehrfach vorhandenen Einträge/Zeilen in der
          /etc/apt/sources.list.d/grafana.list
          löschen.
          Da sollte nur

          deb [signed-by=/usr/share/keyrings/grafana.gpg] https://packages.grafana.com/oss/deb stable main
          

          drin stehen.

          Dann

          sudo apt purge grafana-rpi
          sudo apt update
          apt policy grafana*

          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

          H 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @heli-wolf sagte in Grafana Installation - Fehler grafana-rpi:armhf:

            alte Version der grafana_9.1.4_arm64.deb

            Wo kommt die denn her? Hast du die etwa am Paketmanager vorbei in das System geschraubt?

            Die mehrfach vorhandenen Einträge/Zeilen in der
            /etc/apt/sources.list.d/grafana.list
            löschen.
            Da sollte nur

            deb [signed-by=/usr/share/keyrings/grafana.gpg] https://packages.grafana.com/oss/deb stable main
            

            drin stehen.

            Dann

            sudo apt purge grafana-rpi
            sudo apt update
            apt policy grafana*
            H Offline
            H Offline
            heli-wolf
            schrieb am zuletzt editiert von
            #36

            @thomas-braun said in Grafana Installation - Fehler grafana-rpi:armhf:

            apt policy grafana*

            iobroker@iobroker:~ $ sudo apt purge grafana-rpi
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            The following packages were automatically installed and are no longer required:
              libbrotli1:armhf libexpat1:armhf libfontconfig1:armhf libfreetype6:armhf
              libpng16-16:armhf libuuid1:armhf zlib1g:armhf
            Use 'sudo apt autoremove' to remove them.
            The following packages will be REMOVED:
              grafana-rpi:armhf*
            0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
            After this operation, 258 MB disk space will be freed.
            Do you want to continue? [Y/n] y
            (Reading database ... 54954 files and directories currently installed.)
            Removing grafana-rpi:armhf (9.1.4) ...
            (Reading database ... 47955 files and directories currently installed.)
            Purging configuration files for grafana-rpi:armhf (9.1.4) ...
            dpkg: warning: while removing grafana-rpi:armhf, directory '/etc/grafana' not empty so not removed
            dpkg: warning: while removing grafana-rpi:armhf, directory '/usr/lib/systemd/system' not empty so not removed
            iobroker@iobroker:~ $ sudo apt update
            Hit:1 http://deb.debian.org/debian bullseye InRelease
            Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
            Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
            Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
            Hit:5 https://packages.grafana.com/oss/deb stable InRelease
            Hit:6 https://deb.nodesource.com/node_16.x bullseye InRelease
            Hit:7 https://repos.influxdata.com/debian bullseye InRelease
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            All packages are up to date.
            W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
            W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
            W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
            W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
            W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
            W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
            W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
            W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
            W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
            W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
            W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
            W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
            W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
            W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
            W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
            W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
            W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
            W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
            W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
            W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
            iobroker@iobroker:~ $ apt policy grafana*
            N: Unable to locate package grafana_9.1.4_armhf.deb
            N: Unable to locate package grafana-rpi_7.5.0_armhf.deb
            N: Unable to locate package grafana-rpi_9.1.4_armhf.deb
            iobroker@iobroker:~ $
            
            

            sollten die Fehler jetzt behoben sein?
            kann ich die Installation mit

            sudo apt install grafana
            

            jetzt wieder starten?

            H Thomas BraunT 2 Antworten Letzte Antwort
            0
            • H heli-wolf

              @thomas-braun said in Grafana Installation - Fehler grafana-rpi:armhf:

              apt policy grafana*

              iobroker@iobroker:~ $ sudo apt purge grafana-rpi
              Reading package lists... Done
              Building dependency tree... Done
              Reading state information... Done
              The following packages were automatically installed and are no longer required:
                libbrotli1:armhf libexpat1:armhf libfontconfig1:armhf libfreetype6:armhf
                libpng16-16:armhf libuuid1:armhf zlib1g:armhf
              Use 'sudo apt autoremove' to remove them.
              The following packages will be REMOVED:
                grafana-rpi:armhf*
              0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
              After this operation, 258 MB disk space will be freed.
              Do you want to continue? [Y/n] y
              (Reading database ... 54954 files and directories currently installed.)
              Removing grafana-rpi:armhf (9.1.4) ...
              (Reading database ... 47955 files and directories currently installed.)
              Purging configuration files for grafana-rpi:armhf (9.1.4) ...
              dpkg: warning: while removing grafana-rpi:armhf, directory '/etc/grafana' not empty so not removed
              dpkg: warning: while removing grafana-rpi:armhf, directory '/usr/lib/systemd/system' not empty so not removed
              iobroker@iobroker:~ $ sudo apt update
              Hit:1 http://deb.debian.org/debian bullseye InRelease
              Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
              Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
              Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
              Hit:5 https://packages.grafana.com/oss/deb stable InRelease
              Hit:6 https://deb.nodesource.com/node_16.x bullseye InRelease
              Hit:7 https://repos.influxdata.com/debian bullseye InRelease
              Reading package lists... Done
              Building dependency tree... Done
              Reading state information... Done
              All packages are up to date.
              W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
              W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
              W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
              W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
              W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
              W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
              W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
              W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
              W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
              W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
              W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
              W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
              W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
              W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
              W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
              W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
              W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
              W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
              W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
              W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
              iobroker@iobroker:~ $ apt policy grafana*
              N: Unable to locate package grafana_9.1.4_armhf.deb
              N: Unable to locate package grafana-rpi_7.5.0_armhf.deb
              N: Unable to locate package grafana-rpi_9.1.4_armhf.deb
              iobroker@iobroker:~ $
              
              

              sollten die Fehler jetzt behoben sein?
              kann ich die Installation mit

              sudo apt install grafana
              

              jetzt wieder starten?

              H Offline
              H Offline
              heli-wolf
              schrieb am zuletzt editiert von
              #37

              @heli-wolf
              Die mehrfach vorhandenen Einträge/Zeilen in der
              /etc/apt/sources.list.d/grafana.list
              löschen.
              Wie lösche ich diese Dateien.
              Über Filezilla habe ich keine Berechtigung Dateien zu löschen.

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • H heli-wolf

                @thomas-braun said in Grafana Installation - Fehler grafana-rpi:armhf:

                apt policy grafana*

                iobroker@iobroker:~ $ sudo apt purge grafana-rpi
                Reading package lists... Done
                Building dependency tree... Done
                Reading state information... Done
                The following packages were automatically installed and are no longer required:
                  libbrotli1:armhf libexpat1:armhf libfontconfig1:armhf libfreetype6:armhf
                  libpng16-16:armhf libuuid1:armhf zlib1g:armhf
                Use 'sudo apt autoremove' to remove them.
                The following packages will be REMOVED:
                  grafana-rpi:armhf*
                0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
                After this operation, 258 MB disk space will be freed.
                Do you want to continue? [Y/n] y
                (Reading database ... 54954 files and directories currently installed.)
                Removing grafana-rpi:armhf (9.1.4) ...
                (Reading database ... 47955 files and directories currently installed.)
                Purging configuration files for grafana-rpi:armhf (9.1.4) ...
                dpkg: warning: while removing grafana-rpi:armhf, directory '/etc/grafana' not empty so not removed
                dpkg: warning: while removing grafana-rpi:armhf, directory '/usr/lib/systemd/system' not empty so not removed
                iobroker@iobroker:~ $ sudo apt update
                Hit:1 http://deb.debian.org/debian bullseye InRelease
                Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
                Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
                Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
                Hit:5 https://packages.grafana.com/oss/deb stable InRelease
                Hit:6 https://deb.nodesource.com/node_16.x bullseye InRelease
                Hit:7 https://repos.influxdata.com/debian bullseye InRelease
                Reading package lists... Done
                Building dependency tree... Done
                Reading state information... Done
                All packages are up to date.
                W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
                W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
                W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
                W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
                W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
                W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
                W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
                W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
                W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
                W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
                W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
                W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
                W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
                W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
                W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:2
                W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
                W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
                W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
                W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
                W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
                iobroker@iobroker:~ $ apt policy grafana*
                N: Unable to locate package grafana_9.1.4_armhf.deb
                N: Unable to locate package grafana-rpi_7.5.0_armhf.deb
                N: Unable to locate package grafana-rpi_9.1.4_armhf.deb
                iobroker@iobroker:~ $
                
                

                sollten die Fehler jetzt behoben sein?
                kann ich die Installation mit

                sudo apt install grafana
                

                jetzt wieder starten?

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #38

                @heli-wolf sagte in Grafana Installation - Fehler grafana-rpi:armhf:

                sollten die Fehler jetzt behoben sein?

                Nein, da hast du ganz schon rumgeaast...
                Da ist einiges schief.

                Die mehrfach vorhandenen Einträge/Zeilen in der
                /etc/apt/sources.list.d/grafana.list
                löschen.
                Da sollte nur

                deb [signed-by=/usr/share/keyrings/grafana.gpg] https://packages.grafana.com/oss/deb stable main
                

                drin stehen.

                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 Antwort Letzte Antwort
                0
                • H heli-wolf

                  @heli-wolf
                  Die mehrfach vorhandenen Einträge/Zeilen in der
                  /etc/apt/sources.list.d/grafana.list
                  löschen.
                  Wie lösche ich diese Dateien.
                  Über Filezilla habe ich keine Berechtigung Dateien zu löschen.

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von Thomas Braun
                  #39

                  @heli-wolf sagte in Grafana Installation - Fehler grafana-rpi:armhf:

                  Über Filezilla habe ich keine Berechtigung Dateien zu löschen.

                  Nicht die Datei löschen, die doppelten Zeilen darin.
                  Geht mit einem Editor, nano z. B.

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

                  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

                  H 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @heli-wolf sagte in Grafana Installation - Fehler grafana-rpi:armhf:

                    Über Filezilla habe ich keine Berechtigung Dateien zu löschen.

                    Nicht die Datei löschen, die doppelten Zeilen darin.
                    Geht mit einem Editor, nano z. B.

                    sudo nano /etc/apt/sources.list.d/grafana.list
                    
                    H Offline
                    H Offline
                    heli-wolf
                    schrieb am zuletzt editiert von
                    #40

                    @thomas-braun said in Grafana Installation - Fehler grafana-rpi:armhf:

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

                    Die Grafana.list habe ich mit einem Editor angesehen und sieht folgend aus:
                    deb https://packages.grafana.com/oss/deb stable main
                    deb https://packages.grafana.com/oss/deb stable main
                    deb https://packages.grafana.com/oss/deb stable main

                    2 davon habe ich gelöscht.

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • H heli-wolf

                      @thomas-braun said in Grafana Installation - Fehler grafana-rpi:armhf:

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

                      Die Grafana.list habe ich mit einem Editor angesehen und sieht folgend aus:
                      deb https://packages.grafana.com/oss/deb stable main
                      deb https://packages.grafana.com/oss/deb stable main
                      deb https://packages.grafana.com/oss/deb stable main

                      2 davon habe ich gelöscht.

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #41

                      @heli-wolf

                      sudo apt update
                      

                      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

                      H 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @heli-wolf

                        sudo apt update
                        
                        H Offline
                        H Offline
                        heli-wolf
                        schrieb am zuletzt editiert von
                        #42

                        @thomas-braun said in Grafana Installation - Fehler grafana-rpi:armhf:

                        sudo apt update

                        iobroker@iobroker:~ $ 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_16.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
                        All packages are up to date.
                        iobroker@iobroker:~ $
                        
                        
                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • H heli-wolf

                          @thomas-braun said in Grafana Installation - Fehler grafana-rpi:armhf:

                          sudo apt update

                          iobroker@iobroker:~ $ 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_16.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
                          All packages are up to date.
                          iobroker@iobroker:~ $
                          
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #43

                          @heli-wolf

                          apt policy grafana*
                          

                          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

                          H 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @heli-wolf

                            apt policy grafana*
                            
                            H Offline
                            H Offline
                            heli-wolf
                            schrieb am zuletzt editiert von
                            #44

                            @thomas-braun said in Grafana Installation - Fehler grafana-rpi:armhf:

                            apt policy grafana*

                            iobroker@iobroker:~ $ apt policy grafana*
                            N: Unable to locate package grafana_9.1.4_armhf.deb
                            N: Unable to locate package grafana-rpi_7.5.0_armhf.deb
                            N: Unable to locate package grafana-rpi_9.1.4_armhf.deb
                            iobroker@iobroker:~ $
                            
                            
                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • H heli-wolf

                              @thomas-braun said in Grafana Installation - Fehler grafana-rpi:armhf:

                              apt policy grafana*

                              iobroker@iobroker:~ $ apt policy grafana*
                              N: Unable to locate package grafana_9.1.4_armhf.deb
                              N: Unable to locate package grafana-rpi_7.5.0_armhf.deb
                              N: Unable to locate package grafana-rpi_9.1.4_armhf.deb
                              iobroker@iobroker:~ $
                              
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von Thomas Braun
                              #45

                              @heli-wolf

                              Die drei hast du mal versucht manuell zu installieren? Per dpgk oder wie?

                              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

                              H 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @heli-wolf

                                Die drei hast du mal versucht manuell zu installieren? Per dpgk oder wie?

                                H Offline
                                H Offline
                                heli-wolf
                                schrieb am zuletzt editiert von
                                #46

                                @thomas-braun

                                kann sein, ich habe vieles versucht.

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • H heli-wolf

                                  @thomas-braun

                                  kann sein, ich habe vieles versucht.

                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #47

                                  @heli-wolf

                                  apt install grafana-rpi --dry-run
                                  

                                  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

                                  H 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @heli-wolf

                                    apt install grafana-rpi --dry-run
                                    
                                    H Offline
                                    H Offline
                                    heli-wolf
                                    schrieb am zuletzt editiert von
                                    #48

                                    @thomas-braun said in Grafana Installation - Fehler grafana-rpi:armhf:

                                    apt install grafana-rpi --dry-run

                                    iobroker@iobroker:~ $ apt install grafana-rpi --dry-run
                                    NOTE: This is only a simulation!
                                          apt needs root privileges for real execution.
                                          Keep also in mind that locking is deactivated,
                                          so don't depend on the relevance to the real current situation!
                                    Reading package lists... Done
                                    Building dependency tree... Done
                                    Reading state information... Done
                                    The following NEW packages will be installed:
                                      grafana-rpi:armhf
                                    0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
                                    Inst grafana-rpi:armhf (9.1.0 grafana stable:stable [armhf])
                                    Conf grafana-rpi:armhf (9.1.0 grafana stable:stable [armhf])
                                    iobroker@iobroker:~ $
                                    
                                    
                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • H heli-wolf

                                      @thomas-braun said in Grafana Installation - Fehler grafana-rpi:armhf:

                                      apt install grafana-rpi --dry-run

                                      iobroker@iobroker:~ $ apt install grafana-rpi --dry-run
                                      NOTE: This is only a simulation!
                                            apt needs root privileges for real execution.
                                            Keep also in mind that locking is deactivated,
                                            so don't depend on the relevance to the real current situation!
                                      Reading package lists... Done
                                      Building dependency tree... Done
                                      Reading state information... Done
                                      The following NEW packages will be installed:
                                        grafana-rpi:armhf
                                      0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
                                      Inst grafana-rpi:armhf (9.1.0 grafana stable:stable [armhf])
                                      Conf grafana-rpi:armhf (9.1.0 grafana stable:stable [armhf])
                                      iobroker@iobroker:~ $
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #49

                                      @heli-wolf

                                      .k

                                      apt install grafana --dry-run
                                      

                                      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

                                      H 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @heli-wolf

                                        .k

                                        apt install grafana --dry-run
                                        
                                        H Offline
                                        H Offline
                                        heli-wolf
                                        schrieb am zuletzt editiert von
                                        #50

                                        @thomas-braun

                                        iobroker@iobroker:~ $ apt install grafana --dry-run
                                        NOTE: This is only a simulation!
                                              apt needs root privileges for real execution.
                                              Keep also in mind that locking is deactivated,
                                              so don't depend on the relevance to the real current situation!
                                        Reading package lists... Done
                                        Building dependency tree... Done
                                        Reading state information... Done
                                        The following packages were automatically installed and are no longer required:
                                          libbrotli1:armhf libexpat1:armhf libfontconfig1:armhf libfreetype6:armhf
                                          libpng16-16:armhf libuuid1:armhf zlib1g:armhf
                                        Use 'apt autoremove' to remove them.
                                        The following NEW packages will be installed:
                                          grafana
                                        0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
                                        Inst grafana (9.1.4 grafana stable:stable [arm64])
                                        Conf grafana (9.1.4 grafana stable:stable [arm64])
                                        iobroker@iobroker:~ $
                                        
                                        
                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • H heli-wolf

                                          @thomas-braun

                                          iobroker@iobroker:~ $ apt install grafana --dry-run
                                          NOTE: This is only a simulation!
                                                apt needs root privileges for real execution.
                                                Keep also in mind that locking is deactivated,
                                                so don't depend on the relevance to the real current situation!
                                          Reading package lists... Done
                                          Building dependency tree... Done
                                          Reading state information... Done
                                          The following packages were automatically installed and are no longer required:
                                            libbrotli1:armhf libexpat1:armhf libfontconfig1:armhf libfreetype6:armhf
                                            libpng16-16:armhf libuuid1:armhf zlib1g:armhf
                                          Use 'apt autoremove' to remove them.
                                          The following NEW packages will be installed:
                                            grafana
                                          0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
                                          Inst grafana (9.1.4 grafana stable:stable [arm64])
                                          Conf grafana (9.1.4 grafana stable:stable [arm64])
                                          iobroker@iobroker:~ $
                                          
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #51

                                          @heli-wolf sagte in Grafana Installation - Fehler grafana-rpi:armhf:

                                          sudo apt install grafana
                                          sudo apt autoremove
                                          

                                          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

                                          H 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          755

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe