<?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[[solved] iobroker läuft, aber keine Ports in netstat]]></title><description><![CDATA[<p dir="auto">Vielen dank an alle für die Hilfe.</p>
<p dir="auto">Ich habe komplett übersehen, dass man nach einem "iobroker restore --force" ein <em>iob update</em> und <em>iob upgrade</em> durchführen muss.</p>
<p dir="auto">Hallo</p>
<p dir="auto">Ich musste meinen Raspberry Pi Server neu aufsetzen und deshalb Iobroker neu installieren. Vorher ein Backup gemacht.<br />
Nach der Installation habe ich iobroker neu installiert und ich kann es auch starten. Wenn ich dann aber das Backup einspiele (sei es über die Webseite oder über das Terminal) dann kann ich die Webseite nicht mehr erreichen. Mein netstat Befehl listet mir keinen offenen Port mit den Nummern 8081 oder 8082:</p>
<pre><code>root@iobroker:/opt/iobroker/backups# netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 127.0.0.1:6010          0.0.0.0:*               LISTEN      15694/sshd: pi@pts/ 
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      458/sshd: /usr/sbin 
tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      15238/iobroker.js-c 
tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      15238/iobroker.js-c 
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      9757/cupsd          
tcp6       0      0 :::22                   :::*                    LISTEN      458/sshd: /usr/sbin 
tcp6       0      0 ::1:631                 :::*                    LISTEN      9757/cupsd          
tcp6       0      0 ::1:6010                :::*                    LISTEN      15694/sshd: pi@pts/ 
udp        0      0 0.0.0.0:68              0.0.0.0:*                           437/dhcpcd          
udp        0      0 0.0.0.0:631             0.0.0.0:*                           9759/cups-browsed   
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           303/avahi-daemon: r 
udp        0      0 0.0.0.0:42816           0.0.0.0:*                           303/avahi-daemon: r 
udp6       0      0 :::546                  :::*                                437/dhcpcd          
udp6       0      0 :::5353                 :::*                                303/avahi-daemon: r 
udp6       0      0 :::34620                :::*                                303/avahi-daemon: r 

</code></pre>
<p dir="auto">Ich habe auch schon versucht einen zweiten Admin zu installieren, ohne erfolg. Ich kann auf iobroker nach dem Einspielen das Backups nicht zugreifen. Folgende Ausgaben habe ich:</p>
<pre><code>root@iobroker:/opt/iobroker/# iobroker status
iobroker is running on this host.

Objects type: jsonl
States  type: jsonl
</code></pre>
<pre><code>root@iobroker:/opt/iobroker/backups# iobroker list instances
  system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
  system.adapter.admin.1                  : admin                 : iobroker                                 -  enabled, port: 8085, bind: 0.0.0.0, run as: admin
  system.adapter.discovery.0              : discovery             : iobroker                                 - disabled
  system.adapter.email.0                  : email                 : iobroker                                 - disabled
  system.adapter.javascript.0             : javascript            : iobroker                                 - disabled
  system.adapter.sonoff.0                 : sonoff                : iobroker                                 - disabled, port: 1884, bind: 0.0.0.0
  system.adapter.sonoff.1                 : sonoff                : iobroker                                 - disabled, port: 1885, bind: 0.0.0.0
  system.adapter.sonoff.2                 : sonoff                : iobroker                                 - disabled, port: 1886, bind: 0.0.0.0
  system.adapter.sonoff.3                 : sonoff                : iobroker                                 - disabled, port: 1883, bind: 0.0.0.0
  system.adapter.vis.0                    : vis                   : iobroker                                 - disabled
  system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
+ system.adapter.yeelight-2.0             : yeelight-2            : iobroker                                 -  enabled

+ instance is alive

</code></pre>
<pre><code>root@iobroker:/opt/iobroker/backups# cat logs.txt 
[DEBUG] [iobroker] Start ioBroker Restore ...
[DEBUG] [iobroker] iobroker controller daemon is not running
[DEBUG] [iobroker] host.iobroker OK.
[DEBUG] [iobroker] The current version of js-controller differs from the version in the backup.
[DEBUG] [iobroker] The js-controller version of the backup can not be restored automatically.
[DEBUG] [iobroker] Note, that your backup might differ in behavior due to this version change!
[DEBUG] [iobroker] Removing current installation of iobroker.admin
[DEBUG] [iobroker] removed 22 packages in 15s
[DEBUG] [iobroker] 35 packages are looking for funding
[DEBUG] [iobroker] run `npm fund` for details
[DEBUG] [iobroker] Removing current installation of iobroker.backitup
[DEBUG] [iobroker] removed 124 packages in 12s
[DEBUG] [iobroker] 25 packages are looking for funding
[DEBUG] [iobroker] run `npm fund` for details
[DEBUG] [iobroker] Removing current installation of iobroker.discovery
[DEBUG] [iobroker] removed 43 packages in 9s
[DEBUG] [iobroker] 13 packages are looking for funding
[DEBUG] [iobroker] run `npm fund` for details
[DEBUG] [iobroker] host.iobroker Clear all objects and states...
[DEBUG] [iobroker] clean 142 objects...
[DEBUG] [iobroker] clean 102 states...
[DEBUG] [iobroker] host.iobroker done.
[DEBUG] [iobroker] host.iobroker Processed 0/711 objects
[DEBUG] [iobroker] host.iobroker Processed 200/711 objects
[DEBUG] [iobroker] host.iobroker Processed 400/711 objects
[DEBUG] [iobroker] host.iobroker Processed 600/711 objects
[DEBUG] [iobroker] 711 objects restored.
[DEBUG] [iobroker] host.iobroker Processed 0/271 states
[DEBUG] [iobroker] host.iobroker Processed 200/271 states
[DEBUG] [iobroker] 271 states restored.
[DEBUG] [iobroker] host.iobroker Upload user file "vis.0/main/vis-views.json
[DEBUG] [iobroker] host.iobroker Upload user file "vis.0/pictures/3dprintAn.png
[DEBUG] [iobroker] host.iobroker Upload user file "vis.0/pictures/3dprintAus.png
[DEBUG] [iobroker] host.iobroker Upload user file "vis.0/pictures/LedKetteAn.jpg
[DEBUG] [iobroker] host.iobroker Upload user file "vis.0/pictures/LedKetteAus.jpg
[DEBUG] [iobroker] host.iobroker Upload user file "vis.0/pictures/buttonDeaktiviert.png
[DEBUG] [iobroker] host.iobroker Upload user file "vis.0/pictures/druckerAn.png
[DEBUG] [iobroker] host.iobroker Upload user file "vis.0/pictures/druckerAus.png
[DEBUG] [iobroker] host.iobroker Upload user file "vis.0/pictures/pool.png
[DEBUG] [iobroker] host.iobroker Upload user file "vis.0/pictures/poolAus.png
[DEBUG] [iobroker] host.iobroker object system.licenses created
[DEBUG] [iobroker] host.iobroker object 0_userdata.0.example_state created
[DEBUG] [iobroker] Reinstalling adapter "admin" from "iobroker.admin@3.6.0"
[DEBUG] [iobroker] added 130 packages in 41s
[DEBUG] [iobroker] 19 packages are looking for funding
[DEBUG] [iobroker] run `npm fund` for details
[DEBUG] [iobroker] Forced restore - executing setup ...
[DEBUG] [iobroker] System successfully restored!
[DEBUG] [iobroker] ioBroker Restore completed successfully
[EXIT] 0

</code></pre>
]]></description><link>https://forum.iobroker.net/topic/62572/solved-iobroker-läuft-aber-keine-ports-in-netstat</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 14:22:16 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/62572.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 31 Jan 2023 16:16:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 18:42:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yagharek" aria-label="Profile: yagharek">@<bdi>yagharek</bdi></a> Das muss man nur wenn das Backup und die alte Installation hoffnungslos veraltet war.</p>
]]></description><link>https://forum.iobroker.net/post/938774</link><guid isPermaLink="true">https://forum.iobroker.net/post/938774</guid><dc:creator><![CDATA[wendy2702]]></dc:creator><pubDate>Tue, 31 Jan 2023 18:42:15 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 18:41:27 GMT]]></title><description><![CDATA[<p dir="auto">Vielen dank an alle für die Hilfe.</p>
<p dir="auto">Ich habe komplett übersehen, dass man nach einem "iobroker restore --force" ein <em>iob update</em> und <em>iob upgrade</em> durchführen muss.</p>
]]></description><link>https://forum.iobroker.net/post/938773</link><guid isPermaLink="true">https://forum.iobroker.net/post/938773</guid><dc:creator><![CDATA[yagharek]]></dc:creator><pubDate>Tue, 31 Jan 2023 18:41:27 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 18:04:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yagharek" aria-label="Profile: yagharek">@<bdi>yagharek</bdi></a></p>
<p dir="auto">Und welche Datenbankpaar hast du im alten iobroker benutzt?</p>
]]></description><link>https://forum.iobroker.net/post/938759</link><guid isPermaLink="true">https://forum.iobroker.net/post/938759</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 31 Jan 2023 18:04:08 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 18:00:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yagharek" aria-label="Profile: yagharek">@<bdi>yagharek</bdi></a> sagte in <a href="/post/938736">iobroker läuft, aber keine Ports in netstat</a>:</p>
<blockquote>
<p dir="auto">Nach der Installation des Backups nicht mehr.</p>
</blockquote>
<p dir="auto">Es gibt den restore Befehl mit der Option --force, welche angewendet werden sollte wenn sich die js-controller von jetzigem System(4.0.24) zu der im Backup gespeicherten(3.xx oder gar 2.xx) unterscheiden.<br />
Also entweder</p>
<ul>
<li>iobroker restore --force und hoffen dass es dann klappt(wenn ja alles updaten)</li>
</ul>
<p dir="auto">oder</p>
<ul>
<li>zuvor den js-controller downgraden(<code>npm i iobroker.js-controller@3</code>) und dann <code>iobroker restore</code></li>
</ul>
<p dir="auto">evtl braucht der <strong>npm</strong> Befehl ein <strong>sudo</strong>, da Du das <strong>alles</strong> als user <strong>pi</strong> im Ordner <strong>/opt/iobroker</strong> machst</p>
]]></description><link>https://forum.iobroker.net/post/938758</link><guid isPermaLink="true">https://forum.iobroker.net/post/938758</guid><dc:creator><![CDATA[fastfoot]]></dc:creator><pubDate>Tue, 31 Jan 2023 18:00:47 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 17:56: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> said in <a href="/post/938754">iobroker läuft, aber keine Ports in netstat</a>:</p>
<blockquote>
<p dir="auto">iob upgrade all</p>
</blockquote>
<p dir="auto">Läuft:</p>
<pre><code>pi@iobroker:~ $ sudo apt update
Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease                                                                        
Err:3 https://deb.nodesource.com/node_16.x bullseye InRelease                                                                            
  Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate.  Could not handshake: Error in the certificate verification. [IP: 2a00:6020:200:800::b916:8d0b 443]
Reading package lists... Done                                      
Building dependency tree... Done
Reading state information... Done
8 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: Failed to fetch https://deb.nodesource.com/node_16.x/dists/bullseye/InRelease  Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate.  Could not handshake: Error in the certificate verification. [IP: 2a00:6020:200:800::b916:8d0b 443]
W: Some index files failed to download. They have been ignored, or old ones used instead.
pi@iobroker:~ $ iob update
Used repository: stable
Adapter    "admin"        : 6.3.5    , installed 3.6.0  [Updatable]
Adapter    "discovery"    : 3.1.0    , installed 1.2.4  [Updatable]
Adapter    "email"        : 1.1.4    , installed 1.0.4  [Updatable]
Adapter    "javascript"   : 6.1.4    , installed 4.1.13 [Updatable]
Controller "js-controller": 4.0.24   , installed 4.0.24
Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
Adapter    "socketio"     : 4.2.0    , installed 6.3.3
Adapter    "sonoff"       : 2.5.1    , installed 2.2.2  [Updatable]
Adapter    "vis"          : 1.4.15   , installed 1.2.0  [Updatable]
Adapter    "web"          : 4.3.0    , installed 2.4.1  [Updatable]
Adapter    "yeelight-2"   : 1.1.2    , installed 1.0.1  [Updatable]
pi@iobroker:~ $ iob upgrade all

This upgrade of "yeelight-2" will at least introduce the following changes:
==========================================================================
-&gt; 1.1.2:
Fix Joi Error

-&gt; 1.1.1:
js-controller 3.3 fixes
fixed unhandled promise rejection causing the adapter to stop
adapter won't set power of offline devices to off anymore

-&gt; 1.1.0:
add release-script update testing and dependencies
fixed data types

-&gt; 1.0.4:
fixed data types

-&gt; 1.0.3:
add Pedant
==========================================================================

Would you like to upgrade yeelight-2 from @1.0.1 to @1.1.2 now? [(y)es, (n)o]: y
Update yeelight-2 from @1.0.1 to @1.1.2
NPM version: 8.19.3
Installing iobroker.yeelight-2@1.1.2... (System call)

added 4 packages, and changed 6 packages in 48s

28 packages are looking for funding
  run `npm fund` for details
Update "system.adapter.yeelight-2.0"
upload [20] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/icons/1.png icons/1.png image/png
upload [19] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/icons/2.png icons/2.png image/png
upload [18] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/icons/3.png icons/3.png image/png
upload [17] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/icons/4.png icons/4.png image/png
upload [16] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/icons/5.png icons/5.png image/png
upload [15] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/icons/6.png icons/6.png image/png
upload [14] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/icons/7.png icons/7.png image/png
upload [13] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/icons/bslamp1.png icons/bslamp1.png image/png
upload [12] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/icons/ceiling1.png icons/ceiling1.png image/png
upload [11] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/icons/ceiling10.png icons/ceiling10.png image/png
upload [10] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/icons/ceiling3.png icons/ceiling3.png image/png
upload [9] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/icons/ceiling4.png icons/ceiling4.png image/png
upload [8] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/icons/color.png icons/color.png image/png
upload [7] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/icons/desklamp.png icons/desklamp.png image/png
upload [6] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/icons/mono.png icons/mono.png image/png
upload [5] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/icons/stripe.png icons/stripe.png image/png
upload [4] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/index.html index.html text/html
upload [3] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/index_m.html index_m.html text/html
upload [2] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/lan.jpg lan.jpg image/jpeg
upload [1] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/words.js words.js application/javascript
upload [0] yeelight-2.admin /opt/iobroker/node_modules/iobroker.yeelight-2/admin/yeelight.png yeelight.png image/png

This upgrade of "sonoff" will at least introduce the following changes:
==========================================================================
-&gt; 2.5.1:
Fix crash case reported by Sentry

-&gt; 2.5.0:
Implement writing of NSPanel Widget changes
Fix crash case reported by Sentry

-&gt; 2.4.7:
Fix crash case (Sentry IOBROKER-SONOFF-1S)

-&gt; 2.4.6:
Fix some crash cases reported by Sentry (IOBROKER-SONOFF-B, IOBROKER-SONOFF-R, IOBROKER-SONOFF-4, IOBROKER-SONOFF-1, IOBROKER-SONOFF-13, IOBROKER-SONOFF-1J, IOBROKER-SONOFF-16, IOBROKER-SONOFF-3, IOBROKER-SONOFF-H)
Adjust Uptime to mixed because it seems that it can be number or string

-&gt; 2.4.5:
Fix some crash cases reported by Sentry

-&gt; 2.4.4:
Added UvaIntensity and UvbIntensity

-&gt; 2.4.3:
Better type detection for non-described states
==========================================================================

Would you like to upgrade sonoff from @2.2.2 to @2.5.1 now? [(y)es, (n)o]: y
Update sonoff from @2.2.2 to @2.5.1
NPM version: 8.19.3
Installing iobroker.sonoff@2.5.1... (System call)

changed 1 package in 43s

28 packages are looking for funding
  run `npm fund` for details
Update "system.adapter.sonoff.0"
Update "system.adapter.sonoff.1"
Update "system.adapter.sonoff.2"
Update "system.adapter.sonoff.3"
upload [3] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index.html index.html text/html
upload [2] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index_m.html index_m.html text/html
upload [1] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/sonoff.png sonoff.png image/png
upload [0] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/words.js words.js application/javascript

This upgrade of "email" will at least introduce the following changes:
==========================================================================
-&gt; 1.1.4:
Prepare compatibility with future js-controller versions

-&gt; 1.1.3:
Make sure the STARTTLS configuration field is displayed

-&gt; 1.1.2:
Fix mail.ee settings

-&gt; 1.1.1:
Allow to use connections to port 25 unencrypted

-&gt; 1.1.0:
Adjust default settings for web.de and 1und1 and add ionos
Add "Always use STARTTLS" option for custom SMTP settings

-&gt; 1.0.10:
Optimize for js-controller 3.3

-&gt; 1.0.9:
Call message callback always with error or without
==========================================================================

Would you like to upgrade email from @1.0.4 to @1.1.4 now? [(y)es, (n)o]: y
Update email from @1.0.4 to @1.1.4
NPM version: 8.19.3
Installing iobroker.email@1.1.4... (System call)



</code></pre>
]]></description><link>https://forum.iobroker.net/post/938756</link><guid isPermaLink="true">https://forum.iobroker.net/post/938756</guid><dc:creator><![CDATA[yagharek]]></dc:creator><pubDate>Tue, 31 Jan 2023 17:56:04 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 17:48:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yagharek" aria-label="Profile: yagharek">@<bdi>yagharek</bdi></a></p>
<p dir="auto">Zeigen:</p>
<pre><code>sudo apt update
</code></pre>
<pre><code>iob update
iob upgrade all
</code></pre>
]]></description><link>https://forum.iobroker.net/post/938754</link><guid isPermaLink="true">https://forum.iobroker.net/post/938754</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 31 Jan 2023 17:48:36 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 17:48:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yagharek" aria-label="Profile: yagharek">@<bdi>yagharek</bdi></a> und ein pi User....</p>
]]></description><link>https://forum.iobroker.net/post/938753</link><guid isPermaLink="true">https://forum.iobroker.net/post/938753</guid><dc:creator><![CDATA[wendy2702]]></dc:creator><pubDate>Tue, 31 Jan 2023 17:48:28 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 17:46:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wendy2702" aria-label="Profile: wendy2702">@<bdi>wendy2702</bdi></a><br />
Es ist 4.0.24:</p>
<pre><code>pi@iobroker:~ $ iob -v
4.0.24
pi@iobroker:~ $ 
</code></pre>
]]></description><link>https://forum.iobroker.net/post/938749</link><guid isPermaLink="true">https://forum.iobroker.net/post/938749</guid><dc:creator><![CDATA[yagharek]]></dc:creator><pubDate>Tue, 31 Jan 2023 17:46:45 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 17:43:25 GMT]]></title><description><![CDATA[<p dir="auto">dann immer noch zuerst einen USER anlegen und mit diesem weiter arbeiten.</p>
<p dir="auto">Danach schauen welcher JS Controller installiert ist</p>
<pre><code>iob -v
</code></pre>
<p dir="auto">Wenn 4.0.24 dann unten weiter.</p>
<pre><code>iob stop
iob update
iob upgrade
iob start
</code></pre>
]]></description><link>https://forum.iobroker.net/post/938743</link><guid isPermaLink="true">https://forum.iobroker.net/post/938743</guid><dc:creator><![CDATA[wendy2702]]></dc:creator><pubDate>Tue, 31 Jan 2023 17:43:25 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 17:39:26 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, danke. Mein System ist aktuell und wurde gestern komplett neu aufgesetzt. Auch iobroker habe ich mit dem Befehl</p>
<pre><code>curl -sLf https://iobroker.net/install.sh | bash -
</code></pre>
<p dir="auto">neu installiert. Bevor ich das Backup einspiele, kann ich iiobroker im Webbrowser aufrufen. Nach der Installation des Backups nicht mehr.</p>
]]></description><link>https://forum.iobroker.net/post/938736</link><guid isPermaLink="true">https://forum.iobroker.net/post/938736</guid><dc:creator><![CDATA[yagharek]]></dc:creator><pubDate>Tue, 31 Jan 2023 17:39:26 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 17:33:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yagharek" aria-label="Profile: yagharek">@<bdi>yagharek</bdi></a></p>
<p dir="auto">Dann orientier dich um!<br />
Mit root wird gar nix direkt gemacht. Auch nicht 'orientiert'.</p>
<p dir="auto">Mit System ist dein Betriebssystem gemeint.<br />
Als USER:</p>
<pre><code>sudo apt update
</code></pre>
]]></description><link>https://forum.iobroker.net/post/938727</link><guid isPermaLink="true">https://forum.iobroker.net/post/938727</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 31 Jan 2023 17:33:50 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 17:29:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yagharek" aria-label="Profile: yagharek">@<bdi>yagharek</bdi></a> was hat "root" mit Orientierung zu tun ?</p>
<p dir="auto">Wenn du einen User "Heinz" einrichtest kannst du dich an dem Orientieren</p>
]]></description><link>https://forum.iobroker.net/post/938724</link><guid isPermaLink="true">https://forum.iobroker.net/post/938724</guid><dc:creator><![CDATA[wendy2702]]></dc:creator><pubDate>Tue, 31 Jan 2023 17:29:39 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 17:29:11 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 />
Root nutze ich zur orientierung, iobroker selber läuft unter einem eigenem Nutzer:</p>
<pre><code>root@iobroker:/opt/iobroker/backups# ps aux | grep iobroker
avahi      303  0.0  0.3   6912  3044 ?        Ss   Jan29   0:11 avahi-daemon: running [iobroker.local]
iobroker 15238  3.0 10.0 210888 95036 ?        Ssl  16:36   3:17 iobroker.js-controller
iobroker 16479  1.2  6.5 171356 61440 ?        Sl   18:00   0:19 io.yeelight-2.0

</code></pre>
<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 />
Meinst du mit System das Backup?</p>
]]></description><link>https://forum.iobroker.net/post/938722</link><guid isPermaLink="true">https://forum.iobroker.net/post/938722</guid><dc:creator><![CDATA[yagharek]]></dc:creator><pubDate>Tue, 31 Jan 2023 17:29:11 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 17:20:30 GMT]]></title><description><![CDATA[<p dir="auto">Wie Thomas sagt.</p>
<p dir="auto">Alles zu alt und "root"</p>
<p dir="auto">Mach dir erstmal einen eigenen User und nutze den....</p>
]]></description><link>https://forum.iobroker.net/post/938715</link><guid isPermaLink="true">https://forum.iobroker.net/post/938715</guid><dc:creator><![CDATA[wendy2702]]></dc:creator><pubDate>Tue, 31 Jan 2023 17:20:30 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 17:18:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yagharek" aria-label="Profile: yagharek">@<bdi>yagharek</bdi></a></p>
<p dir="auto">Alles zu alt, du kasperst als root herum und das System ist vermutlich längst tot.</p>
]]></description><link>https://forum.iobroker.net/post/938712</link><guid isPermaLink="true">https://forum.iobroker.net/post/938712</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 31 Jan 2023 17:18:17 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 17:14:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wendy2702" aria-label="Profile: wendy2702">@<bdi>wendy2702</bdi></a></p>
<pre><code>root@iobroker:/opt/iobroker/backups# iob update
Used repository: stable
Adapter    "admin"        : 6.3.5    , installed 3.6.0  [Updatable]
Adapter    "discovery"    : 3.1.0    , installed 1.2.4  [Updatable]
Adapter    "email"        : 1.1.4    , installed 1.0.4  [Updatable]
Adapter    "javascript"   : 6.1.4    , installed 4.1.13 [Updatable]
Controller "js-controller": 4.0.24   , installed 4.0.24
Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
Adapter    "socketio"     : 4.2.0    , installed 6.3.3
Adapter    "sonoff"       : 2.5.1    , installed 2.2.2  [Updatable]
Adapter    "vis"          : 1.4.15   , installed 1.2.0  [Updatable]
Adapter    "web"          : 4.3.0    , installed 2.4.1  [Updatable]
Adapter    "yeelight-2"   : 1.1.2    , installed 1.0.1  [Updatable]

</code></pre>
]]></description><link>https://forum.iobroker.net/post/938708</link><guid isPermaLink="true">https://forum.iobroker.net/post/938708</guid><dc:creator><![CDATA[yagharek]]></dc:creator><pubDate>Tue, 31 Jan 2023 17:14:03 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 17:11:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yagharek" aria-label="Profile: yagharek">@<bdi>yagharek</bdi></a> zeig mal</p>
<pre><code>iob update
</code></pre>
]]></description><link>https://forum.iobroker.net/post/938706</link><guid isPermaLink="true">https://forum.iobroker.net/post/938706</guid><dc:creator><![CDATA[wendy2702]]></dc:creator><pubDate>Tue, 31 Jan 2023 17:11:14 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 17:07:51 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 />
Welche? Die von <em>list instances</em> habe ich oben komplett rein gepackt.</p>
]]></description><link>https://forum.iobroker.net/post/938703</link><guid isPermaLink="true">https://forum.iobroker.net/post/938703</guid><dc:creator><![CDATA[yagharek]]></dc:creator><pubDate>Tue, 31 Jan 2023 17:07:51 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 16:59:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yagharek" aria-label="Profile: yagharek">@<bdi>yagharek</bdi></a> sagte in <a href="/post/938693">iobroker läuft, aber keine Ports in netstat</a>:</p>
<blockquote>
<p dir="auto">Also unter list instancen werden diese beiden als running gelistet:</p>
</blockquote>
<p dir="auto">zeig bitte die gesamte Ein- und Ausgabe</p>
]]></description><link>https://forum.iobroker.net/post/938695</link><guid isPermaLink="true">https://forum.iobroker.net/post/938695</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Tue, 31 Jan 2023 16:59:10 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 16:56: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 />
Also unter list instancen werden diese beiden als running gelistet:</p>
<pre><code> -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
</code></pre>
<p dir="auto">Wenn das nicht der Fall ist, wie kann man diese starten?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wendy2702" aria-label="Profile: wendy2702">@<bdi>wendy2702</bdi></a><br />
Der Server lief schon ein paar Jährchen. Ich bin gerade dabei, alle meine Server zu aktualisieren. Das Update meines Iobrokers ging schief, weshalb ich den neu aufsetzen muss.</p>
]]></description><link>https://forum.iobroker.net/post/938693</link><guid isPermaLink="true">https://forum.iobroker.net/post/938693</guid><dc:creator><![CDATA[yagharek]]></dc:creator><pubDate>Tue, 31 Jan 2023 16:56:58 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 16:50:29 GMT]]></title><description><![CDATA[<p dir="auto">Wie alt war denn das Backup?</p>
<pre><code>Reinstalling adapter "admin" from "iobroker.admin@3.6.0"
</code></pre>
]]></description><link>https://forum.iobroker.net/post/938686</link><guid isPermaLink="true">https://forum.iobroker.net/post/938686</guid><dc:creator><![CDATA[wendy2702]]></dc:creator><pubDate>Tue, 31 Jan 2023 16:50:29 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] iobroker läuft, aber keine Ports in netstat on Tue, 31 Jan 2023 16:37:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yagharek" aria-label="Profile: yagharek">@<bdi>yagharek</bdi></a> sagte in <a href="/post/938649">iobroker läuft, aber keine Ports in netstat</a>:</p>
<blockquote>
<p dir="auto">root@</p>
</blockquote>
<p dir="auto">'nuff said.</p>
<p dir="auto">Die Instanzen web und admin laufen nicht, dann sind da auch keine Ports lauschend, Herr root.</p>
]]></description><link>https://forum.iobroker.net/post/938661</link><guid isPermaLink="true">https://forum.iobroker.net/post/938661</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 31 Jan 2023 16:37:06 GMT</pubDate></item></channel></rss>