NEWS
Installation von ioBroker schlägt fehl
-
Hallo Zusammen,
ich probiere auf einem Raspi 5 (Raspberry Pi 5 Model B Rev 1.0 - 8 GB RAM) den ioBroker zu installieren (gem. Anleitung von Thomas Braun [Installation auf Raspi - Einfacher geht's nicht].
Ich führe alle Installationsschritte so durch wie von Thomas Braun beschrieben.
Die Installation mit:
curl -sSLf https://iobroker.net/install.sh | bash -bricht mit einem Fehler ab:
ds@IOB-ESP:/ $ curl -sSLf https://iobroker.net/install.sh | bash - library: loaded Library version=2026-01-23 ========================================================================== Welcome to the ioBroker installer! Installer version: 2025-01-20 You might need to enter your password a couple of times. ========================================================================== ========================================================================== Installing prerequisites (1/4) ========================================================================== E: Invalid operation ========================================================================== Node.js not found. Installing... ========================================================================== rm: cannot remove '/etc/apt/keyrings/nodesource.gpg': No such file or directory deb [arch=arm64 signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_22.x nodistro main Package: nodejs Pin: origin deb.nodesource.com Pin-Priority: 1001 E: Invalid operation install -yq Installed nodejs Cannot install Node.js! Please install it manually.Ich habe es mit dem "Raspberry Pi OS Lite (64-bit) - a Port of Debian Trixie" und mit "Raspberry Pi OS Lite (64-bit) - a Port of Debian Bookworn" probiert.
File-Speicher sieht gut aus:
ds@IOB-ESP:/ $ df -h Filesystem Size Used Avail Use% Mounted on udev 3.9G 0 3.9G 0% /dev tmpfs 1.6G 14M 1.6G 1% /run /dev/mmcblk0p2 14G 2.4G 11G 18% / tmpfs 4.0G 0 4.0G 0% /dev/shm tmpfs 5.0M 48K 5.0M 1% /run/lock /dev/mmcblk0p1 510M 57M 454M 12% /boot/firmware tmpfs 807M 0 807M 0% /run/user/1000Hat hier jemand eine Lösung für mich?
Grüß
Thomas Diederichs -
Vielen Dank. Leider folgende Fehlermeldung:
ds@IOB-ESP:~ $ curl https://raw.githubusercontent.com/Grothesk242/ioBroker/refs/heads/fix_installer/installer.sh | bash - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 19737 100 19737 0 0 81283 0 --:--:-- --:--:-- --:--:-- 81222 library: loaded Library version=2026-01-23 ========================================================================== Welcome to the ioBroker installer! Installer version: 2026-02-01 You might need to enter your password a couple of times. ========================================================================== ========================================================================== Installing prerequisites (1/4) ========================================================================== Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease Get:4 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Hit:5 https://deb.nodesource.com/node_22.x nodistro InRelease Fetched 103 kB in 1s (187 kB/s) Reading package lists... Done ========================================================================== Node.js not found. Installing... ========================================================================== rm: cannot remove '/etc/apt/keyrings/nodesource.gpg': No such file or directory deb [arch=arm64 signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_22.x nodistro main Package: nodejs Pin: origin deb.nodesource.com Pin-Priority: 1001 E: Invalid operation install -yq Installed nodejs Cannot install Node.js! Please install it manually.Magst du jetzt nochmal versuchen?
Der übliche Installer sollte jetzt wieder funktionieren.curl -sLf https://iobroker.net/install.sh | bash - -
Hallo Zusammen,
ich probiere auf einem Raspi 5 (Raspberry Pi 5 Model B Rev 1.0 - 8 GB RAM) den ioBroker zu installieren (gem. Anleitung von Thomas Braun [Installation auf Raspi - Einfacher geht's nicht].
Ich führe alle Installationsschritte so durch wie von Thomas Braun beschrieben.
Die Installation mit:
curl -sSLf https://iobroker.net/install.sh | bash -bricht mit einem Fehler ab:
ds@IOB-ESP:/ $ curl -sSLf https://iobroker.net/install.sh | bash - library: loaded Library version=2026-01-23 ========================================================================== Welcome to the ioBroker installer! Installer version: 2025-01-20 You might need to enter your password a couple of times. ========================================================================== ========================================================================== Installing prerequisites (1/4) ========================================================================== E: Invalid operation ========================================================================== Node.js not found. Installing... ========================================================================== rm: cannot remove '/etc/apt/keyrings/nodesource.gpg': No such file or directory deb [arch=arm64 signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_22.x nodistro main Package: nodejs Pin: origin deb.nodesource.com Pin-Priority: 1001 E: Invalid operation install -yq Installed nodejs Cannot install Node.js! Please install it manually.Ich habe es mit dem "Raspberry Pi OS Lite (64-bit) - a Port of Debian Trixie" und mit "Raspberry Pi OS Lite (64-bit) - a Port of Debian Bookworn" probiert.
File-Speicher sieht gut aus:
ds@IOB-ESP:/ $ df -h Filesystem Size Used Avail Use% Mounted on udev 3.9G 0 3.9G 0% /dev tmpfs 1.6G 14M 1.6G 1% /run /dev/mmcblk0p2 14G 2.4G 11G 18% / tmpfs 4.0G 0 4.0G 0% /dev/shm tmpfs 5.0M 48K 5.0M 1% /run/lock /dev/mmcblk0p1 510M 57M 454M 12% /boot/firmware tmpfs 807M 0 807M 0% /run/user/1000Hat hier jemand eine Lösung für mich?
Grüß
Thomas Diederichs@Thomas-Diederichs sagte in Installation von ioBroker schlägt fehl:
Hat hier jemand eine Lösung für mich?
Das muss im Installer-Skript angepasst werden. Ich schau gerade rein.
-
Hallo Zusammen,
ich probiere auf einem Raspi 5 (Raspberry Pi 5 Model B Rev 1.0 - 8 GB RAM) den ioBroker zu installieren (gem. Anleitung von Thomas Braun [Installation auf Raspi - Einfacher geht's nicht].
Ich führe alle Installationsschritte so durch wie von Thomas Braun beschrieben.
Die Installation mit:
curl -sSLf https://iobroker.net/install.sh | bash -bricht mit einem Fehler ab:
ds@IOB-ESP:/ $ curl -sSLf https://iobroker.net/install.sh | bash - library: loaded Library version=2026-01-23 ========================================================================== Welcome to the ioBroker installer! Installer version: 2025-01-20 You might need to enter your password a couple of times. ========================================================================== ========================================================================== Installing prerequisites (1/4) ========================================================================== E: Invalid operation ========================================================================== Node.js not found. Installing... ========================================================================== rm: cannot remove '/etc/apt/keyrings/nodesource.gpg': No such file or directory deb [arch=arm64 signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_22.x nodistro main Package: nodejs Pin: origin deb.nodesource.com Pin-Priority: 1001 E: Invalid operation install -yq Installed nodejs Cannot install Node.js! Please install it manually.Ich habe es mit dem "Raspberry Pi OS Lite (64-bit) - a Port of Debian Trixie" und mit "Raspberry Pi OS Lite (64-bit) - a Port of Debian Bookworn" probiert.
File-Speicher sieht gut aus:
ds@IOB-ESP:/ $ df -h Filesystem Size Used Avail Use% Mounted on udev 3.9G 0 3.9G 0% /dev tmpfs 1.6G 14M 1.6G 1% /run /dev/mmcblk0p2 14G 2.4G 11G 18% / tmpfs 4.0G 0 4.0G 0% /dev/shm tmpfs 5.0M 48K 5.0M 1% /run/lock /dev/mmcblk0p1 510M 57M 454M 12% /boot/firmware tmpfs 807M 0 807M 0% /run/user/1000Hat hier jemand eine Lösung für mich?
Grüß
Thomas DiederichsVersuch es mal so:
curl https://raw.githubusercontent.com/Grothesk242/ioBroker/refs/heads/fix_installer/installer.sh | bash -Edit:
https://github.com/ioBroker/ioBroker/pull/691sollte das reparieren. Muss dann nur noch gemerged und deployd werden.
-
Vielen Dank. Leider folgende Fehlermeldung:
ds@IOB-ESP:~ $ curl https://raw.githubusercontent.com/Grothesk242/ioBroker/refs/heads/fix_installer/installer.sh | bash - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 19737 100 19737 0 0 81283 0 --:--:-- --:--:-- --:--:-- 81222 library: loaded Library version=2026-01-23 ========================================================================== Welcome to the ioBroker installer! Installer version: 2026-02-01 You might need to enter your password a couple of times. ========================================================================== ========================================================================== Installing prerequisites (1/4) ========================================================================== Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease Get:4 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Hit:5 https://deb.nodesource.com/node_22.x nodistro InRelease Fetched 103 kB in 1s (187 kB/s) Reading package lists... Done ========================================================================== Node.js not found. Installing... ========================================================================== rm: cannot remove '/etc/apt/keyrings/nodesource.gpg': No such file or directory deb [arch=arm64 signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_22.x nodistro main Package: nodejs Pin: origin deb.nodesource.com Pin-Priority: 1001 E: Invalid operation install -yq Installed nodejs Cannot install Node.js! Please install it manually. -
Vielen Dank. Leider folgende Fehlermeldung:
ds@IOB-ESP:~ $ curl https://raw.githubusercontent.com/Grothesk242/ioBroker/refs/heads/fix_installer/installer.sh | bash - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 19737 100 19737 0 0 81283 0 --:--:-- --:--:-- --:--:-- 81222 library: loaded Library version=2026-01-23 ========================================================================== Welcome to the ioBroker installer! Installer version: 2026-02-01 You might need to enter your password a couple of times. ========================================================================== ========================================================================== Installing prerequisites (1/4) ========================================================================== Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease Get:4 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Hit:5 https://deb.nodesource.com/node_22.x nodistro InRelease Fetched 103 kB in 1s (187 kB/s) Reading package lists... Done ========================================================================== Node.js not found. Installing... ========================================================================== rm: cannot remove '/etc/apt/keyrings/nodesource.gpg': No such file or directory deb [arch=arm64 signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_22.x nodistro main Package: nodejs Pin: origin deb.nodesource.com Pin-Priority: 1001 E: Invalid operation install -yq Installed nodejs Cannot install Node.js! Please install it manually.Versuch es später nochmal. Die gefixte Version wird gerade auf den ioBroker-Server gebracht.
Dann sollte es wieder mit dem vorgesehenen Befehl gehen. -
Vielen Dank. Leider folgende Fehlermeldung:
ds@IOB-ESP:~ $ curl https://raw.githubusercontent.com/Grothesk242/ioBroker/refs/heads/fix_installer/installer.sh | bash - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 19737 100 19737 0 0 81283 0 --:--:-- --:--:-- --:--:-- 81222 library: loaded Library version=2026-01-23 ========================================================================== Welcome to the ioBroker installer! Installer version: 2026-02-01 You might need to enter your password a couple of times. ========================================================================== ========================================================================== Installing prerequisites (1/4) ========================================================================== Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease Get:4 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Hit:5 https://deb.nodesource.com/node_22.x nodistro InRelease Fetched 103 kB in 1s (187 kB/s) Reading package lists... Done ========================================================================== Node.js not found. Installing... ========================================================================== rm: cannot remove '/etc/apt/keyrings/nodesource.gpg': No such file or directory deb [arch=arm64 signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_22.x nodistro main Package: nodejs Pin: origin deb.nodesource.com Pin-Priority: 1001 E: Invalid operation install -yq Installed nodejs Cannot install Node.js! Please install it manually.Magst du jetzt nochmal versuchen?
Der übliche Installer sollte jetzt wieder funktionieren.curl -sLf https://iobroker.net/install.sh | bash - -
@thomas-braun
Super. Vielen Dank. Funktioniert. -
T Thomas Diederichs has marked this topic as solved on
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