<?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[ioBroker nicht im Webbrowser erreichbar]]></title><description><![CDATA[<p dir="auto">Moin zusammen,</p>
<p dir="auto">zum Einstand hier im Forum hab' ich ein Thema, das ich nach reichlich Lektüre nicht aufgelöst bekommen und hoffe ihr könnt mir helfen:</p>
<p dir="auto">Vor Jahren hatte ich mir mal einen iobroker auf einem Raspberry Pi installiert und der hat auch eine Zeit funktioniert, bis er nicht mehr startete. Irgendwann hab' ich die Fehlersuche aufgegeben und meine Homematic eben per App und nicht per Alexa gesteuert. Nun konnte ich jüngst ein paar Ikea Smarthome Komponenten extrem einfach in Alex integrieren und hab einen neuen Versuch mit iobroker gestartet.</p>
<p dir="auto">Ich bin gemäß Anleitung in der Dokumentation hier vorgegangen, hab erst mal alle Reste deinstalliert und dann neu installiert. Oberflächlich scheint das geklappt zu haben, nur komme ich nicht auf die Weboberfläche.</p>
<p dir="auto">Auf dem Raspberry läuft noch ein PiHole und eine MySQL, Apache, PHP Kombi. Den Kernel hab' ich auf Buster aktualisiert - alle Pakete aktuell.</p>
<p dir="auto">Browser: Die verwertbarste Fehlermeldungen sehe ich im Chrome (Safari &amp; Firefox auch probiert, Cache jeweils geleert): "Webseite nicht erreichbar, Verbindung wurder abgelehnt, ERR_CONNECTION_REFUSED"</p>
<p dir="auto">Im iobroker Log nach forcierten Neustart (IP Adressen unten ersetzt):</p>
<pre><code>pi@raspberrypi:/opt/iobroker/log $ more iobroker.2022-01-16.log 
2022-01-16 11:21:06.409  - info: host.raspberrypi iobroker.js-controller version 1.2.3 js-controller starting
2022-01-16 11:21:06.415  - info: host.raspberrypi Copyright (c) 2014-2017 bluefox, 2014 hobbyquaker
2022-01-16 11:21:06.416  - info: host.raspberrypi hostname: raspberrypi, node: v14.18.3
2022-01-16 11:21:06.419  - info: host.raspberrypi ip addresses: IP-LAN IP-WLAN
2022-01-16 11:21:06.458  - info: host.raspberrypi  inMem-states listening on port 9000
2022-01-16 11:21:06.645  - info: host.raspberrypi  inMem-objects listening on port 9001
2022-01-16 11:21:06.682  - info: host.raspberrypi InMemoryDB connected
2022-01-16 11:21:06.701  - info: host.raspberrypi 6 instances found
2022-01-16 11:21:06.714  - info: host.raspberrypi starting 6 instances
2022-01-16 11:21:06.749  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 24733
2022-01-16 11:21:07.210  - error: Caught by controller[0]: internal/modules/cjs/loader.js:905
2022-01-16 11:21:07.212  - error: Caught by controller[0]:   throw err;
2022-01-16 11:21:07.212  - error: Caught by controller[0]:   ^
2022-01-16 11:21:07.212  - error: Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/exitCodes'
2022-01-16 11:21:07.212  - error: Caught by controller[0]: Require stack:
2022-01-16 11:21:07.213  - error: Caught by controller[0]: - /opt/iobroker/node_modules/@iobroker/adapter-core/build/index.js
2022-01-16 11:21:07.213  - error: Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.admin/main.js
2022-01-16 11:21:07.213  - error: Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
2022-01-16 11:21:07.213  - error: Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:746:27)
2022-01-16 11:21:07.213  - error: Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:974:19)
2022-01-16 11:21:07.214  - error: Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:93:18)
2022-01-16 11:21:07.214  - error: Caught by controller[0]:     at Object.&lt;anonymous&gt; (/opt/iobroker/node_modules/@iobroker/adapter-core/build/index.js:37:54)
2022-01-16 11:21:07.214  - error: Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1085:14)
2022-01-16 11:21:07.214  - error: Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
2022-01-16 11:21:07.214  - error: Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:950:32)
2022-01-16 11:21:07.214  - error: Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:790:12)
2022-01-16 11:21:07.215  - error: Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:974:19) {
2022-01-16 11:21:07.215  - error: Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
2022-01-16 11:21:07.215  - error: Caught by controller[0]:   requireStack: [
2022-01-16 11:21:07.215  - error: Caught by controller[0]:     '/opt/iobroker/node_modules/@iobroker/adapter-core/build/index.js',
2022-01-16 11:21:07.215  - error: Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.admin/main.js'
2022-01-16 11:21:07.215  - error: Caught by controller[0]:   ]
2022-01-16 11:21:07.216  - error: Caught by controller[0]: }
2022-01-16 11:21:07.216  - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 1 ()
2022-01-16 11:21:07.216  - info: host.raspberrypi Restart adapter system.adapter.admin.0 because enabled
</code></pre>
<p dir="auto">In dem Artikel "ioBroker läuft nicht mehr" hab ich den Hinweis hierauf gefunden und bekomme diese Meldung:</p>
<pre><code>pi@raspberrypi:/opt/iobroker $ node node_modules/iobroker.admin/admin.js --logs
internal/modules/cjs/loader.js:905
  throw err;
  ^

Error: Cannot find module '/opt/iobroker/node_modules/iobroker.admin/admin.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
    at Function.Module._load (internal/modules/cjs/loader.js:746:27)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
    at internal/main/run_main_module.js:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
</code></pre>
<p dir="auto">Die Abfrage der Instanzen meint, dass der admin enabled ist. Den zweiten admin hab' ich hinzugefügt um einen weiteren Port zu probieren. Der scheint aber mal gar nicht zu starten:</p>
<pre><code>pi@raspberrypi:/opt/iobroker $ iobroker list instances
system.adapter.admin.0                 : admin       -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
system.adapter.admin.1                 : admin       -  enabled, port: 8089, bind: 0.0.0.0, run as: admin
system.adapter.cloud.0                 : cloud       -  enabled
system.adapter.discovery.0             : discovery   -  enabled
system.adapter.hm-rega.0               : hm-rega     -  enabled
system.adapter.hm-rpc.0                : hm-rpc      -  enabled, port: 0
</code></pre>
<p dir="auto">Der Vollständigkeit halber:</p>
<pre><code>pi@raspberrypi:~ $ node -v
v14.18.3
pi@raspberrypi:~ $ npm -v
6.14.15
</code></pre>
<p dir="auto">Wenn ich <code>netstat -n -a -p TCP</code> - auch mit sudo - probiere, tauchen die Ports 8081 und 8089 nicht auf.</p>
<p dir="auto">Jetzt kommt ihr - habt ihr einen Tipp für mich?<br />
cabiman</p>
]]></description><link>https://forum.iobroker.net/topic/51470/iobroker-nicht-im-webbrowser-erreichbar</link><generator>RSS for Node</generator><lastBuildDate>Sun, 24 May 2026 20:44:51 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/51470.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 16 Jan 2022 18:14:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 22:33:45 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></p>
<pre><code>pi@raspberrypi:~ $ free -ht --mega
              total        used        free      shared  buff/cache   available
Mem:           923M        348M         83M         30M        490M        504M
Swap:           99M        9,0M         90M
Total:         1,0G        358M        173M
</code></pre>
]]></description><link>https://forum.iobroker.net/post/742954</link><guid isPermaLink="true">https://forum.iobroker.net/post/742954</guid><dc:creator><![CDATA[cabiman]]></dc:creator><pubDate>Sun, 16 Jan 2022 22:33:45 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 22:31:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cabiman" aria-label="Profile: cabiman">@<bdi>cabiman</bdi></a> sagte in <a href="/post/742950">ioBroker nicht im Webbrowser erreichbar</a>:</p>
<blockquote>
<p dir="auto">YEAH! It's alive!</p>
</blockquote>
<p dir="auto">und was sagt dein SWAP dazu?</p>
]]></description><link>https://forum.iobroker.net/post/742953</link><guid isPermaLink="true">https://forum.iobroker.net/post/742953</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 16 Jan 2022 22:31:40 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 22:29: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> <a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a></p>
<p dir="auto">YEAH! It's alive!</p>
<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> said in <a href="/post/742944">ioBroker nicht im Webbrowser erreichbar</a>:</p>
<blockquote>
<p dir="auto">Einfach das Verzeichnis /opt/iobroker löschen</p>
</blockquote>
<p dir="auto">Ich hab' alles jetzt noch mal neu installiert und vorher auch das Verzeichnis /opt/iobroker gelöscht. Für die Nachwelt:</p>
<pre><code>sudo apt-get --purge remove node
sudo apt-get --purge remove nodejs
sudo apt-get autoremove
sudo rm -r /opt/iobroker/
</code></pre>
<p dir="auto">Danach gemäß Anleitung installieren.</p>
<p dir="auto">Herzlichen Dank für Eure Hilfe - Kudos!<br />
cabiman</p>
]]></description><link>https://forum.iobroker.net/post/742950</link><guid isPermaLink="true">https://forum.iobroker.net/post/742950</guid><dc:creator><![CDATA[cabiman]]></dc:creator><pubDate>Sun, 16 Jan 2022 22:29:57 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 22:00:01 GMT]]></title><description><![CDATA[<p dir="auto">Nichts mehr am node rumfummeln.</p>
<p dir="auto">Einfach das Verzeichnis /opt/iobroker löschen und dann</p>
<pre><code>curl -sLf https://iobroker.net/install.sh | bash -
</code></pre>
]]></description><link>https://forum.iobroker.net/post/742944</link><guid isPermaLink="true">https://forum.iobroker.net/post/742944</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 16 Jan 2022 22:00:01 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 21:54:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cabiman" aria-label="Profile: cabiman">@<bdi>cabiman</bdi></a> sagte in <a href="/post/742939">ioBroker nicht im Webbrowser erreichbar</a>:</p>
<blockquote>
<p dir="auto">noch löschen um neu anzusetzen? sudo apt-get --purge remote iobroker?</p>
</blockquote>
<p dir="auto">hast du ioBroker über apt installiert?<br />
das erklärt einiges</p>
<p dir="auto">einfach das Verzeichnis/ opt/iobroker löschen und gut ist</p>
]]></description><link>https://forum.iobroker.net/post/742941</link><guid isPermaLink="true">https://forum.iobroker.net/post/742941</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 16 Jan 2022 21:54:13 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 21:51:15 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> said in <a href="/post/742932">ioBroker nicht im Webbrowser erreichbar</a>:</p>
<blockquote>
<p dir="auto">Das ist eine uralte Installation des ioBrokers. Wo haste die denn ausgegraben?</p>
</blockquote>
<p dir="auto">Da müssen dann noch Trümmer von der alten Installation über geblieben sein. Ich hab' mich da an die Anleitung gehalten, gepurched und die Verzeichnisse entfernt (<a href="/post/742877">siehe hier</a></p>
<blockquote>
<p dir="auto">Die nodesource.list hat die Einträge für Stretch noch drin. Auf Buster ändern</p>
</blockquote>
<p dir="auto">done, gab direkt noch ein update, installiert - leider keine Änderung im Ergebnis</p>
<pre><code>pi@raspberrypi:~ $ which nodejs node npm &amp;&amp; nodejs -v &amp;&amp; node -v &amp;&amp; npm -v &amp;&amp; whoami &amp;&amp; sudo apt update &amp;&gt; /dev/null &amp;&amp; sudo apt update &amp;&amp; apt policy nodejs
/usr/bin/nodejs
/usr/bin/node
/usr/bin/npm
v14.18.3
v14.18.3
6.14.15
pi
OK:1 http://archive.raspberrypi.org/debian buster InRelease
OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease                       
OK:3 https://deb.nodesource.com/node_14.x buster InRelease                           
Paketlisten werden gelesen... Fertig                         
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Alle Pakete sind aktuell.
nodejs:
  Installiert:           14.18.3-deb-1nodesource1
  Installationskandidat: 14.18.3-deb-1nodesource1
  Versionstabelle:
 *** 14.18.3-deb-1nodesource1 500
        500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
        100 /var/lib/dpkg/status
     10.24.0~dfsg-1~deb10u1 500
        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
pi@raspberrypi:~ $ 
</code></pre>
<blockquote>
<p dir="auto">Ich würde den ioBroker allerdings komplett neuinstallieren.</p>
</blockquote>
<p dir="auto">Dafür spricht ja so einiges. Ich reite da ein <s>totes</s> lahmendes Pferd, oder?</p>
<p dir="auto">Was muss ich denn zusätzlich zu</p>
<pre><code>sudo apt-get --purge remove node
sudo apt-get --purge remove nodejs
sudo apt-get autoremove
</code></pre>
<p dir="auto">noch löschen um neu anzusetzen? <code>sudo apt-get --purge remote iobroker</code>?</p>
]]></description><link>https://forum.iobroker.net/post/742939</link><guid isPermaLink="true">https://forum.iobroker.net/post/742939</guid><dc:creator><![CDATA[cabiman]]></dc:creator><pubDate>Sun, 16 Jan 2022 21:51:15 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 21:15:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cabiman" aria-label="Profile: cabiman">@<bdi>cabiman</bdi></a></p>
<p dir="auto">Das ist eine uralte Installation des ioBrokers. Wo haste die denn ausgegraben?</p>
<p dir="auto">Die nodesource.list hat die Einträge für Stretch noch drin. Auf Buster ändern</p>
<p dir="auto">Ich würde den ioBroker allerdings komplett neuinstallieren.</p>
]]></description><link>https://forum.iobroker.net/post/742932</link><guid isPermaLink="true">https://forum.iobroker.net/post/742932</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 16 Jan 2022 21:15:34 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 21:11:15 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> said in <a href="/post/742929">ioBroker nicht im Webbrowser erreichbar</a>:</p>
<pre><code>pi@raspberrypi:~ $ iobroker status
iobroker is running
pi@raspberrypi:~ $ iobroker list adapters
system.adapter.admin                   : admin       - 3.4.7
system.adapter.discovery               : discovery   - 1.2.1
system.adapter.hm-rpc                  : hm-rpc      - 1.7.5
system.adapter.hm-rega                 : hm-rega     - 1.7.1
system.adapter.cloud                   : cloud       - 2.6.2
pi@raspberrypi:~ $ iobroker list instances
system.adapter.admin.0                 : admin       -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
system.adapter.admin.1                 : admin       -  enabled, port: 8089, bind: 0.0.0.0, run as: admin
system.adapter.cloud.0                 : cloud       -  enabled
system.adapter.discovery.0             : discovery   -  enabled
system.adapter.hm-rega.0               : hm-rega     -  enabled
system.adapter.hm-rpc.0                : hm-rpc      -  enabled, port: 0
pi@raspberrypi:~ $ which nodejs node npm &amp;&amp; nodejs -v &amp;&amp; node -v &amp;&amp; npm -v &amp;&amp; whoami &amp;&amp; sudo apt update &amp;&gt; /dev/null &amp;&amp; sudo apt update &amp;&amp; apt policy nodejs
/usr/bin/nodejs
/usr/bin/node
/usr/bin/npm
v14.18.3
v14.18.3
6.14.15
pi
OK:1 http://archive.raspberrypi.org/debian buster InRelease
OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease                       
OK:3 https://deb.nodesource.com/node_14.x stretch InRelease                          
Paketlisten werden gelesen... Fertig                         
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Alle Pakete sind aktuell.
nodejs:
  Installiert:           14.18.3-1nodesource1
  Installationskandidat: 14.18.3-1nodesource1
  Versionstabelle:
 *** 14.18.3-1nodesource1 500
        500 https://deb.nodesource.com/node_14.x stretch/main armhf Packages
        100 /var/lib/dpkg/status
     10.24.0~dfsg-1~deb10u1 500
        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
pi@raspberrypi:~ $ 
</code></pre>
<pre><code>pi@raspberrypi:~ $ ip a
1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether b8:27:eb:5b:e2:cc brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.44/24 brd 192.168.0.255 scope global noprefixroute eth0
       valid_lft forever preferred_lft forever
    inet6 2003:de:1f18:2113:758e:693a:3ad1:f546/64 scope global dynamic mngtmpaddr noprefixroute 
       valid_lft 172760sec preferred_lft 86360sec
    inet6 2003:de:1f18:2160:feb5:c293:5d6a:e88f/64 scope global deprecated dynamic mngtmpaddr noprefixroute 
       valid_lft 6558sec preferred_lft 0sec
    inet6 fe80::b04e:883c:1472:4042/64 scope link 
       valid_lft forever preferred_lft forever
3: wlan0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether b8:27:eb:0e:b7:99 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.210/24 brd 192.168.0.255 scope global dynamic noprefixroute wlan0
       valid_lft 1785274sec preferred_lft 1558474sec
    inet6 2003:de:1f18:2113:7f29:165:90e7:cd44/64 scope global dynamic mngtmpaddr noprefixroute 
       valid_lft 172760sec preferred_lft 86360sec
    inet6 2003:de:1f18:2160:6562:7fb7:b8dd:5a02/64 scope global deprecated dynamic mngtmpaddr noprefixroute 
       valid_lft 6558sec preferred_lft 0sec
    inet6 fe80::9de3:6da3:115a:c47a/64 scope link 
       valid_lft forever preferred_lft forever
pi@raspberrypi:~ $ free -ht --mega
              total        used        free      shared  buff/cache   available
Mem:           923M        321M         33M         51M        567M        501M
Swap:           99M         99M          0B
Total:         1,0G        421M         33M
pi@raspberrypi:~ $ 
</code></pre>
]]></description><link>https://forum.iobroker.net/post/742931</link><guid isPermaLink="true">https://forum.iobroker.net/post/742931</guid><dc:creator><![CDATA[cabiman]]></dc:creator><pubDate>Sun, 16 Jan 2022 21:11:15 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 21:07:56 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> said in <a href="/post/742880">ioBroker nicht im Webbrowser erreichbar</a>:</p>
<blockquote>
<p dir="auto">Da müsste deine IP stehen.</p>
</blockquote>
<p dir="auto">Steht sie auch - hab' ich hier ersetzt durch die Platzhalter</p>
<blockquote>
<p dir="auto">Was kommt denn bei iobroker start admin wenn du in einer zweiten Konsole gleichzeitig iobroker logs --watch beobachtest</p>
</blockquote>
<p dir="auto">Du meinst in der zweiten Konsole das Log beobachten? Da läuft in flotter Folge (alle 10 Sek.)  immer dieser Fehler auf:</p>
<pre><code>2022-01-16 21:50:54.355  - info: host.raspberrypi instance system.adapter.admin.1 started with pid 9187
2022-01-16 21:50:54.835  - info: hm-rega.0 system.adapter.admin.1: logging false
2022-01-16 21:50:54.837  - info: hm-rpc.0 system.adapter.admin.1: logging false
2022-01-16 21:50:54.837  - error: Caught by controller[0]: internal/modules/cjs/loader.js:905
2022-01-16 21:50:54.837  - info: cloud.0 system.adapter.admin.1: logging false
2022-01-16 21:50:54.837  - error: Caught by controller[0]:   throw err;
2022-01-16 21:50:54.837  - error: Caught by controller[0]:   ^
2022-01-16 21:50:54.838  - error: Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/exitCodes'
2022-01-16 21:50:54.838  - error: Caught by controller[0]: Require stack:
2022-01-16 21:50:54.838  - error: Caught by controller[0]: - /opt/iobroker/node_modules/@iobroker/adapter-core/build/index.js
2022-01-16 21:50:54.838  - error: Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.admin/main.js
2022-01-16 21:50:54.838  - error: Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
2022-01-16 21:50:54.838  - error: Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:746:27)
2022-01-16 21:50:54.838  - error: Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:974:19)
2022-01-16 21:50:54.838  - error: Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:93:18)
2022-01-16 21:50:54.838  - error: Caught by controller[0]:     at Object.&lt;anonymous&gt; (/opt/iobroker/node_modules/@iobroker/adapter-core/build/index.js:37:54)
2022-01-16 21:50:54.838  - error: Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:1085:14)
2022-01-16 21:50:54.838  - error: Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
2022-01-16 21:50:54.839  - error: Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:950:32)
2022-01-16 21:50:54.839  - error: Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:790:12)
2022-01-16 21:50:54.839  - error: Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:974:19) {
2022-01-16 21:50:54.839  - error: Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
2022-01-16 21:50:54.839  - error: Caught by controller[0]:   requireStack: [
2022-01-16 21:50:54.839  - error: Caught by controller[0]:     '/opt/iobroker/node_modules/@iobroker/adapter-core/build/index.js',
2022-01-16 21:50:54.839  - error: Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.admin/main.js'
2022-01-16 21:50:54.839  - error: Caught by controller[0]:   ]
2022-01-16 21:50:54.839  - error: Caught by controller[0]: }
2022-01-16 21:50:54.839  - error: host.raspberrypi instance system.adapter.admin.1 terminated with code 1 ()
</code></pre>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a> said in <a href="/post/742895">ioBroker nicht im Webbrowser erreichbar</a>:</p>
<blockquote>
<p dir="auto">ich könnte wetten, dass bei<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a> sagte in ioBroker nicht im Webbrowser erreichbar:</p>
<blockquote>
<p dir="auto">iobroker start admin wenn du in einer zweiten Konsole gleichzeitig iobroker logs --watch beobachtest</p>
</blockquote>
<p dir="auto">die Prozesse beendet werden bevor sie richtig laufen und/oder etwas vom oom reaper drin steht</p>
</blockquote>
<p dir="auto">Äh, ja - erstens (Prozesse beendet bevor sie richtig laufen) dürfte es denn sein. Wobei ich mich wundere, dass die Fehlermeldung ein fehlendes Modul ausweist... Dem fröhlichen <code>Swap: 99Mi</code> ist wohl wenig Argumente entgegen zu setzen.</p>
<p dir="auto">Spricht wohl für LAMP wegwerfen oder einfach mal neu aufsetzen... (oh nö...)</p>
]]></description><link>https://forum.iobroker.net/post/742930</link><guid isPermaLink="true">https://forum.iobroker.net/post/742930</guid><dc:creator><![CDATA[cabiman]]></dc:creator><pubDate>Sun, 16 Jan 2022 21:07:56 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 21:06:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cabiman" aria-label="Profile: cabiman">@<bdi>cabiman</bdi></a></p>
<pre><code>iobroker status
iobroker list adapters
iobroker list instances
which nodejs node npm &amp;&amp; nodejs -v &amp;&amp; node -v &amp;&amp; npm -v &amp;&amp; whoami &amp;&amp; sudo apt update &amp;&gt; /dev/null &amp;&amp; sudo apt update &amp;&amp; apt policy nodejs
</code></pre>
<pre><code>ip a
free -ht --mega
</code></pre>
]]></description><link>https://forum.iobroker.net/post/742929</link><guid isPermaLink="true">https://forum.iobroker.net/post/742929</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 16 Jan 2022 21:06:44 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 21:02:56 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 Installation erfolgte auf Stretch - davon stammt der Log oben. Danach hab' ich das Upgrade auf Buster durchgeführt.</p>
]]></description><link>https://forum.iobroker.net/post/742926</link><guid isPermaLink="true">https://forum.iobroker.net/post/742926</guid><dc:creator><![CDATA[cabiman]]></dc:creator><pubDate>Sun, 16 Jan 2022 21:02:56 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 20:42:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cabiman" aria-label="Profile: cabiman">@<bdi>cabiman</bdi></a> da ist ja der ganze swap schon benutzt . Schau mal in htop  da wirst  Du sehen, dass mit 1GB nichts zu holen ist</p>
]]></description><link>https://forum.iobroker.net/post/742898</link><guid isPermaLink="true">https://forum.iobroker.net/post/742898</guid><dc:creator><![CDATA[Gargano]]></dc:creator><pubDate>Sun, 16 Jan 2022 20:42:21 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 20:40:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cabiman" aria-label="Profile: cabiman">@<bdi>cabiman</bdi></a></p>
<p dir="auto">Im Protokoll von vor 19 Minuten steht Stretch drin.</p>
<p dir="auto">Also entweder bist du noch auf Stretch oder du postest nicht aktuelle LogFiles.</p>
]]></description><link>https://forum.iobroker.net/post/742896</link><guid isPermaLink="true">https://forum.iobroker.net/post/742896</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 16 Jan 2022 20:40:12 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 20:39:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cabiman" aria-label="Profile: cabiman">@<bdi>cabiman</bdi></a> sagte in <a href="/post/742877">ioBroker nicht im Webbrowser erreichbar</a>:</p>
<blockquote>
<p dir="auto">Swap:          99Mi        99Mi       0,0Ki</p>
</blockquote>
<p dir="auto">aber dein RAM reicht vorn und hinten nicht.</p>
<p dir="auto">ich könnte wetten, dass bei</p>
<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/742880">ioBroker nicht im Webbrowser erreichbar</a>:</p>
<blockquote>
<p dir="auto">iobroker start admin wenn du in einer zweiten Konsole gleichzeitig iobroker logs --watch beobachtest</p>
</blockquote>
<p dir="auto">die Prozesse beendet werden bevor sie richtig laufen und/oder etwas vom oom reaper drin steht</p>
]]></description><link>https://forum.iobroker.net/post/742895</link><guid isPermaLink="true">https://forum.iobroker.net/post/742895</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 16 Jan 2022 20:39:05 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 20:35:37 GMT]]></title><description><![CDATA[<p dir="auto">Moin Thomas <a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a></p>
<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> said in <a href="/post/742882">ioBroker nicht im Webbrowser erreichbar</a>:</p>
<blockquote>
<p dir="auto">Tot, installier buster, besser bullseye.</p>
</blockquote>
<p dir="auto">inzwischen ist auf buster ge-upgraded (keine komplette Neuinstallation)  - das war mein letzter Versuch, bevor ich mich an euch gewandt habe <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=":wink:" alt="😉" /></p>
<p dir="auto">Auf dem LAMP ist keinerlei Last, das war mal ein Versuch - von daher wollte ich der Sache eine Chance geben...</p>
]]></description><link>https://forum.iobroker.net/post/742889</link><guid isPermaLink="true">https://forum.iobroker.net/post/742889</guid><dc:creator><![CDATA[cabiman]]></dc:creator><pubDate>Sun, 16 Jan 2022 20:35:37 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 20:26:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cabiman" aria-label="Profile: cabiman">@<bdi>cabiman</bdi></a></p>
<p dir="auto">stretch</p>
<p dir="auto">Tot, installier buster, besser bullseye.<br />
Und mit einem GB RAM ist das ganze Zeug auch nicht parallel zu betreiben.</p>
]]></description><link>https://forum.iobroker.net/post/742882</link><guid isPermaLink="true">https://forum.iobroker.net/post/742882</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 16 Jan 2022 20:26:06 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 20:23:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cabiman" aria-label="Profile: cabiman">@<bdi>cabiman</bdi></a> sagte in <a href="/post/742877">ioBroker nicht im Webbrowser erreichbar</a>:</p>
<blockquote>
<p dir="auto">ioBroker was installed successfully                                                                                                                                                                                Open IP-LAN IP-WLAN:8081 in a browser and start configuring!</p>
</blockquote>
<p dir="auto">da ist was faul!</p>
<p dir="auto">Da müsste deine IP stehen.<br />
Da stimmt was mit deiner Netzwerkkonfiguration nicht</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cabiman" aria-label="Profile: cabiman">@<bdi>cabiman</bdi></a> sagte in <a href="/post/742877">ioBroker nicht im Webbrowser erreichbar</a>:</p>
<blockquote>
<p dir="auto">Was immerhin die Nicht-Erreichbarkeit erklärt...</p>
</blockquote>
<p dir="auto">jepp</p>
<p dir="auto">aber ich kann dir nicht helfen</p>
<p dir="auto">Was kommt denn bei<br />
<code>iobroker start admin</code> wenn du in einer zweiten Konsole gleichzeitig <code>iobroker logs --watch</code> beobachtest</p>
]]></description><link>https://forum.iobroker.net/post/742880</link><guid isPermaLink="true">https://forum.iobroker.net/post/742880</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 16 Jan 2022 20:23:51 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 20:19:10 GMT]]></title><description><![CDATA[<p dir="auto">Moin Homoran,</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a> said in <a href="/post/742778">ioBroker nicht im Webbrowser erreichbar</a>:</p>
<blockquote>
<p dir="auto">mehr ging nicht 🙂</p>
</blockquote>
<p dir="auto">für den openmediavault hab' dann doch einen zweiten raspi spendiert <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=":wink:" alt="😉" /></p>
<blockquote>
<p dir="auto">du unterschlägst die allerletzte Zeile<br />
Da steht dann etwas wie + Instance is running<br />
Bei dir sehe ich aber kein einziges +</p>
</blockquote>
<p dir="auto">nee, da kommt nichts mehr:</p>
<pre><code>pi@raspberrypi:~ $ iobroker list instances
system.adapter.admin.0                 : admin       -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
system.adapter.admin.1                 : admin       -  enabled, port: 8089, bind: 0.0.0.0, run as: admin
system.adapter.cloud.0                 : cloud       -  enabled
system.adapter.discovery.0             : discovery   -  enabled
system.adapter.hm-rega.0               : hm-rega     -  enabled
system.adapter.hm-rpc.0                : hm-rpc      -  enabled, port: 0
pi@raspberrypi:~ $ 
</code></pre>
<blockquote>
<p dir="auto">Bevor ich das auf die weiteren installierten Komponenten schiebe, bleibt die Frage wie genau du installiert hast.<br />
Anscheinend hast du da massiv rumgeschraubt</p>
</blockquote>
<p dir="auto">Genau wie bei <a href="http://iobroker.net" rel="nofollow ugc">iobroker.net</a> - Dokumentation - Manuelle Installation - Linux beschrieben:</p>
<pre><code> 1141  sudo reboot
 1142  node -v
 1143  nodejs -v
 1144  sudo apt-get --purge remove node
 1145  sudo apt-get --purge remove nodejs
 1146  sudo rm -rf /usr/local/lib/node*
 1147  sudo rm -rf /usr/local/include/node*
 1148  sudo rm -rf /usr/local/bin/node*
 1149  nodejs -v
 1150  node -v
 1151  which node
 1152  which nodejs
 1153  which npm
 1154  npm -v
 1155  curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
 1156  sudo apt install -y nodejs
 1157  node -v
 1158  sudo reboot
 1159  node -v
 1160  npm -v
 1161  nodejs -v
 1162  curl -sLf https://iobroker.net/install.sh | bash -
 1163  exit
 1164  ps -A | grep iobroker
 1165  netstat -n -a -p TCP
 1166  netstat -n -a -p TCP | grep 8081
</code></pre>
<p dir="auto">Ab Zeile 1164 geht dann die Fehlersuche los... Hab tatsächlich noch den Output von Zeile 1162:</p>
<pre><code>pi@raspberrypi:~ $ curl -sLf https://iobroker.net/install.sh | bash -
library: loaded
Library version=2021-12-27

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

    Welcome to the ioBroker installer!
    Installer version: 2021-12-27
    
    You might need to enter your password a couple of times.

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


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

OK:1 http://raspbian.raspberrypi.org/raspbian stretch InRelease
OK:2 http://archive.raspberrypi.org/debian stretch InRelease
OK:3 https://deb.nodesource.com/node_14.x stretch InRelease
Paketlisten werden gelesen... Fertig
Changing npm registry to https://registry.npmjs.org
Installed acl
Installed gcc-c++
Installed libudev-dev
Installed libpam0g-dev
Installed libcairo2-dev
Installed libpango1.0-dev
Installed libjpeg-dev
Installed libgif-dev
Installed librsvg2-dev
Installed python-dev
Installed cmake

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

User iobroker created
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
    Open IP-LAN IP-WLAN:8081 in a browser and start configuring!

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


You need to re-login before doing anything else on the console!

pi@raspberrypi:~ $ exit
</code></pre>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gargano" aria-label="Profile: gargano">@<bdi>gargano</bdi></a> said in <a href="/post/742828">ioBroker nicht im Webbrowser erreichbar</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cabiman" aria-label="Profile: cabiman">@<bdi>cabiman</bdi></a> was ist das denn für ein raspi ? 3 oder 4 und wieviel RAM?</p>
</blockquote>
<p dir="auto">Raspberry Pi 3 Model B Plus Rev 1.3</p>
<pre><code>pi@raspberrypi:~ $ free -h
              total        used        free      shared  buff/cache   available
Mem:          923Mi       314Mi        30Mi        45Mi       578Mi       515Mi
Swap:          99Mi        99Mi       0,0Ki
</code></pre>
<p dir="auto">Laut Anleitung <a href="https://www.iobroker.net/docu/index-26.htm?page_id=3928&amp;lang=de" rel="nofollow ugc">ioBroker läuft nicht mehr</a> sollte die netstat Abfrage <code>TCP 0.0.0.0:8081 0.0.0.0:0 LISTENING</code>ergeben - tut sie aber nicht. Was immerhin die Nicht-Erreichbarkeit erklärt...</p>
]]></description><link>https://forum.iobroker.net/post/742877</link><guid isPermaLink="true">https://forum.iobroker.net/post/742877</guid><dc:creator><![CDATA[cabiman]]></dc:creator><pubDate>Sun, 16 Jan 2022 20:19:10 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 19:14:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cabiman" aria-label="Profile: cabiman">@<bdi>cabiman</bdi></a> was ist das denn für ein raspi ? 3 oder 4 und wieviel RAM?</p>
]]></description><link>https://forum.iobroker.net/post/742828</link><guid isPermaLink="true">https://forum.iobroker.net/post/742828</guid><dc:creator><![CDATA[Gargano]]></dc:creator><pubDate>Sun, 16 Jan 2022 19:14:20 GMT</pubDate></item><item><title><![CDATA[Reply to ioBroker nicht im Webbrowser erreichbar on Sun, 16 Jan 2022 18:17:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cabiman" aria-label="Profile: cabiman">@<bdi>cabiman</bdi></a> sagte in <a href="/post/742775">ioBroker nicht im Webbrowser erreichbar</a>:</p>
<blockquote>
<p dir="auto">Auf dem Raspberry läuft noch ein PiHole und eine MySQL, Apache, PHP Kombi.</p>
</blockquote>
<p dir="auto">mehr ging nicht :-)</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cabiman" aria-label="Profile: cabiman">@<bdi>cabiman</bdi></a> sagte in <a href="/post/742775">ioBroker nicht im Webbrowser erreichbar</a>:</p>
<blockquote>
<p dir="auto">pi@raspberrypi:/opt/iobroker $ iobroker list instances</p>
</blockquote>
<p dir="auto">du unterschlägst die allerletzte Zeile</p>
<p dir="auto">Da steht dann etwas wie <code>+ Instance is running</code></p>
<p dir="auto">Bei dir sehe ich aber kein einziges +</p>
<p dir="auto">Bevor ich das auf die weiteren installierten Komponenten schiebe, bleibt die Frage wie genau du installiert hast.<br />
Anscheinend hast du da massiv rumgeschraubt</p>
]]></description><link>https://forum.iobroker.net/post/742778</link><guid isPermaLink="true">https://forum.iobroker.net/post/742778</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 16 Jan 2022 18:17:58 GMT</pubDate></item></channel></rss>