<?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] Warn bei allen Adapter Neu-Inst. authenticate_pam]]></title><description><![CDATA[<p dir="auto">Hallo,<br />
ich bekomme seit einiger Zeit Meldungen bei jeder Adapter-Installation:</p>
<p dir="auto"></p><section class="spoiler-wrapper"><button class="spoiler-control btn btn-default">Spoiler</button><section style="display:none" class="spoiler-content"><p></p>
<pre><code>$ ./iobroker upgrade vis-hqwidgets
Update vis-hqwidgets from @1.1.5 to @1.1.7
NPM version: 6.14.8
npm install iobroker.vis-hqwidgets@1.1.7 --loglevel error --prefix "/opt/iobroker" (System call)
In file included from ../authenticate_pam.cc:23:../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:../../nan/nan.h:2294:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]     , reinterpret_cast&lt;uv_after_work_cb&gt;(AsyncExecuteComplete)                                                              ^
../authenticate_pam.cc: In function ‘void after_doing_auth(uv_work_t*, int)’:../authenticate_pam.cc:107:87: warning: ‘v8::Local&lt;v8::Value&gt; Nan::MakeCallback(v8::Local&lt;v8::Object&gt;, v8::Local&lt;v8::Function&gt;, int, v8::Local&lt;v8::Value&gt;*)’ is deprecated [-Wdeprecated-declarations]   Nan::MakeCallback(Nan::GetCurrentContext()-&gt;Global(), Nan::New(m-&gt;callback), 1, args);                                                                                       ^In file included from ../authenticate_pam.cc:23:../../nan/nan.h:1026:46: note: declared here   NAN_DEPRECATED inline v8::Local&lt;v8::Value&gt; MakeCallback(                                              ^~~~~~~~~~~~../authenticate_pam.cc:107:87: warning: ‘v8::Local&lt;v8::Value&gt; Nan::MakeCallback(v8::Local&lt;v8::Object&gt;, v8::Local&lt;v8::Function&gt;, int, v8::Local&lt;v8::Value&gt;*)’ is deprecated [-Wdeprecated-declarations]   Nan::MakeCallback(Nan::GetCurrentContext()-&gt;Global(), Nan::New(m-&gt;callback), 1, args);                                                                                       ^
In file included from ../authenticate_pam.cc:23:../../nan/nan.h:1026:46: note: declared here   NAN_DEPRECATED inline v8::Local&lt;v8::Value&gt; MakeCallback(                                              ^~~~~~~~~~~~
../authenticate_pam.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE Authenticate(Nan::NAN_METHOD_ARGS_TYPE)’:../authenticate_pam.cc:147:83: warning: ‘v8::Local&lt;v8::Value&gt; v8::Object::Get(v8::Local&lt;v8::Value&gt;)’ is deprecated: Use maybe version [-Wdeprecated-declarations]   Local&lt;Value&gt; res = options-&gt;Get(Nan::New&lt;String&gt;("serviceName").ToLocalChecked());                                                                                   ^In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14,                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,                 from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:3553:51: note: declared here   V8_DEPRECATED("Use maybe version", Local&lt;Value&gt; Get(Local&lt;Value&gt; key));                                                   ^~~/home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’   declarator __attribute__((deprecated(message)))   ^~~~~~~~~~../authenticate_pam.cc:150:69: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’    serviceName-&gt;WriteUtf8(m-&gt;serviceName, sizeof(m-&gt;serviceName) - 1);                                                                     ^In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,                 from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’   int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,       ^~~~~~~~~/home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’
../authenticate_pam.cc:152:69: warning: ‘v8::Local&lt;v8::Value&gt; v8::Object::Get(v8::Local&lt;v8::Value&gt;)’ is deprecated: Use maybe version [-Wdeprecated-declarations]   res = options-&gt;Get(Nan::New&lt;String&gt;("remoteHost").ToLocalChecked());                                                                     ^In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14,                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,                 from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:3553:51: note: declared here   V8_DEPRECATED("Use maybe version", Local&lt;Value&gt; Get(Local&lt;Value&gt; key));                                                   ^~~/home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’   declarator __attribute__((deprecated(message)))   ^~~~~~~~~~../authenticate_pam.cc:155:66: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’    remoteHost-&gt;WriteUtf8(m-&gt;remoteHost, sizeof(m-&gt;remoteHost) - 1);                                                                  ^In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,                 from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’   int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,       ^~~~~~~~~/home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc:160:58: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’  username-&gt;WriteUtf8(m-&gt;username, sizeof(m-&gt;username) - 1);                                                          ^In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,                 from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’   int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,       ^~~~~~~~~/home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc:161:58: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’  password-&gt;WriteUtf8(m-&gt;password, sizeof(m-&gt;password) - 1);                                                          ^In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,                 from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’   int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,       ^~~~~~~~~/home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’
../authenticate_pam.cc: At global scope:../authenticate_pam.cc:170:11: error: variable or field ‘init’ declared void void init(Handle&lt;Object&gt; exports) {           ^~~~~~../authenticate_pam.cc:170:11: error: ‘Handle’ was not declared in this scope
../authenticate_pam.cc:170:11: note: suggested alternative: ‘rand_r’ void init(Handle&lt;Object&gt; exports) {           ^~~~~~           rand_r../authenticate_pam.cc:170:24: error: expected primary-expression before ‘&gt;’ token void init(Handle&lt;Object&gt; exports) {                        ^
../authenticate_pam.cc:170:26: error: ‘exports’ was not declared in this scope void init(Handle&lt;Object&gt; exports) {                          ^~~~~~~
In file included from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:../authenticate_pam.cc:175:31: error: ‘init’ was not declared in this scope NODE_MODULE(authenticate_pam, init);                               ^~~~/home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:727:36: note: in definition of macro ‘NODE_MODULE_X’       (node::addon_register_func) (regfunc),                          \                                    ^~~~~~~../authenticate_pam.cc:175:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(authenticate_pam, init); ^~~~~~~~~~~
../authenticate_pam.cc:175:31: note: suggested alternative: ‘int’ NODE_MODULE(authenticate_pam, init);                               ^~~~/home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:727:36: note: in definition of macro ‘NODE_MODULE_X’       (node::addon_register_func) (regfunc),                          \                                    ^~~~~~~../authenticate_pam.cc:175:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(authenticate_pam, init); ^~~~~~~~~~~
make: *** [authenticate_pam.target.mk:109: Release/obj.target/authenticate_pam/authenticate_pam.o] Fehler 1
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)gyp ERR! stack     at ChildProcess.emit (events.js:314:20)gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Linux 5.4.72-v7l+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pamgyp ERR! node -v v12.19.0gyp ERR! node-gyp -v v5.1.0gyp ERR! 
not ok 
</code></pre>
<p dir="auto"></p></section></section><p></p>
<p dir="auto">Hauptsächlich <strong>authenticate_pam</strong> Fehler oder <strong>gyp ERR</strong> Fehler.</p>
<p dir="auto">Hat da jemand Erfahrungen, was zu tun ist , um diese weg zu bekommen?</p>
<p dir="auto">System läuft weiterhin stabil! Ist also nicht zeitkritisch!</p>
<p dir="auto">Vielen Dank</p>
]]></description><link>https://forum.iobroker.net/topic/38459/gelöst-warn-bei-allen-adapter-neu-inst-authenticate_pam</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 21:16:09 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/38459.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 08 Nov 2020 19:48:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 23:35:08 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> Auch erledigt. Danke nochmal.</p>
]]></description><link>https://forum.iobroker.net/post/517880</link><guid isPermaLink="true">https://forum.iobroker.net/post/517880</guid><dc:creator><![CDATA[MCU]]></dc:creator><pubDate>Sun, 08 Nov 2020 23:35:08 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 23:33:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mcu" aria-label="Profile: MCU">@<bdi>MCU</bdi></a> Okay, dann ist vermutlich der Code zu alt.<br />
Du kannst dein System aber auf Stand bringen. Da hängen 7 Paketupdates in der Luft.</p>
]]></description><link>https://forum.iobroker.net/post/517879</link><guid isPermaLink="true">https://forum.iobroker.net/post/517879</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 08 Nov 2020 23:33:34 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 23:32:08 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 />
War schon installiert:</p>
<pre><code>pi@pi4-2:/opt/iobroker $ sudo apt install libpam0g-dev
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
libpam0g-dev ist schon die neueste Version (1.3.1-5+rpt2).
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
  libexiv2-14 libgfortran3 libgmime-2.6-0 libncurses5 libssl1.0.2 rpi-eeprom-images
Verwenden Sie »sudo apt autoremove«, um sie zu entfernen.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 7 nicht aktualisiert.

</code></pre>
]]></description><link>https://forum.iobroker.net/post/517878</link><guid isPermaLink="true">https://forum.iobroker.net/post/517878</guid><dc:creator><![CDATA[MCU]]></dc:creator><pubDate>Sun, 08 Nov 2020 23:32:08 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 23:31:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mcu" aria-label="Profile: MCU">@<bdi>MCU</bdi></a> Das ist egal.<br />
Das ist ja ein Paket das systemweit installiert wird. apt haut das in das richtige Verzeichnis rein.</p>
]]></description><link>https://forum.iobroker.net/post/517877</link><guid isPermaLink="true">https://forum.iobroker.net/post/517877</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 08 Nov 2020 23:31:05 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 23:29:56 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> Direkt im Ordner /opt/iobroker ausführen?</p>
]]></description><link>https://forum.iobroker.net/post/517876</link><guid isPermaLink="true">https://forum.iobroker.net/post/517876</guid><dc:creator><![CDATA[MCU]]></dc:creator><pubDate>Sun, 08 Nov 2020 23:29:56 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 23:29:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mcu" aria-label="Profile: MCU">@<bdi>MCU</bdi></a> Wie meinen?</p>
]]></description><link>https://forum.iobroker.net/post/517875</link><guid isPermaLink="true">https://forum.iobroker.net/post/517875</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 08 Nov 2020 23:29:32 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 23:28:01 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> Direkt im /opt/iobroker ?</p>
]]></description><link>https://forum.iobroker.net/post/517874</link><guid isPermaLink="true">https://forum.iobroker.net/post/517874</guid><dc:creator><![CDATA[MCU]]></dc:creator><pubDate>Sun, 08 Nov 2020 23:28:01 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 23:27:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mcu" aria-label="Profile: MCU">@<bdi>MCU</bdi></a> Ich meinte auch eher den terminal Adapter. Der muss dann evtl. eine aktuellere Alternative zu authenticate-pam suchen.</p>
<p dir="auto">Übrigens steht auf der Seite das benötigte dev-Paket:</p>
<pre><code>sudo apt install libpam0g-dev
</code></pre>
<p dir="auto">Könntest du nochmal probieren, ob es nach der Installation davon auch wieder mit dem Terminal Adapter klappt</p>
]]></description><link>https://forum.iobroker.net/post/517871</link><guid isPermaLink="true">https://forum.iobroker.net/post/517871</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 08 Nov 2020 23:27:08 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 22:29:36 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 />
Da tut sich wohl nicht viel, letztmalig vor 13 Monaten wurde etwas geändert:<br />
<a href="https://github.com/Rush/node-authenticate-pam/issues" rel="nofollow ugc">https://github.com/Rush/node-authenticate-pam/issues</a></p>
]]></description><link>https://forum.iobroker.net/post/517867</link><guid isPermaLink="true">https://forum.iobroker.net/post/517867</guid><dc:creator><![CDATA[MCU]]></dc:creator><pubDate>Sun, 08 Nov 2020 22:29:36 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 22:12:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mcu" aria-label="Profile: MCU">@<bdi>MCU</bdi></a> Kannst ja dem Developer ein issue aufmachen. authenticate-pam scheint mit aktuellen node-Versionen nicht mehr zu laufen. Aber wundert nicht weiter, der Code ist ja auch seit Jahren nicht mehr angefasst worden.</p>
]]></description><link>https://forum.iobroker.net/post/517863</link><guid isPermaLink="true">https://forum.iobroker.net/post/517863</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 08 Nov 2020 22:12:28 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 22:07:02 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 siehe da, keine Fehler mehr bei einem Upgrade:</p>
<pre><code>$ ./iobroker upgrade tuya
Update tuya from @3.3.15 to @3.4.1
NPM version: 6.14.8
npm install iobroker.tuya@3.4.1 --loglevel error --prefix "/opt/iobroker" (System call)
upload [3] tuya.admin /opt/iobroker/node_modules/iobroker.tuya/admin/words.js words.js application/javascript
upload [2] tuya.admin /opt/iobroker/node_modules/iobroker.tuya/admin/warning.png warning.png image/png
upload [1] tuya.admin /opt/iobroker/node_modules/iobroker.tuya/admin/tuya.png tuya.png image/png
upload [0] tuya.admin /opt/iobroker/node_modules/iobroker.tuya/admin/index_m.html index_m.html text/html
Adapter "tuya" updated
process exited with code 0
</code></pre>
<p dir="auto">Prima. Danke.</p>
]]></description><link>https://forum.iobroker.net/post/517860</link><guid isPermaLink="true">https://forum.iobroker.net/post/517860</guid><dc:creator><![CDATA[MCU]]></dc:creator><pubDate>Sun, 08 Nov 2020 22:07:02 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 22:05:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mcu" aria-label="Profile: MCU">@<bdi>MCU</bdi></a> Dann würde ich auch mal kritisch über die Instanzen und Adapter gehen und nicht benötigtes Zeug rauskicken</p>
]]></description><link>https://forum.iobroker.net/post/517859</link><guid isPermaLink="true">https://forum.iobroker.net/post/517859</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 08 Nov 2020 22:05:22 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 22:03:08 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 />
terminal-Instanz gelöscht<br />
Muss ich den Terminal-Adapter auch löschen? Auch gelöscht!</p>
]]></description><link>https://forum.iobroker.net/post/517855</link><guid isPermaLink="true">https://forum.iobroker.net/post/517855</guid><dc:creator><![CDATA[MCU]]></dc:creator><pubDate>Sun, 08 Nov 2020 22:03:08 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 21:52:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mcu" aria-label="Profile: MCU">@<bdi>MCU</bdi></a> Dann schmeiß das halt raus.<br />
Und bitte Text auch als Text hier rein (CodeTags!), nicht als Screenshot!</p>
]]></description><link>https://forum.iobroker.net/post/517852</link><guid isPermaLink="true">https://forum.iobroker.net/post/517852</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 08 Nov 2020 21:52:33 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 21:51: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> Brauch ich nicht, hatte es damals mal zum Testen installiert!</p>
]]></description><link>https://forum.iobroker.net/post/517849</link><guid isPermaLink="true">https://forum.iobroker.net/post/517849</guid><dc:creator><![CDATA[MCU]]></dc:creator><pubDate>Sun, 08 Nov 2020 21:51:21 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 22:12:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mcu" aria-label="Profile: MCU">@<bdi>MCU</bdi></a> Brauchst du terminal? Auf deinem Linux hast du doch eh eine Shell.</p>
]]></description><link>https://forum.iobroker.net/post/517848</link><guid isPermaLink="true">https://forum.iobroker.net/post/517848</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 08 Nov 2020 22:12:05 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 21:54:12 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 />
npm list für authenticate-pam und node-gyp</p>
<p dir="auto"></p><section class="spoiler-wrapper"><button class="spoiler-control btn btn-default">Spoiler</button><section style="display:none" class="spoiler-content"><p></p>
<pre><code>pi@pi4-2:/opt/iobroker $ npm list authenticate-pam
iobroker.inst@2.0.3 /opt/iobroker
└─┬ iobroker.terminal@0.1.2
 └── UNMET OPTIONAL DEPENDENCY authenticate-pam@1.0.2

pi@pi4-2:/opt/iobroker $ npm list gyp
iobroker.inst@2.0.3 /opt/iobroker
└── (empty)

pi@pi4-2:/opt/iobroker $ npm list node-gyp
iobroker.inst@2.0.3 /opt/iobroker
├─┬ iobroker.sql@1.15.3
│ └─┬ sqlite3@5.0.0
│   └── node-gyp@3.8.0
└─┬ iobroker.vis-weather@2.5.2
 └─┬ npm@6.14.8
   ├── node-gyp@5.1.0
   └─┬ npm-lifecycle@3.1.5
     └── node-gyp@5.1.0  deduped

</code></pre>
<p dir="auto"></p></section></section><p></p>
]]></description><link>https://forum.iobroker.net/post/517835</link><guid isPermaLink="true">https://forum.iobroker.net/post/517835</guid><dc:creator><![CDATA[MCU]]></dc:creator><pubDate>Sun, 08 Nov 2020 21:54:12 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 21:15:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mcu" aria-label="Profile: MCU">@<bdi>MCU</bdi></a> Schau erstmal wo das Ding überhaupt sitzt.</p>
<pre><code>cd /opt/iobroker
npm list authenticate-pam
</code></pre>
]]></description><link>https://forum.iobroker.net/post/517833</link><guid isPermaLink="true">https://forum.iobroker.net/post/517833</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 08 Nov 2020 21:15:32 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 20:56:10 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> Wie installiere ich denn die def-Pakete nach? Danke.</p>
]]></description><link>https://forum.iobroker.net/post/517826</link><guid isPermaLink="true">https://forum.iobroker.net/post/517826</guid><dc:creator><![CDATA[MCU]]></dc:creator><pubDate>Sun, 08 Nov 2020 20:56:10 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 20:53:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mcu" aria-label="Profile: MCU">@<bdi>MCU</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/unclesam" aria-label="Profile: UncleSam">@<bdi>UncleSam</bdi></a><br />
Vielleicht mal die dev-Pakete nachinstallieren.</p>
]]></description><link>https://forum.iobroker.net/post/517822</link><guid isPermaLink="true">https://forum.iobroker.net/post/517822</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 08 Nov 2020 20:53:36 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 19:54:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/unclesam" aria-label="Profile: UncleSam">@<bdi>UncleSam</bdi></a> Dann mach ich das mal. Vielen Dank.</p>
]]></description><link>https://forum.iobroker.net/post/517789</link><guid isPermaLink="true">https://forum.iobroker.net/post/517789</guid><dc:creator><![CDATA[MCU]]></dc:creator><pubDate>Sun, 08 Nov 2020 19:54:06 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Warn bei allen Adapter Neu-Inst. authenticate_pam on Sun, 08 Nov 2020 19:52:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mcu" aria-label="Profile: MCU">@<bdi>MCU</bdi></a> Bitte einfach ignorieren. Ist so, kann man leider nicht ändern (siehe zahlreiche andere Forumsbeiträge zum selben Thema).</p>
]]></description><link>https://forum.iobroker.net/post/517788</link><guid isPermaLink="true">https://forum.iobroker.net/post/517788</guid><dc:creator><![CDATA[UncleSam]]></dc:creator><pubDate>Sun, 08 Nov 2020 19:52:31 GMT</pubDate></item></channel></rss>