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. 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.7k

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

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

Grafana Installation - Fehler grafana-rpi:armhf

Scheduled Pinned Locked Moved Grafana
91 Posts 5 Posters 6.7k 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.
  • H heli-wolf

    Ich möchte Grafana auf meinem Raspberry PI4 installieren und bin nach Anleitung wie folgt vorgegangen.

    sudo apt-get install -y apt-transport-https
    
    sudo apt-get install -y software-properties-common wget
    
    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.listcode_text
    

    gefolgt von

    sudo apt update
    
    sudo apt install grafana
    

    dabei kommt die folgende Fehlermeldung:

    iobroker@iobroker:~ $ sudo apt install grafana
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    You might want to run 'apt --fix-broken install' to correct these.
    The following packages have unmet dependencies:
     grafana-rpi:armhf : Depends: libfontconfig1:armhf but it is not going to be installed
    E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
    
    

    was läuft da falsch und wie kann ich den Fehler beheben.
    Vielen Dank für Eure Hilfe.
    lg

    HomoranH Do not disturb
    HomoranH Do not disturb
    Homoran
    Global Moderator Administrators
    wrote on last edited by
    #2

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

    was läuft da falsch

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

    The following packages have unmet dependencies:

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

    wie kann ich den Fehler beheben.

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

    You might want to run 'apt --fix-broken install' to correct these.

    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 Reply Last reply
    0
    • H heli-wolf

      Ich möchte Grafana auf meinem Raspberry PI4 installieren und bin nach Anleitung wie folgt vorgegangen.

      sudo apt-get install -y apt-transport-https
      
      sudo apt-get install -y software-properties-common wget
      
      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.listcode_text
      

      gefolgt von

      sudo apt update
      
      sudo apt install grafana
      

      dabei kommt die folgende Fehlermeldung:

      iobroker@iobroker:~ $ sudo apt install grafana
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      You might want to run 'apt --fix-broken install' to correct these.
      The following packages have unmet dependencies:
       grafana-rpi:armhf : Depends: libfontconfig1:armhf but it is not going to be installed
      E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
      
      

      was läuft da falsch und wie kann ich den Fehler beheben.
      Vielen Dank für Eure Hilfe.
      lg

      DJMarc75D Offline
      DJMarc75D Offline
      DJMarc75
      wrote on last edited by
      #3

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

      /etc/apt/sources.list.d/grafana.listcode_text

      probiers mal damit:

      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
      

      und dann:

      sudo apt update && sudo apt install grafana
      

      Lehrling seit 1975 !!!
      Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
      https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

      H 1 Reply Last reply
      0
      • DJMarc75D DJMarc75

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

        /etc/apt/sources.list.d/grafana.listcode_text

        probiers mal damit:

        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
        

        und dann:

        sudo apt update && sudo apt install grafana
        
        H Offline
        H Offline
        heli-wolf
        wrote on last edited by
        #4

        @djmarc75
        Das habe ich versucht aber leider mit derselben Fehlermeldung.

        DJMarc75D 1 Reply Last reply
        0
        • H heli-wolf

          @djmarc75
          Das habe ich versucht aber leider mit derselben Fehlermeldung.

          DJMarc75D Offline
          DJMarc75D Offline
          DJMarc75
          wrote on last edited by
          #5

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

          Das habe ich versucht aber leider mit derselben Fehlermeldung.

          und die Ein- und Ausgaben dazu ?

          Lehrling seit 1975 !!!
          Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
          https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

          H 1 Reply Last reply
          0
          • DJMarc75D DJMarc75

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

            Das habe ich versucht aber leider mit derselben Fehlermeldung.

            und die Ein- und Ausgaben dazu ?

            H Offline
            H Offline
            heli-wolf
            wrote on last edited by
            #6

            @djmarc75

            iobroker@iobroker:~ $ wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
            [sudo] password for iobroker:
            Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
            OK
            iobroker@iobroker:~ $ echo "deb https://packages.grafana.com/oss/deb stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
            deb https://packages.grafana.com/oss/deb stable main
            iobroker@iobroker:~ $ sudo apt update && sudo apt install grafana
            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 https://repos.influxdata.com/debian bullseye InRelease
            Hit:5 http://archive.raspberrypi.org/debian bullseye InRelease
            Hit:6 https://packages.grafana.com/oss/deb stable InRelease
            Hit:7 https://deb.nodesource.com/node_16.x bullseye InRelease
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            18 packages can be upgraded. Run 'apt list --upgradable' to see them.
            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
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            You might want to run 'apt --fix-broken install' to correct these.
            The following packages have unmet dependencies:
             grafana-rpi:armhf : Depends: libfontconfig1:armhf but it is not going to be installed
            E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
            iobroker@iobroker:~ $
            
            

            Hilft das weiter oder was wird noch benötigt?

            DJMarc75D 1 Reply Last reply
            0
            • H heli-wolf

              @djmarc75

              iobroker@iobroker:~ $ wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
              [sudo] password for iobroker:
              Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
              OK
              iobroker@iobroker:~ $ echo "deb https://packages.grafana.com/oss/deb stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
              deb https://packages.grafana.com/oss/deb stable main
              iobroker@iobroker:~ $ sudo apt update && sudo apt install grafana
              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 https://repos.influxdata.com/debian bullseye InRelease
              Hit:5 http://archive.raspberrypi.org/debian bullseye InRelease
              Hit:6 https://packages.grafana.com/oss/deb stable InRelease
              Hit:7 https://deb.nodesource.com/node_16.x bullseye InRelease
              Reading package lists... Done
              Building dependency tree... Done
              Reading state information... Done
              18 packages can be upgraded. Run 'apt list --upgradable' to see them.
              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
              Reading package lists... Done
              Building dependency tree... Done
              Reading state information... Done
              You might want to run 'apt --fix-broken install' to correct these.
              The following packages have unmet dependencies:
               grafana-rpi:armhf : Depends: libfontconfig1:armhf but it is not going to be installed
              E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
              iobroker@iobroker:~ $
              
              

              Hilft das weiter oder was wird noch benötigt?

              DJMarc75D Offline
              DJMarc75D Offline
              DJMarc75
              wrote on last edited by
              #7

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

              18 packages can be upgraded

              bring das mal erstmal auf den aktuellen Stand.

              Lehrling seit 1975 !!!
              Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
              https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

              H 1 Reply Last reply
              0
              • DJMarc75D DJMarc75

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

                18 packages can be upgraded

                bring das mal erstmal auf den aktuellen Stand.

                H Offline
                H Offline
                heli-wolf
                wrote on last edited by
                #8

                @djmarc75
                wie aktualisiere ich die Packages - ich dachte das geht mit "sudo apt update"
                aber offensichtlich nicht.

                Wie kann ich diese aktualisieren?

                HomoranH 1 Reply Last reply
                0
                • H heli-wolf

                  @djmarc75
                  wie aktualisiere ich die Packages - ich dachte das geht mit "sudo apt update"
                  aber offensichtlich nicht.

                  Wie kann ich diese aktualisieren?

                  HomoranH Do not disturb
                  HomoranH Do not disturb
                  Homoran
                  Global Moderator Administrators
                  wrote on last edited by Homoran
                  #9

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

                  ich dachte das geht mit "sudo apt update"

                  das liest nur die Repos neu ein. zum Update brauchst du sudo apt upgrade

                  es heisst ja auch

                  18 packages can be upgraded.

                  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 -

                  H 1 Reply Last reply
                  0
                  • HomoranH Homoran

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

                    ich dachte das geht mit "sudo apt update"

                    das liest nur die Repos neu ein. zum Update brauchst du sudo apt upgrade

                    es heisst ja auch

                    18 packages can be upgraded.

                    H Offline
                    H Offline
                    heli-wolf
                    wrote on last edited by
                    #10

                    @homoran

                    iobroker@iobroker:~ $ sudo apt upgrade
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    You might want to run 'apt --fix-broken install' to correct these.
                    The following packages have unmet dependencies:
                     grafana-rpi:armhf : Depends: libfontconfig1:armhf but it is not installed
                    E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
                    iobroker@iobroker:~ $
                    
                    

                    Aber der Fehler mit
                    "The following packages have unmet dependencies:
                    grafana-rpi:armhf : Depends: libfontconfig1:armhf but it is not installed
                    E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution)."
                    ist nach wie vor da.

                    HomoranH 1 Reply Last reply
                    0
                    • H heli-wolf

                      @homoran

                      iobroker@iobroker:~ $ sudo apt upgrade
                      Reading package lists... Done
                      Building dependency tree... Done
                      Reading state information... Done
                      You might want to run 'apt --fix-broken install' to correct these.
                      The following packages have unmet dependencies:
                       grafana-rpi:armhf : Depends: libfontconfig1:armhf but it is not installed
                      E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
                      iobroker@iobroker:~ $
                      
                      

                      Aber der Fehler mit
                      "The following packages have unmet dependencies:
                      grafana-rpi:armhf : Depends: libfontconfig1:armhf but it is not installed
                      E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution)."
                      ist nach wie vor da.

                      HomoranH Do not disturb
                      HomoranH Do not disturb
                      Homoran
                      Global Moderator Administrators
                      wrote on last edited by
                      #11

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

                      ist nach wie vor da.

                      hast du denn gemacht was dir empfohlen wird?

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

                      Try 'apt --fix-broken install'

                      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 -

                      H 1 Reply Last reply
                      0
                      • HomoranH Homoran

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

                        ist nach wie vor da.

                        hast du denn gemacht was dir empfohlen wird?

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

                        Try 'apt --fix-broken install'

                        H Offline
                        H Offline
                        heli-wolf
                        wrote on last edited by
                        #12

                        @homoran said in Grafana Installation - Fehler grafana-rpi:armhf:

                        apt --fix-broken install'

                        nein - weil ich den Fehler zwar gelesen habe, auch gegooglt aber ich bin dabei nicht schlauer geworden.
                        Ich kann leider mit dem Befehl überhaupt nichts anfangen.

                        Kann mir dabei bitte wer helfen.....

                        HomoranH 1 Reply Last reply
                        0
                        • H heli-wolf

                          @homoran said in Grafana Installation - Fehler grafana-rpi:armhf:

                          apt --fix-broken install'

                          nein - weil ich den Fehler zwar gelesen habe, auch gegooglt aber ich bin dabei nicht schlauer geworden.
                          Ich kann leider mit dem Befehl überhaupt nichts anfangen.

                          Kann mir dabei bitte wer helfen.....

                          HomoranH Do not disturb
                          HomoranH Do not disturb
                          Homoran
                          Global Moderator Administrators
                          wrote on last edited by
                          #13

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

                          Kann mir dabei bitte wer helfen.....

                          ???

                          soll ich das in deine Konsole eintippen?

                          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 -

                          H 1 Reply Last reply
                          0
                          • HomoranH Homoran

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

                            Kann mir dabei bitte wer helfen.....

                            ???

                            soll ich das in deine Konsole eintippen?

                            H Offline
                            H Offline
                            heli-wolf
                            wrote on last edited by
                            #14

                            @homoran
                            Sorry, dachte nicht das ich nur diesen Befehl eingeben muss.

                            iobroker@iobroker:~ $ apt --fix-broken install
                            E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
                            E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
                            iobroker@iobroker:~ $
                            
                            

                            bringt aber wieder einen Fehler.

                            HomoranH 1 Reply Last reply
                            0
                            • H heli-wolf

                              @homoran
                              Sorry, dachte nicht das ich nur diesen Befehl eingeben muss.

                              iobroker@iobroker:~ $ apt --fix-broken install
                              E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
                              E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
                              iobroker@iobroker:~ $
                              
                              

                              bringt aber wieder einen Fehler.

                              HomoranH Do not disturb
                              HomoranH Do not disturb
                              Homoran
                              Global Moderator Administrators
                              wrote on last edited by
                              #15

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

                              bringt aber wieder einen Fehler.

                              versuch es mal wie alle apt Befehle mit sudo davor

                              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 -

                              H 1 Reply Last reply
                              0
                              • HomoranH Homoran

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

                                bringt aber wieder einen Fehler.

                                versuch es mal wie alle apt Befehle mit sudo davor

                                H Offline
                                H Offline
                                heli-wolf
                                wrote on last edited by
                                #16

                                @homoran
                                Vielen Dank, jetzt hat er zumindest die Installation fortgeführt.

                                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 14 not upgraded.
                                Need to get 76.8 MB of archives.
                                After this operation, 271 MB of additional disk space will be used.
                                Get:1 https://packages.grafana.com/oss/deb stable/main arm64 grafana arm64 9.1.4 [76.8 MB]
                                Fetched 76.8 MB in 29s (2,660 kB/s)
                                Selecting previously unselected package grafana.
                                (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)
                                iobroker@iobroker:~ $ sudo /bin/systemctl enable grafana-server
                                [sudo] password for iobroker:
                                Synchronizing state of grafana-server.service with SysV service script with /lib/systemd/systemd-sysv-install.
                                Executing: /lib/systemd/systemd-sysv-install enable grafana-server
                                Created symlink /etc/systemd/system/multi-user.target.wants/grafana-server.service → /lib/systemd/system/grafana-server.service.
                                iobroker@iobroker:~ $ sudo /bin/systemctl start grafana-server
                                iobroker@iobroker:~ $
                                
                                

                                Aber in den folgenden Zeilen besteht ein weiteres Problem:

                                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)
                                
                                
                                HomoranH 1 Reply Last reply
                                0
                                • H heli-wolf

                                  @homoran
                                  Vielen Dank, jetzt hat er zumindest die Installation fortgeführt.

                                  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 14 not upgraded.
                                  Need to get 76.8 MB of archives.
                                  After this operation, 271 MB of additional disk space will be used.
                                  Get:1 https://packages.grafana.com/oss/deb stable/main arm64 grafana arm64 9.1.4 [76.8 MB]
                                  Fetched 76.8 MB in 29s (2,660 kB/s)
                                  Selecting previously unselected package grafana.
                                  (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)
                                  iobroker@iobroker:~ $ sudo /bin/systemctl enable grafana-server
                                  [sudo] password for iobroker:
                                  Synchronizing state of grafana-server.service with SysV service script with /lib/systemd/systemd-sysv-install.
                                  Executing: /lib/systemd/systemd-sysv-install enable grafana-server
                                  Created symlink /etc/systemd/system/multi-user.target.wants/grafana-server.service → /lib/systemd/system/grafana-server.service.
                                  iobroker@iobroker:~ $ sudo /bin/systemctl start grafana-server
                                  iobroker@iobroker:~ $
                                  
                                  

                                  Aber in den folgenden Zeilen besteht ein weiteres Problem:

                                  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)
                                  
                                  
                                  HomoranH Do not disturb
                                  HomoranH Do not disturb
                                  Homoran
                                  Global Moderator Administrators
                                  wrote on last edited by
                                  #17

                                  @heli-wolf ich hab das mal nach OffTopic verschoben.
                                  Grafana ist kein Bestandteil von ioBroker.

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

                                  dpkg: error processing archive /var/cache/apt/archives/grafana_9.1.4_arm64.deb (--unpack):

                                  ich denke du hast einen Pi?
                                  was willst du dann mit einem 64Bit PC paket?

                                  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 -

                                  H 1 Reply Last reply
                                  0
                                  • HomoranH Homoran

                                    @heli-wolf ich hab das mal nach OffTopic verschoben.
                                    Grafana ist kein Bestandteil von ioBroker.

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

                                    dpkg: error processing archive /var/cache/apt/archives/grafana_9.1.4_arm64.deb (--unpack):

                                    ich denke du hast einen Pi?
                                    was willst du dann mit einem 64Bit PC paket?

                                    H Offline
                                    H Offline
                                    heli-wolf
                                    wrote on last edited by
                                    #18

                                    @homoran said in Grafana Installation - Fehler grafana-rpi:armhf:

                                    Bearbeiten

                                    das habe ich nicht ausgewählt.
                                    Wie kann ich das ändern?

                                    HomoranH DJMarc75D 2 Replies Last reply
                                    0
                                    • H heli-wolf

                                      @homoran said in Grafana Installation - Fehler grafana-rpi:armhf:

                                      Bearbeiten

                                      das habe ich nicht ausgewählt.
                                      Wie kann ich das ändern?

                                      HomoranH Do not disturb
                                      HomoranH Do not disturb
                                      Homoran
                                      Global Moderator Administrators
                                      wrote on last edited by
                                      #19

                                      @heli-wolf sorry, mein Fehler!

                                      arm ist nicht amd :-(

                                      alles gut

                                      ab hier jann ich nicht mehr helfen, nutze Grafana nicht

                                      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 Reply Last reply
                                      0
                                      • H heli-wolf

                                        @homoran said in Grafana Installation - Fehler grafana-rpi:armhf:

                                        Bearbeiten

                                        das habe ich nicht ausgewählt.
                                        Wie kann ich das ändern?

                                        DJMarc75D Offline
                                        DJMarc75D Offline
                                        DJMarc75
                                        wrote on last edited by
                                        #20

                                        @heli-wolf
                                        Wie bist Du denn da prinzipiell am Start ?

                                        sudo ln -s /usr/bin/node /usr/bin/nodejs
                                        uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                        

                                        Lehrling seit 1975 !!!
                                        Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                                        https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                                        H 1 Reply Last reply
                                        0
                                        • DJMarc75D DJMarc75

                                          @heli-wolf
                                          Wie bist Du denn da prinzipiell am Start ?

                                          sudo ln -s /usr/bin/node /usr/bin/nodejs
                                          uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                          
                                          H Offline
                                          H Offline
                                          heli-wolf
                                          wrote on last edited by
                                          #21

                                          @djmarc75 said in Grafana Installation - Fehler grafana-rpi:armhf:

                                          uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

                                          iobroker@iobroker:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs
                                          iobroker@iobroker:~ $ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                          aarch64
                                          /usr/bin/nodejs
                                          /usr/bin/node
                                          /usr/bin/npm
                                          v16.17.0
                                          v16.17.0
                                          8.15.0
                                          4.0.23
                                          iobroker
                                          iobroker adm tty dialout cdrom sudo audio video plugdev games users input render netdev bluetooth gpio i2c spi
                                          /home/iobroker
                                          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://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
                                          14 packages can be upgraded. Run 'apt list --upgradable' to see them.
                                          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
                                          nodejs:
                                            Installed: 16.17.0-deb-1nodesource1
                                            Candidate: 16.17.0-deb-1nodesource1
                                            Version table:
                                           *** 16.17.0-deb-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_16.x bullseye/main arm64 Packages
                                                  100 /var/lib/dpkg/status
                                               12.22.12~dfsg-1~deb11u1 500
                                                  500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                                               12.22.5~dfsg-2~11u1 500
                                                  500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                          iobroker@iobroker:~ $
                                          
                                          
                                          DJMarc75D 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

                                          959

                                          Online

                                          32.4k

                                          Users

                                          81.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