<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Probleme bei der Installation von IOBroker]]></title><description><![CDATA[<p dir="auto">Hallo,<br />
habe Probleme den IOBroker auf einen Raspbery Pi 4 4GM Ram zu bekommen.</p>
<p dir="auto">Das OS ist im Rpi-Imager<br />
Raspberry PI OS (other) --&gt; Raspberry PIOS Lite (31-bit)<br />
ausgewählt.<br />
Mittlerweile schon 3 Versuche inc. Image neu auf SSD.<br />
Ergebniss ist immer das gleiche.</p>
<p dir="auto">Wird auf eine SSD Samsung T5 1TB installiert.<br />
ssh noch drauf und gebootet.<br />
Der Installationsvorgang wird nach Vorgabe von der <a href="http://IOBroker.net" rel="nofollow ugc">IOBroker.net</a> Seite durchgeführt.<br />
Nach abarbeiten der Befehle vor der Installation von IOBrocker bringt die<br />
Abfrage nodejs -v den Fehler -bash: nodejs: command not found<br />
Auch der Befehl zum installieren des IOBroker<br />
curl -sLf <a href="https://iobroker.net/install.sh" rel="nofollow ugc">https://iobroker.net/install.sh</a> | bash -<br />
wird nicht ausgeführt.<br />
Nach Eingabe des Befehls kehrt der RasPi nach kurzer Zeit ohne irgendeine Textausgabe<br />
wieder zum Eingabeauforderung zurück.</p>
<p dir="auto">Die Ausgaben von update und upgrade habe ich mir hier mal erspart.</p>
<p dir="auto">----- Start der Installation -----</p>
<pre><code>pi@raspberrypi:~ $ sudo apt update
pi@raspberrypi:~ $ sudo apt upgrade
Y
pi@raspberrypi:~ $ sudo reboot
pi@raspberrypi:~ $ node -v
-bash: node: command not found
pi@raspberrypi:~ $ nodejs -v
-bash: nodejs: command not found
pi@raspberrypi:~ $ npm -v
-bash: npm: command not found

pi@raspberrypi:~ $ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
## Installing the NodeSource Node.js 12.x repo...


## Populating apt-get cache...

+ apt-get update
Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:2 http://archive.raspberrypi.org/debian buster InRelease
Reading package lists... Done

## Confirming "buster" is supported...

+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_12.x/dists/buster/Release'

## Adding the NodeSource signing key to your keyring...

+ curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | tee /usr/share/keyrings/nodesource.gpg &gt;/dev/null
gpg: WARNING: unsafe ownership on homedir '/home/pi/.gnupg'

## Creating apt sources list file for the NodeSource Node.js 12.x repo...

+ echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x buster main' &gt; /etc/apt/sources.list.d/nodesource.list
+ echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x buster main' &gt;&gt; /etc/apt/sources.list.d/nodesource.list

## Running `apt-get update` for you...

+ apt-get update
Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:2 http://archive.raspberrypi.org/debian buster InRelease
Get:3 https://deb.nodesource.com/node_12.x buster InRelease [4,584 B]
Get:4 https://deb.nodesource.com/node_12.x buster/main armhf Packages [777 B]
Fetched 5,361 B in 11s (483 B/s)
Reading package lists... Done

## Run `sudo apt-get install -y nodejs` to install Node.js 12.x and npm
## You may also need development tools to build native addons:
     sudo apt-get install gcc g++ make
## To install the Yarn package manager, run:
     curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg &gt;/dev/null
     echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
     sudo apt-get update &amp;&amp; sudo apt-get install yarn

pi@raspberrypi:~ $ sudo apt install -y nodejs
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
  python-colorzero
Use 'sudo apt autoremove' to remove it.
The following NEW packages will be installed:
  nodejs
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 15.9 MB of archives.
After this operation, 86.0 MB of additional disk space will be used.
Get:1 https://deb.nodesource.com/node_12.x buster/main armhf nodejs armhf 12.22.7-deb-1nodesource1 [15.9 MB]
Fetched 15.9 MB in 12s (1,276 kB/s)
Selecting previously unselected package nodejs.
(Reading database ... 40514 files and directories currently installed.)
Preparing to unpack .../nodejs_12.22.7-deb-1nodesource1_armhf.deb ...
Unpacking nodejs (12.22.7-deb-1nodesource1) ...
Setting up nodejs (12.22.7-deb-1nodesource1) ...
Processing triggers for man-db (2.8.5-2) ...

pi@raspberrypi:~ $ sudo reboot

pi@raspberrypi:~ $ node -v
v12.22.7
pi@raspberrypi:~ $ nodejs -v
-bash: nodejs: command not found
pi@raspberrypi:~ $ node -v
v12.22.7
pi@raspberrypi:~ $ curl -sLf https://iobroker.net/install.sh | bash -
pi@raspberrypi:~ $</code></pre>
]]></description><link>https://forum.iobroker.net/topic/48622/probleme-bei-der-installation-von-iobroker</link><generator>RSS for Node</generator><lastBuildDate>Thu, 28 May 2026 23:56:48 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/48622.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 20 Oct 2021 06:23:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Probleme bei der Installation von IOBroker on Thu, 21 Oct 2021 14:51:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/berlon" aria-label="Profile: berlon">@<bdi>berlon</bdi></a> sagte in <a href="/post/691591">Probleme bei der Installation von IOBroker</a>:</p>
<blockquote>
<p dir="auto">Sie neuen Post.</p>
</blockquote>
<p dir="auto">ich nicht Post, suche wo?</p>
]]></description><link>https://forum.iobroker.net/post/691592</link><guid isPermaLink="true">https://forum.iobroker.net/post/691592</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Thu, 21 Oct 2021 14:51:40 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme bei der Installation von IOBroker on Thu, 21 Oct 2021 14:50:33 GMT]]></title><description><![CDATA[<p dir="auto">so, habs zum laufen bekommen, aber neues Problem.<br />
Sie neuen Post.</p>
]]></description><link>https://forum.iobroker.net/post/691591</link><guid isPermaLink="true">https://forum.iobroker.net/post/691591</guid><dc:creator><![CDATA[Berlon]]></dc:creator><pubDate>Thu, 21 Oct 2021 14:50:33 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme bei der Installation von IOBroker on Wed, 20 Oct 2021 12:59:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> hab ich aber gerade gemacht ;-)</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/berlon" aria-label="Profile: Berlon">@<bdi>Berlon</bdi></a><br />
wird demnächst in die Doku gepusht</p>
]]></description><link>https://forum.iobroker.net/post/691107</link><guid isPermaLink="true">https://forum.iobroker.net/post/691107</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Wed, 20 Oct 2021 12:59:04 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme bei der Installation von IOBroker on Wed, 20 Oct 2021 12:54:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a> sagte in <a href="/post/691102">Probleme bei der Installation von IOBroker</a>:</p>
<blockquote>
<p dir="auto">In neueren Installationen kann es sein, dass der Befehl nodejs -v eine Fehlermeldung wie “nicht gefunden” erzeugt. Dies ist prinzipiell unbedenklich, da der Befehl nodejs schon länger nicht mehr verwendet wird, kann aber über einen Symlink mit dem Befehl sudo ln -s /usr/bin/node /usr/bin/nodejs "repariert" werden.</p>
</blockquote>
<p dir="auto">Könnte ich mal irgendwann geschrieben haben.</p>
]]></description><link>https://forum.iobroker.net/post/691105</link><guid isPermaLink="true">https://forum.iobroker.net/post/691105</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Wed, 20 Oct 2021 12:54:14 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme bei der Installation von IOBroker on Wed, 20 Oct 2021 12:43:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/berlon" aria-label="Profile: berlon">@<bdi>berlon</bdi></a> sagte in <a href="/post/691052">Probleme bei der Installation von IOBroker</a>:</p>
<blockquote>
<p dir="auto">Das der Befehl zur node.js Abfrage nichts mehr zurück gibt sollte man unbeding hier in der Installationsanleitung von IOBrocker vermerken.</p>
</blockquote>
<p dir="auto">In etwa so?</p>
<blockquote>
<p dir="auto">In neueren Installationen kann es sein, dass der Befehl nodejs -v eine Fehlermeldung wie “nicht gefunden” erzeugt. Dies ist prinzipiell unbedenklich, da der Befehl nodejs schon länger nicht mehr verwendet wird, kann aber über einen Symlink mit dem Befehl sudo ln -s /usr/bin/node /usr/bin/nodejs "repariert" werden.</p>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: Thomas-Braun">@<bdi>Thomas-Braun</bdi></a></p>
]]></description><link>https://forum.iobroker.net/post/691102</link><guid isPermaLink="true">https://forum.iobroker.net/post/691102</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Wed, 20 Oct 2021 12:43:12 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme bei der Installation von IOBroker on Wed, 20 Oct 2021 10:15:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/berlon" aria-label="Profile: berlon">@<bdi>berlon</bdi></a> sagte in <a href="/post/691052">Probleme bei der Installation von IOBroker</a>:</p>
<blockquote>
<p dir="auto">Stellt sich mir nur noch die Frage warum der Befehl zur Installation<br />
von IOBroker ohne irgendeine Ausgabe zur Eingabeaufforderung<br />
zurück kehrt??</p>
</blockquote>
<p dir="auto">die Frage stellt sich mir auch von Anbeginn.</p>
<p dir="auto">Habe deswegen sogar gerade eine neue Installation angestoßen.<br />
Läuft ohne Probleme durch</p>
<p dir="auto">Allerdings auf Karte und nicht auf SSD</p>
]]></description><link>https://forum.iobroker.net/post/691055</link><guid isPermaLink="true">https://forum.iobroker.net/post/691055</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Wed, 20 Oct 2021 10:15:02 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme bei der Installation von IOBroker on Wed, 20 Oct 2021 10:10:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a><br />
ok, werde ich heute abend überprüfen.</p>
<p dir="auto">Das der Befehl zur node.js Abfrage nichts mehr zurück gibt sollte man unbeding hier in der Installationsanleitung von IOBrocker vermerken.<br />
Da soll man nodjs noch überprüfen.<br />
Und da bin ich schon gescheitert.</p>
<p dir="auto">Stellt sich mir nur noch die Frage warum der Befehl zur Installation<br />
von IOBroker ohne irgendeine Ausgabe zur Eingabeaufforderung<br />
zurück kehrt??</p>
]]></description><link>https://forum.iobroker.net/post/691052</link><guid isPermaLink="true">https://forum.iobroker.net/post/691052</guid><dc:creator><![CDATA[Berlon]]></dc:creator><pubDate>Wed, 20 Oct 2021 10:10:17 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme bei der Installation von IOBroker on Wed, 20 Oct 2021 09:48:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/berlon" aria-label="Profile: berlon">@<bdi>berlon</bdi></a> sagte in <a href="/post/690970">Probleme bei der Installation von IOBroker</a>:</p>
<blockquote>
<p dir="auto">hab die Ausgabe einfach hier herein kopiert.</p>
</blockquote>
<p dir="auto">hab es gefixt</p>
<p dir="auto">Aber so einfach kopiert ist das nicht, da sind noch formatierungen drin</p>
]]></description><link>https://forum.iobroker.net/post/691042</link><guid isPermaLink="true">https://forum.iobroker.net/post/691042</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Wed, 20 Oct 2021 09:48:35 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme bei der Installation von IOBroker on Wed, 20 Oct 2021 09:46:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/berlon" aria-label="Profile: berlon">@<bdi>berlon</bdi></a><br />
Läuft doch.<br />
nodejs -v<br />
liefert in aktuellen Installationen nichts mehr zurück.<br />
Wenn du magst kannst du das so 'reparieren':</p>
<pre><code>sudo ln -s /usr/bin/node /usr/bin/nodejs
</code></pre>
]]></description><link>https://forum.iobroker.net/post/691040</link><guid isPermaLink="true">https://forum.iobroker.net/post/691040</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Wed, 20 Oct 2021 09:46:11 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme bei der Installation von IOBroker on Wed, 20 Oct 2021 09:43:52 GMT]]></title><description><![CDATA[<p dir="auto">noch ungeklärt ist warum mein node.js nicht läuft.<br />
die Installation war doch erfolgreich</p>
<pre><code>pi@raspberrypi:~ $ sudo apt install -y nodejs
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
python-colorzero
Use 'sudo apt autoremove' to remove it.
The following NEW packages will be installed:
nodejs
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 15.9 MB of archives.
After this operation, 86.0 MB of additional disk space will be used.
Get:1 https://deb.nodesource.com/node_12.x buster/main armhf nodejs armhf 12.22.7-deb-1nodesource1 [15.9 MB]
Fetched 15.9 MB in 12s (1,276 kB/s)
Selecting previously unselected package nodejs.
(Reading database ... 40514 files and directories currently installed.)
Preparing to unpack .../nodejs_12.22.7-deb-1nodesource1_armhf.deb ...
Unpacking nodejs (12.22.7-deb-1nodesource1) ...
Setting up nodejs (12.22.7-deb-1nodesource1) ...
Processing triggers for man-db (2.8.5-2) ...
</code></pre>
<pre><code>pi@raspberrypi:~ $ node -v
v12.22.7
pi@raspberrypi:~ $ nodejs -v
-bash: nodejs: command not found
</code></pre>
]]></description><link>https://forum.iobroker.net/post/691037</link><guid isPermaLink="true">https://forum.iobroker.net/post/691037</guid><dc:creator><![CDATA[Berlon]]></dc:creator><pubDate>Wed, 20 Oct 2021 09:43:52 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme bei der Installation von IOBroker on Wed, 20 Oct 2021 07:40:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/berlon" aria-label="Profile: berlon">@<bdi>berlon</bdi></a> sagte in <a href="/post/690970">Probleme bei der Installation von IOBroker</a>:</p>
<blockquote>
<p dir="auto">hab die Ausgabe einfach hier herein kopiert.</p>
</blockquote>
<p dir="auto">Hab ich gemerkt. Bitte einfach noch CodeTags drumherum setzen.</p>
]]></description><link>https://forum.iobroker.net/post/690971</link><guid isPermaLink="true">https://forum.iobroker.net/post/690971</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Wed, 20 Oct 2021 07:40:09 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme bei der Installation von IOBroker on Wed, 20 Oct 2021 07:38:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a><br />
werd ich heute abend dann probieren. Bin auf der Arbeit.</p>
<p dir="auto">Sorry für den Code, hab die Ausgabe einfach hier herein kopiert.</p>
]]></description><link>https://forum.iobroker.net/post/690970</link><guid isPermaLink="true">https://forum.iobroker.net/post/690970</guid><dc:creator><![CDATA[Berlon]]></dc:creator><pubDate>Wed, 20 Oct 2021 07:38:58 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme bei der Installation von IOBroker on Wed, 20 Oct 2021 07:28:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/berlon" aria-label="Profile: berlon">@<bdi>berlon</bdi></a></p>
<p dir="auto">Überlesen. Liegt wohl am unleserlichen Output. Bitte CodeTags für Konsolentext verwenden. Versuchs mal so:</p>
<pre><code>curl -sLf https://iobroker.net/install.sh | bash
</code></pre>
]]></description><link>https://forum.iobroker.net/post/690967</link><guid isPermaLink="true">https://forum.iobroker.net/post/690967</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Wed, 20 Oct 2021 07:28:00 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme bei der Installation von IOBroker on Wed, 20 Oct 2021 07:23:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a><br />
curl funktioniert doch bei der Installation von node?!</p>
<p dir="auto">pi@raspberrypi:~ $ curl -sL <a href="https://deb.nodesource.com/setup_12.x" rel="nofollow ugc">https://deb.nodesource.com/setup_12.x</a> | sudo -E bash -<br />
Installing the NodeSource Node.js 12.x repo...  usw........................</p>
]]></description><link>https://forum.iobroker.net/post/690966</link><guid isPermaLink="true">https://forum.iobroker.net/post/690966</guid><dc:creator><![CDATA[Berlon]]></dc:creator><pubDate>Wed, 20 Oct 2021 07:23:57 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme bei der Installation von IOBroker on Wed, 20 Oct 2021 07:19:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/berlon" aria-label="Profile: berlon">@<bdi>berlon</bdi></a><br />
Ist curl vielleicht nicht installiert?</p>
<pre><code>apt policy curl
</code></pre>
]]></description><link>https://forum.iobroker.net/post/690962</link><guid isPermaLink="true">https://forum.iobroker.net/post/690962</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Wed, 20 Oct 2021 07:19:43 GMT</pubDate></item></channel></rss>