<?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[Installation auf ubuntu läuft nicht]]></title><description><![CDATA[<p dir="auto">Hallo zusammen,</p>
<p dir="auto">ich habe ioBroker unter Linux installiert und bekomme die WEbSite nicht angezeigt.</p>
<p dir="auto">Was habe ich gemacht. Ich habe Proxmox und in einer LXC Container soll ioBroker laufen.</p>
<ul>
<li>ubuntu 20.04 standard als Template verwendet</li>
<li>1CPU, 1GB RAM statische IP 192.168.178.16/24</li>
<li>node -v, nodejs -v und mpn -v liefern alle keine Version zurück</li>
<li>curl -sLf <a href="https://iobroker.net/install.sh" rel="nofollow ugc">https://iobroker.net/install.sh</a> | bash -<br />
ohne Probleme durchgelaufen</li>
<li>curl -sL <a href="https://iobroker.net/fix.sh" rel="nofollow ugc">https://iobroker.net/fix.sh</a> | bash<br />
auch durchgelaufen</li>
</ul>
<p dir="auto">Im Chrome 192.168.178.16:8081 bekomme ich keine Seite angezeigt.</p>
<pre><code>root@ioBroker:/opt/iobroker# netstat -n -a -p TCP
!!!fehlt mir die Zeile: !!!
tcp        0      0 :::8081                 :::*                    LISTEN      677/io.admin.0  
!!! ich habe aber die Zeile !!!
tcp6       0      0 :::8081                 :::*                    LISTEN      677/io.admin.0
</code></pre>
<pre><code>root@ioBroker:/opt/iobroker# ps -A |grep " io.*"
    659 ?        00:00:04 iobroker.js-con
    677 ?        00:00:00 io.admin.0
    733 ?        00:00:00 io.discovery.0
    748 ?        00:00:00 io.backitup.0
</code></pre>
<pre><code>root@ioBroker:/opt/iobroker# ps -A |grep " io.*"
    659 ?        00:00:04 iobroker.js-con
    677 ?        00:00:00 io.admin.0
    733 ?        00:00:00 io.discovery.0
    748 ?        00:00:00 io.backitup.0
root@ioBroker:/opt/iobroker# ^C
root@ioBroker:/opt/iobroker# systemctl status iobroker
* iobroker.service - ioBroker Server
     Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)
     Active: active (running) since Sun 2022-09-11 14:58:42 UTC; 9min ago
       Docs: http://iobroker.net
   Main PID: 659 (iobroker.js-con)
      Tasks: 44 (limit: 14184)
     Memory: 131.8M
        CPU: 8.533s
     CGroup: /system.slice/iobroker.service
             |-659 iobroker.js-controller
             |-677 io.admin.0
             |-733 io.discovery.0
             `-748 io.backitup.0

Sep 11 14:58:42 ioBroker systemd[1]: iobroker.service: Failed with result 'exit-code'.
Sep 11 14:58:42 ioBroker systemd[1]: Stopped ioBroker Server.
Sep 11 14:58:42 ioBroker systemd[1]: iobroker.service: Consumed 6.145s CPU time.
Sep 11 14:58:42 ioBroker systemd[1]: Started ioBroker Server.
Sep 11 14:58:42 ioBroker bash[659]: host.ioBroker check instance "system.adapter.admin.0" for host "ioBroker"
Sep 11 14:58:42 ioBroker bash[659]: host.ioBroker check instance "system.adapter.admin.1" for host "ioBroker"
Sep 11 14:58:42 ioBroker bash[659]: host.ioBroker check instance "system.adapter.discovery.0" for host "ioBroker"
Sep 11 14:58:42 ioBroker bash[659]: host.ioBroker check instance "system.adapter.backitup.0" for host "ioBroker"
Sep 11 14:58:48 ioBroker bash[659]: ================================== &gt; LOG REDIRECT system.adapter.admin.1 =&gt; false [Process stopped]
Sep 11 14:58:48 ioBroker bash[659]: ================================== &gt; LOG REDIRECT system.adapter.admin.1 =&gt; false [system.adapter.admin.1.logging]
</code></pre>
]]></description><link>https://forum.iobroker.net/topic/57882/installation-auf-ubuntu-läuft-nicht</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 22:21:28 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/57882.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 11 Sep 2022 15:11:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Installation auf ubuntu läuft nicht on Sun, 11 Sep 2022 15:17:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/iodummy" aria-label="Profile: iodummy">@<bdi>iodummy</bdi></a> Warum kein debian?<br />
Nutze einen normalen User und nicht root.</p>
]]></description><link>https://forum.iobroker.net/post/855986</link><guid isPermaLink="true">https://forum.iobroker.net/post/855986</guid><dc:creator><![CDATA[lessthanmore]]></dc:creator><pubDate>Sun, 11 Sep 2022 15:17:46 GMT</pubDate></item><item><title><![CDATA[Reply to Installation auf ubuntu läuft nicht on Sun, 11 Sep 2022 15:16:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/iodummy" aria-label="Profile: iodummy">@<bdi>iodummy</bdi></a> sagte in <a href="/post/855978">Installation auf ubuntu läuft nicht</a>:</p>
<blockquote>
<p dir="auto">LXC Container</p>
</blockquote>
<p dir="auto">Eine VM ist besser wenn du USB Geräte verwenden willst.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/iodummy" aria-label="Profile: iodummy">@<bdi>iodummy</bdi></a> sagte in <a href="/post/855978">Installation auf ubuntu läuft nicht</a>:</p>
<blockquote>
<p dir="auto">1GB RAM</p>
</blockquote>
<p dir="auto">Erhöh das mal auf mindestens 4GB RAM, das ist auf jeden fall zu wenig.</p>
<p dir="auto">Und zu guter letzt: Hast du eine Firewall für den LXC Aktiviert?</p>
]]></description><link>https://forum.iobroker.net/post/855985</link><guid isPermaLink="true">https://forum.iobroker.net/post/855985</guid><dc:creator><![CDATA[Jey Cee]]></dc:creator><pubDate>Sun, 11 Sep 2022 15:16:56 GMT</pubDate></item></channel></rss>