Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. iobroker startet nicht

NEWS

  • wichtiges UPDATE für controller 7.2.2 im stable
    HomoranH
    Homoran
    7
    1
    171

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    14
    1
    2.5k

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    2.8k

iobroker startet nicht

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
32 Beiträge 4 Kommentatoren 60 Aufrufe 2 Beobachtet
  • Ä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.
  • I IbizaGT

    @Thomas-Braun

    pi@raspberrypi:~ $ sudo apt update
    Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
    Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    All packages are up to date.
    pi@raspberrypi:~ $ apt policy nodejs
    nodejs:
     Installed: (none)
     Candidate: 12.22.12~dfsg-1~deb11u8
     Version table:
        12.22.12~dfsg-1~deb11u8 500
           500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
    pi@raspberrypi:~ $
    
    
    HomoranH Nicht stören
    HomoranH Nicht stören
    Homoran
    Global Moderator Administrators
    schrieb zuletzt editiert von
    #19

    @IbizaGT wo kommt die uralte dfsg version her?

    kein Support per PN! - Fragen im Forum stellen -
    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

    I 1 Antwort Letzte Antwort
    0
    • I IbizaGT

      @Thomas-Braun

      pi@raspberrypi:~ $ sudo apt update
      Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
      Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      All packages are up to date.
      pi@raspberrypi:~ $ apt policy nodejs
      nodejs:
       Installed: (none)
       Candidate: 12.22.12~dfsg-1~deb11u8
       Version table:
          12.22.12~dfsg-1~deb11u8 500
             500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
      pi@raspberrypi:~ $
      
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb zuletzt editiert von
      #20

      @IbizaGT

      sudo apt-get install -y curl
      curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
      sudo apt-get install -y nodejs
      node -v
      

      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

      I 1 Antwort Letzte Antwort
      0
      • HomoranH Homoran

        @IbizaGT wo kommt die uralte dfsg version her?

        I Offline
        I Offline
        IbizaGT
        schrieb zuletzt editiert von
        #21

        @Homoran
        der pi läuft schon lange und ich habe da nichts groß gemacht. Jetzt wollte ich mal was neues dazu machen und da fällt alles auseinander...

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • I IbizaGT

          @Homoran
          der pi läuft schon lange und ich habe da nichts groß gemacht. Jetzt wollte ich mal was neues dazu machen und da fällt alles auseinander...

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb zuletzt editiert von
          #22

          @IbizaGT

          Das ist die Folge von "ich habe da nichts groß gemacht. "
          Das funktionier nämlich bekanntermaßen NICHT.

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @IbizaGT

            sudo apt-get install -y curl
            curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
            sudo apt-get install -y nodejs
            node -v
            
            I Offline
            I Offline
            IbizaGT
            schrieb zuletzt editiert von
            #23

            @Thomas-Braun

            
            pi@raspberrypi:~ $ sudo apt-get install -y curl
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            curl is already the newest version (7.74.0-1.3+deb11u16).
            0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
            pi@raspberrypi:~ $ curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
            2026-06-20 10:33:18 - Installing pre-requisites
            Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
            Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            All packages are up to date.
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            ca-certificates is already the newest version (20230311+deb12u1~deb11u1).
            curl is already the newest version (7.74.0-1.3+deb11u16).
            gnupg is already the newest version (2.2.27-2+deb11u3).
            The following NEW packages will be installed:
              apt-transport-https
            0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
            Need to get 160 kB of archives.
            After this operation, 166 kB of additional disk space will be used.
            Get:1 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian bullseye/main armhf apt-transport-https all 2.2.4 [160 kB]
            Fetched 160 kB in 1s (288 kB/s)
            Selecting previously unselected package apt-transport-https.
            (Reading database ... 49127 files and directories currently installed.)
            Preparing to unpack .../apt-transport-https_2.2.4_all.deb ...
            Unpacking apt-transport-https (2.2.4) ...
            Setting up apt-transport-https (2.2.4) ...
            2026-06-20 10:33:27 - Error: Unsupported architecture: armhf. Only amd64, arm64 are supported. Contact Nodesource for an extended support version https://nodesource.com/pages/contact-us.html. (Exit Code: 1)
            pi@raspberrypi:~ $
            
            
            HomoranH 1 Antwort Letzte Antwort
            0
            • I Offline
              I Offline
              IbizaGT
              schrieb zuletzt editiert von
              #24

              @thomas-braun
              trotz error weitermachen?

              Thomas BraunT 2 Antworten Letzte Antwort
              0
              • I IbizaGT

                @Thomas-Braun

                
                pi@raspberrypi:~ $ sudo apt-get install -y curl
                Reading package lists... Done
                Building dependency tree... Done
                Reading state information... Done
                curl is already the newest version (7.74.0-1.3+deb11u16).
                0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                pi@raspberrypi:~ $ curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
                2026-06-20 10:33:18 - Installing pre-requisites
                Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                Reading package lists... Done
                Building dependency tree... Done
                Reading state information... Done
                All packages are up to date.
                Reading package lists... Done
                Building dependency tree... Done
                Reading state information... Done
                ca-certificates is already the newest version (20230311+deb12u1~deb11u1).
                curl is already the newest version (7.74.0-1.3+deb11u16).
                gnupg is already the newest version (2.2.27-2+deb11u3).
                The following NEW packages will be installed:
                  apt-transport-https
                0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
                Need to get 160 kB of archives.
                After this operation, 166 kB of additional disk space will be used.
                Get:1 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian bullseye/main armhf apt-transport-https all 2.2.4 [160 kB]
                Fetched 160 kB in 1s (288 kB/s)
                Selecting previously unselected package apt-transport-https.
                (Reading database ... 49127 files and directories currently installed.)
                Preparing to unpack .../apt-transport-https_2.2.4_all.deb ...
                Unpacking apt-transport-https (2.2.4) ...
                Setting up apt-transport-https (2.2.4) ...
                2026-06-20 10:33:27 - Error: Unsupported architecture: armhf. Only amd64, arm64 are supported. Contact Nodesource for an extended support version https://nodesource.com/pages/contact-us.html. (Exit Code: 1)
                pi@raspberrypi:~ $
                
                
                HomoranH Nicht stören
                HomoranH Nicht stören
                Homoran
                Global Moderator Administrators
                schrieb zuletzt editiert von Homoran
                #25

                @IbizaGT sagte:

                Unsupported architecture: armhf. Only amd64, arm64 are supported. Contact Nodesource for an extended support version https://nodesource.com/pages/contact-us.html. (Exit Code: 1)
                pi@raspberrypi:~ $

                Das ist das Prpblem deiner alten Installation
                Nur noch 64bit versionen bei nodejs 22

                Möglich dass noch was älteres geht, wenn nodesource die noch im Repo hat

                kein Support per PN! - Fragen im Forum stellen -
                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                1 Antwort Letzte Antwort
                0
                • I IbizaGT

                  @thomas-braun
                  trotz error weitermachen?

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb zuletzt editiert von
                  #26

                  @IbizaGT
                  Da gibt es nix weiter zu machen. Das Ding ist dir weggegammelt.
                  Aber da du ja 'nix groß gemacht hast' kannste es ja auch komplett von Grund auf Neuinstallieren:

                  https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  1 Antwort Letzte Antwort
                  0
                  • I IbizaGT

                    ========== Start marking the full check here ===========

                    Script v.2026-06-01
                    
                    *** BASE SYSTEM ***
                    Operating System: Raspbian GNU/Linux 11 (bullseye)
                       Static hostname: raspberrypi
                             Icon name: computer
                                Kernel: Linux 6.1.21-v8+
                          Architecture: arm64
                    OS is similar to: debian
                    
                    Model           : Raspberry Pi 4 Model B Rev 1.1
                    Docker          : false
                    Virtualization  : none
                    Kernel          : aarch64
                    Userland        : 32bit
                    
                    System was installed 1693 days ago (on 2021-10-30).
                    
                    Outdated 32Bit architecture detected. Only a pure 64Bit-System will be supported in the future. You will have to reinstall your operating system with full 64Bit support or upgrade to more modern hardware soon.
                    Systemuptime and Load:
                     10:09:08 up 1 min,  1 user,  load average: 0.37, 0.30, 0.12
                    CPU threads     : 4
                    
                    *** LIFE CYCLE STATUS ***
                    ERROR: Package 'distro-info' is not installed. Please do:
                    sudo apt update && sudo apt install distro-info
                    Alternatively execute the 'iob fix'
                    pi@raspberrypi:~ $
                    HomoranH Nicht stören
                    HomoranH Nicht stören
                    Homoran
                    Global Moderator Administrators
                    schrieb zuletzt editiert von
                    #27

                    @IbizaGT sagte:

                    Model : Raspberry Pi 4 Model B Rev 1.1

                    Kann aber 64 bit, aber nur per Neuinstallation

                    kein Support per PN! - Fragen im Forum stellen -
                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                    1 Antwort Letzte Antwort
                    0
                    • I Offline
                      I Offline
                      IbizaGT
                      schrieb zuletzt editiert von
                      #28

                      Gibt es irgeneine Chance das noch mal ans laufen zu bringen damit ich im iobroker ein Backup machen kann?

                      1 Antwort Letzte Antwort
                      0
                      • I IbizaGT

                        @thomas-braun
                        trotz error weitermachen?

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb zuletzt editiert von
                        #29

                        @IbizaGT

                        Versuch mal

                        curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
                        sudo apt-get install -y nodejs
                        node -v
                        

                        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

                        I 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @IbizaGT

                          Versuch mal

                          curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
                          sudo apt-get install -y nodejs
                          node -v
                          
                          I Offline
                          I Offline
                          IbizaGT
                          schrieb zuletzt editiert von
                          #30

                          @Thomas-Braun

                          pi@raspberrypi:~ $ curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
                          2026-06-20 10:39:51 - Installing pre-requisites
                          Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                          Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                          Reading package lists... Done
                          Building dependency tree... Done
                          Reading state information... Done
                          All packages are up to date.
                          Reading package lists... Done
                          Building dependency tree... Done
                          Reading state information... Done
                          apt-transport-https is already the newest version (2.2.4).
                          ca-certificates is already the newest version (20230311+deb12u1~deb11u1).
                          curl is already the newest version (7.74.0-1.3+deb11u16).
                          gnupg is already the newest version (2.2.27-2+deb11u3).
                          0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                          2026-06-20 10:39:57 - Error: Unsupported architecture: armhf. Only amd64, arm64 are supported. Contact Nodesource for an extended support version https://nodesource.com/pages/contact-us.html. (Exit Code: 1)
                          pi@raspberrypi:~ $
                          
                          
                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • I IbizaGT

                            @Thomas-Braun

                            pi@raspberrypi:~ $ curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
                            2026-06-20 10:39:51 - Installing pre-requisites
                            Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                            Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                            Reading package lists... Done
                            Building dependency tree... Done
                            Reading state information... Done
                            All packages are up to date.
                            Reading package lists... Done
                            Building dependency tree... Done
                            Reading state information... Done
                            apt-transport-https is already the newest version (2.2.4).
                            ca-certificates is already the newest version (20230311+deb12u1~deb11u1).
                            curl is already the newest version (7.74.0-1.3+deb11u16).
                            gnupg is already the newest version (2.2.27-2+deb11u3).
                            0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                            2026-06-20 10:39:57 - Error: Unsupported architecture: armhf. Only amd64, arm64 are supported. Contact Nodesource for an extended support version https://nodesource.com/pages/contact-us.html. (Exit Code: 1)
                            pi@raspberrypi:~ $
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb zuletzt editiert von
                            #31

                            @IbizaGT sagte:

                            Error: Unsupported architecture: armhf.

                            Der Zug ist also abgefahren. Und aus dem Debian-Repo gibt es nur nodejs12. Das ist zu alt, das wird vermutlich nicht mal als Notkrücke laufen.
                            Also Neuinstallation. 64Bit-Lite-Version, Kiste dann künftig regelmäßiger pflegen.

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            1 Antwort Letzte Antwort
                            0
                            • I Offline
                              I Offline
                              IbizaGT
                              schrieb zuletzt editiert von
                              #32

                              Dann muss ich mich wohl mit dem Gedanken anfreunden....
                              Trotzdem Danke für die Unterstützung
                              @thomas-braun
                              @homoran
                              @haselchen

                              1 Antwort Letzte Antwort
                              0

                              Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                              Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                              Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                              Registrieren Anmelden
                              Antworten
                              • In einem neuen Thema antworten
                              Anmelden zum Antworten
                              • Älteste zuerst
                              • Neuste zuerst
                              • Meiste Stimmen


                              Support us

                              ioBroker
                              Community Adapters
                              Donate
                              FAQ Cloud / IOT
                              HowTo: Node.js-Update
                              HowTo: Backup/Restore
                              Downloads
                              BLOG

                              591

                              Online

                              32.9k

                              Benutzer

                              83.2k

                              Themen

                              1.3m

                              Beiträge
                              Community
                              Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                              ioBroker Community 2014-2026
                              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