<?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[[Gelöst] Installation auf Raspi 3B schlägt immer wieder fehl]]></title><description><![CDATA[<p dir="auto">Ich habe schon 2 Raspberry Pi 2 mit IoBroker laufen. Jetzt wollte ich noch einen weiteren (Pi 3B) einrichten, aber ich scheitere daran.<br />
Folgendes habe ich gemacht:<br />
Raspberry Pi OS Lite Image installiert -&gt; deutsche Tastatur, fixe IP und SSH eingestellt.<br />
Dann -&gt;<br />
curl -sLf <a href="https://iobroker.net/install.sh" rel="nofollow ugc">https://iobroker.net/install.sh</a> | bash -</p>
<pre><code>==========================================================================

    Welcome to the ioBroker installer!
    Installer version: 2021-04-07

    You might need to enter your password a couple of times.

==========================================================================


==========================================================================
    Installing prerequisites (1/4)
==========================================================================

Get:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Get:2 http://archive.raspberrypi.org/debian buster InRelease [32.9 kB]
Get:3 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13.0                                                                  MB]
Get:4 http://archive.raspberrypi.org/debian buster/main armhf Packages [376 kB]
Fetched 13.4 MB in 16s (854 kB/s)
Reading package lists... Done

==========================================================================

    Node.js not found. Installing...

==========================================================================


## 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/Rele                                                                 ase'

## 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.nodesourc                                                                 e.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.nodes                                                                 ource.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 [4584 B]
Get:4 https://deb.nodesource.com/node_12.x buster/main armhf Packages [773 B]
Fetched 5357 B in 2s (2219 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 te                                                                 e /usr/share/keyrings/yarnkey.gpg &gt;/dev/null
     echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.co                                                                 m/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
     sudo apt-get update &amp;&amp; sudo apt-get install yarn


Installed nodejs
Node.js Installed successfully!
Changing npm registry to https://registry.npmjs.org
Installed acl
Installed gcc-c++
Installed libavahi-compat-libdnssd-dev
Installed libudev-dev
Installed libpam0g-dev
Installed git
Installed libcairo2-dev
Installed libpango1.0-dev
Installed libjpeg-dev
Installed libgif-dev
Installed librsvg2-dev
Installed python-dev

==========================================================================
    Creating ioBroker user and directory (2/4)
==========================================================================

User iobroker created
Created /etc/sudoers.d/iobroker
Directory /opt/iobroker created


==========================================================================
    Installing ioBroker (3/4)
==========================================================================

In file included from ../../nan/nan.h:56,
                 from ../src/main.cpp:3:
/home/pi/.cache/node-gyp/12.22.1/include/node/node.h:736:43: warning: cast betwe                                                                 en incompatible function types from 'void (*)(v8::Local&lt;v8::Object&gt;)' to 'node::                                                                 addon_register_func' {aka 'void (*)(v8::Local&lt;v8::Object&gt;, v8::Local&lt;v8::Value&gt;,                                                                  void*)'} [-Wcast-function-type]
       (node::addon_register_func) (regfunc),                          \
                                           ^
/home/pi/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion o                                                                 f macro 'NODE_MODULE_X'
   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
   ^~~~~~~~~~~~~
../src/main.cpp:42:1: note: in expansion of macro 'NODE_MODULE'
 NODE_MODULE(diskusage, Init)
 ^~~~~~~~~~~
In file included from ../../nan/nan.h:56,
                 from ../src/unix_dgram.cc:5:
/home/pi/.cache/node-gyp/12.22.1/include/node/node.h:736:43: warning: cast between incompatible function types from 'void (*)(v8::Local&lt;v8::Object&gt;)' to 'node::addon_register_func' {aka 'void (*)(v8::Local&lt;v8::Object&gt;, v8::Local&lt;v8::Value&gt;, void*)'} [-Wcast-function-type]
       (node::addon_register_func) (regfunc),                          \
                                           ^
/home/pi/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro 'NODE_MODULE_X'
   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
   ^~~~~~~~~~~~~
../src/unix_dgram.cc:404:1: note: in expansion of macro 'NODE_MODULE'
 NODE_MODULE(unix_dgram, Initialize)
 ^~~~~~~~~~~
../src/serialport.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE Open(Nan::NAN_METHOD_ARGS_TYPE)':
../src/serialport.cpp:78:69: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
   uv_queue_work(uv_default_loop(), req, EIO_Open, (uv_after_work_cb)EIO_AfterOpen);
                                                                     ^~~~~~~~~~~~~
../src/serialport.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)':
../src/serialport.cpp:135:71: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
   uv_queue_work(uv_default_loop(), req, EIO_Update, (uv_after_work_cb)EIO_AfterUpdate);
                                                                       ^~~~~~~~~~~~~~~
../src/serialport.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE Close(Nan::NAN_METHOD_ARGS_TYPE)':
../src/serialport.cpp:175:70: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
   uv_queue_work(uv_default_loop(), req, EIO_Close, (uv_after_work_cb)EIO_AfterClose);
                                                                      ^~~~~~~~~~~~~~
../src/serialport.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE Flush(Nan::NAN_METHOD_ARGS_TYPE)':
../src/serialport.cpp:215:70: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
   uv_queue_work(uv_default_loop(), req, EIO_Flush, (uv_after_work_cb)EIO_AfterFlush);
                                                                      ^~~~~~~~~~~~~~
../src/serialport.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)':
../src/serialport.cpp:271:68: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
   uv_queue_work(uv_default_loop(), req, EIO_Set, (uv_after_work_cb)EIO_AfterSet);
                                                                    ^~~~~~~~~~~~
../src/serialport.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE Get(Nan::NAN_METHOD_ARGS_TYPE)':
../src/serialport.cpp:316:68: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
   uv_queue_work(uv_default_loop(), req, EIO_Get, (uv_after_work_cb)EIO_AfterGet);
                                                                    ^~~~~~~~~~~~
../src/serialport.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE GetBaudRate(Nan::NAN_METHOD_ARGS_TYPE)':
../src/serialport.cpp:366:76: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
   uv_queue_work(uv_default_loop(), req, EIO_GetBaudRate, (uv_after_work_cb)EIO_AfterGetBaudRate);
                                                                            ^~~~~~~~~~~~~~~~~~~~
../src/serialport.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE Drain(Nan::NAN_METHOD_ARGS_TYPE)':
../src/serialport.cpp:412:70: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
   uv_queue_work(uv_default_loop(), req, EIO_Drain, (uv_after_work_cb)EIO_AfterDrain);
                                                                      ^~~~~~~~~~~~~~
../src/serialport.cpp: At global scope:
../src/serialport.cpp:433:28: warning: unnecessary parentheses in declaration of 'ToParityEnum' [-Wparentheses]
 SerialPortParity NAN_INLINE(ToParityEnum(const v8::Local&lt;v8::String&gt;&amp; v8str)) {
                            ^
../src/serialport.cpp:452:30: warning: unnecessary parentheses in declaration of 'ToStopBitEnum' [-Wparentheses]
 SerialPortStopBits NAN_INLINE(ToStopBitEnum(double stopBits)) {
                              ^
In file included from ../../../nan/nan.h:56,
                 from ../src/./serialport.h:6,
                 from ../src/serialport.cpp:1:
/home/pi/.cache/node-gyp/12.22.1/include/node/node.h:736:43: warning: cast between incompatible function types from 'void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)' {aka 'void (*)(v8::Local&lt;v8::Object&gt;)'} to 'node::addon_register_func' {aka 'void (*)(v8::Local&lt;v8::Object&gt;, v8::Local&lt;v8::Value&gt;, void*)'} [-Wcast-function-type]
       (node::addon_register_func) (regfunc),                          \
                                           ^
/home/pi/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro 'NODE_MODULE_X'
   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
   ^~~~~~~~~~~~~
../src/serialport.cpp:486:1: note: in expansion of macro 'NODE_MODULE'
 NODE_MODULE(serialport, init);
 ^~~~~~~~~~~
../src/serialport_unix.cpp: In function 'int setup(int, OpenBaton*)':
../src/serialport_unix.cpp:176:60: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1005 [-Wformat-truncation=]
     snprintf(data-&gt;errorString, sizeof(data-&gt;errorString), "Error %s Cannot open %s", strerror(errno), data-&gt;path);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~
../src/serialport_unix.cpp:176:13: note: 'snprintf' output 20 or more bytes (assuming 1043) into a destination of size 1024
     snprintf(data-&gt;errorString, sizeof(data-&gt;errorString), "Error %s Cannot open %s", strerror(errno), data-&gt;path);
     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/serialport_unix.cpp: In function 'void EIO_Open(uv_work_t*)':
../src/serialport_unix.cpp:86:60: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1003 [-Wformat-truncation=]
     snprintf(data-&gt;errorString, sizeof(data-&gt;errorString), "Error: %s, cannot open %s", strerror(errno), data-&gt;path);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/serialport_unix.cpp:86:13: note: 'snprintf' output 22 or more bytes (assuming 1045) into a destination of size 1024
     snprintf(data-&gt;errorString, sizeof(data-&gt;errorString), "Error: %s, cannot open %s", strerror(errno), data-&gt;path);
     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

ATTENTION: Error reporting via Sentry will be activated on next start of ioBroker

ioBroker wants to make sure to deliver the most stable smart home system.
To allow this we decided to implement an automatic error and crash reporting solution into the js-controller and also into adapters.

THIS REPORTING WILL BE ENABLED WITH THE NEXT START OF YOUR IOBROKER!

For any error that leads to the crash of the js-controller or one of the relevant adapters the error details are send to a server. For the js-controller and core adapters this server is located and operated in germany. For community adapters please check the Github Readme of the affected adapter for details which Sentry server is used.

If you want to disable the error reporting you can use the command
'iobroker plugin disable sentry'
This command will also make sure that no adapter that runs on this host will send crash reporting data to sentry.

</code></pre>
<p dir="auto">Ich habe es 2x versucht und immer mit dem gleichen Ergebnis.<br />
Beim 1. Versuch habe ich vorher noch Nodejs installiert.<br />
Vor dem 2. Versuch habe ich wieder mit dem frischen Image angefangt.</p>
<p dir="auto">Irgend jemand eine Idee, was ich falsch mache?</p>
]]></description><link>https://forum.iobroker.net/topic/45187/gelöst-installation-auf-raspi-3b-schlägt-immer-wieder-fehl</link><generator>RSS for Node</generator><lastBuildDate>Sun, 24 May 2026 15:32:40 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/45187.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 May 2021 18:38:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Gelöst] Installation auf Raspi 3B schlägt immer wieder fehl on Fri, 21 May 2021 12:43:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/manuel001" aria-label="Profile: manuel001">@<bdi>manuel001</bdi></a><br />
Ja. Das ist harmlos.</p>
]]></description><link>https://forum.iobroker.net/post/632261</link><guid isPermaLink="true">https://forum.iobroker.net/post/632261</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Fri, 21 May 2021 12:43:44 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Installation auf Raspi 3B schlägt immer wieder fehl on Fri, 21 May 2021 12:41:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alcalzone" aria-label="Profile: alcalzone">@<bdi>alcalzone</bdi></a><br />
Ja das war eh diese Meldung. (habe ich mir erst später genauer gelesen)<br />
Aber sind die Zeilen mit "Error: %s, cannot open %s", strerror(errno), data-&gt;path)" normal bzw. können ignoriert werden?</p>
]]></description><link>https://forum.iobroker.net/post/632260</link><guid isPermaLink="true">https://forum.iobroker.net/post/632260</guid><dc:creator><![CDATA[Manuel001]]></dc:creator><pubDate>Fri, 21 May 2021 12:41:54 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Installation auf Raspi 3B schlägt immer wieder fehl on Fri, 21 May 2021 10:59:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/manuel001" aria-label="Profile: manuel001">@<bdi>manuel001</bdi></a> Touché</p>
<p dir="auto">Ich erinnere mich allerdings nur an eine längere Pause bei der Installation, vor der ebenfalls in gelbem Text fast Vollbild erklärt wird, wie man die Fehlerberichterstattung abschalten kann.</p>
]]></description><link>https://forum.iobroker.net/post/632205</link><guid isPermaLink="true">https://forum.iobroker.net/post/632205</guid><dc:creator><![CDATA[AlCalzone]]></dc:creator><pubDate>Fri, 21 May 2021 10:59:41 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Installation auf Raspi 3B schlägt immer wieder fehl on Fri, 21 May 2021 09:52:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alcalzone" aria-label="Profile: alcalzone">@<bdi>alcalzone</bdi></a><br />
Wenn da mehrmals ""Error: %s, cannot open %s", strerror(errno), data-&gt;path)" steht, sieht das für mich als Laie so aus, wie wenn da etwas nicht funktioniert hat.</p>
]]></description><link>https://forum.iobroker.net/post/632160</link><guid isPermaLink="true">https://forum.iobroker.net/post/632160</guid><dc:creator><![CDATA[Manuel001]]></dc:creator><pubDate>Fri, 21 May 2021 09:52:49 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Installation auf Raspi 3B schlägt immer wieder fehl on Fri, 21 May 2021 09:47:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/manuel001" aria-label="Profile: manuel001">@<bdi>manuel001</bdi></a> sagte in <a href="/post/632154">[Gelöst] Installation auf Raspi 3B schlägt immer wieder fehl</a>:</p>
<blockquote>
<p dir="auto">Es hat für mich einfach nach Fehler ausgeschaut, wenn die halbe Seite mit Gelb hinterlegt ist.</p>
</blockquote>
<p dir="auto">Dann hast du die gelbe Meldung wohl nicht gelesen :)<br />
Die müsste dir nämlich etwas zum integrierten error reporting erklären.</p>
]]></description><link>https://forum.iobroker.net/post/632157</link><guid isPermaLink="true">https://forum.iobroker.net/post/632157</guid><dc:creator><![CDATA[AlCalzone]]></dc:creator><pubDate>Fri, 21 May 2021 09:47:56 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Installation auf Raspi 3B schlägt immer wieder fehl on Fri, 21 May 2021 09:44:41 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><br />
Dann war ich wohl zu ungeduldig.<br />
Es hat für mich einfach nach Fehler ausgeschaut, wenn die halbe Seite mit Gelb hinterlegt ist.</p>
]]></description><link>https://forum.iobroker.net/post/632154</link><guid isPermaLink="true">https://forum.iobroker.net/post/632154</guid><dc:creator><![CDATA[Manuel001]]></dc:creator><pubDate>Fri, 21 May 2021 09:44:41 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Installation auf Raspi 3B schlägt immer wieder fehl on Thu, 20 May 2021 20:20:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/manuel001" aria-label="Profile: manuel001">@<bdi>manuel001</bdi></a> sagte in <a href="/post/631968">Installation auf Raspberry Pi 3B schlägt immer wieder fehl</a>:</p>
<blockquote>
<p dir="auto">Vor allem, weil es danach gehängt ist.</p>
</blockquote>
<p dir="auto">danach kommt eine längere Zeit eine Aktion im Hintergrund.<br />
Die dauert.<br />
Danach geht's schon weiter!</p>
]]></description><link>https://forum.iobroker.net/post/631996</link><guid isPermaLink="true">https://forum.iobroker.net/post/631996</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Thu, 20 May 2021 20:20:20 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Installation auf Raspi 3B schlägt immer wieder fehl on Thu, 20 May 2021 19:41:49 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 />
Ah ok danke. Irgendwie hat das für mich als Laie nicht so normal ausgeschaut. Vor allem, weil es danach gehängt ist.</p>
]]></description><link>https://forum.iobroker.net/post/631968</link><guid isPermaLink="true">https://forum.iobroker.net/post/631968</guid><dc:creator><![CDATA[Manuel001]]></dc:creator><pubDate>Thu, 20 May 2021 19:41:49 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Installation auf Raspi 3B schlägt immer wieder fehl on Thu, 20 May 2021 19:39:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/unclesam" aria-label="Profile: unclesam">@<bdi>unclesam</bdi></a><br />
Naja. Das fertige Image hätte ich zwischen Versuch 1 und Versuch 2 probiert.<br />
Da bin ich aber daran gescheitert, dass es keine Konsolenausgabe über HDMI gab (SSH hat funktioniert) und ich konnte keine fixe IP einstellen.<br />
Das habe ich hier rein geschrieben: <a href="https://forum.iobroker.net/topic/41520/test-image-raspberry-pi-os-v1-0-0/52">https://forum.iobroker.net/topic/41520/test-image-raspberry-pi-os-v1-0-0/52</a></p>
]]></description><link>https://forum.iobroker.net/post/631964</link><guid isPermaLink="true">https://forum.iobroker.net/post/631964</guid><dc:creator><![CDATA[Manuel001]]></dc:creator><pubDate>Thu, 20 May 2021 19:39:00 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Installation auf Raspi 3B schlägt immer wieder fehl on Fri, 21 May 2021 09:51:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/manuel001" aria-label="Profile: manuel001">@<bdi>manuel001</bdi></a> sagte in <a href="/post/631957">Installation auf Raspberry Pi 3B schlägt immer wieder fehl</a>:</p>
<blockquote>
<p dir="auto">Die Meldungen ab Zeile 102 sind also normal?</p>
</blockquote>
<p dir="auto">Ja, das ist die Kompilierung von serialport. Das sieht immer so 'schräg' aus.</p>
]]></description><link>https://forum.iobroker.net/post/631959</link><guid isPermaLink="true">https://forum.iobroker.net/post/631959</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Fri, 21 May 2021 09:51:01 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Installation auf Raspi 3B schlägt immer wieder fehl on Thu, 20 May 2021 19:32:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/manuel001" aria-label="Profile: manuel001">@<bdi>manuel001</bdi></a> Gibt es einen Grund, dass du nicht das fertige Image nimmst? (oder ist das nicht für Pi3?)<br />
<a href="https://www.iobroker.net/#en/download" rel="nofollow ugc">https://www.iobroker.net/#en/download</a></p>
<p dir="auto">Ansonsten: ja, was <a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: Thomas-Braun">@<bdi>Thomas-Braun</bdi></a> schon sagt: ich sehe keinen Fehler und du sagst auch nicht, was schief geht, ausser dass du "scheiterst".</p>
<p dir="auto">Und wenn er immer am gleichen Ort abbricht: Spannungs- oder SD-Karten-Problem?</p>
]]></description><link>https://forum.iobroker.net/post/631958</link><guid isPermaLink="true">https://forum.iobroker.net/post/631958</guid><dc:creator><![CDATA[UncleSam]]></dc:creator><pubDate>Thu, 20 May 2021 19:32:42 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Installation auf Raspi 3B schlägt immer wieder fehl on Thu, 20 May 2021 19:33:14 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 />
Die Meldungen ab Zeile 102 sind also normal?<br />
Der letzte Teil ab Zeile 189 war gelb hinterlegt. Danach ist nichts mehr gekommen.<br />
Also kein Schritt 4/4.</p>
<p dir="auto">Ich habe mich jetzt nochmal mit SSH verbunden und das probiert:</p>
<pre><code>pi@ioBrokerWallbox:~ $ ps -A | grep iobroker
pi@ioBrokerWallbox:~ $ cd /opt/iobroker
pi@ioBrokerWallbox:/opt/iobroker $ iobroker start
-bash: iobroker: command not found
pi@ioBrokerWallbox:/opt/iobroker $

</code></pre>
<p dir="auto">Dann habe ich nochmal curl -sLf <a href="https://iobroker.net/install.sh" rel="nofollow ugc">https://iobroker.net/install.sh</a> | bash - ausgeführt und es ist folgendes innerhalb von ein paar Sekunden durchgelaufen:</p>
<pre><code>
==========================================================================

    Welcome to the ioBroker installer!
    Installer version: 2021-04-07

    You might need to enter your password a couple of times.

==========================================================================


==========================================================================
    Installing prerequisites (1/4)
==========================================================================

Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
Get:2 http://archive.raspberrypi.org/debian buster InRelease [32.9 kB]
Hit:3 https://deb.nodesource.com/node_12.x buster InRelease
Get:4 http://archive.raspberrypi.org/debian buster/main armhf Packages [376 kB]
Fetched 408 kB in 2s (185 kB/s)
Reading package lists... Done
Changing npm registry to https://registry.npmjs.org
Installed gcc-c++

==========================================================================
    Creating ioBroker user and directory (2/4)
==========================================================================

Created /etc/sudoers.d/iobroker
Directory /opt/iobroker created

==========================================================================
    Installing ioBroker (3/4)
==========================================================================


==========================================================================
    Finalizing installation (4/4)
==========================================================================

Enabling autostart...
Created symlink /etc/systemd/system/multi-user.target.wants/iobroker.service → /lib/systemd/system/iobroker.service.
Autostart enabled!
Fixing directory permissions...

==========================================================================

    ioBroker was installed successfully

</code></pre>
<p dir="auto">Da dürfte irgendetwas gehängt sein. Aber jetzt funktioniert es!</p>
<pre><code></code></pre>
]]></description><link>https://forum.iobroker.net/post/631957</link><guid isPermaLink="true">https://forum.iobroker.net/post/631957</guid><dc:creator><![CDATA[Manuel001]]></dc:creator><pubDate>Thu, 20 May 2021 19:33:14 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Installation auf Raspi 3B schlägt immer wieder fehl on Thu, 20 May 2021 18:52:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/manuel001" aria-label="Profile: manuel001">@<bdi>manuel001</bdi></a></p>
<p dir="auto">In deinem Auszug steht kein Fehler drin.<br />
Da müsste aber noch mehr kommen.</p>
]]></description><link>https://forum.iobroker.net/post/631940</link><guid isPermaLink="true">https://forum.iobroker.net/post/631940</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 20 May 2021 18:52:34 GMT</pubDate></item></channel></rss>