Skip to content
  • Home
  • 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

Community Forum

  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.
  • 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
    schrieb am zuletzt editiert von
    #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 Antwort Letzte Antwort
    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 Nicht stören
      HomoranH Nicht stören
      Homoran
      Global Moderator Administrators
      schrieb am zuletzt editiert von
      #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 Antwort Letzte Antwort
      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
        schrieb am zuletzt editiert von
        #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 Antworten Letzte Antwort
        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 Nicht stören
          HomoranH Nicht stören
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von
          #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 Antwort Letzte Antwort
          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 Online
            DJMarc75D Online
            DJMarc75
            schrieb am zuletzt editiert von
            #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 Antwort Letzte Antwort
            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
              schrieb am zuletzt editiert von
              #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 Antwort Letzte Antwort
              0
              • H heli-wolf

                @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 Online
                DJMarc75D Online
                DJMarc75
                schrieb am zuletzt editiert von
                #22

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

                14 packages can be upgraded

                und immernoch nicht

                sudo apt upgrade
                

                ausgeführt

                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 Antwort Letzte Antwort
                0
                • DJMarc75D DJMarc75

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

                  14 packages can be upgraded

                  und immernoch nicht

                  sudo apt upgrade
                  

                  ausgeführt

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

                  @djmarc75
                  Doch hatte ich schon ausgeführt.

                  iobroker@iobroker:~ $ sudo apt upgrade
                  Reading package lists... Done
                  Building dependency tree... Done
                  Reading state information... Done
                  Calculating upgrade... Done
                  The following packages will be upgraded:
                    base-files curl dpkg dpkg-dev libcurl3-gnutls libcurl4 libdpkg-perl
                    libpam-systemd libsystemd0 publicsuffix raspi-config systemd systemd-sysv
                    systemd-timesyncd
                  14 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                  Need to get 12.5 MB of archives.
                  After this operation, 5,120 B disk space will be freed.
                  Do you want to continue? [Y/n] y
                  Get:1 http://deb.debian.org/debian bullseye/main arm64 base-files arm64 11.1+deb11u5 [70.1 kB]
                  Get:2 http://deb.debian.org/debian bullseye/main arm64 dpkg arm64 1.20.12 [2,521 kB]
                  Get:3 http://archive.raspberrypi.org/debian bullseye/main arm64 raspi-config all 20220907 [31.7 kB]
                  Get:4 http://deb.debian.org/debian bullseye/main arm64 systemd-sysv arm64 247.3-7+deb11u1 [113 kB]
                  Get:5 http://deb.debian.org/debian bullseye/main arm64 libpam-systemd arm64 247.3-7+deb11u1 [274 kB]
                  Get:6 http://deb.debian.org/debian bullseye/main arm64 systemd-timesyncd arm64 247.3-7+deb11u1 [130 kB]
                  Get:7 http://deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7+deb11u1 [4,153 kB]
                  Get:8 http://deb.debian.org/debian bullseye/main arm64 libsystemd0 arm64 247.3-7+deb11u1 [354 kB]
                  Get:9 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u3 [264 kB]
                  Get:10 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u3 [324 kB]
                  Get:11 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2,312 kB]
                  Get:12 http://deb.debian.org/debian bullseye/main arm64 libdpkg-perl all 1.20.12 [1,551 kB]
                  Get:13 http://deb.debian.org/debian bullseye/main arm64 libcurl3-gnutls arm64 7.74.0-1.3+deb11u3 [321 kB]
                  Get:14 http://deb.debian.org/debian bullseye/main arm64 publicsuffix all 20220811.1734-0+deb11u1 [127 kB]
                  Fetched 12.5 MB in 5s (2,691 kB/s)
                  Reading changelogs... Done
                  (Reading database ... 54954 files and directories currently installed.)
                  Preparing to unpack .../base-files_11.1+deb11u5_arm64.deb ...
                  Unpacking base-files (11.1+deb11u5) over (11.1+deb11u4) ...
                  Setting up base-files (11.1+deb11u5) ...
                  Installing new version of config file /etc/debian_version ...
                  (Reading database ... 54954 files and directories currently installed.)
                  Preparing to unpack .../dpkg_1.20.12_arm64.deb ...
                  Unpacking dpkg (1.20.12) over (1.20.11) ...
                  Setting up dpkg (1.20.12) ...
                  (Reading database ... 54954 files and directories currently installed.)
                  Preparing to unpack .../systemd-sysv_247.3-7+deb11u1_arm64.deb ...
                  Unpacking systemd-sysv (247.3-7+deb11u1) over (247.3-7) ...
                  Preparing to unpack .../libpam-systemd_247.3-7+deb11u1_arm64.deb ...
                  Unpacking libpam-systemd:arm64 (247.3-7+deb11u1) over (247.3-7) ...
                  Preparing to unpack .../systemd-timesyncd_247.3-7+deb11u1_arm64.deb ...
                  Unpacking systemd-timesyncd (247.3-7+deb11u1) over (247.3-7) ...
                  Preparing to unpack .../systemd_247.3-7+deb11u1_arm64.deb ...
                  Unpacking systemd (247.3-7+deb11u1) over (247.3-7) ...
                  Preparing to unpack .../libsystemd0_247.3-7+deb11u1_arm64.deb ...
                  Unpacking libsystemd0:arm64 (247.3-7+deb11u1) over (247.3-7) ...
                  Setting up libsystemd0:arm64 (247.3-7+deb11u1) ...
                  (Reading database ... 54954 files and directories currently installed.)
                  Preparing to unpack .../0-curl_7.74.0-1.3+deb11u3_arm64.deb ...
                  Unpacking curl (7.74.0-1.3+deb11u3) over (7.74.0-1.3+deb11u2) ...
                  Preparing to unpack .../1-libcurl4_7.74.0-1.3+deb11u3_arm64.deb ...
                  Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u3) over (7.74.0-1.3+deb11u2) ...
                  Preparing to unpack .../2-dpkg-dev_1.20.12_all.deb ...
                  Unpacking dpkg-dev (1.20.12) over (1.20.11) ...
                  Preparing to unpack .../3-libdpkg-perl_1.20.12_all.deb ...
                  Unpacking libdpkg-perl (1.20.12) over (1.20.11) ...
                  Preparing to unpack .../4-libcurl3-gnutls_7.74.0-1.3+deb11u3_arm64.deb ...
                  Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u3) over (7.74.0-1.3+deb11u2) ...
                  Preparing to unpack .../5-publicsuffix_20220811.1734-0+deb11u1_all.deb ...
                  Unpacking publicsuffix (20220811.1734-0+deb11u1) over (20211207.1025-0+deb11u1) ...
                  Preparing to unpack .../6-raspi-config_20220907_all.deb ...
                  Unpacking raspi-config (20220907) over (20220901) ...
                  Setting up libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u3) ...
                  Setting up systemd (247.3-7+deb11u1) ...
                  Setting up systemd-timesyncd (247.3-7+deb11u1) ...
                  Setting up libdpkg-perl (1.20.12) ...
                  Setting up libcurl4:arm64 (7.74.0-1.3+deb11u3) ...
                  Setting up curl (7.74.0-1.3+deb11u3) ...
                  Setting up raspi-config (20220907) ...
                  Setting up publicsuffix (20220811.1734-0+deb11u1) ...
                  Setting up systemd-sysv (247.3-7+deb11u1) ...
                  Setting up dpkg-dev (1.20.12) ...
                  Setting up libpam-systemd:arm64 (247.3-7+deb11u1) ...
                  Processing triggers for man-db (2.9.4-2) ...
                  Processing triggers for dbus (1.12.20-2) ...
                  Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u4) ...
                  iobroker@iobroker:~ $
                  
                  
                  DJMarc75D 1 Antwort Letzte Antwort
                  0
                  • H heli-wolf

                    @djmarc75
                    Doch hatte ich schon ausgeführt.

                    iobroker@iobroker:~ $ sudo apt upgrade
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    Calculating upgrade... Done
                    The following packages will be upgraded:
                      base-files curl dpkg dpkg-dev libcurl3-gnutls libcurl4 libdpkg-perl
                      libpam-systemd libsystemd0 publicsuffix raspi-config systemd systemd-sysv
                      systemd-timesyncd
                    14 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                    Need to get 12.5 MB of archives.
                    After this operation, 5,120 B disk space will be freed.
                    Do you want to continue? [Y/n] y
                    Get:1 http://deb.debian.org/debian bullseye/main arm64 base-files arm64 11.1+deb11u5 [70.1 kB]
                    Get:2 http://deb.debian.org/debian bullseye/main arm64 dpkg arm64 1.20.12 [2,521 kB]
                    Get:3 http://archive.raspberrypi.org/debian bullseye/main arm64 raspi-config all 20220907 [31.7 kB]
                    Get:4 http://deb.debian.org/debian bullseye/main arm64 systemd-sysv arm64 247.3-7+deb11u1 [113 kB]
                    Get:5 http://deb.debian.org/debian bullseye/main arm64 libpam-systemd arm64 247.3-7+deb11u1 [274 kB]
                    Get:6 http://deb.debian.org/debian bullseye/main arm64 systemd-timesyncd arm64 247.3-7+deb11u1 [130 kB]
                    Get:7 http://deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7+deb11u1 [4,153 kB]
                    Get:8 http://deb.debian.org/debian bullseye/main arm64 libsystemd0 arm64 247.3-7+deb11u1 [354 kB]
                    Get:9 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u3 [264 kB]
                    Get:10 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u3 [324 kB]
                    Get:11 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2,312 kB]
                    Get:12 http://deb.debian.org/debian bullseye/main arm64 libdpkg-perl all 1.20.12 [1,551 kB]
                    Get:13 http://deb.debian.org/debian bullseye/main arm64 libcurl3-gnutls arm64 7.74.0-1.3+deb11u3 [321 kB]
                    Get:14 http://deb.debian.org/debian bullseye/main arm64 publicsuffix all 20220811.1734-0+deb11u1 [127 kB]
                    Fetched 12.5 MB in 5s (2,691 kB/s)
                    Reading changelogs... Done
                    (Reading database ... 54954 files and directories currently installed.)
                    Preparing to unpack .../base-files_11.1+deb11u5_arm64.deb ...
                    Unpacking base-files (11.1+deb11u5) over (11.1+deb11u4) ...
                    Setting up base-files (11.1+deb11u5) ...
                    Installing new version of config file /etc/debian_version ...
                    (Reading database ... 54954 files and directories currently installed.)
                    Preparing to unpack .../dpkg_1.20.12_arm64.deb ...
                    Unpacking dpkg (1.20.12) over (1.20.11) ...
                    Setting up dpkg (1.20.12) ...
                    (Reading database ... 54954 files and directories currently installed.)
                    Preparing to unpack .../systemd-sysv_247.3-7+deb11u1_arm64.deb ...
                    Unpacking systemd-sysv (247.3-7+deb11u1) over (247.3-7) ...
                    Preparing to unpack .../libpam-systemd_247.3-7+deb11u1_arm64.deb ...
                    Unpacking libpam-systemd:arm64 (247.3-7+deb11u1) over (247.3-7) ...
                    Preparing to unpack .../systemd-timesyncd_247.3-7+deb11u1_arm64.deb ...
                    Unpacking systemd-timesyncd (247.3-7+deb11u1) over (247.3-7) ...
                    Preparing to unpack .../systemd_247.3-7+deb11u1_arm64.deb ...
                    Unpacking systemd (247.3-7+deb11u1) over (247.3-7) ...
                    Preparing to unpack .../libsystemd0_247.3-7+deb11u1_arm64.deb ...
                    Unpacking libsystemd0:arm64 (247.3-7+deb11u1) over (247.3-7) ...
                    Setting up libsystemd0:arm64 (247.3-7+deb11u1) ...
                    (Reading database ... 54954 files and directories currently installed.)
                    Preparing to unpack .../0-curl_7.74.0-1.3+deb11u3_arm64.deb ...
                    Unpacking curl (7.74.0-1.3+deb11u3) over (7.74.0-1.3+deb11u2) ...
                    Preparing to unpack .../1-libcurl4_7.74.0-1.3+deb11u3_arm64.deb ...
                    Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u3) over (7.74.0-1.3+deb11u2) ...
                    Preparing to unpack .../2-dpkg-dev_1.20.12_all.deb ...
                    Unpacking dpkg-dev (1.20.12) over (1.20.11) ...
                    Preparing to unpack .../3-libdpkg-perl_1.20.12_all.deb ...
                    Unpacking libdpkg-perl (1.20.12) over (1.20.11) ...
                    Preparing to unpack .../4-libcurl3-gnutls_7.74.0-1.3+deb11u3_arm64.deb ...
                    Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u3) over (7.74.0-1.3+deb11u2) ...
                    Preparing to unpack .../5-publicsuffix_20220811.1734-0+deb11u1_all.deb ...
                    Unpacking publicsuffix (20220811.1734-0+deb11u1) over (20211207.1025-0+deb11u1) ...
                    Preparing to unpack .../6-raspi-config_20220907_all.deb ...
                    Unpacking raspi-config (20220907) over (20220901) ...
                    Setting up libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u3) ...
                    Setting up systemd (247.3-7+deb11u1) ...
                    Setting up systemd-timesyncd (247.3-7+deb11u1) ...
                    Setting up libdpkg-perl (1.20.12) ...
                    Setting up libcurl4:arm64 (7.74.0-1.3+deb11u3) ...
                    Setting up curl (7.74.0-1.3+deb11u3) ...
                    Setting up raspi-config (20220907) ...
                    Setting up publicsuffix (20220811.1734-0+deb11u1) ...
                    Setting up systemd-sysv (247.3-7+deb11u1) ...
                    Setting up dpkg-dev (1.20.12) ...
                    Setting up libpam-systemd:arm64 (247.3-7+deb11u1) ...
                    Processing triggers for man-db (2.9.4-2) ...
                    Processing triggers for dbus (1.12.20-2) ...
                    Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u4) ...
                    iobroker@iobroker:~ $
                    
                    
                    DJMarc75D Online
                    DJMarc75D Online
                    DJMarc75
                    schrieb am zuletzt editiert von
                    #24

                    @heli-wolf nochmal:

                    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 Antwort Letzte Antwort
                    0
                    • DJMarc75D DJMarc75

                      @heli-wolf nochmal:

                      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
                      schrieb am zuletzt editiert von
                      #25

                      @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
                      ln: failed to create symbolic link '/usr/bin/nodejs': File exists
                      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://security.debian.org/debian-security bullseye-security InRelease
                      Hit:2 http://deb.debian.org/debian bullseye InRelease
                      Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
                      Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                      Hit:5 https://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.
                      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:~ $
                      
                      
                      1 Antwort Letzte Antwort
                      0
                      • DJMarc75D Online
                        DJMarc75D Online
                        DJMarc75
                        schrieb am zuletzt editiert von
                        #26

                        @heli-wolf
                        puh, da weiss ich auch nicht weiter.
                        Vielleicht kann da mal @thomas-braun drauf schauen wenn er Zeit und Muße hat.

                        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 Antwort Letzte Antwort
                        0
                        • DJMarc75D DJMarc75

                          @heli-wolf
                          puh, da weiss ich auch nicht weiter.
                          Vielleicht kann da mal @thomas-braun drauf schauen wenn er Zeit und Muße hat.

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

                          @djmarc75
                          wie kann ich eine Datei umbenennen bzw. Löschen.
                          mit dem Befehl
                          rm grafana_9.1.4_arm64.deb
                          lässt er es nicht zu.
                          ebenfalls funktioniert das Umbenennen mit MV auch nicht.

                          DJMarc75D 1 Antwort Letzte Antwort
                          0
                          • H heli-wolf

                            @djmarc75
                            wie kann ich eine Datei umbenennen bzw. Löschen.
                            mit dem Befehl
                            rm grafana_9.1.4_arm64.deb
                            lässt er es nicht zu.
                            ebenfalls funktioniert das Umbenennen mit MV auch nicht.

                            DJMarc75D Online
                            DJMarc75D Online
                            DJMarc75
                            schrieb am zuletzt editiert von
                            #28

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

                            rm grafana_9.1.4_arm64.deb

                            Was hast Du da vor ??

                            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 Antwort Letzte Antwort
                            0
                            • DJMarc75D DJMarc75

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

                              rm grafana_9.1.4_arm64.deb

                              Was hast Du da vor ??

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

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

                              HomoranH Thomas BraunT 2 Antworten 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.

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

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

                                ohne Konflikt

                                da ist kein Konflikt

                                da hast du wohl etwas am Paketmanager vorbei kaputt gespielt

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

                                Broken pipe

                                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 Antwort Letzte Antwort
                                0
                                • HomoranH Homoran

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

                                  ohne Konflikt

                                  da ist kein Konflikt

                                  da hast du wohl etwas am Paketmanager vorbei kaputt gespielt

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

                                  Broken pipe

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

                                  @homoran

                                  wie kann man den Rohrbruch beseitigen?

                                  HomoranH 1 Antwort Letzte Antwort
                                  0
                                  • 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
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          714

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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