<?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[Probleme nach Update von 3.3.21 auf 3.3.22]]></title><description><![CDATA[<p dir="auto">Hi zusammen,</p>
<p dir="auto">wollte gerade das Update machen. Master ist schon eine Weile auf 3.3.22 und jetzt wollte ich die Slaves nachziehen.<br />
Folgendes Problem:</p>
<pre><code>pi@MotionEye:~ $ iob update
internal/modules/cjs/loader.js:905
  throw err;
  ^

Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iob                                                                                 roker.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                                                                                 :75:12)
    at internal/main/run_main_module.js:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
</code></pre>
<pre><code>pi@MotionEye:~ $ iob upgrade self
internal/modules/cjs/loader.js:905
  throw err;
  ^

Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.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:75:12)
    at internal/main/run_main_module.js:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
</code></pre>
<p dir="auto">Dann dachte ich, OK machst mal ein Update vom Pi, was auch funktioniert hat.</p>
<p dir="auto">Danach immer noch die o.g. Meldungen.</p>
<pre><code>pi@MotionEye:~ $ iob start
pi@MotionEye:~ $ iobroker start
Job for iobroker.service failed because the control process exited with error code.
See "systemctl status iobroker.service" and "journalctl -xe" for details.
pi@MotionEye:~ $ systemctl status iobroker.service
● iobroker.service - ioBroker Server
   Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Fri 2022-02-04 23:15:09 CET; 29s ago
     Docs: http://iobroker.net
  Process: 853 ExecStart=/usr/bin/bash -c ${NODE} /opt/iobroker/node_modules/iobroker.js-controller/controller.js (code=exited, sta
 Main PID: 853 (code=exited, status=1/FAILURE)

Feb 04 23:15:09 MotionEye systemd[1]: iobroker.service: Service RestartSec=100ms expired, scheduling restart.
Feb 04 23:15:09 MotionEye systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 5.
Feb 04 23:15:09 MotionEye systemd[1]: Stopped ioBroker Server.
Feb 04 23:15:09 MotionEye systemd[1]: iobroker.service: Start request repeated too quickly.
Feb 04 23:15:09 MotionEye systemd[1]: iobroker.service: Failed with result 'exit-code'.
Feb 04 23:15:09 MotionEye systemd[1]: Failed to start ioBroker Server.
Feb 04 23:15:15 MotionEye systemd[1]: iobroker.service: Start request repeated too quickly.
Feb 04 23:15:15 MotionEye systemd[1]: iobroker.service: Failed with result 'exit-code'.
Feb 04 23:15:15 MotionEye systemd[1]: Failed to start ioBroker Server.

pi@MotionEye:~ $ journalctl -xe
-- Automatic restarting of the unit iobroker.service has been scheduled, as the result for
-- the configured Restart= setting for the unit.
Feb 04 23:15:09 MotionEye systemd[1]: Stopped ioBroker Server.
-- Subject: A stop job for unit iobroker.service has finished
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A stop job for unit iobroker.service has finished.
--
-- The job identifier is 1283 and the job result is done.
Feb 04 23:15:09 MotionEye systemd[1]: iobroker.service: Start request repeated too quickly.
Feb 04 23:15:09 MotionEye systemd[1]: iobroker.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- The unit iobroker.service has entered the 'failed' state with result 'exit-code'.
Feb 04 23:15:09 MotionEye systemd[1]: Failed to start ioBroker Server.
-- Subject: A start job for unit iobroker.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A start job for unit iobroker.service has finished with a failure.
--
-- The job identifier is 1283 and the job result is failed.
Feb 04 23:15:15 MotionEye sudo[864]:       pi : TTY=pts/0 ; PWD=/home/pi ; USER=root ; COMMAND=/usr/bin/systemctl start iobroker
Feb 04 23:15:15 MotionEye sudo[864]: pam_unix(sudo:session): session opened for user root by pi(uid=0)
Feb 04 23:15:15 MotionEye systemd[1]: iobroker.service: Start request repeated too quickly.
Feb 04 23:15:15 MotionEye systemd[1]: iobroker.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- The unit iobroker.service has entered the 'failed' state with result 'exit-code'.
Feb 04 23:15:15 MotionEye systemd[1]: Failed to start ioBroker Server.
-- Subject: A start job for unit iobroker.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A start job for unit iobroker.service has finished with a failure.
--
-- The job identifier is 1340 and the job result is failed.
Feb 04 23:15:15 MotionEye sudo[864]: pam_unix(sudo:session): session closed for user root
</code></pre>
<p dir="auto">Was ist da passiert?</p>
<p dir="auto">So sieht es aktuell aus:<br />
<img src="/assets/uploads/files/1644013390846-2d0a3dec-581a-467d-9264-e669a0b8719d-image.png" alt="2d0a3dec-581a-467d-9264-e669a0b8719d-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Danke!!</p>
]]></description><link>https://forum.iobroker.net/topic/52183/probleme-nach-update-von-3-3-21-auf-3-3-22</link><generator>RSS for Node</generator><lastBuildDate>Sat, 23 May 2026 21:28:23 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/52183.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 04 Feb 2022 22:23:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Probleme nach Update von 3.3.21 auf 3.3.22 on Sat, 05 Feb 2022 10:40:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sms" aria-label="Profile: sms">@<bdi>sms</bdi></a></p>
<p dir="auto">Installier nochmal drüber.</p>
]]></description><link>https://forum.iobroker.net/post/756151</link><guid isPermaLink="true">https://forum.iobroker.net/post/756151</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sat, 05 Feb 2022 10:40:25 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme nach Update von 3.3.21 auf 3.3.22 on Sat, 05 Feb 2022 10:19:59 GMT]]></title><description><![CDATA[<p dir="auto">keiner eine Ahnung? Ein Backup von kurz davor hat leider nichts gebracht.<br />
Das komische ist wieder, das ich nicht auf die Konsole zugreifen kann.</p>
]]></description><link>https://forum.iobroker.net/post/756140</link><guid isPermaLink="true">https://forum.iobroker.net/post/756140</guid><dc:creator><![CDATA[SMS]]></dc:creator><pubDate>Sat, 05 Feb 2022 10:19:59 GMT</pubDate></item></channel></rss>