<?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 Installation]]></title><description><![CDATA[<p dir="auto">Hallo zusammen,</p>
<p dir="auto">ich habe beim installieren von iobroker noch nie wirklich darauf geachtet, heute habe ich diesen Part hier gefunden:</p>
<pre><code>==========================================================================
    Installing ioBroker (3/4)
==========================================================================

In file included from ../../nan/nan.h:56,
                 from ../src/main.cpp:3:
/home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:758:43: warning: cas                                                                                                                                                             t between incompatible function types from ‘void (*)(v8::Local&lt;v8::Object&gt;)’ to                                                                                                                                                              ‘node::addon_register_func’ {aka ‘void (*)(v8::Local&lt;v8::Object&gt;, v8::Local&lt;v8::                                                                                                                                                             Value&gt;, void*)’} [-Wcast-function-type]
  758 |       (node::addon_register_func) (regfunc),                          \
      |                                           ^
/home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:792:3: note: in expa                                                                                                                                                             nsion of macro ‘NODE_MODULE_X’
  792 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_                                                                                                                                                             usage)
      |   ^~~~~~~~~~~~~
../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
   42 | NODE_MODULE(diskusage, Init)
      | ^~~~~~~~~~~
In file included from ../../nan/nan.h:56,
                 from ../src/unix_dgram.cc:5:
/home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:758:43: warning: cas                                                                                                                                                             t between incompatible function types from ‘void (*)(v8::Local&lt;v8::Object&gt;)’ to                                                                                                                                                              ‘node::addon_register_func’ {aka ‘void (*)(v8::Local&lt;v8::Object&gt;, v8::Local&lt;v8::                                                                                                                                                             Value&gt;, void*)’} [-Wcast-function-type]
  758 |       (node::addon_register_func) (regfunc),                          \
      |                                           ^
/home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:792:3: note: in expa                                                                                                                                                             nsion of macro ‘NODE_MODULE_X’
  792 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_                                                                                                                                                             usage)
      |   ^~~~~~~~~~~~~
../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
  404 | NODE_MODULE(unix_dgram, Initialize)
      | ^~~~~~~~~~~

ATTENTION: Error reporting via Sentry will be activated on next start of ioBroke                                                                                                                                                             r

ioBroker wants to make sure to deliver the most stable smart home system.
To allow this we decided to implement an automatic error and crash reporting sol                                                                                                                                                             ution into the js-controller and also into adapters.

THIS REPORTING WILL BE ENABLED WITH THE NEXT START OF YOUR IOBROKER!

For any error that leads to the crash of the js-controller or one of the relevan                                                                                                                                                             t adapters the error details are send to a server. For the js-controller and cor                                                                                                                                                             e adapters this server is located and operated in germany. For community adapter                                                                                                                                                             s please check the Github Readme of the affected adapter for details which Sentr                                                                                                                                                             y server is used.

If you want to disable the error reporting you can use the command
'iobroker plugin disable sentry'
This command will also make sure that no adapter that runs on this host will sen                                                                                                                                                             d crash reporting data to sentry.

</code></pre>
<p dir="auto">ist das normal oder könnte das Probleme geben?</p>
<p dir="auto">Danke und Gruß<br />
Sebastian</p>
]]></description><link>https://forum.iobroker.net/topic/42672/iobroker-installation</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 02:23:42 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/42672.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Feb 2021 21:57:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Iobroker Installation on Thu, 25 Feb 2021 22:12:29 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> alles klar, vielen dank!</p>
]]></description><link>https://forum.iobroker.net/post/588158</link><guid isPermaLink="true">https://forum.iobroker.net/post/588158</guid><dc:creator><![CDATA[Sebastian 0]]></dc:creator><pubDate>Thu, 25 Feb 2021 22:12:29 GMT</pubDate></item><item><title><![CDATA[Reply to Iobroker Installation on Thu, 25 Feb 2021 22:06:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sebastian-0" aria-label="Profile: sebastian-0">@<bdi>sebastian-0</bdi></a> Alles nix wildes. Normale Meldungen, wenn was kompiliert wird.<br />
Und ATTENTION ist ja nur ein Hinweis, dass mit dem nächsten boot sentry aktiviert wird.</p>
]]></description><link>https://forum.iobroker.net/post/588153</link><guid isPermaLink="true">https://forum.iobroker.net/post/588153</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 25 Feb 2021 22:06:21 GMT</pubDate></item><item><title><![CDATA[Reply to Iobroker Installation on Thu, 25 Feb 2021 22:04:29 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> diese "Schnipsel"</p>
<pre><code>n file included from ../../nan/nan.h:56,
                 from ../src/main.cpp:3:
/home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:758:43: warning: cas                                                                                                                                                             t between incompatible function types from ‘void (*)(v8::Local&lt;v8::Object&gt;)’ to                                                                                                                                                              ‘node::addon_register_func’ {aka ‘void (*)(v8::Local&lt;v8::Object&gt;, v8::Local&lt;v8::                                                                                                                                                             Value&gt;, void*)’} [-Wcast-function-type]
  758 |       (node::addon_register_func) (regfunc),                          \
      |                                           ^
/home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:792:3: note: in expa                                                                                                                                                             nsion of macro ‘NODE_MODULE_X’
  792 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_                                                                                                                                                             usage)
      |   ^~~~~~~~~~~~~
../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
   42 | NODE_MODULE(diskusage, Init)
      | ^~~~~~~~~~~
In file included from ../../nan/nan.h:56,
                 from ../src/unix_dgram.cc:5:
/home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:758:43: warning: cas                                                                                                                                                             t between incompatible function types from ‘void (*)(v8::Local&lt;v8::Object&gt;)’ to                                                                                                                                                              ‘node::addon_register_func’ {aka ‘void (*)(v8::Local&lt;v8::Object&gt;, v8::Local&lt;v8::                                                                                                                                                             Value&gt;, void*)’} [-Wcast-function-type]
  758 |       (node::addon_register_func) (regfunc),                          \
      |                                           ^
/home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:792:3: note: in expa                                                                                                                                                             nsion of macro ‘NODE_MODULE_X’
  792 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_                                                                                                                                                             usage)
      |   ^~~~~~~~~~~~~
../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
  404 | NODE_MODULE(unix_dgram, Initialize)
</code></pre>
<p dir="auto">und das ATTENTION hat mich etwas stutzig gemacht.</p>
]]></description><link>https://forum.iobroker.net/post/588150</link><guid isPermaLink="true">https://forum.iobroker.net/post/588150</guid><dc:creator><![CDATA[Sebastian 0]]></dc:creator><pubDate>Thu, 25 Feb 2021 22:04:29 GMT</pubDate></item><item><title><![CDATA[Reply to Iobroker Installation on Thu, 25 Feb 2021 22:03:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sebastian-0" aria-label="Profile: sebastian-0">@<bdi>sebastian-0</bdi></a><br />
Jetzt kann ich das auch lesen.<br />
Steht aber nix wildes drin.</p>
]]></description><link>https://forum.iobroker.net/post/588149</link><guid isPermaLink="true">https://forum.iobroker.net/post/588149</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 25 Feb 2021 22:03:40 GMT</pubDate></item><item><title><![CDATA[Reply to Iobroker Installation on Thu, 25 Feb 2021 22:02: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> done :-)</p>
]]></description><link>https://forum.iobroker.net/post/588148</link><guid isPermaLink="true">https://forum.iobroker.net/post/588148</guid><dc:creator><![CDATA[Sebastian 0]]></dc:creator><pubDate>Thu, 25 Feb 2021 22:02:43 GMT</pubDate></item><item><title><![CDATA[Reply to Iobroker Installation on Thu, 25 Feb 2021 22:02:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sebastian-0" aria-label="Profile: sebastian-0">@<bdi>sebastian-0</bdi></a></p>
<p dir="auto">Bitte keine Screenshots, Text auch als Text in CodeTags hier rein.</p>
]]></description><link>https://forum.iobroker.net/post/588147</link><guid isPermaLink="true">https://forum.iobroker.net/post/588147</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 25 Feb 2021 22:02:02 GMT</pubDate></item></channel></rss>