<?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] iobroker nach Neustart &quot;tot&quot;]]></title><description><![CDATA[<p dir="auto">Hallo, nach einem Neustart komme ich nicht mehr auf die Adminoberfläche. In der Konsole habe ich manuell nochmal iobroker start eingegeben, da kommt dann</p>
<pre><code>pi@iomaster:/opt/iobroker $ iobroker status
Server Cannot load /opt/iobroker/iobroker-data/states.json: /opt/iobroker/iobroker-data/states.json: Unexpected end of JSON input. Try last Backup!

</code></pre>
<p dir="auto">wie gehe ich da jetzt am besten vor?<br />
Multihostsystem mit 3mal pi3b, war alles auf neuestem Stand und habe die letzten Tage auch nichts am System geändert (updates, neue Adapter oder so)</p>
]]></description><link>https://forum.iobroker.net/topic/43395/gelöst-iobroker-nach-neustart-tot</link><generator>RSS for Node</generator><lastBuildDate>Fri, 22 May 2026 14:31:49 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/43395.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 19 Mar 2021 15:20:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Wed, 24 Mar 2021 20:10:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amg_666" aria-label="Profile: amg_666">@<bdi>amg_666</bdi></a> Danke für die Rückmeldung!</p>
]]></description><link>https://forum.iobroker.net/post/604186</link><guid isPermaLink="true">https://forum.iobroker.net/post/604186</guid><dc:creator><![CDATA[apollon77]]></dc:creator><pubDate>Wed, 24 Mar 2021 20:10:17 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Wed, 24 Mar 2021 16:22:54 GMT]]></title><description><![CDATA[<p dir="auto">Kurzer Nachtrag: Es war dann wohl doch (auch noch) die SD Karte, die einen mitbekommen hat. Am nächsten Tag lief hier wieder nix mehr, ich kam auch per Konsole nicht mehr auf den Raspi... "Harter" Neustart (Strom aus/an) dann lief es wieder für einen Tag, dann derselbe Effekt.<br />
Neue SD Karte, seit 2 Tagen läuft es stabil. Unix-Mini-PC ist bestellt...<br />
Nochmals Dank an alle für die tatkräftige Unterstützung :-)</p>
]]></description><link>https://forum.iobroker.net/post/604060</link><guid isPermaLink="true">https://forum.iobroker.net/post/604060</guid><dc:creator><![CDATA[amg_666]]></dc:creator><pubDate>Wed, 24 Mar 2021 16:22:54 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 18:26:32 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> Sonderlich viele Skripte hab ich nicht am laufen (ok das ist keine nützliche Aussage EIN Skript reicht aus :-) ). Ich werd das mal im Auge behalten und wenn er wieder rumzickt mal schauen ob und welche Skripten da grade zuschlagen. Die meisten Skripte reagieren ganz normal auf Auslöser (also wenn irgendein Sensor anschlägt, dann mache Licht an oder so).</p>
]]></description><link>https://forum.iobroker.net/post/601345</link><guid isPermaLink="true">https://forum.iobroker.net/post/601345</guid><dc:creator><![CDATA[amg_666]]></dc:creator><pubDate>Fri, 19 Mar 2021 18:26:32 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 18:22:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amg_666" aria-label="Profile: amg_666">@<bdi>amg_666</bdi></a><br />
Ich würde ja immer noch auf die Kombination 'nicht gerade üppige Ausstattung mit RAM' und 'unsauberes skript' tippen.<br />
Das Backup um 02:00 braucht halt auch gut Speicher dafür. Aber die anderen Abflüge deuten auf ein skript hin.</p>
]]></description><link>https://forum.iobroker.net/post/601344</link><guid isPermaLink="true">https://forum.iobroker.net/post/601344</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Fri, 19 Mar 2021 18:22:30 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 18:18:21 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> sagte in <a href="/post/601340">iobroker nach Neustart "tot"</a>:</p>
<blockquote>
<p dir="auto">ps auxwww | grep 'USER|1521'</p>
</blockquote>
<p dir="auto">stimmt, ist einfacher zu lesen...</p>
<pre><code>
pi@iomaster:/opt/iobroker $ ps auxwww | grep 'USER\|1439'
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
iobroker  1439 65.4 14.0 220444 133628 ?       Ssl  18:28  32:09 iobroker.js-controller
pi        5487  0.0  0.1   5032  1552 pts/0    S+   19:17   0:00 grep --color=auto USER\|1439
pi@iomaster:/opt/iobroker $ ps auxwww | grep 'USER\|1521'
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
iobroker  1521 13.2 12.4 205044 117728 ?       Rl   18:28   6:29 io.javascript.0
pi        5489  0.0  0.1   5032  1556 pts/0    S+   19:17   0:00 grep --color=auto USER\|1521
pi@iomaster:/opt/iobroker $

</code></pre>
]]></description><link>https://forum.iobroker.net/post/601342</link><guid isPermaLink="true">https://forum.iobroker.net/post/601342</guid><dc:creator><![CDATA[amg_666]]></dc:creator><pubDate>Fri, 19 Mar 2021 18:18:21 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 18:15:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/apollon77" aria-label="Profile: apollon77">@<bdi>apollon77</bdi></a><br />
Steht ja auch für "Willy wills wissen"</p>
<pre><code>ps auxwww | grep 'USER\|1521'
</code></pre>
<p dir="auto">liefert die Spaltenüberschriften mit, btw.</p>
]]></description><link>https://forum.iobroker.net/post/601340</link><guid isPermaLink="true">https://forum.iobroker.net/post/601340</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Fri, 19 Mar 2021 18:15:37 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 18:11:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/apollon77" aria-label="Profile: apollon77">@<bdi>apollon77</bdi></a></p>
<pre><code>
pi@iomaster:/opt/iobroker $ ps auxwww|grep 1521
iobroker  1521 13.6 12.0 199668 114500 ?       Sl   18:28   5:41 io.javascript.0
pi        5041  0.0  0.1   4900  1696 pts/0    S+   19:10   0:00 grep --color=auto 1521
pi@iomaster:/opt/iobroker $

</code></pre>
]]></description><link>https://forum.iobroker.net/post/601334</link><guid isPermaLink="true">https://forum.iobroker.net/post/601334</guid><dc:creator><![CDATA[amg_666]]></dc:creator><pubDate>Fri, 19 Mar 2021 18:11:17 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 18:10:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amg_666" aria-label="Profile: amg_666">@<bdi>amg_666</bdi></a> und die 1521? ... bzw jetzt musst du bei top mal schauen ob irgendeiner der beiden bei RAM mehr wird. Der controller kann durchaus ein bsissl was  brauchen ... das ist ok der javascript Adapter auch ... Frage ist wodurch es dann zu engpässen kommt. Irgendwas muss ja bei Dir 200-280MB "plötzlich" brauchen ...</p>
]]></description><link>https://forum.iobroker.net/post/601333</link><guid isPermaLink="true">https://forum.iobroker.net/post/601333</guid><dc:creator><![CDATA[apollon77]]></dc:creator><pubDate>Fri, 19 Mar 2021 18:10:25 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 18:07:26 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> die magie bei meinem liegt im "auxwww" ... vor allem im "www" ... das heist mooaarr details ausgeben :-)</p>
]]></description><link>https://forum.iobroker.net/post/601332</link><guid isPermaLink="true">https://forum.iobroker.net/post/601332</guid><dc:creator><![CDATA[apollon77]]></dc:creator><pubDate>Fri, 19 Mar 2021 18:07:26 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 18:07:16 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></p>
<pre><code>
pi@iomaster:/opt/iobroker $ ps auxwww|grep 1439
iobroker  1439 68.0 13.9 219096 132544 ?       Rsl  18:28  23:28 iobroker.js-controller
pi        4604  0.0  0.1   4900  1700 pts/0    S+   19:02   0:00 grep --color=auto 1439
pi@iomaster:/opt/iobroker $

</code></pre>
]]></description><link>https://forum.iobroker.net/post/601331</link><guid isPermaLink="true">https://forum.iobroker.net/post/601331</guid><dc:creator><![CDATA[amg_666]]></dc:creator><pubDate>Fri, 19 Mar 2021 18:07:16 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 18:06:41 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> sagte in <a href="/post/601327">iobroker nach Neustart "tot"</a>:</p>
<blockquote>
<p dir="auto">ist eine gute Idee von <a class="plugin-mentions-user plugin-mentions-a" href="/user/apollon77" aria-label="Profile: apollon77">@<bdi>apollon77</bdi></a></p>
</blockquote>
<p dir="auto">Wo??? <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f602.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--joy" style="height:23px;width:auto;vertical-align:middle" title=":joy:" alt="😂" /></p>
<p dir="auto">wofür google ich mir denn die Finger wund und teste dann noch selber:  <code>ps -p 1439</code></p>
]]></description><link>https://forum.iobroker.net/post/601330</link><guid isPermaLink="true">https://forum.iobroker.net/post/601330</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Fri, 19 Mar 2021 18:06:41 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 18:03:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amg_666" aria-label="Profile: amg_666">@<bdi>amg_666</bdi></a></p>
<pre><code>px auxwww|grep 1439
</code></pre>
<p dir="auto">ist eine gute Idee von <a class="plugin-mentions-user plugin-mentions-a" href="/user/apollon77" aria-label="Profile: apollon77">@<bdi>apollon77</bdi></a></p>
<blockquote>
<p dir="auto">swap ist deaktiviert, dachte das soll man machen um die Karte zu schonen?</p>
</blockquote>
<p dir="auto">Jein. Eigentlich sollte man sein System so im Blick haben, dass swap nur als Notabfluss benötigt wird. Wobei einen die üblichen 100 MB im Raspberry OS da auch nichts retten, wenn ein skript aus dem Ruder läuft. Dann ist nur etwas später Schicht im Schacht.</p>
]]></description><link>https://forum.iobroker.net/post/601327</link><guid isPermaLink="true">https://forum.iobroker.net/post/601327</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Fri, 19 Mar 2021 18:03:42 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 18:01:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amg_666" aria-label="Profile: amg_666">@<bdi>amg_666</bdi></a> sagte in <a href="/post/601321">iobroker nach Neustart "tot"</a>:</p>
<blockquote>
<p dir="auto">dachte das soll man machen um die Karte zu schonen?</p>
</blockquote>
<p dir="auto">swap sollte nur für Notfälle sein.<br />
Wenn man es dauerhaft nutzt, so dass es die Karte belastet, läuft schon was schief.</p>
<p dir="auto">Jetzt hattest du nicht mal einen Fallschirm</p>
<p dir="auto"><code> ps -p 1439</code></p>
]]></description><link>https://forum.iobroker.net/post/601324</link><guid isPermaLink="true">https://forum.iobroker.net/post/601324</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Fri, 19 Mar 2021 18:01:08 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 17:57:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a> sagte in <a href="/post/601315">iobroker nach Neustart "tot"</a>:</p>
<blockquote>
<p dir="auto">Warum hast du das SWAP deaktiviert?</p>
</blockquote>
<p dir="auto">swap ist deaktiviert, dachte das soll man machen um die Karte zu schonen?</p>
<p dir="auto">htop: Wie kann ich da die Einträge kopieren um sie hier zu posten? htop und sort nach m_size oder auch %_Mem zeigt mir jede Menge js-controller und dann jede Menge javascript Einträge</p>
]]></description><link>https://forum.iobroker.net/post/601321</link><guid isPermaLink="true">https://forum.iobroker.net/post/601321</guid><dc:creator><![CDATA[amg_666]]></dc:creator><pubDate>Fri, 19 Mar 2021 17:57:20 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 17:56:44 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> mal "px auxwww|grep 1439"?</p>
]]></description><link>https://forum.iobroker.net/post/601319</link><guid isPermaLink="true">https://forum.iobroker.net/post/601319</guid><dc:creator><![CDATA[apollon77]]></dc:creator><pubDate>Fri, 19 Mar 2021 17:56:44 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 17:55:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amg_666" aria-label="Profile: amg_666">@<bdi>amg_666</bdi></a> sagte in <a href="/post/601313">iobroker nach Neustart "tot"</a>:</p>
<pre><code>PID  USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND                                                                                                                                                                             
1439 iobroker  20   0  194160 108044  27804 R  88,1  11,4  12:44.98 node
</code></pre>
<p dir="auto">Das Ding mit PID 1439 läuft wohl aus dem Ruder. Was auch immer das genau ist.</p>
]]></description><link>https://forum.iobroker.net/post/601318</link><guid isPermaLink="true">https://forum.iobroker.net/post/601318</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Fri, 19 Mar 2021 17:55:15 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 17:51:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amg_666" aria-label="Profile: amg_666">@<bdi>amg_666</bdi></a> sagte in <a href="/post/601313">iobroker nach Neustart "tot"</a>:</p>
<blockquote>
<p dir="auto">MiB Swap:      0,0 total,      0,0 free,      0,0 used.</p>
</blockquote>
<p dir="auto">das erklärt auch, warum er nicht geswapped hat!</p>
<p dir="auto">Warum hast du das SWAP deaktiviert?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amg_666" aria-label="Profile: amg_666">@<bdi>amg_666</bdi></a> sagte in <a href="/post/601313">iobroker nach Neustart "tot"</a>:</p>
<blockquote>
<p dir="auto">MiB Mem :    925,9 total,    149,7 free,</p>
</blockquote>
<p dir="auto">das sieht schon anders aus, als das was in den Instanzen steht</p>
<p dir="auto">hier werden die namen der Übeltäter nicht (mehr) angezeigt, nimm mal <code>htop</code></p>
]]></description><link>https://forum.iobroker.net/post/601315</link><guid isPermaLink="true">https://forum.iobroker.net/post/601315</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Fri, 19 Mar 2021 17:51:40 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 17:47:28 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> ok, das passt genau auf das eingestellte backup (täglich um 2 Uhr).<br />
Eine schnelle Abhilfe wäre noch einfach noch ein System reinzuhängen (hab noch ein paar Raspi hier rumzuliegen) und dann ein paar Adapter auszulagern.</p>
<p dir="auto">"top" spricht so garnicht zu mir :-( aber ja vielleicht zu euch?</p>
<pre><code>
pi@iomaster:~ $ top
top - 18:46:14 up  1:50,  1 user,  load average: 1,03, 1,31, 1,16
Tasks: 118 total,   2 running, 116 sleeping,   0 stopped,   0 zombie
%Cpu(s): 29,9 us,  4,6 sy,  0,0 ni, 63,8 id,  0,0 wa,  0,0 hi,  1,8 si,  0,0 st
MiB Mem :    925,9 total,    149,7 free,    639,0 used,    137,2 buff/cache
MiB Swap:      0,0 total,      0,0 free,      0,0 used.    268,3 avail Mem

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
 1439 iobroker  20   0  194160 108044  27804 R  88,1  11,4  12:44.98 node
 1571 iobroker  20   0  169372  81972  27168 S  33,1   8,6   4:40.14 node
 1521 iobroker  20   0  204276 118556  27392 S  14,2  12,5   2:48.56 node
 1549 iobroker  20   0  161132  73924  27472 S   3,3   7,8   0:54.11 node
 3103 iobroker  20   0  137236  50192  27640 S   1,3   5,3   0:07.35 node
 3298 pi        20   0    7792   2856   2412 R   1,0   0,3   0:00.13 top
   60 root      20   0       0      0      0 S   0,7   0,0   0:00.67 kswapd0
 1493 iobroker  20   0  150940  54244  27256 S   0,7   5,7   0:16.20 node
 1620 iobroker  20   0  147528  57020  27580 S   0,7   6,0   0:11.16 node
  373 root      20   0   27656     80      0 S   0,3   0,0   0:08.60 rngd
 1560 iobroker  20   0  133172  42988  27332 S   0,3   4,5   0:06.34 node
 1765 root      20   0       0      0      0 I   0,3   0,0   0:00.16 kworker/1:3-events
    1 root      20   0   33696   7948   6388 S   0,0   0,8   0:05.84 systemd
    2 root      20   0       0      0      0 S   0,0   0,0   0:00.02 kthreadd
    3 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 rcu_gp
    4 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 rcu_par_gp
    8 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 mm_percpu_wq
    9 root      20   0       0      0      0 S   0,0   0,0   0:22.65 ksoftirqd/0
   10 root      20   0       0      0      0 I   0,0   0,0   0:02.69 rcu_sched
   11 root      rt   0       0      0      0 S   0,0   0,0   0:00.03 migration/0
   12 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/0
   13 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/1
   14 root      rt   0       0      0      0 S   0,0   0,0   0:00.02 migration/1
   15 root      20   0       0      0      0 S   0,0   0,0   0:00.91 ksoftirqd/1
   18 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/2
   19 root      rt   0       0      0      0 S   0,0   0,0   0:00.02 migration/2
   20 root      20   0       0      0      0 S   0,0   0,0   0:00.34 ksoftirqd/2
   23 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/3
   24 root      rt   0       0      0      0 S   0,0   0,0   0:00.03 migration/3
   25 root      20   0       0      0      0 S   0,0   0,0   0:00.22 ksoftirqd/3
   28 root      20   0       0      0      0 S   0,0   0,0   0:00.01 kdevtmpfs
   29 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 netns
   32 root      20   0       0      0      0 S   0,0   0,0   0:00.00 khungtaskd
   33 root      20   0       0      0      0 S   0,0   0,0   0:00.00 oom_reaper
   34 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 writeback
   35 root      20   0       0      0      0 S   0,0   0,0   0:00.00 kcompactd0
   52 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 kblockd
   53 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 blkcg_punt_bio
   54 root      rt   0       0      0      0 S   0,0   0,0   0:00.00 watchdogd
   57 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 rpciod
   58 root       0 -20       0      0      0 I   0,0   0,0   0:00.06 kworker/u9:0-hci0
   59 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 xprtiod
   61 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 nfsiod
   62 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 iscsi_eh
   63 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 dwc_otg
   64 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 DWC Notificatio
   66 root       1 -19       0      0      0 S   0,0   0,0   0:00.01 vchiq-slot/0
   67 root       1 -19       0      0      0 S   0,0   0,0   0:00.00 vchiq-recy/0
   68 root       0 -20       0      0      0 S   0,0   0,0   0:00.00 vchiq-sync/0
   69 root      20   0       0      0      0 S   0,0   0,0   0:00.00 vchiq-keep/0
   70 root      10 -10       0      0      0 S   0,0   0,0   0:00.00 SMIO
   73 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 mmc_complete
   74 root       0 -20       0      0      0 I   0,0   0,0   0:00.60 kworker/1:1H-kblockd
   76 root       0 -20       0      0      0 I   0,0   0,0   0:00.40 kworker/3:1H-kblockd
   78 root      20   0       0      0      0 S   0,0   0,0   0:00.39 jbd2/mmcblk0p2-
   79 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 ext4-rsv-conver

</code></pre>
]]></description><link>https://forum.iobroker.net/post/601313</link><guid isPermaLink="true">https://forum.iobroker.net/post/601313</guid><dc:creator><![CDATA[amg_666]]></dc:creator><pubDate>Fri, 19 Mar 2021 17:47:28 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 17:46:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amg_666" aria-label="Profile: amg_666">@<bdi>amg_666</bdi></a><br />
Ich spreche da vom Betriebssystem, nicht vom ioBroker.<br />
90% der Einträge im syslog stammen vom radar2, bzw. den Programmen, die der da ranzieht.</p>
]]></description><link>https://forum.iobroker.net/post/601312</link><guid isPermaLink="true">https://forum.iobroker.net/post/601312</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Fri, 19 Mar 2021 17:46:40 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 17:43:43 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> "Und die Systeme würde ich auch alle auf den letzten Stand bringen."<br />
???<br />
js-controller 3.2.16<br />
node-js 12.20.1<br />
npm 6.14.10<br />
auf allen 3 Raspi</p>
<p dir="auto">radar nervt nur rum weil ich hier momentan Probleme mit bluetooth habe bzw auch das wlan manchmal etwas wacklig ist, ich kann den ja sonst auch auf loglevel error setzen (?)</p>
]]></description><link>https://forum.iobroker.net/post/601310</link><guid isPermaLink="true">https://forum.iobroker.net/post/601310</guid><dc:creator><![CDATA[amg_666]]></dc:creator><pubDate>Fri, 19 Mar 2021 17:43:43 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 17:42:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amg_666" aria-label="Profile: amg_666">@<bdi>amg_666</bdi></a> sagte in <a href="/post/601305">iobroker nach Neustart "tot"</a>:</p>
<blockquote>
<p dir="auto">1:30 Homematic Backup</p>
</blockquote>
<p dir="auto">das ist klein. -&gt; kein Schaden</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amg_666" aria-label="Profile: amg_666">@<bdi>amg_666</bdi></a> sagte in <a href="/post/601305">iobroker nach Neustart "tot"</a>:</p>
<blockquote>
<p dir="auto">2:00 Uhr iobroker Systembackup</p>
</blockquote>
<p dir="auto">Zeitpunkt des ersten OOM (<strong>O</strong>ut <strong>O</strong>f <strong>M</strong>emory)</p>
]]></description><link>https://forum.iobroker.net/post/601308</link><guid isPermaLink="true">https://forum.iobroker.net/post/601308</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Fri, 19 Mar 2021 17:42:47 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 17:41:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amg_666" aria-label="Profile: amg_666">@<bdi>amg_666</bdi></a> sagte in <a href="/post/601303">iobroker nach Neustart "tot"</a>:</p>
<blockquote>
<p dir="auto">siehe Screenshot, freies RAM 34%</p>
</blockquote>
<p dir="auto">traue diesem Wert mal nicht zu sehr.</p>
<p dir="auto"><code>top</code> oder <code>htop</code> auf der Konsole sind da viel genauer, auch wenn das auch nur eine Momentaufnahme ist und ein scheduled Adapter erst RAM braucht, wenn er gestartet wird. Insbesondere backitup braucht da seeeehr viel</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amg_666" aria-label="Profile: amg_666">@<bdi>amg_666</bdi></a> sagte in <a href="/post/601303">iobroker nach Neustart "tot"</a>:</p>
<blockquote>
<p dir="auto">Kann es evtl auch an irgendwelchen Skripten liegen, die unsauber sind und deshalb das System "zufahren" ?</p>
</blockquote>
<p dir="auto">Klar:</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> sagte in <a href="/post/601299">iobroker nach Neustart "tot"</a>:</p>
<blockquote>
<p dir="auto">io.javascript.0<br />
schwappt über. Unsauberes skript vermutlich.</p>
</blockquote>
]]></description><link>https://forum.iobroker.net/post/601306</link><guid isPermaLink="true">https://forum.iobroker.net/post/601306</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Fri, 19 Mar 2021 17:41:53 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 17:39:31 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> JA, 1:30 Homematic Backup und 2:00 Uhr iobroker Systembackup</p>
]]></description><link>https://forum.iobroker.net/post/601305</link><guid isPermaLink="true">https://forum.iobroker.net/post/601305</guid><dc:creator><![CDATA[amg_666]]></dc:creator><pubDate>Fri, 19 Mar 2021 17:39:31 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] iobroker nach Neustart &quot;tot&quot; on Fri, 19 Mar 2021 17:39: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> sagte in <a href="/post/601300">iobroker nach Neustart "tot"</a>:</p>
<blockquote>
<p dir="auto">Ich hab nix bestellt!11!!1</p>
</blockquote>
<p dir="auto">nix du!</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amg_666" aria-label="Profile: amg_666">@<bdi>amg_666</bdi></a> braucht einen Kleinbus, keinen smart</p>
]]></description><link>https://forum.iobroker.net/post/601304</link><guid isPermaLink="true">https://forum.iobroker.net/post/601304</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Fri, 19 Mar 2021 17:39:11 GMT</pubDate></item></channel></rss>