<?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[iob node fix - Skript]]></title><description><![CDATA[<p dir="auto">Hinweis vorab: Wenn das Skript ausgeführt wurde und sein Werk getan hat,  funktionieren Updates innerhalb der nodejs-Version wieder wie gehabt über</p>
<pre><code>sudo apt update
sudo apt full-upgrade
</code></pre>
<p dir="auto">Erneutes ausführen des Skriptes bei einem gewöhnlichen Update ist nicht notwendig!</p>
<p dir="auto">__<br />
<em><strong>BETA-TESTING</strong></em><br />
(Nachdem das Skript jetzt auch offiziell Teil vom ioBroker in Form des Kommandos <code>iob nodejs-update</code> geworden ist wird hier im Thread an Beta-Versionen gewerkelt. Mit den üblichen Gefahren. Es kann hier Code in jeglicher Form und Lauffähigkeit vorgefunden werden. Bitte hier nur 'todesmutige' Tester mit Backup für den Fall der Fälle. )</p>
<p dir="auto">Ich habe mich ja lange dagegen ausgesprochen, so grundlegende Dinge wie die Installation von nodejs über windige 'Toolz' machen zu lassen. Aber sei es wie es ist, hier ist ein Skript, das verfummelte nodejs-Installationen wieder weitgehend gerade ziehen sollte und auch das aktuelle Repository für nodejs in der Version von nodesource inkl. der Schlüssel usw. installiert.</p>
<p dir="auto">Flugs heruntergeladen und ausgeführt per</p>
<pre><code>curl https://raw.githubusercontent.com/Grothesk242/iob_diag/main/iob_node_update.sh &gt; iob_node_update
chmod 744 iob_node_update
./iob_node_update
</code></pre>
<p dir="auto">Optional kann man dem Skript auch einen nodejs-Zweig mit geben, dann wird die letzte Version aus diesem Zweig installiert.</p>
<pre><code>./iob_node_update XX
</code></pre>
<p dir="auto">Wobei der Zweig natürlich existent sein muss. Zur Zeit ist also XX = 18 , 20 oder 22 möglich.</p>
<p dir="auto">Noch ein Hinweis: Gegebenenfalls (wenn z. B. mehrere verschachtelte Fehler vorliegen) das Skript nochmal laufen lassen. Wenn alles senkrecht ist sieht die Meldung am Ende so aus:</p>
<pre><code>Nothing to do, your installation is using the correct paths.
Nothing to do, your installed version is the recommended one.
</code></pre>
<p dir="auto">Also 2x 'nothing to do'.<br />
(2x aber nur, wenn die Empfehlung aus dem iobroker herausgelesen werden konnte. Das funktioniert aber nicht immer, für Multihost-Setups z.B. nur für das Hauptsystem)</p>
<p dir="auto">Meinungen? Anregungen? Wünsche?<br />
Wer da tiefer einsteigen möchte und vielleicht selber kochen möchte:<br />
<a href="https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian">https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian</a></p>
]]></description><link>https://forum.iobroker.net/topic/68035/iob-node-fix-skript</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 09:14:55 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/68035.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 02 Sep 2023 19:36:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to iob node fix - Skript on Fri, 13 Oct 2023 07:40:18 GMT]]></title><description><![CDATA[<p dir="auto">Sooo... Danke für Alle die Hier unterstützt haben und mit getestet haben! Das Skript ist nun offizieller Bestandhteil vom iobroker CLI Kommando.</p>
<p dir="auto">Daher ... weiter unter <a href="https://forum.iobroker.net/topic/69067/neuer-befehl-iob-nodejs-update">https://forum.iobroker.net/topic/69067/neuer-befehl-iob-nodejs-update</a></p>
]]></description><link>https://forum.iobroker.net/post/1059560</link><guid isPermaLink="true">https://forum.iobroker.net/post/1059560</guid><dc:creator><![CDATA[apollon77]]></dc:creator><pubDate>Fri, 13 Oct 2023 07:40:18 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Tue, 10 Oct 2023 18:00:09 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 />
Super, danke.<br />
Und danke für den Hinweis. <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /></p>
]]></description><link>https://forum.iobroker.net/post/1058399</link><guid isPermaLink="true">https://forum.iobroker.net/post/1058399</guid><dc:creator><![CDATA[UV-on-fire]]></dc:creator><pubDate>Tue, 10 Oct 2023 18:00:09 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Tue, 10 Oct 2023 17:58:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uv-on-fire" aria-label="Profile: uv-on-fire">@<bdi>uv-on-fire</bdi></a> sagte in <a href="/post/1058395">iob node fix - Skript</a>:</p>
<blockquote>
<p dir="auto">Mirror sync in progress?</p>
</blockquote>
<p dir="auto">Ja, der 'Mirror sync' läuft gerade.<br />
Und noch so als Hinweis: Wenn die Quelle einmal richtig auf das richtige Repo inkl. nodejs@18 umgestellt wurde braucht man das Skript / den 'iob node-upgrade' nicht mehr, das läuft dann über das übliche</p>
<pre><code>sudo apt update
sudo apt full-upgrade
</code></pre>
<p dir="auto">ganz normal mit. Das Skript ist nur für die einmalige Umstellung gedacht, nicht für 0815-Updates.</p>
]]></description><link>https://forum.iobroker.net/post/1058398</link><guid isPermaLink="true">https://forum.iobroker.net/post/1058398</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 10 Oct 2023 17:58:26 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Tue, 10 Oct 2023 17:53:50 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 />
Ich habe am Sonntag mit dem Script auf V18.18.0 upgedatet. Hat auch alles geklappt. Allerdings besteht da ja das Problem das Backitup nicht sauber läuft.</p>
<p dir="auto">Siehe <a href="https://forum.iobroker.net/topic/68779/tester-gesucht-backup-auf-fritz-nas-node-18-18-0/22">Hier</a></p>
<p dir="auto">Jetzt wollte ich eben auf 18.18.1 updaten aber das funktioniert nicht. Ausgabe des Skripts:</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> You are running nodejs v18.18.0. Do you want to install recommended version 18.18.1? 

Press &lt;y&gt; to continue or any other key to quit
Trying to fix your installation now. Please be patient.
[sudo] password for uviob: 
Sorry, try again.
[sudo] password for uviob: 

Virtualization: lxc
Waiting for ioBroker to shut down - Give me a minute...
############################################################

*** These repos are active on your system:
Hit:1 http://security.debian.org bullseye-security InRelease
Hit:2 http://ftp.debian.org/debian bullseye InRelease
Hit:3 http://ftp.debian.org/debian bullseye-updates InRelease
Reading package lists... Done

*** Installing ca-certificates, curl and gnupg, just in case they are missing.

*** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source

deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main
Package: nodejs
Pin: origin deb.nodesource.com
Pin-Priority: 1001

*** These repos are active after the adjustments:
Hit:1 http://security.debian.org bullseye-security InRelease
Hit:2 http://ftp.debian.org/debian bullseye InRelease                               
Hit:3 http://ftp.debian.org/debian bullseye-updates InRelease                       
Get:4 https://deb.nodesource.com/node_18.x nodistro InRelease [12.1 kB]            
Get:5 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages [5540 B]
Err:5 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
  File has unexpected size (5247 != 5540). Mirror sync in progress? [IP: 2606:4700:10::6816:41a 443]
  Hashes of expected file:
   - Filesize:5540 [weak]
   - SHA512:42fc03dd54ad0876c94818799e4c58fe6b1f55a39d99237e22eea4b127f782f1b893ed734c5d80c1c7fec87e88ece4373920aaa4792d1f25b28b398c093fd63c
   - SHA256:38b78587e1a99e9c1b861ea8dd3a29e192dfae63e108aafd17b7f60bd6acd23f
   - SHA1:d31595d3ddf7337cec92847e9ed8551f4addc693 [weak]
   - MD5Sum:d69fd7a6e53a348af97ca66bf65317bf [weak]
  Release file created at: Tue, 10 Oct 2023 17:30:21 +0000
Fetched 12.1 kB in 1s (22.5 kB/s)
Reading package lists... Done
E: Failed to fetch https://deb.nodesource.com/node_18.x/dists/nodistro/main/binary-amd64/Packages.bz2  File has unexpected size (5247 != 5540). Mirror sync in progress? [IP: 2606:4700:10::6816:41a 443]
   Hashes of expected file:
    - Filesize:5540 [weak]
    - SHA512:42fc03dd54ad0876c94818799e4c58fe6b1f55a39d99237e22eea4b127f782f1b893ed734c5d80c1c7fec87e88ece4373920aaa4792d1f25b28b398c093fd63c
    - SHA256:38b78587e1a99e9c1b861ea8dd3a29e192dfae63e108aafd17b7f60bd6acd23f
    - SHA1:d31595d3ddf7337cec92847e9ed8551f4addc693 [weak]
    - MD5Sum:d69fd7a6e53a348af97ca66bf65317bf [weak]
   Release file created at: Tue, 10 Oct 2023 17:30:21 +0000
E: Some index files failed to download. They have been ignored, or old ones used instead.

Installing the recommended nodejs version now!

Installing the recommended nodejs version!
E: Failed to fetch https://deb.nodesource.com/node_18.x/dists/nodistro/main/binary-amd64/Packages.bz2  File has unexpected size (5247 != 5540). Mirror sync in progress? [IP: 2606:4700:10::6816:41a 443]
   Hashes of expected file:
    - Filesize:5540 [weak]
    - SHA512:42fc03dd54ad0876c94818799e4c58fe6b1f55a39d99237e22eea4b127f782f1b893ed734c5d80c1c7fec87e88ece4373920aaa4792d1f25b28b398c093fd63c
    - SHA256:38b78587e1a99e9c1b861ea8dd3a29e192dfae63e108aafd17b7f60bd6acd23f
    - SHA1:d31595d3ddf7337cec92847e9ed8551f4addc693 [weak]
    - MD5Sum:d69fd7a6e53a348af97ca66bf65317bf [weak]
   Release file created at: Tue, 10 Oct 2023 17:30:21 +0000
E: Some index files failed to download. They have been ignored, or old ones used instead.

*** You need to manually restart your container/virtual machine now! *** 

We tried our best to fix your nodejs. Please run 'iob diag' again to verify.
</code></pre>
<p dir="auto"></p></section></section><p></p>
<p dir="auto">Hier noch die Ausgabe von Diag</p>
<p dir="auto">Lang:<br />
</p><section class="spoiler-wrapper"><button class="spoiler-control btn btn-default">Spoiler</button><section style="display:none" class="spoiler-content"><br />
======== Start marking the full check here =========<p></p>
<pre><code>Skript v.2023-06-20

*** BASE SYSTEM ***
   Static hostname: iobroker
         Icon name: computer-container
           Chassis: container
        Machine ID: c337b259b2a44b9da1e2356e14b395e6
           Boot ID: 9fcb0b446bb94c388a463a906e17bdf2
    Virtualization: lxc
  Operating System: Debian GNU/Linux 11 (bullseye)
            Kernel: Linux 6.2.16-14-pve
      Architecture: x86-64

model name      : Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
Docker          : false
Virtualization  : lxc
Kernel          : x86_64
Userland        : amd64

Systemuptime and Load:
 19:49:54 up 0 min,  1 user,  load average: 1.05, 0.62, 0.74
CPU threads: 1


*** Time and Time Zones ***
               Local time: Tue 2023-10-10 19:49:54 CEST
           Universal time: Tue 2023-10-10 17:49:54 UTC
                 RTC time: n/a
                Time zone: Europe/Berlin (CEST, +0200)
System clock synchronized: yes
              NTP service: inactive
          RTC in local TZ: no

*** User and Groups ***
uviob
/home/uviob
uviob sudo iobroker

*** X-Server-Setup ***
X-Server:       false
Desktop: 
Terminal: 
Boot Target:    graphical.target

*** MEMORY ***
               total        used        free      shared  buff/cache   available
Mem:            4.1G        1.3G        2.6G        0.0K        222M        2.8G
Swap:           512M          0B        512M
Total:          4.6G        1.3G        3.1G

         4096 M total memory
         1288 M used memory
           62 M active memory
         1385 M inactive memory
         2584 M free memory
            0 M buffer memory
          222 M swap cache
          512 M total swap
            0 M used swap
          512 M free swap

*** FILESYSTEM ***
Filesystem                       Type   Size  Used Avail Use% Mounted on
/dev/mapper/pve-vm--210--disk--1 ext4   9.8G  7.1G  2.2G  77% /
none                             tmpfs  492K  4.0K  488K   1% /dev
tmpfs                            tmpfs  7.8G     0  7.8G   0% /dev/shm
tmpfs                            tmpfs  3.1G  104K  3.1G   1% /run
tmpfs                            tmpfs  5.0M     0  5.0M   0% /run/lock

Messages concerning ext4 filesystem in dmesg:
[Tue Oct  3 12:06:53 2023] EXT4-fs (dm-1): mounted filesystem 1192067b-46b8-4ac5-a608-5f91cdfb985a with ordered data mode. Quota mode: none.
[Tue Oct  3 12:06:53 2023] EXT4-fs (dm-1): re-mounted 1192067b-46b8-4ac5-a608-5f91cdfb985a. Quota mode: none.
[Tue Oct  3 12:06:55 2023] EXT4-fs (sda): mounted filesystem 52b7d67a-b075-47cb-8f0d-78dafd5f3aa1 with ordered data mode. Quota mode: none.
[Tue Oct  3 12:07:08 2023] EXT4-fs (dm-8): mounted filesystem 8c9be52e-5c56-4c56-9e37-b7adc973b1e0 with ordered data mode. Quota mode: none.
[Tue Oct  3 12:07:29 2023] EXT4-fs (dm-9): mounted filesystem 17044e68-e7a9-4220-9781-345fb7310a16 with ordered data mode. Quota mode: none.
[Tue Oct  3 12:07:29 2023] EXT4-fs (dm-9): unmounting filesystem 17044e68-e7a9-4220-9781-345fb7310a16.
[Tue Oct  3 12:07:30 2023] EXT4-fs (dm-7): mounted filesystem 06481f10-cf2d-4303-b869-aafe07fe3d39 with ordered data mode. Quota mode: none.
[Tue Oct  3 12:07:30 2023] EXT4-fs (dm-7): unmounting filesystem 06481f10-cf2d-4303-b869-aafe07fe3d39.
[Tue Oct  3 12:22:51 2023] EXT4-fs (dm-9): mounted filesystem 17044e68-e7a9-4220-9781-345fb7310a16 with ordered data mode. Quota mode: none.
[Tue Oct  3 12:22:51 2023] EXT4-fs (dm-9): unmounting filesystem 17044e68-e7a9-4220-9781-345fb7310a16.
[Tue Oct  3 12:22:51 2023] EXT4-fs (dm-7): mounted filesystem 06481f10-cf2d-4303-b869-aafe07fe3d39 with ordered data mode. Quota mode: none.
[Tue Oct  3 12:22:51 2023] EXT4-fs (dm-7): unmounting filesystem 06481f10-cf2d-4303-b869-aafe07fe3d39.
[Tue Oct  3 13:23:08 2023] EXT4-fs (dm-9): mounted filesystem 17044e68-e7a9-4220-9781-345fb7310a16 with ordered data mode. Quota mode: none.
[Tue Oct  3 13:23:21 2023] EXT4-fs (dm-9): unmounting filesystem 17044e68-e7a9-4220-9781-345fb7310a16.
[Tue Oct  3 13:28:39 2023] EXT4-fs (dm-10): write access unavailable, skipping orphan cleanup
[Tue Oct  3 13:28:39 2023] EXT4-fs (dm-10): mounted filesystem 8c9be52e-5c56-4c56-9e37-b7adc973b1e0 without journal. Quota mode: none.
[Tue Oct  3 13:32:47 2023] EXT4-fs (dm-10): unmounting filesystem 8c9be52e-5c56-4c56-9e37-b7adc973b1e0.
[Tue Oct  3 13:32:48 2023] EXT4-fs (dm-7): mounted filesystem 06481f10-cf2d-4303-b869-aafe07fe3d39 with ordered data mode. Quota mode: none.
[Tue Oct  3 13:33:04 2023] EXT4-fs (dm-7): unmounting filesystem 06481f10-cf2d-4303-b869-aafe07fe3d39.
[Mon Oct  9 03:05:42 2023] EXT4-fs (dm-9): mounted filesystem 17044e68-e7a9-4220-9781-345fb7310a16 with ordered data mode. Quota mode: none.
[Mon Oct  9 03:05:55 2023] EXT4-fs (dm-9): unmounting filesystem 17044e68-e7a9-4220-9781-345fb7310a16.
[Mon Oct  9 03:11:33 2023] EXT4-fs (dm-10): write access unavailable, skipping orphan cleanup
[Mon Oct  9 03:11:33 2023] EXT4-fs (dm-10): mounted filesystem 8c9be52e-5c56-4c56-9e37-b7adc973b1e0 without journal. Quota mode: none.
[Mon Oct  9 03:15:42 2023] EXT4-fs (dm-10): unmounting filesystem 8c9be52e-5c56-4c56-9e37-b7adc973b1e0.
[Mon Oct  9 03:15:42 2023] EXT4-fs (dm-7): mounted filesystem 06481f10-cf2d-4303-b869-aafe07fe3d39 with ordered data mode. Quota mode: none.
[Mon Oct  9 03:15:59 2023] EXT4-fs (dm-7): unmounting filesystem 06481f10-cf2d-4303-b869-aafe07fe3d39.
[Tue Oct 10 19:31:24 2023] EXT4-fs (dm-8): unmounting filesystem 8c9be52e-5c56-4c56-9e37-b7adc973b1e0.
[Tue Oct 10 19:31:25 2023] EXT4-fs (dm-8): mounted filesystem 8c9be52e-5c56-4c56-9e37-b7adc973b1e0 with ordered data mode. Quota mode: none.
[Tue Oct 10 19:38:50 2023] EXT4-fs (dm-8): unmounting filesystem 8c9be52e-5c56-4c56-9e37-b7adc973b1e0.
[Tue Oct 10 19:39:03 2023] EXT4-fs (dm-8): mounted filesystem 8c9be52e-5c56-4c56-9e37-b7adc973b1e0 with ordered data mode. Quota mode: none.
[Tue Oct 10 19:48:54 2023] EXT4-fs (dm-8): unmounting filesystem 8c9be52e-5c56-4c56-9e37-b7adc973b1e0.
[Tue Oct 10 19:48:55 2023] EXT4-fs (dm-8): mounted filesystem 8c9be52e-5c56-4c56-9e37-b7adc973b1e0 with ordered data mode. Quota mode: none.

Show mounted filesystems (real ones only):
TARGET SOURCE                           FSTYPE OPTIONS
/      /dev/mapper/pve-vm--210--disk--1 ext4   rw,relatime,stripe=16

Files in neuralgic directories:

/var:
919M    /var/
402M    /var/log
401M    /var/log/journal/c337b259b2a44b9da1e2356e14b395e6
401M    /var/log/journal
376M    /var/cache

Hint: You are currently not seeing messages from other users and the system.
      Users in groups 'adm', 'systemd-journal' can see all messages.
      Pass -q to turn off this notice.
Archived and active journals take up 96.0M in the file system.

/opt/iobroker/backups:
69M     /opt/iobroker/backups/

/opt/iobroker/iobroker-data:
563M    /opt/iobroker/iobroker-data/
454M    /opt/iobroker/iobroker-data/files
80M     /opt/iobroker/iobroker-data/files/vis
80M     /opt/iobroker/iobroker-data/backup-objects
78M     /opt/iobroker/iobroker-data/files/icons-open-icon-library-png

The five largest files in iobroker-data are:
21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.eafddf6f.js.map
21M     /opt/iobroker/iobroker-data/files/cameras.admin/static/js/main.22196004.js.map
20M     /opt/iobroker/iobroker-data/objects.jsonl
18M     /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.274a4d8d.js.map
11M     /opt/iobroker/iobroker-data/states.jsonl

*** NodeJS-Installation ***

/usr/bin/nodejs         v18.18.0
/usr/bin/node           v18.18.0
/usr/bin/npm            9.8.1
/usr/bin/npx            9.8.1


nodejs:
  Installed: 18.18.0-1nodesource1
  Candidate: 18.18.0-1nodesource1
  Version table:
 *** 18.18.0-1nodesource1 100
        100 /var/lib/dpkg/status
     12.22.12~dfsg-1~deb11u4 500
        500 http://ftp.debian.org/debian bullseye/main amd64 Packages
        500 http://security.debian.org bullseye-security/main amd64 Packages

Temp directories causing npm8 problem: 0
No problems detected

Errors in npm tree: 0

*** ioBroker-Installation ***

ioBroker Status
iobroker is running on this host.


Objects type: jsonl
States  type: jsonl

No configuration change needed.


Multihost discovery server: disabled
Discovery authentication:   enabled
Persistent activation:      disabled
Objects:                    jsonl on 127.0.0.1
States:                     jsonl on 127.0.0.1

Core adapters versions
js-controller:  5.0.13
admin:          6.10.5
javascript:     7.1.5

Adapters from github:   0

Adapter State
+ system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 192.168.178.213, run as: admin
  system.adapter.alias-manager.0          : alias-manager         : iobroker                                 -  enabled
  system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
  system.adapter.bmw.0                    : bmw                   : iobroker                                 - disabled
  system.adapter.cameras.0                : cameras               : iobroker                                 - disabled, port: 8200, bind: 127.0.0.1
  system.adapter.cloud.0                  : cloud                 : iobroker                                 -  enabled
  system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled
  system.adapter.devices.0                : devices               : iobroker                                 -  enabled
  system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
  system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled
  system.adapter.fitbit-fitness.0         : fitbit-fitness        : iobroker                                 -  enabled
  system.adapter.flot.0                   : flot                  : iobroker                                 -  enabled
  system.adapter.fritzdect.0              : fritzdect             : iobroker                                 -  enabled
  system.adapter.heizoel.0                : heizoel               : iobroker                                 -  enabled
+ system.adapter.history.0                : history               : iobroker                                 -  enabled
+ system.adapter.hm-rega.0                : hm-rega               : iobroker                                 -  enabled
+ system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
+ system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
+ system.adapter.hm-rpc.2                 : hm-rpc                : iobroker                                 -  enabled, port: 0
+ system.adapter.hm-rpc.4                 : hm-rpc                : iobroker                                 -  enabled, port: 0
  system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
  system.adapter.ical.1                   : ical                  : iobroker                                 -  enabled
  system.adapter.ical.2                   : ical                  : iobroker                                 -  enabled
  system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: iobroker                                 -  enabled
  system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : iobroker                                 -  enabled
  system.adapter.icons-icons8.0           : icons-icons8          : iobroker                                 -  enabled
  system.adapter.icons-material-png.0     : icons-material-png    : iobroker                                 -  enabled
  system.adapter.icons-material-svg.0     : icons-material-svg    : iobroker                                 -  enabled
  system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 -  enabled
  system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 -  enabled
  system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: iobroker                                 -  enabled
  system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : iobroker                                 -  enabled
  system.adapter.info.0                   : info                  : iobroker                                 -  enabled
+ system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
  system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 192.168.178.213
  system.adapter.net-tools.0              : net-tools             : iobroker                                 -  enabled
+ system.adapter.netatmo.0                : netatmo               : iobroker                                 -  enabled
  system.adapter.openweathermap.0         : openweathermap        : iobroker                                 -  enabled
+ system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
  system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port: 8006
  system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
  system.adapter.sprinklecontrol.0        : sprinklecontrol       : iobroker                                 -  enabled
  system.adapter.tahoma.0                 : tahoma                : iobroker                                 -  enabled
+ system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
  system.adapter.text2command.0           : text2command          : iobroker                                 -  enabled
  system.adapter.tr-064.0                 : tr-064                : iobroker                                 -  enabled
  system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled
  system.adapter.tvspielfilm.0            : tvspielfilm           : iobroker                                 -  enabled
  system.adapter.vis-2-widgets-energy.0   : vis-2-widgets-energy  : iobroker                                 -  enabled
  system.adapter.vis-2-widgets-gauges.0   : vis-2-widgets-gauges  : iobroker                                 -  enabled
  system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: iobroker                                 -  enabled
  system.adapter.vis-bars.0               : vis-bars              : iobroker                                 -  enabled
  system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobroker                                 -  enabled
  system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobroker                                 -  enabled
  system.adapter.vis-google-fonts.0       : vis-google-fonts      : iobroker                                 -  enabled
  system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
  system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 -  enabled
  system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled
  system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 -  enabled
  system.adapter.vis-justgage.0           : vis-justgage          : iobroker                                 -  enabled
  system.adapter.vis-lcars.0              : vis-lcars             : iobroker                                 -  enabled
  system.adapter.vis-material-webfont.0   : vis-material-webfont  : iobroker                                 -  enabled
  system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker                                 -  enabled
  system.adapter.vis-metro.0              : vis-metro             : iobroker                                 -  enabled
  system.adapter.vis-plumb.0              : vis-plumb             : iobroker                                 -  enabled
  system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 -  enabled
  system.adapter.vis-weather.0            : vis-weather           : iobroker                                 -  enabled
  system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
  system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
  system.adapter.wled.0                   : wled                  : iobroker                                 -  enabled

+ instance is alive

Enabled adapters with bindings
+ system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 192.168.178.213, run as: admin
+ system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
+ system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
+ system.adapter.hm-rpc.2                 : hm-rpc                : iobroker                                 -  enabled, port: 0
+ system.adapter.hm-rpc.4                 : hm-rpc                : iobroker                                 -  enabled, port: 0
  system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 192.168.178.213
  system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port: 8006
  system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
+ system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
  system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin

ioBroker-Repositories
Stable (default): http://download.iobroker.net/sources-dist.json
Beta (latest) : http://download.iobroker.net/sources-dist-latest.json

Active repo(s): Beta (latest)

Installed ioBroker-Instances
Used repository: Beta (latest)
Adapter    "admin"        : 6.10.5   , installed 6.10.5
Adapter    "alias-manager": 1.2.6    , installed 1.2.6
Adapter    "backitup"     : 2.8.3    , installed 2.8.3
Adapter    "bmw"          : 2.6.2    , installed 2.6.2
Adapter    "cameras"      : 1.3.0    , installed 1.3.0
Adapter    "cloud"        : 4.4.1    , installed 4.4.1
Adapter    "daswetter"    : 3.1.10   , installed 3.1.10
Adapter    "devices"      : 1.1.5    , installed 1.1.5
Adapter    "discovery"    : 4.2.0    , installed 4.2.0
Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
Adapter    "fitbit-fitness": 0.4.11  , installed 0.4.11
Adapter    "flot"         : 1.12.0   , installed 1.12.0
Adapter    "fritzdect"    : 2.4.1    , installed 2.4.1
Adapter    "heizoel"      : 1.0.3    , installed 1.0.3
Adapter    "history"      : 3.0.0    , installed 3.0.0
Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
Adapter    "hm-rpc"       : 1.15.19  , installed 1.15.19
Adapter    "ical"         : 1.13.3   , installed 1.13.3
Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
Adapter    "icons-material-png": 0.1.0, installed 0.1.0
Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.3
Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
Adapter    "info"         : 2.0.0    , installed 2.0.0
Adapter    "javascript"   : 7.1.5    , installed 7.1.5
Controller "js-controller": 5.0.13   , installed 5.0.13
Adapter    "mqtt"         : 5.0.0    , installed 5.0.0
Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
Adapter    "netatmo"      : 3.1.0    , installed 3.1.0
Adapter    "openweathermap": 0.4.5   , installed 0.4.5
Adapter    "panasonic-viera": 2.0.0  , installed 2.0.0
Adapter    "ping"         : 1.6.2    , installed 1.6.2
Adapter    "proxmox"      : 2.1.0    , installed 2.1.0
Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
Adapter    "socketio"     : 6.5.7    , installed 6.5.7
Adapter    "sprinklecontrol": 0.2.13 , installed 0.2.13
Adapter    "tahoma"       : 0.10.2   , installed 0.10.2
Adapter    "telegram"     : 2.0.0    , installed 2.0.0
Adapter    "text2command" : 3.0.2    , installed 3.0.2
Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
Adapter    "trashschedule": 2.2.0    , installed 2.2.0
Adapter    "tvspielfilm"  : 2.0.5    , installed 2.0.5
Adapter    "vis"          : 1.4.16   , installed 1.4.16
Adapter    "vis-2-widgets-energy": 0.3.8, installed 0.3.8
Adapter    "vis-2-widgets-gauges": 0.2.0, installed 0.2.0
Adapter    "vis-2-widgets-material": 1.2.1, installed 1.2.1
Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
Adapter    "vis-icontwo"  : 0.96.0   , installed 0.96.0
Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
Adapter    "vis-lcars"    : 1.1.1    , installed 1.1.1
Adapter    "vis-material-webfont": 0.0.3, installed 0.0.3
Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
Adapter    "web"          : 6.1.4    , installed 6.1.4
Adapter    "wled"         : 0.7.1    , installed 0.7.1
Adapter    "ws"           : 2.5.7    , installed 2.5.7

Objects and States
Please stand by - This may take a while
Objects:        19069
States:         17076

*** OS-Repositories and Updates ***
E: Failed to fetch https://deb.nodesource.com/node_18.x/dists/nodistro/main/binary-amd64/Packages.bz2  File has unexpected size (5247 != 5540). Mirror sync in progress? [IP: 2606:4700:10::6816:51a 443]
   Hashes of expected file:
    - Filesize:5540 [weak]
    - SHA512:42fc03dd54ad0876c94818799e4c58fe6b1f55a39d99237e22eea4b127f782f1b893ed734c5d80c1c7fec87e88ece4373920aaa4792d1f25b28b398c093fd63c
    - SHA256:38b78587e1a99e9c1b861ea8dd3a29e192dfae63e108aafd17b7f60bd6acd23f
    - SHA1:d31595d3ddf7337cec92847e9ed8551f4addc693 [weak]
    - MD5Sum:d69fd7a6e53a348af97ca66bf65317bf [weak]
   Release file created at: Tue, 10 Oct 2023 17:30:21 +0000
E: Some index files failed to download. They have been ignored, or old ones used instead.
Pending Updates: 0

*** Listening Ports ***
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
tcp        0      0 0.0.0.0:5355            0.0.0.0:*               LISTEN      104        23619139   103/systemd-resolve 
tcp        0      0 192.168.178.213:8701    0.0.0.0:*               LISTEN      1001       23620337   471/io.hm-rpc.4     
tcp        0      0 192.168.178.213:9292    0.0.0.0:*               LISTEN      1001       23620124   434/io.hm-rpc.1     
tcp        0      0 192.168.178.213:2010    0.0.0.0:*               LISTEN      1001       23620183   449/io.hm-rpc.2     
tcp        0      0 192.168.178.213:2001    0.0.0.0:*               LISTEN      1001       23620043   409/io.hm-rpc.0     
tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      104        23619146   103/systemd-resolve 
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          23618692   1/init              
tcp        0      0 192.168.178.213:8081    0.0.0.0:*               LISTEN      1001       23619680   307/io.admin.0      
tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       23619215   118/iobroker.js-con 
tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       23619280   118/iobroker.js-con 
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          23619401   302/master          
tcp6       0      0 :::5355                 :::*                    LISTEN      104        23619142   103/systemd-resolve 
tcp6       0      0 ::1:25                  :::*                    LISTEN      0          23619402   302/master          
tcp6       0      0 :::111                  :::*                    LISTEN      0          23618700   1/init              
tcp6       0      0 :::22                   :::*                    LISTEN      0          23619008   1/init              
udp        0      0 192.168.178.213:5353    0.0.0.0:*                           1001       23623327   937/io.tr-064.0     
udp        0      0 0.0.0.0:5355            0.0.0.0:*                           104        23619138   103/systemd-resolve 
udp        0      0 127.0.0.53:53           0.0.0.0:*                           104        23619145   103/systemd-resolve 
udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          23618695   1/init              
udp6       0      0 :::5355                 :::*                                104        23619141   103/systemd-resolve 
udp6       0      0 :::111                  :::*                                0          23618705   1/init              

*** Log File - Last 25 Lines ***

2023-10-10 19:50:10.452  - info: host.iobroker instance system.adapter.ical.1 terminated with code 0 (NO_ERROR)
2023-10-10 19:50:11.595  - info: netatmo.0 (772) starting. Version 3.1.0 in /opt/iobroker/node_modules/iobroker.netatmo, node: v18.18.0, js-controller: 5.0.13
2023-10-10 19:50:11.622  - info: netatmo.0 (772) Using stored tokens to initialize ... {"access_token":"5d0fe99722ab74000d32a982|ebceb12208f5b85bfcf8ae32b0258629","refresh_token":"5d0fe99722ab74000d32a982|46128978a77b62a4c13e6bf878f065da","scope":"read_station","client_id":"60156be20bbeae26d976880d"}
2023-10-10 19:50:11.623  - info: netatmo.0 (772) Authenticating with Netatmo using individual client-ID 60156be20bbeae26d976880d
2023-10-10 19:50:11.985  - info: netatmo.0 (772) Successfully authenticated with Netatmo with individual client-ID 60156be20bbeae26d976880d
2023-10-10 19:50:13.803  - info: host.iobroker instance system.adapter.ping.0 started with pid 833
2023-10-10 19:50:15.528  - info: ping.0 (833) starting. Version 1.6.2 in /opt/iobroker/node_modules/iobroker.ping, node: v18.18.0, js-controller: 5.0.13
2023-10-10 19:50:15.895  - info: ical.2 (728) Terminated (NO_ERROR): Without reason
2023-10-10 19:50:16.472  - info: host.iobroker instance system.adapter.ical.2 terminated with code 0 (NO_ERROR)
2023-10-10 19:50:17.806  - info: host.iobroker instance system.adapter.tahoma.0 started with pid 906
2023-10-10 19:50:19.137  - info: tahoma.0 (906) starting. Version 0.10.2 in /opt/iobroker/node_modules/iobroker.tahoma, node: v18.18.0, js-controller: 5.0.13
2023-10-10 19:50:19.152  - info: tahoma.0 (906) [START] Starting adapter tahoma v0.10.2.3
2023-10-10 19:50:19.152  - info: tahoma.0 (906) Configured polling interval: 20000
2023-10-10 19:50:21.298  - info: tahoma.0 (906) eventRegisterID = 1ab61062-0a19-0481-73a9-10cb0635bd01
2023-10-10 19:50:21.737  - info: host.iobroker instance system.adapter.tr-064.0 started with pid 937
2023-10-10 19:50:23.041  - info: tr-064.0 (937) starting. Version 4.2.18 in /opt/iobroker/node_modules/iobroker.tr-064, node: v18.18.0, js-controller: 5.0.13
2023-10-10 19:50:25.717  - info: host.iobroker instance scheduled system.adapter.openweathermap.0 37 * * * *
2023-10-10 19:50:25.739  - info: host.iobroker instance system.adapter.openweathermap.0 started with pid 972
2023-10-10 19:50:26.975  - info: openweathermap.0 (972) starting. Version 0.4.5 in /opt/iobroker/node_modules/iobroker.openweathermap, node: v18.18.0, js-controller: 5.0.13
2023-10-10 19:50:29.900  - info: host.iobroker instance scheduled system.adapter.tvspielfilm.0 */5 * * * *
2023-10-10 19:50:29.933  - info: host.iobroker instance system.adapter.tvspielfilm.0 started with pid 1016
2023-10-10 19:50:31.735  - info: tvspielfilm.0 (1016) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.tvspielfilm, node: v18.18.0, js-controller: 5.0.13
2023-10-10 19:50:33.806  - info: host.iobroker instance system.adapter.mqtt.0 started with pid 1317
2023-10-10 19:50:33.810  - info: tvspielfilm.0 (1016) objects written
2023-10-10 19:50:35.323  - info: mqtt.0 (1317) starting. Version 5.0.0 in /opt/iobroker/node_modules/iobroker.mqtt, node: v18.18.0, js-controller: 5.0.13

</code></pre>
<p dir="auto">============ Mark until here for C&amp;P =============<br />
</p></section></section><p></p>
<p dir="auto">Und kurz<br />
</p><section class="spoiler-wrapper"><button class="spoiler-control btn btn-default">Spoiler</button><section style="display:none" class="spoiler-content"><br />
Copy text starting here:<p></p>
<pre><code>======================= SUMMARY =======================
                     v.2023-06-20


   Static hostname: iobroker
         Icon name: computer-container
           Chassis: container
        Machine ID: c337b259b2a44b9da1e2356e14b395e6
           Boot ID: 9fcb0b446bb94c388a463a906e17bdf2
    Virtualization: lxc
  Operating System: Debian GNU/Linux 11 (bullseye)
            Kernel: Linux 6.2.16-14-pve
      Architecture: x86-64

Installation:           lxc
Kernel:                 x86_64
Userland:               amd64
Timezone:               Europe/Berlin (CEST, +0200)
User-ID:                1000
X-Server:               false
Boot Target:            graphical.target

Pending OS-Updates:     0
Pending iob updates:    0

Nodejs-Installation:    /usr/bin/nodejs         v18.18.0
                        /usr/bin/node           v18.18.0
                        /usr/bin/npm            9.8.1
                        /usr/bin/npx            9.8.1

Recommended versions are nodejs 18.x.y and npm 9.x.y
Your nodejs installation is correct

MEMORY: 
               total        used        free      shared  buff/cache   available
Mem:            4.1G        2.1G        1.4G        0.0K        578M        1.9G
Swap:           512M          0B        512M
Total:          4.6G        2.1G        1.9G

Active iob-Instances:   31
Active repo(s): Beta (latest)

ioBroker Core:          js-controller           5.0.13
                        admin                   6.10.5

ioBroker Status:        iobroker is running on this host.


Objects type: jsonl
States  type: jsonl

Status admin and web instance:
+ system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 192.168.178.213, run as: admin
+ system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin

Objects:                19069
States:                 17076

Size of iob-Database:

21M     /opt/iobroker/iobroker-data/objects.jsonl
13M     /opt/iobroker/iobroker-data/states.jsonl



=================== END OF SUMMARY ====================
</code></pre>
<p dir="auto">=== Mark text until here for copying ===<br />
</p></section></section><p></p>
<p dir="auto">Jemand ne Idee worans harpert?</p>
]]></description><link>https://forum.iobroker.net/post/1058395</link><guid isPermaLink="true">https://forum.iobroker.net/post/1058395</guid><dc:creator><![CDATA[UV-on-fire]]></dc:creator><pubDate>Tue, 10 Oct 2023 17:53:50 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 15:23:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jojo58" aria-label="Profile: jojo58">@<bdi>jojo58</bdi></a> sagte in <a href="/post/1057900">iob node fix - Skript</a>:</p>
<blockquote>
<p dir="auto">Hoffe das war richtig so</p>
</blockquote>
<p dir="auto">Das weiß ich nicht. Kenne dein System ja nicht.</p>
]]></description><link>https://forum.iobroker.net/post/1057905</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057905</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Mon, 09 Oct 2023 15:23:18 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 15:16:24 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> Komplett runtergeschmissen. Hoffe das war richtig so:</p>
<pre><code>sudo apt-get autoremove gdm3
und
sudo apt-get autoremove --purge gnome*
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1057900</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057900</guid><dc:creator><![CDATA[JoJo58]]></dc:creator><pubDate>Mon, 09 Oct 2023 15:16:24 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 13:45:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jojo58" aria-label="Profile: jojo58">@<bdi>jojo58</bdi></a> sagte in <a href="/post/1057852">iob node fix - Skript</a>:</p>
<blockquote>
<p dir="auto">runtergeschmissen?</p>
</blockquote>
<p dir="auto">Komplett runtergeschmissen oder lediglich deaktiviert?</p>
]]></description><link>https://forum.iobroker.net/post/1057856</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057856</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Mon, 09 Oct 2023 13:45:22 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 13:43:51 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> Die grafische Oberfläche habe ich doch schon vor 4 Wochen runtergeschmissen? Wahrscheinlich hat das nicht sauber geklappt. Mist aber auch...</p>
]]></description><link>https://forum.iobroker.net/post/1057852</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057852</guid><dc:creator><![CDATA[JoJo58]]></dc:creator><pubDate>Mon, 09 Oct 2023 13:43:51 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 13:41:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jojo58" aria-label="Profile: jojo58">@<bdi>jojo58</bdi></a></p>
<p dir="auto">Okay. Danke für die Hilfe beim Debuggen.<br />
Allerdings auch hier nochmal der Hinweise bzw. die dringende Empfehlung:<br />
Server NIE mit Desktop/graphischer Oberfläche betreiben!</p>
<p dir="auto">Da rumpelt nämlich ein gnome oder etwas davon abgeleitetes mit über dein System. Komplett unnötig. Und vermutlich mit der Auslöser für das Verhalten des Skripts.</p>
]]></description><link>https://forum.iobroker.net/post/1057851</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057851</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Mon, 09 Oct 2023 13:41:52 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 13:39: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> Super, hat jetzt funktioniert. Danke dir. <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /></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 nodejs fixer 2023-10-07

Recommended nodejs-version is: 18.18.0
Checking your installation now. Please be patient!

Your current setup is:
/usr/bin/nodejs         v18.18.0
/usr/bin/node           v18.18.0
/usr/bin/npm            9.8.1
/usr/bin/npx            9.8.1
/usr/bin/corepack       0.19.0

We found these nodejs versions available for installation:

nodejs:
 Installed: 18.18.0-1nodesource1
 Candidate: 18.18.0-1nodesource1
 Version table:
*** 18.18.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
       100 /var/lib/dpkg/status
    18.17.1-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.17.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.16.1-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.16.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.15.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.14.2-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.14.1-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.14.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.13.0+dfsg1-1 500
       500 http://deb.debian.org/debian bookworm/main amd64 Packages
    18.13.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.12.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.11.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.10.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.9.1-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.9.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.8.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.7.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.6.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.5.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.4.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.3.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.2.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.1.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
    18.0.0-1nodesource1 1001
       500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages



Nothing to do - Your installation is using the correct paths.
Nothing to do - Your version is the recommended one.

You can now keep your whole system up-to-date using the usual 'sudo apt update &amp;&amp; sudo apt full-upgrade' commands.
Please DO NOT USE node version managers like 'nvm', 'n' and others in parallel. They will break your current installation!
smarthome@vm-iobroker:~$

</code></pre>
<p dir="auto"></p></section></section><p></p>
<p dir="auto">Jetzt kann ich mich meinem JavaScript Adapter Problem zuwenden.</p>
]]></description><link>https://forum.iobroker.net/post/1057847</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057847</guid><dc:creator><![CDATA[JoJo58]]></dc:creator><pubDate>Mon, 09 Oct 2023 13:39:12 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 13:33:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jojo58" aria-label="Profile: jojo58">@<bdi>jojo58</bdi></a> sagte in <a href="/post/1057844">iob node fix - Skript</a>:</p>
<blockquote>
<p dir="auto">Wie soll ich weitermachen?</p>
</blockquote>
<p dir="auto">VM/Container neustarten. Und dann nochmal das Skript. Sollte dann mit doppeltem 'Nothing to do' verkünden, das alles i. O. ist.</p>
]]></description><link>https://forum.iobroker.net/post/1057845</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057845</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Mon, 09 Oct 2023 13:33:48 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 13:31:50 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> Das sieht schon besser aus. Wie soll ich weitermachen?</p>
<pre><code>ioBroker nodejs fixer 2023-10-07

Recommended nodejs-version is: 18.18.0
Checking your installation now. Please be patient!

Your current setup is:
/usr/bin/nodejs         v18.17.1
/usr/bin/node           v18.17.1
/usr/bin/npm            9.6.7
/usr/bin/npx            9.6.7
/usr/bin/corepack       0.18.0

We found these nodejs versions available for installation:

nodejs:
  Installed: 18.17.1-deb-1nodesource1
  Candidate: 18.17.1-deb-1nodesource1
  Version table:
 *** 18.17.1-deb-1nodesource1 500
        500 https://deb.nodesource.com/node_18.x bookworm/main amd64 Packages
        100 /var/lib/dpkg/status
     18.13.0+dfsg1-1 500
        500 http://deb.debian.org/debian bookworm/main amd64 Packages



Nothing to do - Your installation is using the correct paths.

You are running nodejs v18.17.1. Do you want to install recommended version 18.18.0?

Press &lt;y&gt; to continue or any other key to quit
Trying to fix your installation now. Please be patient.
find: '/run/user/1000/gvfs': Permission denied

Virtualization: kvm
Waiting for ioBroker to shut down - Give me a minute...
############################################################

*** These repos are active on your system:
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://security.debian.org/debian-security bookworm-security InRelease
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
Hit:4 https://repos.influxdata.com/debian stable InRelease
Reading package lists... Done

*** Installing ca-certificates, curl and gnupg, just in case they are missing.

*** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source

deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main
Package: nodejs
Pin: origin deb.nodesource.com
Pin-Priority: 1001

*** These repos are active after the adjustments:
Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
Hit:2 http://deb.debian.org/debian bookworm InRelease
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
Hit:4 https://repos.influxdata.com/debian stable InRelease
Get:5 https://deb.nodesource.com/node_18.x nodistro InRelease [12.1 kB]
Get:6 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages [5247 B]
Fetched 17.4 kB in 0s (40.2 kB/s)
Reading package lists... Done

Installing the recommended nodejs version now!

Installing the recommended nodejs version!
(Reading database ... 100420 files and directories currently installed.)
Preparing to unpack .../nodejs_18.18.0-1nodesource1_amd64.deb ...
Detected old npm client, removing...
Unpacking nodejs (18.18.0-1nodesource1) over (18.17.1-deb-1nodesource1) ...
Setting up nodejs (18.18.0-1nodesource1) ...
Processing triggers for man-db (2.11.2-2) ...

*** You need to manually restart your container/virtual machine now! ***

We tried our best to fix your nodejs. Please run 'iob diag' again to verify.
smarthome@vm-iobroker:~$

</code></pre>
]]></description><link>https://forum.iobroker.net/post/1057844</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057844</guid><dc:creator><![CDATA[JoJo58]]></dc:creator><pubDate>Mon, 09 Oct 2023 13:31:50 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 13:27:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jojo58" aria-label="Profile: jojo58">@<bdi>jojo58</bdi></a><br />
Okay.<br />
Lad das Skript jetzt nochmal frisch runter.</p>
]]></description><link>https://forum.iobroker.net/post/1057841</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057841</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Mon, 09 Oct 2023 13:27:56 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 13:25:52 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> Das Ergebnis:</p>
<pre><code>smarthome@vm-iobroker:~$ sudo find / -path /proc -o -path /dev -o -path /sys -o -path /lost+found -o -path /mnt -prune -false -o -name nodesource.[gk]* -print
/usr/share/keyrings/nodesource.gpg
find: ‘/run/user/1000/gvfs’: Keine Berechtigung
smarthome@vm-iobroker:~$

</code></pre>
]]></description><link>https://forum.iobroker.net/post/1057840</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057840</guid><dc:creator><![CDATA[JoJo58]]></dc:creator><pubDate>Mon, 09 Oct 2023 13:25:52 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 13:25:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jojo58" aria-label="Profile: jojo58">@<bdi>jojo58</bdi></a></p>
<p dir="auto">Okay.<br />
Jetzt mal damit:</p>
<pre><code>sudo find / ( -path /proc -o -path /dev -o -path /sys -o -path /lost+found -o -path /mnt -prune -false ) -o -name nodesource.[gk]* -print
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1057838</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057838</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Mon, 09 Oct 2023 13:25:53 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 13:22:07 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> Das lief jetzt durch:</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>find: ‘/proc/2153/task/2153/fd’: Keine Berechtigung
find: ‘/proc/2153/task/2153/fdinfo’: Keine Berechtigung
find: ‘/proc/2153/task/2153/ns’: Keine Berechtigung
find: ‘/proc/2153/task/2154/fd’: Keine Berechtigung
find: ‘/proc/2153/task/2154/fdinfo’: Keine Berechtigung
find: ‘/proc/2153/task/2154/ns’: Keine Berechtigung
find: ‘/proc/2153/task/2155/fd’: Keine Berechtigung
find: ‘/proc/2153/task/2155/fdinfo’: Keine Berechtigung
find: ‘/proc/2153/task/2155/ns’: Keine Berechtigung
find: ‘/proc/2153/task/2156/fd’: Keine Berechtigung
find: ‘/proc/2153/task/2156/fdinfo’: Keine Berechtigung
find: ‘/proc/2153/task/2156/ns’: Keine Berechtigung
find: ‘/proc/2153/task/2157/fd’: Keine Berechtigung
find: ‘/proc/2153/task/2157/fdinfo’: Keine Berechtigung
find: ‘/proc/2153/task/2157/ns’: Keine Berechtigung
find: ‘/proc/2153/task/2158/fd’: Keine Berechtigung
find: ‘/proc/2153/task/2158/fdinfo’: Keine Berechtigung
find: ‘/proc/2153/task/2158/ns’: Keine Berechtigung
find: ‘/proc/2153/task/2159/fd’: Keine Berechtigung
find: ‘/proc/2153/task/2159/fdinfo’: Keine Berechtigung
find: ‘/proc/2153/task/2159/ns’: Keine Berechtigung
find: ‘/proc/2153/task/2160/fd’: Keine Berechtigung
find: ‘/proc/2153/task/2160/fdinfo’: Keine Berechtigung
find: ‘/proc/2153/task/2160/ns’: Keine Berechtigung
find: ‘/proc/2153/task/2161/fd’: Keine Berechtigung
find: ‘/proc/2153/task/2161/fdinfo’: Keine Berechtigung
find: ‘/proc/2153/task/2161/ns’: Keine Berechtigung
find: ‘/proc/2153/task/2162/fd’: Keine Berechtigung
find: ‘/proc/2153/task/2162/fdinfo’: Keine Berechtigung
find: ‘/proc/2153/task/2162/ns’: Keine Berechtigung
find: ‘/proc/2153/task/2163/fd’: Keine Berechtigung
find: ‘/proc/2153/task/2163/fdinfo’: Keine Berechtigung
find: ‘/proc/2153/task/2163/ns’: Keine Berechtigung
find: ‘/proc/2153/fd’: Keine Berechtigung
find: ‘/proc/2153/map_files’: Keine Berechtigung
find: ‘/proc/2153/fdinfo’: Keine Berechtigung
find: ‘/proc/2153/ns’: Keine Berechtigung
find: ‘/proc/2267/task/2267/fd’: Keine Berechtigung
find: ‘/proc/2267/task/2267/fdinfo’: Keine Berechtigung
find: ‘/proc/2267/task/2267/ns’: Keine Berechtigung
find: ‘/proc/2267/task/2268/fd’: Keine Berechtigung
find: ‘/proc/2267/task/2268/fdinfo’: Keine Berechtigung
find: ‘/proc/2267/task/2268/ns’: Keine Berechtigung
find: ‘/proc/2267/task/2269/fd’: Keine Berechtigung
find: ‘/proc/2267/task/2269/fdinfo’: Keine Berechtigung
find: ‘/proc/2267/task/2269/ns’: Keine Berechtigung
find: ‘/proc/2267/task/2270/fd’: Keine Berechtigung
find: ‘/proc/2267/task/2270/fdinfo’: Keine Berechtigung
find: ‘/proc/2267/task/2270/ns’: Keine Berechtigung
find: ‘/proc/2267/task/2271/fd’: Keine Berechtigung
find: ‘/proc/2267/task/2271/fdinfo’: Keine Berechtigung
find: ‘/proc/2267/task/2271/ns’: Keine Berechtigung
find: ‘/proc/2267/task/2272/fd’: Keine Berechtigung
find: ‘/proc/2267/task/2272/fdinfo’: Keine Berechtigung
find: ‘/proc/2267/task/2272/ns’: Keine Berechtigung
find: ‘/proc/2267/task/2273/fd’: Keine Berechtigung
find: ‘/proc/2267/task/2273/fdinfo’: Keine Berechtigung
find: ‘/proc/2267/task/2273/ns’: Keine Berechtigung
find: ‘/proc/2267/task/2286/fd’: Keine Berechtigung
find: ‘/proc/2267/task/2286/fdinfo’: Keine Berechtigung
find: ‘/proc/2267/task/2286/ns’: Keine Berechtigung
find: ‘/proc/2267/task/2287/fd’: Keine Berechtigung
find: ‘/proc/2267/task/2287/fdinfo’: Keine Berechtigung
find: ‘/proc/2267/task/2287/ns’: Keine Berechtigung
find: ‘/proc/2267/task/2288/fd’: Keine Berechtigung
find: ‘/proc/2267/task/2288/fdinfo’: Keine Berechtigung
find: ‘/proc/2267/task/2288/ns’: Keine Berechtigung
find: ‘/proc/2267/task/2289/fd’: Keine Berechtigung
find: ‘/proc/2267/task/2289/fdinfo’: Keine Berechtigung
find: ‘/proc/2267/task/2289/ns’: Keine Berechtigung
find: ‘/proc/2267/fd’: Keine Berechtigung
find: ‘/proc/2267/map_files’: Keine Berechtigung
find: ‘/proc/2267/fdinfo’: Keine Berechtigung
find: ‘/proc/2267/ns’: Keine Berechtigung
find: ‘/proc/2348/task/2348/fd’: Keine Berechtigung
find: ‘/proc/2348/task/2348/fdinfo’: Keine Berechtigung
find: ‘/proc/2348/task/2348/ns’: Keine Berechtigung
find: ‘/proc/2348/task/2349/fd’: Keine Berechtigung
find: ‘/proc/2348/task/2349/fdinfo’: Keine Berechtigung
find: ‘/proc/2348/task/2349/ns’: Keine Berechtigung
find: ‘/proc/2348/task/2350/fd’: Keine Berechtigung
find: ‘/proc/2348/task/2350/fdinfo’: Keine Berechtigung
find: ‘/proc/2348/task/2350/ns’: Keine Berechtigung
find: ‘/proc/2348/task/2351/fd’: Keine Berechtigung
find: ‘/proc/2348/task/2351/fdinfo’: Keine Berechtigung
find: ‘/proc/2348/task/2351/ns’: Keine Berechtigung
find: ‘/proc/2348/task/2352/fd’: Keine Berechtigung
find: ‘/proc/2348/task/2352/fdinfo’: Keine Berechtigung
find: ‘/proc/2348/task/2352/ns’: Keine Berechtigung
find: ‘/proc/2348/task/2353/fd’: Keine Berechtigung
find: ‘/proc/2348/task/2353/fdinfo’: Keine Berechtigung
find: ‘/proc/2348/task/2353/ns’: Keine Berechtigung
find: ‘/proc/2348/task/2354/fd’: Keine Berechtigung
find: ‘/proc/2348/task/2354/fdinfo’: Keine Berechtigung
find: ‘/proc/2348/task/2354/ns’: Keine Berechtigung
find: ‘/proc/2348/task/2355/fd’: Keine Berechtigung
find: ‘/proc/2348/task/2355/fdinfo’: Keine Berechtigung
find: ‘/proc/2348/task/2355/ns’: Keine Berechtigung
find: ‘/proc/2348/task/2356/fd’: Keine Berechtigung
find: ‘/proc/2348/task/2356/fdinfo’: Keine Berechtigung
find: ‘/proc/2348/task/2356/ns’: Keine Berechtigung
find: ‘/proc/2348/task/2357/fd’: Keine Berechtigung
find: ‘/proc/2348/task/2357/fdinfo’: Keine Berechtigung
find: ‘/proc/2348/task/2357/ns’: Keine Berechtigung
find: ‘/proc/2348/task/2358/fd’: Keine Berechtigung
find: ‘/proc/2348/task/2358/fdinfo’: Keine Berechtigung
find: ‘/proc/2348/task/2358/ns’: Keine Berechtigung
find: ‘/proc/2348/fd’: Keine Berechtigung
find: ‘/proc/2348/map_files’: Keine Berechtigung
find: ‘/proc/2348/fdinfo’: Keine Berechtigung
find: ‘/proc/2348/ns’: Keine Berechtigung
find: ‘/proc/2684/task/2684/fd’: Keine Berechtigung
find: ‘/proc/2684/task/2684/fdinfo’: Keine Berechtigung
find: ‘/proc/2684/task/2684/ns’: Keine Berechtigung
find: ‘/proc/2684/task/2688/fd’: Keine Berechtigung
find: ‘/proc/2684/task/2688/fdinfo’: Keine Berechtigung
find: ‘/proc/2684/task/2688/ns’: Keine Berechtigung
find: ‘/proc/2684/task/2689/fd’: Keine Berechtigung
find: ‘/proc/2684/task/2689/fdinfo’: Keine Berechtigung
find: ‘/proc/2684/task/2689/ns’: Keine Berechtigung
find: ‘/proc/2684/task/2690/fd’: Keine Berechtigung
find: ‘/proc/2684/task/2690/fdinfo’: Keine Berechtigung
find: ‘/proc/2684/task/2690/ns’: Keine Berechtigung
find: ‘/proc/2684/task/2691/fd’: Keine Berechtigung
find: ‘/proc/2684/task/2691/fdinfo’: Keine Berechtigung
find: ‘/proc/2684/task/2691/ns’: Keine Berechtigung
find: ‘/proc/2684/task/2692/fd’: Keine Berechtigung
find: ‘/proc/2684/task/2692/fdinfo’: Keine Berechtigung
find: ‘/proc/2684/task/2692/ns’: Keine Berechtigung
find: ‘/proc/2684/task/2697/fd’: Keine Berechtigung
find: ‘/proc/2684/task/2697/fdinfo’: Keine Berechtigung
find: ‘/proc/2684/task/2697/ns’: Keine Berechtigung
find: ‘/proc/2684/task/2701/fd’: Keine Berechtigung
find: ‘/proc/2684/task/2701/fdinfo’: Keine Berechtigung
find: ‘/proc/2684/task/2701/ns’: Keine Berechtigung
find: ‘/proc/2684/task/2702/fd’: Keine Berechtigung
find: ‘/proc/2684/task/2702/fdinfo’: Keine Berechtigung
find: ‘/proc/2684/task/2702/ns’: Keine Berechtigung
find: ‘/proc/2684/task/2703/fd’: Keine Berechtigung
find: ‘/proc/2684/task/2703/fdinfo’: Keine Berechtigung
find: ‘/proc/2684/task/2703/ns’: Keine Berechtigung
find: ‘/proc/2684/task/2704/fd’: Keine Berechtigung
find: ‘/proc/2684/task/2704/fdinfo’: Keine Berechtigung
find: ‘/proc/2684/task/2704/ns’: Keine Berechtigung
find: ‘/proc/2684/fd’: Keine Berechtigung
find: ‘/proc/2684/map_files’: Keine Berechtigung
find: ‘/proc/2684/fdinfo’: Keine Berechtigung
find: ‘/proc/2684/ns’: Keine Berechtigung
find: ‘/proc/2753/task/2753/fd’: Keine Berechtigung
find: ‘/proc/2753/task/2753/fdinfo’: Keine Berechtigung
find: ‘/proc/2753/task/2753/ns’: Keine Berechtigung
find: ‘/proc/2753/fd’: Keine Berechtigung
find: ‘/proc/2753/map_files’: Keine Berechtigung
find: ‘/proc/2753/fdinfo’: Keine Berechtigung
find: ‘/proc/2753/ns’: Keine Berechtigung
find: ‘/proc/2910/task/2910/fd’: Keine Berechtigung
find: ‘/proc/2910/task/2910/fdinfo’: Keine Berechtigung
find: ‘/proc/2910/task/2910/ns’: Keine Berechtigung
find: ‘/proc/2910/fd’: Keine Berechtigung
find: ‘/proc/2910/map_files’: Keine Berechtigung
find: ‘/proc/2910/fdinfo’: Keine Berechtigung
find: ‘/proc/2910/ns’: Keine Berechtigung
find: ‘/proc/2949/task/2949/fd’: Keine Berechtigung
find: ‘/proc/2949/task/2949/fdinfo’: Keine Berechtigung
find: ‘/proc/2949/task/2949/ns’: Keine Berechtigung
find: ‘/proc/2949/task/2950/fd’: Keine Berechtigung
find: ‘/proc/2949/task/2950/fdinfo’: Keine Berechtigung
find: ‘/proc/2949/task/2950/ns’: Keine Berechtigung
find: ‘/proc/2949/task/2951/fd’: Keine Berechtigung
find: ‘/proc/2949/task/2951/fdinfo’: Keine Berechtigung
find: ‘/proc/2949/task/2951/ns’: Keine Berechtigung
find: ‘/proc/2949/task/2952/fd’: Keine Berechtigung
find: ‘/proc/2949/task/2952/fdinfo’: Keine Berechtigung
find: ‘/proc/2949/task/2952/ns’: Keine Berechtigung
find: ‘/proc/2949/task/2953/fd’: Keine Berechtigung
find: ‘/proc/2949/task/2953/fdinfo’: Keine Berechtigung
find: ‘/proc/2949/task/2953/ns’: Keine Berechtigung
find: ‘/proc/2949/task/2954/fd’: Keine Berechtigung
find: ‘/proc/2949/task/2954/fdinfo’: Keine Berechtigung
find: ‘/proc/2949/task/2954/ns’: Keine Berechtigung
find: ‘/proc/2949/task/2955/fd’: Keine Berechtigung
find: ‘/proc/2949/task/2955/fdinfo’: Keine Berechtigung
find: ‘/proc/2949/task/2955/ns’: Keine Berechtigung
find: ‘/proc/2949/task/2956/fd’: Keine Berechtigung
find: ‘/proc/2949/task/2956/fdinfo’: Keine Berechtigung
find: ‘/proc/2949/task/2956/ns’: Keine Berechtigung
find: ‘/proc/2949/task/2957/fd’: Keine Berechtigung
find: ‘/proc/2949/task/2957/fdinfo’: Keine Berechtigung
find: ‘/proc/2949/task/2957/ns’: Keine Berechtigung
find: ‘/proc/2949/task/2958/fd’: Keine Berechtigung
find: ‘/proc/2949/task/2958/fdinfo’: Keine Berechtigung
find: ‘/proc/2949/task/2958/ns’: Keine Berechtigung
find: ‘/proc/2949/task/2959/fd’: Keine Berechtigung
find: ‘/proc/2949/task/2959/fdinfo’: Keine Berechtigung
find: ‘/proc/2949/task/2959/ns’: Keine Berechtigung
find: ‘/proc/2949/fd’: Keine Berechtigung
find: ‘/proc/2949/map_files’: Keine Berechtigung
find: ‘/proc/2949/fdinfo’: Keine Berechtigung
find: ‘/proc/2949/ns’: Keine Berechtigung
find: ‘/proc/2983/task/2983/fd’: Keine Berechtigung
find: ‘/proc/2983/task/2983/fdinfo’: Keine Berechtigung
find: ‘/proc/2983/task/2983/ns’: Keine Berechtigung
find: ‘/proc/2983/task/2984/fd’: Keine Berechtigung
find: ‘/proc/2983/task/2984/fdinfo’: Keine Berechtigung
find: ‘/proc/2983/task/2984/ns’: Keine Berechtigung
find: ‘/proc/2983/task/2985/fd’: Keine Berechtigung
find: ‘/proc/2983/task/2985/fdinfo’: Keine Berechtigung
find: ‘/proc/2983/task/2985/ns’: Keine Berechtigung
find: ‘/proc/2983/task/2986/fd’: Keine Berechtigung
find: ‘/proc/2983/task/2986/fdinfo’: Keine Berechtigung
find: ‘/proc/2983/task/2986/ns’: Keine Berechtigung
find: ‘/proc/2983/task/2987/fd’: Keine Berechtigung
find: ‘/proc/2983/task/2987/fdinfo’: Keine Berechtigung
find: ‘/proc/2983/task/2987/ns’: Keine Berechtigung
find: ‘/proc/2983/task/2988/fd’: Keine Berechtigung
find: ‘/proc/2983/task/2988/fdinfo’: Keine Berechtigung
find: ‘/proc/2983/task/2988/ns’: Keine Berechtigung
find: ‘/proc/2983/task/2989/fd’: Keine Berechtigung
find: ‘/proc/2983/task/2989/fdinfo’: Keine Berechtigung
find: ‘/proc/2983/task/2989/ns’: Keine Berechtigung
find: ‘/proc/2983/task/2990/fd’: Keine Berechtigung
find: ‘/proc/2983/task/2990/fdinfo’: Keine Berechtigung
find: ‘/proc/2983/task/2990/ns’: Keine Berechtigung
find: ‘/proc/2983/task/2991/fd’: Keine Berechtigung
find: ‘/proc/2983/task/2991/fdinfo’: Keine Berechtigung
find: ‘/proc/2983/task/2991/ns’: Keine Berechtigung
find: ‘/proc/2983/task/2992/fd’: Keine Berechtigung
find: ‘/proc/2983/task/2992/fdinfo’: Keine Berechtigung
find: ‘/proc/2983/task/2992/ns’: Keine Berechtigung
find: ‘/proc/2983/task/2993/fd’: Keine Berechtigung
find: ‘/proc/2983/task/2993/fdinfo’: Keine Berechtigung
find: ‘/proc/2983/task/2993/ns’: Keine Berechtigung
find: ‘/proc/2983/fd’: Keine Berechtigung
find: ‘/proc/2983/map_files’: Keine Berechtigung
find: ‘/proc/2983/fdinfo’: Keine Berechtigung
find: ‘/proc/2983/ns’: Keine Berechtigung
find: ‘/proc/2997/task/2997/fd’: Keine Berechtigung
find: ‘/proc/2997/task/2997/fdinfo’: Keine Berechtigung
find: ‘/proc/2997/task/2997/ns’: Keine Berechtigung
find: ‘/proc/2997/fd’: Keine Berechtigung
find: ‘/proc/2997/map_files’: Keine Berechtigung
find: ‘/proc/2997/fdinfo’: Keine Berechtigung
find: ‘/proc/2997/ns’: Keine Berechtigung
find: ‘/proc/2998/task/2998/fd’: Keine Berechtigung
find: ‘/proc/2998/task/2998/fdinfo’: Keine Berechtigung
find: ‘/proc/2998/task/2998/ns’: Keine Berechtigung
find: ‘/proc/2998/fd’: Keine Berechtigung
find: ‘/proc/2998/map_files’: Keine Berechtigung
find: ‘/proc/2998/fdinfo’: Keine Berechtigung
find: ‘/proc/2998/ns’: Keine Berechtigung
find: ‘/proc/2999/task/2999/fd’: Keine Berechtigung
find: ‘/proc/2999/task/2999/fdinfo’: Keine Berechtigung
find: ‘/proc/2999/task/2999/ns’: Keine Berechtigung
find: ‘/proc/2999/fd’: Keine Berechtigung
find: ‘/proc/2999/map_files’: Keine Berechtigung
find: ‘/proc/2999/fdinfo’: Keine Berechtigung
find: ‘/proc/2999/ns’: Keine Berechtigung
find: ‘/proc/3009/task/3009/fd’: Keine Berechtigung
find: ‘/proc/3009/task/3009/fdinfo’: Keine Berechtigung
find: ‘/proc/3009/task/3009/ns’: Keine Berechtigung
find: ‘/proc/3009/task/3010/fd’: Keine Berechtigung
find: ‘/proc/3009/task/3010/fdinfo’: Keine Berechtigung
find: ‘/proc/3009/task/3010/ns’: Keine Berechtigung
find: ‘/proc/3009/task/3011/fd’: Keine Berechtigung
find: ‘/proc/3009/task/3011/fdinfo’: Keine Berechtigung
find: ‘/proc/3009/task/3011/ns’: Keine Berechtigung
find: ‘/proc/3009/task/3012/fd’: Keine Berechtigung
find: ‘/proc/3009/task/3012/fdinfo’: Keine Berechtigung
find: ‘/proc/3009/task/3012/ns’: Keine Berechtigung
find: ‘/proc/3009/task/3013/fd’: Keine Berechtigung
find: ‘/proc/3009/task/3013/fdinfo’: Keine Berechtigung
find: ‘/proc/3009/task/3013/ns’: Keine Berechtigung
find: ‘/proc/3009/task/3014/fd’: Keine Berechtigung
find: ‘/proc/3009/task/3014/fdinfo’: Keine Berechtigung
find: ‘/proc/3009/task/3014/ns’: Keine Berechtigung
find: ‘/proc/3009/task/3015/fd’: Keine Berechtigung
find: ‘/proc/3009/task/3015/fdinfo’: Keine Berechtigung
find: ‘/proc/3009/task/3015/ns’: Keine Berechtigung
find: ‘/proc/3009/task/3016/fd’: Keine Berechtigung
find: ‘/proc/3009/task/3016/fdinfo’: Keine Berechtigung
find: ‘/proc/3009/task/3016/ns’: Keine Berechtigung
find: ‘/proc/3009/task/3017/fd’: Keine Berechtigung
find: ‘/proc/3009/task/3017/fdinfo’: Keine Berechtigung
find: ‘/proc/3009/task/3017/ns’: Keine Berechtigung
find: ‘/proc/3009/task/3018/fd’: Keine Berechtigung
find: ‘/proc/3009/task/3018/fdinfo’: Keine Berechtigung
find: ‘/proc/3009/task/3018/ns’: Keine Berechtigung
find: ‘/proc/3009/task/3019/fd’: Keine Berechtigung
find: ‘/proc/3009/task/3019/fdinfo’: Keine Berechtigung
find: ‘/proc/3009/task/3019/ns’: Keine Berechtigung
find: ‘/proc/3009/fd’: Keine Berechtigung
find: ‘/proc/3009/map_files’: Keine Berechtigung
find: ‘/proc/3009/fdinfo’: Keine Berechtigung
find: ‘/proc/3009/ns’: Keine Berechtigung
find: ‘/proc/3054/task/3054/fd’: Keine Berechtigung
find: ‘/proc/3054/task/3054/fdinfo’: Keine Berechtigung
find: ‘/proc/3054/task/3054/ns’: Keine Berechtigung
find: ‘/proc/3054/task/3055/fd’: Keine Berechtigung
find: ‘/proc/3054/task/3055/fdinfo’: Keine Berechtigung
find: ‘/proc/3054/task/3055/ns’: Keine Berechtigung
find: ‘/proc/3054/task/3056/fd’: Keine Berechtigung
find: ‘/proc/3054/task/3056/fdinfo’: Keine Berechtigung
find: ‘/proc/3054/task/3056/ns’: Keine Berechtigung
find: ‘/proc/3054/task/3057/fd’: Keine Berechtigung
find: ‘/proc/3054/task/3057/fdinfo’: Keine Berechtigung
find: ‘/proc/3054/task/3057/ns’: Keine Berechtigung
find: ‘/proc/3054/task/3058/fd’: Keine Berechtigung
find: ‘/proc/3054/task/3058/fdinfo’: Keine Berechtigung
find: ‘/proc/3054/task/3058/ns’: Keine Berechtigung
find: ‘/proc/3054/task/3059/fd’: Keine Berechtigung
find: ‘/proc/3054/task/3059/fdinfo’: Keine Berechtigung
find: ‘/proc/3054/task/3059/ns’: Keine Berechtigung
find: ‘/proc/3054/task/3060/fd’: Keine Berechtigung
find: ‘/proc/3054/task/3060/fdinfo’: Keine Berechtigung
find: ‘/proc/3054/task/3060/ns’: Keine Berechtigung
find: ‘/proc/3054/task/3061/fd’: Keine Berechtigung
find: ‘/proc/3054/task/3061/fdinfo’: Keine Berechtigung
find: ‘/proc/3054/task/3061/ns’: Keine Berechtigung
find: ‘/proc/3054/task/3062/fd’: Keine Berechtigung
find: ‘/proc/3054/task/3062/fdinfo’: Keine Berechtigung
find: ‘/proc/3054/task/3062/ns’: Keine Berechtigung
find: ‘/proc/3054/task/3063/fd’: Keine Berechtigung
find: ‘/proc/3054/task/3063/fdinfo’: Keine Berechtigung
find: ‘/proc/3054/task/3063/ns’: Keine Berechtigung
find: ‘/proc/3054/task/3064/fd’: Keine Berechtigung
find: ‘/proc/3054/task/3064/fdinfo’: Keine Berechtigung
find: ‘/proc/3054/task/3064/ns’: Keine Berechtigung
find: ‘/proc/3054/fd’: Keine Berechtigung
find: ‘/proc/3054/map_files’: Keine Berechtigung
find: ‘/proc/3054/fdinfo’: Keine Berechtigung
find: ‘/proc/3054/ns’: Keine Berechtigung
find: ‘/proc/3069/task/3069/fd’: Keine Berechtigung
find: ‘/proc/3069/task/3069/fdinfo’: Keine Berechtigung
find: ‘/proc/3069/task/3069/ns’: Keine Berechtigung
find: ‘/proc/3069/task/3070/fd’: Keine Berechtigung
find: ‘/proc/3069/task/3070/fdinfo’: Keine Berechtigung
find: ‘/proc/3069/task/3070/ns’: Keine Berechtigung
find: ‘/proc/3069/task/3071/fd’: Keine Berechtigung
find: ‘/proc/3069/task/3071/fdinfo’: Keine Berechtigung
find: ‘/proc/3069/task/3071/ns’: Keine Berechtigung
find: ‘/proc/3069/task/3072/fd’: Keine Berechtigung
find: ‘/proc/3069/task/3072/fdinfo’: Keine Berechtigung
find: ‘/proc/3069/task/3072/ns’: Keine Berechtigung
find: ‘/proc/3069/task/3073/fd’: Keine Berechtigung
find: ‘/proc/3069/task/3073/fdinfo’: Keine Berechtigung
find: ‘/proc/3069/task/3073/ns’: Keine Berechtigung
find: ‘/proc/3069/task/3074/fd’: Keine Berechtigung
find: ‘/proc/3069/task/3074/fdinfo’: Keine Berechtigung
find: ‘/proc/3069/task/3074/ns’: Keine Berechtigung
find: ‘/proc/3069/task/3075/fd’: Keine Berechtigung
find: ‘/proc/3069/task/3075/fdinfo’: Keine Berechtigung
find: ‘/proc/3069/task/3075/ns’: Keine Berechtigung
find: ‘/proc/3069/task/3076/fd’: Keine Berechtigung
find: ‘/proc/3069/task/3076/fdinfo’: Keine Berechtigung
find: ‘/proc/3069/task/3076/ns’: Keine Berechtigung
find: ‘/proc/3069/task/3077/fd’: Keine Berechtigung
find: ‘/proc/3069/task/3077/fdinfo’: Keine Berechtigung
find: ‘/proc/3069/task/3077/ns’: Keine Berechtigung
find: ‘/proc/3069/task/3078/fd’: Keine Berechtigung
find: ‘/proc/3069/task/3078/fdinfo’: Keine Berechtigung
find: ‘/proc/3069/task/3078/ns’: Keine Berechtigung
find: ‘/proc/3069/task/3079/fd’: Keine Berechtigung
find: ‘/proc/3069/task/3079/fdinfo’: Keine Berechtigung
find: ‘/proc/3069/task/3079/ns’: Keine Berechtigung
find: ‘/proc/3069/fd’: Keine Berechtigung
find: ‘/proc/3069/map_files’: Keine Berechtigung
find: ‘/proc/3069/fdinfo’: Keine Berechtigung
find: ‘/proc/3069/ns’: Keine Berechtigung
find: ‘/proc/3090/task/3090/fd’: Keine Berechtigung
find: ‘/proc/3090/task/3090/fdinfo’: Keine Berechtigung
find: ‘/proc/3090/task/3090/ns’: Keine Berechtigung
find: ‘/proc/3090/task/3091/fd’: Keine Berechtigung
find: ‘/proc/3090/task/3091/fdinfo’: Keine Berechtigung
find: ‘/proc/3090/task/3091/ns’: Keine Berechtigung
find: ‘/proc/3090/task/3092/fd’: Keine Berechtigung
find: ‘/proc/3090/task/3092/fdinfo’: Keine Berechtigung
find: ‘/proc/3090/task/3092/ns’: Keine Berechtigung
find: ‘/proc/3090/task/3093/fd’: Keine Berechtigung
find: ‘/proc/3090/task/3093/fdinfo’: Keine Berechtigung
find: ‘/proc/3090/task/3093/ns’: Keine Berechtigung
find: ‘/proc/3090/task/3094/fd’: Keine Berechtigung
find: ‘/proc/3090/task/3094/fdinfo’: Keine Berechtigung
find: ‘/proc/3090/task/3094/ns’: Keine Berechtigung
find: ‘/proc/3090/task/3095/fd’: Keine Berechtigung
find: ‘/proc/3090/task/3095/fdinfo’: Keine Berechtigung
find: ‘/proc/3090/task/3095/ns’: Keine Berechtigung
find: ‘/proc/3090/task/3096/fd’: Keine Berechtigung
find: ‘/proc/3090/task/3096/fdinfo’: Keine Berechtigung
find: ‘/proc/3090/task/3096/ns’: Keine Berechtigung
find: ‘/proc/3090/task/3097/fd’: Keine Berechtigung
find: ‘/proc/3090/task/3097/fdinfo’: Keine Berechtigung
find: ‘/proc/3090/task/3097/ns’: Keine Berechtigung
find: ‘/proc/3090/task/3098/fd’: Keine Berechtigung
find: ‘/proc/3090/task/3098/fdinfo’: Keine Berechtigung
find: ‘/proc/3090/task/3098/ns’: Keine Berechtigung
find: ‘/proc/3090/task/3099/fd’: Keine Berechtigung
find: ‘/proc/3090/task/3099/fdinfo’: Keine Berechtigung
find: ‘/proc/3090/task/3099/ns’: Keine Berechtigung
find: ‘/proc/3090/task/3100/fd’: Keine Berechtigung
find: ‘/proc/3090/task/3100/fdinfo’: Keine Berechtigung
find: ‘/proc/3090/task/3100/ns’: Keine Berechtigung
find: ‘/proc/3090/fd’: Keine Berechtigung
find: ‘/proc/3090/map_files’: Keine Berechtigung
find: ‘/proc/3090/fdinfo’: Keine Berechtigung
find: ‘/proc/3090/ns’: Keine Berechtigung
find: ‘/proc/3105/task/3105/fd’: Keine Berechtigung
find: ‘/proc/3105/task/3105/fdinfo’: Keine Berechtigung
find: ‘/proc/3105/task/3105/ns’: Keine Berechtigung
find: ‘/proc/3105/task/3106/fd’: Keine Berechtigung
find: ‘/proc/3105/task/3106/fdinfo’: Keine Berechtigung
find: ‘/proc/3105/task/3106/ns’: Keine Berechtigung
find: ‘/proc/3105/task/3107/fd’: Keine Berechtigung
find: ‘/proc/3105/task/3107/fdinfo’: Keine Berechtigung
find: ‘/proc/3105/task/3107/ns’: Keine Berechtigung
find: ‘/proc/3105/task/3108/fd’: Keine Berechtigung
find: ‘/proc/3105/task/3108/fdinfo’: Keine Berechtigung
find: ‘/proc/3105/task/3108/ns’: Keine Berechtigung
find: ‘/proc/3105/task/3109/fd’: Keine Berechtigung
find: ‘/proc/3105/task/3109/fdinfo’: Keine Berechtigung
find: ‘/proc/3105/task/3109/ns’: Keine Berechtigung
find: ‘/proc/3105/task/3110/fd’: Keine Berechtigung
find: ‘/proc/3105/task/3110/fdinfo’: Keine Berechtigung
find: ‘/proc/3105/task/3110/ns’: Keine Berechtigung
find: ‘/proc/3105/task/3111/fd’: Keine Berechtigung
find: ‘/proc/3105/task/3111/fdinfo’: Keine Berechtigung
find: ‘/proc/3105/task/3111/ns’: Keine Berechtigung
find: ‘/proc/3105/task/3112/fd’: Keine Berechtigung
find: ‘/proc/3105/task/3112/fdinfo’: Keine Berechtigung
find: ‘/proc/3105/task/3112/ns’: Keine Berechtigung
find: ‘/proc/3105/task/3113/fd’: Keine Berechtigung
find: ‘/proc/3105/task/3113/fdinfo’: Keine Berechtigung
find: ‘/proc/3105/task/3113/ns’: Keine Berechtigung
find: ‘/proc/3105/task/3114/fd’: Keine Berechtigung
find: ‘/proc/3105/task/3114/fdinfo’: Keine Berechtigung
find: ‘/proc/3105/task/3114/ns’: Keine Berechtigung
find: ‘/proc/3105/task/3115/fd’: Keine Berechtigung
find: ‘/proc/3105/task/3115/fdinfo’: Keine Berechtigung
find: ‘/proc/3105/task/3115/ns’: Keine Berechtigung
find: ‘/proc/3105/fd’: Keine Berechtigung
find: ‘/proc/3105/map_files’: Keine Berechtigung
find: ‘/proc/3105/fdinfo’: Keine Berechtigung
find: ‘/proc/3105/ns’: Keine Berechtigung
find: ‘/proc/3120/task/3120/fd’: Keine Berechtigung
find: ‘/proc/3120/task/3120/fdinfo’: Keine Berechtigung
find: ‘/proc/3120/task/3120/ns’: Keine Berechtigung
find: ‘/proc/3120/task/3121/fd’: Keine Berechtigung
find: ‘/proc/3120/task/3121/fdinfo’: Keine Berechtigung
find: ‘/proc/3120/task/3121/ns’: Keine Berechtigung
find: ‘/proc/3120/task/3122/fd’: Keine Berechtigung
find: ‘/proc/3120/task/3122/fdinfo’: Keine Berechtigung
find: ‘/proc/3120/task/3122/ns’: Keine Berechtigung
find: ‘/proc/3120/task/3123/fd’: Keine Berechtigung
find: ‘/proc/3120/task/3123/fdinfo’: Keine Berechtigung
find: ‘/proc/3120/task/3123/ns’: Keine Berechtigung
find: ‘/proc/3120/task/3124/fd’: Keine Berechtigung
find: ‘/proc/3120/task/3124/fdinfo’: Keine Berechtigung
find: ‘/proc/3120/task/3124/ns’: Keine Berechtigung
find: ‘/proc/3120/task/3125/fd’: Keine Berechtigung
find: ‘/proc/3120/task/3125/fdinfo’: Keine Berechtigung
find: ‘/proc/3120/task/3125/ns’: Keine Berechtigung
find: ‘/proc/3120/task/3126/fd’: Keine Berechtigung
find: ‘/proc/3120/task/3126/fdinfo’: Keine Berechtigung
find: ‘/proc/3120/task/3126/ns’: Keine Berechtigung
find: ‘/proc/3120/task/3127/fd’: Keine Berechtigung
find: ‘/proc/3120/task/3127/fdinfo’: Keine Berechtigung
find: ‘/proc/3120/task/3127/ns’: Keine Berechtigung
find: ‘/proc/3120/task/3128/fd’: Keine Berechtigung
find: ‘/proc/3120/task/3128/fdinfo’: Keine Berechtigung
find: ‘/proc/3120/task/3128/ns’: Keine Berechtigung
find: ‘/proc/3120/task/3129/fd’: Keine Berechtigung
find: ‘/proc/3120/task/3129/fdinfo’: Keine Berechtigung
find: ‘/proc/3120/task/3129/ns’: Keine Berechtigung
find: ‘/proc/3120/task/3130/fd’: Keine Berechtigung
find: ‘/proc/3120/task/3130/fdinfo’: Keine Berechtigung
find: ‘/proc/3120/task/3130/ns’: Keine Berechtigung
find: ‘/proc/3120/fd’: Keine Berechtigung
find: ‘/proc/3120/map_files’: Keine Berechtigung
find: ‘/proc/3120/fdinfo’: Keine Berechtigung
find: ‘/proc/3120/ns’: Keine Berechtigung
find: ‘/proc/3137/task/3137/fd’: Keine Berechtigung
find: ‘/proc/3137/task/3137/fdinfo’: Keine Berechtigung
find: ‘/proc/3137/task/3137/ns’: Keine Berechtigung
find: ‘/proc/3137/task/3138/fd’: Keine Berechtigung
find: ‘/proc/3137/task/3138/fdinfo’: Keine Berechtigung
find: ‘/proc/3137/task/3138/ns’: Keine Berechtigung
find: ‘/proc/3137/task/3139/fd’: Keine Berechtigung
find: ‘/proc/3137/task/3139/fdinfo’: Keine Berechtigung
find: ‘/proc/3137/task/3139/ns’: Keine Berechtigung
find: ‘/proc/3137/task/3140/fd’: Keine Berechtigung
find: ‘/proc/3137/task/3140/fdinfo’: Keine Berechtigung
find: ‘/proc/3137/task/3140/ns’: Keine Berechtigung
find: ‘/proc/3137/task/3141/fd’: Keine Berechtigung
find: ‘/proc/3137/task/3141/fdinfo’: Keine Berechtigung
find: ‘/proc/3137/task/3141/ns’: Keine Berechtigung
find: ‘/proc/3137/task/3142/fd’: Keine Berechtigung
find: ‘/proc/3137/task/3142/fdinfo’: Keine Berechtigung
find: ‘/proc/3137/task/3142/ns’: Keine Berechtigung
find: ‘/proc/3137/task/3143/fd’: Keine Berechtigung
find: ‘/proc/3137/task/3143/fdinfo’: Keine Berechtigung
find: ‘/proc/3137/task/3143/ns’: Keine Berechtigung
find: ‘/proc/3137/task/3144/fd’: Keine Berechtigung
find: ‘/proc/3137/task/3144/fdinfo’: Keine Berechtigung
find: ‘/proc/3137/task/3144/ns’: Keine Berechtigung
find: ‘/proc/3137/task/3145/fd’: Keine Berechtigung
find: ‘/proc/3137/task/3145/fdinfo’: Keine Berechtigung
find: ‘/proc/3137/task/3145/ns’: Keine Berechtigung
find: ‘/proc/3137/task/3146/fd’: Keine Berechtigung
find: ‘/proc/3137/task/3146/fdinfo’: Keine Berechtigung
find: ‘/proc/3137/task/3146/ns’: Keine Berechtigung
find: ‘/proc/3137/task/3147/fd’: Keine Berechtigung
find: ‘/proc/3137/task/3147/fdinfo’: Keine Berechtigung
find: ‘/proc/3137/task/3147/ns’: Keine Berechtigung
find: ‘/proc/3137/fd’: Keine Berechtigung
find: ‘/proc/3137/map_files’: Keine Berechtigung
find: ‘/proc/3137/fdinfo’: Keine Berechtigung
find: ‘/proc/3137/ns’: Keine Berechtigung
find: ‘/proc/3170/task/3170/fd’: Keine Berechtigung
find: ‘/proc/3170/task/3170/fdinfo’: Keine Berechtigung
find: ‘/proc/3170/task/3170/ns’: Keine Berechtigung
find: ‘/proc/3170/task/3171/fd’: Keine Berechtigung
find: ‘/proc/3170/task/3171/fdinfo’: Keine Berechtigung
find: ‘/proc/3170/task/3171/ns’: Keine Berechtigung
find: ‘/proc/3170/task/3172/fd’: Keine Berechtigung
find: ‘/proc/3170/task/3172/fdinfo’: Keine Berechtigung
find: ‘/proc/3170/task/3172/ns’: Keine Berechtigung
find: ‘/proc/3170/task/3173/fd’: Keine Berechtigung
find: ‘/proc/3170/task/3173/fdinfo’: Keine Berechtigung
find: ‘/proc/3170/task/3173/ns’: Keine Berechtigung
find: ‘/proc/3170/task/3174/fd’: Keine Berechtigung
find: ‘/proc/3170/task/3174/fdinfo’: Keine Berechtigung
find: ‘/proc/3170/task/3174/ns’: Keine Berechtigung
find: ‘/proc/3170/task/3175/fd’: Keine Berechtigung
find: ‘/proc/3170/task/3175/fdinfo’: Keine Berechtigung
find: ‘/proc/3170/task/3175/ns’: Keine Berechtigung
find: ‘/proc/3170/task/3176/fd’: Keine Berechtigung
find: ‘/proc/3170/task/3176/fdinfo’: Keine Berechtigung
find: ‘/proc/3170/task/3176/ns’: Keine Berechtigung
find: ‘/proc/3170/task/3177/fd’: Keine Berechtigung
find: ‘/proc/3170/task/3177/fdinfo’: Keine Berechtigung
find: ‘/proc/3170/task/3177/ns’: Keine Berechtigung
find: ‘/proc/3170/task/3178/fd’: Keine Berechtigung
find: ‘/proc/3170/task/3178/fdinfo’: Keine Berechtigung
find: ‘/proc/3170/task/3178/ns’: Keine Berechtigung
find: ‘/proc/3170/task/3179/fd’: Keine Berechtigung
find: ‘/proc/3170/task/3179/fdinfo’: Keine Berechtigung
find: ‘/proc/3170/task/3179/ns’: Keine Berechtigung
find: ‘/proc/3170/task/3180/fd’: Keine Berechtigung
find: ‘/proc/3170/task/3180/fdinfo’: Keine Berechtigung
find: ‘/proc/3170/task/3180/ns’: Keine Berechtigung
find: ‘/proc/3170/fd’: Keine Berechtigung
find: ‘/proc/3170/map_files’: Keine Berechtigung
find: ‘/proc/3170/fdinfo’: Keine Berechtigung
find: ‘/proc/3170/ns’: Keine Berechtigung
find: ‘/proc/3189/task/3189/fd’: Keine Berechtigung
find: ‘/proc/3189/task/3189/fdinfo’: Keine Berechtigung
find: ‘/proc/3189/task/3189/ns’: Keine Berechtigung
find: ‘/proc/3189/task/3190/fd’: Keine Berechtigung
find: ‘/proc/3189/task/3190/fdinfo’: Keine Berechtigung
find: ‘/proc/3189/task/3190/ns’: Keine Berechtigung
find: ‘/proc/3189/task/3191/fd’: Keine Berechtigung
find: ‘/proc/3189/task/3191/fdinfo’: Keine Berechtigung
find: ‘/proc/3189/task/3191/ns’: Keine Berechtigung
find: ‘/proc/3189/task/3192/fd’: Keine Berechtigung
find: ‘/proc/3189/task/3192/fdinfo’: Keine Berechtigung
find: ‘/proc/3189/task/3192/ns’: Keine Berechtigung
find: ‘/proc/3189/task/3193/fd’: Keine Berechtigung
find: ‘/proc/3189/task/3193/fdinfo’: Keine Berechtigung
find: ‘/proc/3189/task/3193/ns’: Keine Berechtigung
find: ‘/proc/3189/task/3194/fd’: Keine Berechtigung
find: ‘/proc/3189/task/3194/fdinfo’: Keine Berechtigung
find: ‘/proc/3189/task/3194/ns’: Keine Berechtigung
find: ‘/proc/3189/task/3195/fd’: Keine Berechtigung
find: ‘/proc/3189/task/3195/fdinfo’: Keine Berechtigung
find: ‘/proc/3189/task/3195/ns’: Keine Berechtigung
find: ‘/proc/3189/task/3196/fd’: Keine Berechtigung
find: ‘/proc/3189/task/3196/fdinfo’: Keine Berechtigung
find: ‘/proc/3189/task/3196/ns’: Keine Berechtigung
find: ‘/proc/3189/task/3197/fd’: Keine Berechtigung
find: ‘/proc/3189/task/3197/fdinfo’: Keine Berechtigung
find: ‘/proc/3189/task/3197/ns’: Keine Berechtigung
find: ‘/proc/3189/task/3198/fd’: Keine Berechtigung
find: ‘/proc/3189/task/3198/fdinfo’: Keine Berechtigung
find: ‘/proc/3189/task/3198/ns’: Keine Berechtigung
find: ‘/proc/3189/task/3199/fd’: Keine Berechtigung
find: ‘/proc/3189/task/3199/fdinfo’: Keine Berechtigung
find: ‘/proc/3189/task/3199/ns’: Keine Berechtigung
find: ‘/proc/3189/fd’: Keine Berechtigung
find: ‘/proc/3189/map_files’: Keine Berechtigung
find: ‘/proc/3189/fdinfo’: Keine Berechtigung
find: ‘/proc/3189/ns’: Keine Berechtigung
find: ‘/proc/3210/task/3210/fd’: Keine Berechtigung
find: ‘/proc/3210/task/3210/fdinfo’: Keine Berechtigung
find: ‘/proc/3210/task/3210/ns’: Keine Berechtigung
find: ‘/proc/3210/task/3211/fd’: Keine Berechtigung
find: ‘/proc/3210/task/3211/fdinfo’: Keine Berechtigung
find: ‘/proc/3210/task/3211/ns’: Keine Berechtigung
find: ‘/proc/3210/task/3212/fd’: Keine Berechtigung
find: ‘/proc/3210/task/3212/fdinfo’: Keine Berechtigung
find: ‘/proc/3210/task/3212/ns’: Keine Berechtigung
find: ‘/proc/3210/task/3213/fd’: Keine Berechtigung
find: ‘/proc/3210/task/3213/fdinfo’: Keine Berechtigung
find: ‘/proc/3210/task/3213/ns’: Keine Berechtigung
find: ‘/proc/3210/task/3214/fd’: Keine Berechtigung
find: ‘/proc/3210/task/3214/fdinfo’: Keine Berechtigung
find: ‘/proc/3210/task/3214/ns’: Keine Berechtigung
find: ‘/proc/3210/task/3215/fd’: Keine Berechtigung
find: ‘/proc/3210/task/3215/fdinfo’: Keine Berechtigung
find: ‘/proc/3210/task/3215/ns’: Keine Berechtigung
find: ‘/proc/3210/task/3216/fd’: Keine Berechtigung
find: ‘/proc/3210/task/3216/fdinfo’: Keine Berechtigung
find: ‘/proc/3210/task/3216/ns’: Keine Berechtigung
find: ‘/proc/3210/task/3217/fd’: Keine Berechtigung
find: ‘/proc/3210/task/3217/fdinfo’: Keine Berechtigung
find: ‘/proc/3210/task/3217/ns’: Keine Berechtigung
find: ‘/proc/3210/task/3218/fd’: Keine Berechtigung
find: ‘/proc/3210/task/3218/fdinfo’: Keine Berechtigung
find: ‘/proc/3210/task/3218/ns’: Keine Berechtigung
find: ‘/proc/3210/task/3219/fd’: Keine Berechtigung
find: ‘/proc/3210/task/3219/fdinfo’: Keine Berechtigung
find: ‘/proc/3210/task/3219/ns’: Keine Berechtigung
find: ‘/proc/3210/task/3220/fd’: Keine Berechtigung
find: ‘/proc/3210/task/3220/fdinfo’: Keine Berechtigung
find: ‘/proc/3210/task/3220/ns’: Keine Berechtigung
find: ‘/proc/3210/fd’: Keine Berechtigung
find: ‘/proc/3210/map_files’: Keine Berechtigung
find: ‘/proc/3210/fdinfo’: Keine Berechtigung
find: ‘/proc/3210/ns’: Keine Berechtigung
find: ‘/proc/3227/task/3227/fd’: Keine Berechtigung
find: ‘/proc/3227/task/3227/fdinfo’: Keine Berechtigung
find: ‘/proc/3227/task/3227/ns’: Keine Berechtigung
find: ‘/proc/3227/task/3228/fd’: Keine Berechtigung
find: ‘/proc/3227/task/3228/fdinfo’: Keine Berechtigung
find: ‘/proc/3227/task/3228/ns’: Keine Berechtigung
find: ‘/proc/3227/task/3229/fd’: Keine Berechtigung
find: ‘/proc/3227/task/3229/fdinfo’: Keine Berechtigung
find: ‘/proc/3227/task/3229/ns’: Keine Berechtigung
find: ‘/proc/3227/task/3230/fd’: Keine Berechtigung
find: ‘/proc/3227/task/3230/fdinfo’: Keine Berechtigung
find: ‘/proc/3227/task/3230/ns’: Keine Berechtigung
find: ‘/proc/3227/task/3231/fd’: Keine Berechtigung
find: ‘/proc/3227/task/3231/fdinfo’: Keine Berechtigung
find: ‘/proc/3227/task/3231/ns’: Keine Berechtigung
find: ‘/proc/3227/task/3232/fd’: Keine Berechtigung
find: ‘/proc/3227/task/3232/fdinfo’: Keine Berechtigung
find: ‘/proc/3227/task/3232/ns’: Keine Berechtigung
find: ‘/proc/3227/task/3233/fd’: Keine Berechtigung
find: ‘/proc/3227/task/3233/fdinfo’: Keine Berechtigung
find: ‘/proc/3227/task/3233/ns’: Keine Berechtigung
find: ‘/proc/3227/task/3234/fd’: Keine Berechtigung
find: ‘/proc/3227/task/3234/fdinfo’: Keine Berechtigung
find: ‘/proc/3227/task/3234/ns’: Keine Berechtigung
find: ‘/proc/3227/task/3235/fd’: Keine Berechtigung
find: ‘/proc/3227/task/3235/fdinfo’: Keine Berechtigung
find: ‘/proc/3227/task/3235/ns’: Keine Berechtigung
find: ‘/proc/3227/task/3236/fd’: Keine Berechtigung
find: ‘/proc/3227/task/3236/fdinfo’: Keine Berechtigung
find: ‘/proc/3227/task/3236/ns’: Keine Berechtigung
find: ‘/proc/3227/task/3237/fd’: Keine Berechtigung
find: ‘/proc/3227/task/3237/fdinfo’: Keine Berechtigung
find: ‘/proc/3227/task/3237/ns’: Keine Berechtigung
find: ‘/proc/3227/fd’: Keine Berechtigung
find: ‘/proc/3227/map_files’: Keine Berechtigung
find: ‘/proc/3227/fdinfo’: Keine Berechtigung
find: ‘/proc/3227/ns’: Keine Berechtigung
find: ‘/proc/3242/task/3242/fd’: Keine Berechtigung
find: ‘/proc/3242/task/3242/fdinfo’: Keine Berechtigung
find: ‘/proc/3242/task/3242/ns’: Keine Berechtigung
find: ‘/proc/3242/task/3243/fd’: Keine Berechtigung
find: ‘/proc/3242/task/3243/fdinfo’: Keine Berechtigung
find: ‘/proc/3242/task/3243/ns’: Keine Berechtigung
find: ‘/proc/3242/task/3244/fd’: Keine Berechtigung
find: ‘/proc/3242/task/3244/fdinfo’: Keine Berechtigung
find: ‘/proc/3242/task/3244/ns’: Keine Berechtigung
find: ‘/proc/3242/task/3245/fd’: Keine Berechtigung
find: ‘/proc/3242/task/3245/fdinfo’: Keine Berechtigung
find: ‘/proc/3242/task/3245/ns’: Keine Berechtigung
find: ‘/proc/3242/task/3246/fd’: Keine Berechtigung
find: ‘/proc/3242/task/3246/fdinfo’: Keine Berechtigung
find: ‘/proc/3242/task/3246/ns’: Keine Berechtigung
find: ‘/proc/3242/task/3247/fd’: Keine Berechtigung
find: ‘/proc/3242/task/3247/fdinfo’: Keine Berechtigung
find: ‘/proc/3242/task/3247/ns’: Keine Berechtigung
find: ‘/proc/3242/task/3248/fd’: Keine Berechtigung
find: ‘/proc/3242/task/3248/fdinfo’: Keine Berechtigung
find: ‘/proc/3242/task/3248/ns’: Keine Berechtigung
find: ‘/proc/3242/task/3249/fd’: Keine Berechtigung
find: ‘/proc/3242/task/3249/fdinfo’: Keine Berechtigung
find: ‘/proc/3242/task/3249/ns’: Keine Berechtigung
find: ‘/proc/3242/task/3250/fd’: Keine Berechtigung
find: ‘/proc/3242/task/3250/fdinfo’: Keine Berechtigung
find: ‘/proc/3242/task/3250/ns’: Keine Berechtigung
find: ‘/proc/3242/task/3251/fd’: Keine Berechtigung
find: ‘/proc/3242/task/3251/fdinfo’: Keine Berechtigung
find: ‘/proc/3242/task/3251/ns’: Keine Berechtigung
find: ‘/proc/3242/task/3252/fd’: Keine Berechtigung
find: ‘/proc/3242/task/3252/fdinfo’: Keine Berechtigung
find: ‘/proc/3242/task/3252/ns’: Keine Berechtigung
find: ‘/proc/3242/fd’: Keine Berechtigung
find: ‘/proc/3242/map_files’: Keine Berechtigung
find: ‘/proc/3242/fdinfo’: Keine Berechtigung
find: ‘/proc/3242/ns’: Keine Berechtigung
find: ‘/proc/3740/task/3740/fd’: Keine Berechtigung
find: ‘/proc/3740/task/3740/fdinfo’: Keine Berechtigung
find: ‘/proc/3740/task/3740/ns’: Keine Berechtigung
find: ‘/proc/3740/fd’: Keine Berechtigung
find: ‘/proc/3740/map_files’: Keine Berechtigung
find: ‘/proc/3740/fdinfo’: Keine Berechtigung
find: ‘/proc/3740/ns’: Keine Berechtigung
find: ‘/proc/4173/task/4173/fd’: Keine Berechtigung
find: ‘/proc/4173/task/4173/fdinfo’: Keine Berechtigung
find: ‘/proc/4173/task/4173/ns’: Keine Berechtigung
find: ‘/proc/4173/fd’: Keine Berechtigung
find: ‘/proc/4173/map_files’: Keine Berechtigung
find: ‘/proc/4173/fdinfo’: Keine Berechtigung
find: ‘/proc/4173/ns’: Keine Berechtigung
find: ‘/proc/5757/task/5757/fd’: Keine Berechtigung
find: ‘/proc/5757/task/5757/fdinfo’: Keine Berechtigung
find: ‘/proc/5757/task/5757/ns’: Keine Berechtigung
find: ‘/proc/5757/fd’: Keine Berechtigung
find: ‘/proc/5757/map_files’: Keine Berechtigung
find: ‘/proc/5757/fdinfo’: Keine Berechtigung
find: ‘/proc/5757/ns’: Keine Berechtigung
find: ‘/proc/6225/task/6225/fd’: Keine Berechtigung
find: ‘/proc/6225/task/6225/fdinfo’: Keine Berechtigung
find: ‘/proc/6225/task/6225/ns’: Keine Berechtigung
find: ‘/proc/6225/fd’: Keine Berechtigung
find: ‘/proc/6225/map_files’: Keine Berechtigung
find: ‘/proc/6225/fdinfo’: Keine Berechtigung
find: ‘/proc/6225/ns’: Keine Berechtigung
find: ‘/proc/6354/task/6354/fd’: Keine Berechtigung
find: ‘/proc/6354/task/6354/fdinfo’: Keine Berechtigung
find: ‘/proc/6354/task/6354/ns’: Keine Berechtigung
find: ‘/proc/6354/task/6355/fd’: Keine Berechtigung
find: ‘/proc/6354/task/6355/fdinfo’: Keine Berechtigung
find: ‘/proc/6354/task/6355/ns’: Keine Berechtigung
find: ‘/proc/6354/task/6356/fd’: Keine Berechtigung
find: ‘/proc/6354/task/6356/fdinfo’: Keine Berechtigung
find: ‘/proc/6354/task/6356/ns’: Keine Berechtigung
find: ‘/proc/6354/task/6357/fd’: Keine Berechtigung
find: ‘/proc/6354/task/6357/fdinfo’: Keine Berechtigung
find: ‘/proc/6354/task/6357/ns’: Keine Berechtigung
find: ‘/proc/6354/task/6358/fd’: Keine Berechtigung
find: ‘/proc/6354/task/6358/fdinfo’: Keine Berechtigung
find: ‘/proc/6354/task/6358/ns’: Keine Berechtigung
find: ‘/proc/6354/task/6359/fd’: Keine Berechtigung
find: ‘/proc/6354/task/6359/fdinfo’: Keine Berechtigung
find: ‘/proc/6354/task/6359/ns’: Keine Berechtigung
find: ‘/proc/6354/task/6360/fd’: Keine Berechtigung
find: ‘/proc/6354/task/6360/fdinfo’: Keine Berechtigung
find: ‘/proc/6354/task/6360/ns’: Keine Berechtigung
find: ‘/proc/6354/task/6361/fd’: Keine Berechtigung
find: ‘/proc/6354/task/6361/fdinfo’: Keine Berechtigung
find: ‘/proc/6354/task/6361/ns’: Keine Berechtigung
find: ‘/proc/6354/task/6362/fd’: Keine Berechtigung
find: ‘/proc/6354/task/6362/fdinfo’: Keine Berechtigung
find: ‘/proc/6354/task/6362/ns’: Keine Berechtigung
find: ‘/proc/6354/task/6363/fd’: Keine Berechtigung
find: ‘/proc/6354/task/6363/fdinfo’: Keine Berechtigung
find: ‘/proc/6354/task/6363/ns’: Keine Berechtigung
find: ‘/proc/6354/task/6364/fd’: Keine Berechtigung
find: ‘/proc/6354/task/6364/fdinfo’: Keine Berechtigung
find: ‘/proc/6354/task/6364/ns’: Keine Berechtigung
find: ‘/proc/6354/fd’: Keine Berechtigung
find: ‘/proc/6354/map_files’: Keine Berechtigung
find: ‘/proc/6354/fdinfo’: Keine Berechtigung
find: ‘/proc/6354/ns’: Keine Berechtigung
find: ‘/proc/6369/task/6369/fd’: Keine Berechtigung
find: ‘/proc/6369/task/6369/fdinfo’: Keine Berechtigung
find: ‘/proc/6369/task/6369/ns’: Keine Berechtigung
find: ‘/proc/6369/fd’: Keine Berechtigung
find: ‘/proc/6369/map_files’: Keine Berechtigung
find: ‘/proc/6369/fdinfo’: Keine Berechtigung
find: ‘/proc/6369/ns’: Keine Berechtigung
find: ‘/proc/6634/task/6634/fd’: Keine Berechtigung
find: ‘/proc/6634/task/6634/fdinfo’: Keine Berechtigung
find: ‘/proc/6634/task/6634/ns’: Keine Berechtigung
find: ‘/proc/6634/fd’: Keine Berechtigung
find: ‘/proc/6634/map_files’: Keine Berechtigung
find: ‘/proc/6634/fdinfo’: Keine Berechtigung
find: ‘/proc/6634/ns’: Keine Berechtigung
find: ‘/proc/6726/task/6726/fd’: Keine Berechtigung
find: ‘/proc/6726/task/6726/fdinfo’: Keine Berechtigung
find: ‘/proc/6726/task/6726/ns’: Keine Berechtigung
find: ‘/proc/6726/fd’: Keine Berechtigung
find: ‘/proc/6726/map_files’: Keine Berechtigung
find: ‘/proc/6726/fdinfo’: Keine Berechtigung
find: ‘/proc/6726/ns’: Keine Berechtigung
find: ‘/proc/7014/task/7014/fd’: Keine Berechtigung
find: ‘/proc/7014/task/7014/fdinfo’: Keine Berechtigung
find: ‘/proc/7014/task/7014/ns’: Keine Berechtigung
find: ‘/proc/7014/fd’: Keine Berechtigung
find: ‘/proc/7014/map_files’: Keine Berechtigung
find: ‘/proc/7014/fdinfo’: Keine Berechtigung
find: ‘/proc/7014/ns’: Keine Berechtigung
find: ‘/proc/7123/task/7123/fd’: Keine Berechtigung
find: ‘/proc/7123/task/7123/fdinfo’: Keine Berechtigung
find: ‘/proc/7123/task/7123/ns’: Keine Berechtigung
find: ‘/proc/7123/task/7124/fd’: Keine Berechtigung
find: ‘/proc/7123/task/7124/fdinfo’: Keine Berechtigung
find: ‘/proc/7123/task/7124/ns’: Keine Berechtigung
find: ‘/proc/7123/task/7125/fd’: Keine Berechtigung
find: ‘/proc/7123/task/7125/fdinfo’: Keine Berechtigung
find: ‘/proc/7123/task/7125/ns’: Keine Berechtigung
find: ‘/proc/7123/task/7126/fd’: Keine Berechtigung
find: ‘/proc/7123/task/7126/fdinfo’: Keine Berechtigung
find: ‘/proc/7123/task/7126/ns’: Keine Berechtigung
find: ‘/proc/7123/task/7127/fd’: Keine Berechtigung
find: ‘/proc/7123/task/7127/fdinfo’: Keine Berechtigung
find: ‘/proc/7123/task/7127/ns’: Keine Berechtigung
find: ‘/proc/7123/task/7128/fd’: Keine Berechtigung
find: ‘/proc/7123/task/7128/fdinfo’: Keine Berechtigung
find: ‘/proc/7123/task/7128/ns’: Keine Berechtigung
find: ‘/proc/7123/task/7129/fd’: Keine Berechtigung
find: ‘/proc/7123/task/7129/fdinfo’: Keine Berechtigung
find: ‘/proc/7123/task/7129/ns’: Keine Berechtigung
find: ‘/proc/7123/task/7130/fd’: Keine Berechtigung
find: ‘/proc/7123/task/7130/fdinfo’: Keine Berechtigung
find: ‘/proc/7123/task/7130/ns’: Keine Berechtigung
find: ‘/proc/7123/task/7131/fd’: Keine Berechtigung
find: ‘/proc/7123/task/7131/fdinfo’: Keine Berechtigung
find: ‘/proc/7123/task/7131/ns’: Keine Berechtigung
find: ‘/proc/7123/task/7132/fd’: Keine Berechtigung
find: ‘/proc/7123/task/7132/fdinfo’: Keine Berechtigung
find: ‘/proc/7123/task/7132/ns’: Keine Berechtigung
find: ‘/proc/7123/task/7133/fd’: Keine Berechtigung
find: ‘/proc/7123/task/7133/fdinfo’: Keine Berechtigung
find: ‘/proc/7123/task/7133/ns’: Keine Berechtigung
find: ‘/proc/7123/fd’: Keine Berechtigung
find: ‘/proc/7123/map_files’: Keine Berechtigung
find: ‘/proc/7123/fdinfo’: Keine Berechtigung
find: ‘/proc/7123/ns’: Keine Berechtigung
find: ‘/lost+found’: Keine Berechtigung
find: ‘/run/udisks2’: Keine Berechtigung
find: ‘/run/cups/certs’: Keine Berechtigung
find: ‘/run/user/1000/systemd/inaccessible/dir’: Keine Berechtigung
find: ‘/run/sudo’: Keine Berechtigung
find: ‘/run/credentials/systemd-tmpfiles-setup.service’: Keine Berechtigung
find: ‘/run/credentials/systemd-tmpfiles-setup-dev.service’: Keine Berechtigung
find: ‘/run/credentials/systemd-sysctl.service’: Keine Berechtigung
find: ‘/run/credentials/systemd-sysusers.service’: Keine Berechtigung
find: ‘/run/systemd/ask-password-block’: Keine Berechtigung
find: ‘/run/systemd/propagate’: Keine Berechtigung
find: ‘/run/systemd/unit-root’: Keine Berechtigung
find: ‘/run/systemd/inaccessible/dir’: Keine Berechtigung
find: ‘/run/initramfs’: Keine Berechtigung
find: ‘/tmp/systemd-private-712f1fd17acf443bbc12386b6b6ca41b-systemd-timesyncd.service-XpLcCE’: Keine Berechtigung
find: ‘/tmp/systemd-private-712f1fd17acf443bbc12386b6b6ca41b-ModemManager.service-bzab6T’: Keine Berechtigung
find: ‘/tmp/systemd-private-712f1fd17acf443bbc12386b6b6ca41b-low-memory-monitor.service-Qtj9lI’: Keine Berechtigung
find: ‘/tmp/systemd-private-712f1fd17acf443bbc12386b6b6ca41b-upower.service-lRvSu6’: Keine Berechtigung
find: ‘/tmp/systemd-private-712f1fd17acf443bbc12386b6b6ca41b-systemd-logind.service-jx17Ga’: Keine Berechtigung
find: ‘/tmp/systemd-private-712f1fd17acf443bbc12386b6b6ca41b-colord.service-HW8PoX’: Keine Berechtigung
find: ‘/var/spool/cron/crontabs’: Keine Berechtigung
find: ‘/var/spool/cups’: Keine Berechtigung
find: ‘/var/cache/ldconfig’: Keine Berechtigung
find: ‘/var/cache/cups’: Keine Berechtigung
find: ‘/var/cache/apt/archives/partial’: Keine Berechtigung
find: ‘/var/cache/apparmor/201d1af9.0’: Keine Berechtigung
find: ‘/var/cache/private’: Keine Berechtigung
find: ‘/var/lib/influxdb/data/_internal’: Keine Berechtigung
find: ‘/var/lib/influxdb/wal’: Keine Berechtigung
find: ‘/var/lib/bluetooth’: Keine Berechtigung
find: ‘/var/lib/udisks2’: Keine Berechtigung
find: ‘/var/lib/NetworkManager’: Keine Berechtigung
find: ‘/var/lib/apt/lists/partial’: Keine Berechtigung
find: ‘/var/lib/gdm3’: Keine Berechtigung
find: ‘/var/lib/private’: Keine Berechtigung
find: ‘/var/lib/redis’: Keine Berechtigung
find: ‘/var/lib/AccountsService/users’: Keine Berechtigung
find: ‘/var/lib/polkit-1’: Keine Berechtigung
find: ‘/var/tmp/systemd-private-712f1fd17acf443bbc12386b6b6ca41b-ModemManager.service-c5Qh3x’: Keine Berechtigung
find: ‘/var/tmp/systemd-private-712f1fd17acf443bbc12386b6b6ca41b-colord.service-uRQE05’: Keine Berechtigung
find: ‘/var/tmp/systemd-private-712f1fd17acf443bbc12386b6b6ca41b-systemd-timesyncd.service-Ofu926’: Keine Berechtigung
find: ‘/var/tmp/systemd-private-712f1fd17acf443bbc12386b6b6ca41b-low-memory-monitor.service-GBOo6M’: Keine Berechtigung
find: ‘/var/tmp/systemd-private-712f1fd17acf443bbc12386b6b6ca41b-upower.service-4WcRUv’: Keine Berechtigung
find: ‘/var/tmp/systemd-private-712f1fd17acf443bbc12386b6b6ca41b-systemd-logind.service-axXxaz’: Keine Berechtigung
find: ‘/var/log/speech-dispatcher’: Keine Berechtigung
find: ‘/var/log/gdm3’: Keine Berechtigung
find: ‘/var/log/private’: Keine Berechtigung
find: ‘/var/log/redis’: Keine Berechtigung
find: ‘/var/log/samba’: Keine Berechtigung
smarthome@vm-iobroker:~$

</code></pre>
<p dir="auto"></p></section></section><p></p>
<p dir="auto">Ist nur zu lang, zuviele Zeichen. Daher kann ich nicht alles posten.</p>
]]></description><link>https://forum.iobroker.net/post/1057835</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057835</guid><dc:creator><![CDATA[JoJo58]]></dc:creator><pubDate>Mon, 09 Oct 2023 13:22:07 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 13:15:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jojo58" aria-label="Profile: jojo58">@<bdi>jojo58</bdi></a><br />
Versuch damit nochmal:</p>
<pre><code>find / -path /proc -o -path /dev -o -path /sys -o -path /lost+found -o -path /mnt -prune -false -o -name nodesource.[gk]* -print
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1057828</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057828</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Mon, 09 Oct 2023 13:15:10 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 12:56:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jojo58" aria-label="Profile: jojo58">@<bdi>jojo58</bdi></a> sagte in <a href="/post/1057817">iob node fix - Skript</a>:</p>
<blockquote>
<p dir="auto">Musste abbrechen.</p>
</blockquote>
<p dir="auto">Nein, lass das mal laufen. Das muss irgendwann zum Ende kommen.</p>
]]></description><link>https://forum.iobroker.net/post/1057820</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057820</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Mon, 09 Oct 2023 12:56:01 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 12:54:27 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> Merkwürdige Ausgabe. Ich kann den Anfang nicht mehr sehen und der hört plötzlich auf, geht aber nicht auf den prompt zurück. Musste abbrechen.</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>find: ‘/proc/754/task/754/fd’: Keine Berechtigung
find: ‘/proc/754/task/754/fdinfo’: Keine Berechtigung
find: ‘/proc/754/task/754/ns’: Keine Berechtigung
find: ‘/proc/754/fd’: Keine Berechtigung
find: ‘/proc/754/map_files’: Keine Berechtigung
find: ‘/proc/754/fdinfo’: Keine Berechtigung
find: ‘/proc/754/ns’: Keine Berechtigung
find: ‘/proc/775/task/775/fd’: Keine Berechtigung
find: ‘/proc/775/task/775/fdinfo’: Keine Berechtigung
find: ‘/proc/775/task/775/ns’: Keine Berechtigung
find: ‘/proc/775/fd’: Keine Berechtigung
find: ‘/proc/775/map_files’: Keine Berechtigung
find: ‘/proc/775/fdinfo’: Keine Berechtigung
find: ‘/proc/775/ns’: Keine Berechtigung
find: ‘/proc/777/task/777/fd’: Keine Berechtigung
find: ‘/proc/777/task/777/fdinfo’: Keine Berechtigung
find: ‘/proc/777/task/777/ns’: Keine Berechtigung
find: ‘/proc/777/fd’: Keine Berechtigung
find: ‘/proc/777/map_files’: Keine Berechtigung
find: ‘/proc/777/fdinfo’: Keine Berechtigung
find: ‘/proc/777/ns’: Keine Berechtigung
find: ‘/proc/782/task/782/fd’: Keine Berechtigung
find: ‘/proc/782/task/782/fdinfo’: Keine Berechtigung
find: ‘/proc/782/task/782/ns’: Keine Berechtigung
find: ‘/proc/782/fd’: Keine Berechtigung
find: ‘/proc/782/map_files’: Keine Berechtigung
find: ‘/proc/782/fdinfo’: Keine Berechtigung
find: ‘/proc/782/ns’: Keine Berechtigung
find: ‘/proc/785/task/785/fd’: Keine Berechtigung
find: ‘/proc/785/task/785/fdinfo’: Keine Berechtigung
find: ‘/proc/785/task/785/ns’: Keine Berechtigung
find: ‘/proc/785/fd’: Keine Berechtigung
find: ‘/proc/785/map_files’: Keine Berechtigung
find: ‘/proc/785/fdinfo’: Keine Berechtigung
find: ‘/proc/785/ns’: Keine Berechtigung
find: ‘/proc/808/task/808/fd’: Keine Berechtigung
find: ‘/proc/808/task/808/fdinfo’: Keine Berechtigung
find: ‘/proc/808/task/808/ns’: Keine Berechtigung
find: ‘/proc/808/fd’: Keine Berechtigung
find: ‘/proc/808/map_files’: Keine Berechtigung
find: ‘/proc/808/fdinfo’: Keine Berechtigung
find: ‘/proc/808/ns’: Keine Berechtigung
find: ‘/proc/810/task/810/fd’: Keine Berechtigung
find: ‘/proc/810/task/810/fdinfo’: Keine Berechtigung
find: ‘/proc/810/task/810/ns’: Keine Berechtigung
find: ‘/proc/810/task/811/fd’: Keine Berechtigung
find: ‘/proc/810/task/811/fdinfo’: Keine Berechtigung
find: ‘/proc/810/task/811/ns’: Keine Berechtigung
find: ‘/proc/810/task/812/fd’: Keine Berechtigung
find: ‘/proc/810/task/812/fdinfo’: Keine Berechtigung
find: ‘/proc/810/task/812/ns’: Keine Berechtigung
find: ‘/proc/810/fd’: Keine Berechtigung
find: ‘/proc/810/map_files’: Keine Berechtigung
find: ‘/proc/810/fdinfo’: Keine Berechtigung
find: ‘/proc/810/ns’: Keine Berechtigung
find: ‘/proc/824/task/824/fd’: Keine Berechtigung
find: ‘/proc/824/task/824/fdinfo’: Keine Berechtigung
find: ‘/proc/824/task/824/ns’: Keine Berechtigung
find: ‘/proc/824/fd’: Keine Berechtigung
find: ‘/proc/824/map_files’: Keine Berechtigung
find: ‘/proc/824/fdinfo’: Keine Berechtigung
find: ‘/proc/824/ns’: Keine Berechtigung
find: ‘/proc/842/task/842/fd’: Keine Berechtigung
find: ‘/proc/842/task/842/fdinfo’: Keine Berechtigung
find: ‘/proc/842/task/842/ns’: Keine Berechtigung
find: ‘/proc/842/fd’: Keine Berechtigung
find: ‘/proc/842/map_files’: Keine Berechtigung
find: ‘/proc/842/fdinfo’: Keine Berechtigung
find: ‘/proc/842/ns’: Keine Berechtigung
find: ‘/proc/843/task/843/fd’: Keine Berechtigung
find: ‘/proc/843/task/843/fdinfo’: Keine Berechtigung
find: ‘/proc/843/task/843/ns’: Keine Berechtigung
find: ‘/proc/843/task/848/fd’: Keine Berechtigung
find: ‘/proc/843/task/848/fdinfo’: Keine Berechtigung
find: ‘/proc/843/task/848/ns’: Keine Berechtigung
find: ‘/proc/843/task/851/fd’: Keine Berechtigung
find: ‘/proc/843/task/851/fdinfo’: Keine Berechtigung
find: ‘/proc/843/task/851/ns’: Keine Berechtigung
find: ‘/proc/843/fd’: Keine Berechtigung
find: ‘/proc/843/map_files’: Keine Berechtigung
find: ‘/proc/843/fdinfo’: Keine Berechtigung
find: ‘/proc/843/ns’: Keine Berechtigung
find: ‘/proc/895/task/895/fd’: Keine Berechtigung
find: ‘/proc/895/task/895/fdinfo’: Keine Berechtigung
find: ‘/proc/895/task/895/ns’: Keine Berechtigung
find: ‘/proc/895/task/898/fd’: Keine Berechtigung
find: ‘/proc/895/task/898/fdinfo’: Keine Berechtigung
find: ‘/proc/895/task/898/ns’: Keine Berechtigung
find: ‘/proc/895/task/899/fd’: Keine Berechtigung
find: ‘/proc/895/task/899/fdinfo’: Keine Berechtigung
find: ‘/proc/895/task/899/ns’: Keine Berechtigung
find: ‘/proc/895/fd’: Keine Berechtigung
find: ‘/proc/895/map_files’: Keine Berechtigung
find: ‘/proc/895/fdinfo’: Keine Berechtigung
find: ‘/proc/895/ns’: Keine Berechtigung
find: ‘/proc/915/task/915/fd’: Keine Berechtigung
find: ‘/proc/915/task/915/fdinfo’: Keine Berechtigung
find: ‘/proc/915/task/915/ns’: Keine Berechtigung
find: ‘/proc/915/fd’: Keine Berechtigung
find: ‘/proc/915/map_files’: Keine Berechtigung
find: ‘/proc/915/fdinfo’: Keine Berechtigung
find: ‘/proc/915/ns’: Keine Berechtigung
find: ‘/proc/934/task/934/fd’: Keine Berechtigung
find: ‘/proc/934/task/934/fdinfo’: Keine Berechtigung
find: ‘/proc/934/task/934/ns’: Keine Berechtigung
find: ‘/proc/934/fd’: Keine Berechtigung
find: ‘/proc/934/map_files’: Keine Berechtigung
find: ‘/proc/934/fdinfo’: Keine Berechtigung
find: ‘/proc/934/ns’: Keine Berechtigung
find: ‘/proc/1315/task/1315/fd’: Keine Berechtigung
find: ‘/proc/1315/task/1315/fdinfo’: Keine Berechtigung
find: ‘/proc/1315/task/1315/ns’: Keine Berechtigung
find: ‘/proc/1315/fd’: Keine Berechtigung
find: ‘/proc/1315/map_files’: Keine Berechtigung
find: ‘/proc/1315/fdinfo’: Keine Berechtigung
find: ‘/proc/1315/ns’: Keine Berechtigung
find: ‘/proc/1530/task/1530/fd’: Keine Berechtigung
find: ‘/proc/1530/task/1530/fdinfo’: Keine Berechtigung
find: ‘/proc/1530/task/1530/ns’: Keine Berechtigung
find: ‘/proc/1530/task/1532/fd’: Keine Berechtigung
find: ‘/proc/1530/task/1532/fdinfo’: Keine Berechtigung
find: ‘/proc/1530/task/1532/ns’: Keine Berechtigung
find: ‘/proc/1530/task/1533/fd’: Keine Berechtigung
find: ‘/proc/1530/task/1533/fdinfo’: Keine Berechtigung
find: ‘/proc/1530/task/1533/ns’: Keine Berechtigung
find: ‘/proc/1530/task/1534/fd’: Keine Berechtigung
find: ‘/proc/1530/task/1534/fdinfo’: Keine Berechtigung
find: ‘/proc/1530/task/1534/ns’: Keine Berechtigung
find: ‘/proc/1530/task/1535/fd’: Keine Berechtigung
find: ‘/proc/1530/task/1535/fdinfo’: Keine Berechtigung
find: ‘/proc/1530/task/1535/ns’: Keine Berechtigung
find: ‘/proc/1530/task/1536/fd’: Keine Berechtigung
find: ‘/proc/1530/task/1536/fdinfo’: Keine Berechtigung
find: ‘/proc/1530/task/1536/ns’: Keine Berechtigung
find: ‘/proc/1530/task/1537/fd’: Keine Berechtigung
find: ‘/proc/1530/task/1537/fdinfo’: Keine Berechtigung
find: ‘/proc/1530/task/1537/ns’: Keine Berechtigung
find: ‘/proc/1530/task/1538/fd’: Keine Berechtigung
find: ‘/proc/1530/task/1538/fdinfo’: Keine Berechtigung
find: ‘/proc/1530/task/1538/ns’: Keine Berechtigung
find: ‘/proc/1530/task/1539/fd’: Keine Berechtigung
find: ‘/proc/1530/task/1539/fdinfo’: Keine Berechtigung
find: ‘/proc/1530/task/1539/ns’: Keine Berechtigung
find: ‘/proc/1530/task/1540/fd’: Keine Berechtigung
find: ‘/proc/1530/task/1540/fdinfo’: Keine Berechtigung
find: ‘/proc/1530/task/1540/ns’: Keine Berechtigung
find: ‘/proc/1530/task/1541/fd’: Keine Berechtigung
find: ‘/proc/1530/task/1541/fdinfo’: Keine Berechtigung
find: ‘/proc/1530/task/1541/ns’: Keine Berechtigung
find: ‘/proc/1530/fd’: Keine Berechtigung
find: ‘/proc/1530/map_files’: Keine Berechtigung
find: ‘/proc/1530/fdinfo’: Keine Berechtigung
find: ‘/proc/1530/ns’: Keine Berechtigung
find: ‘/proc/1555/task/1555/fd’: Keine Berechtigung
find: ‘/proc/1555/task/1555/fdinfo’: Keine Berechtigung
find: ‘/proc/1555/task/1555/ns’: Keine Berechtigung
find: ‘/proc/1555/task/1556/fd’: Keine Berechtigung
find: ‘/proc/1555/task/1556/fdinfo’: Keine Berechtigung
find: ‘/proc/1555/task/1556/ns’: Keine Berechtigung
find: ‘/proc/1555/task/1557/fd’: Keine Berechtigung
find: ‘/proc/1555/task/1557/fdinfo’: Keine Berechtigung
find: ‘/proc/1555/task/1557/ns’: Keine Berechtigung
find: ‘/proc/1555/task/1558/fd’: Keine Berechtigung
find: ‘/proc/1555/task/1558/fdinfo’: Keine Berechtigung
find: ‘/proc/1555/task/1558/ns’: Keine Berechtigung
find: ‘/proc/1555/task/1559/fd’: Keine Berechtigung
find: ‘/proc/1555/task/1559/fdinfo’: Keine Berechtigung
find: ‘/proc/1555/task/1559/ns’: Keine Berechtigung
find: ‘/proc/1555/task/1560/fd’: Keine Berechtigung
find: ‘/proc/1555/task/1560/fdinfo’: Keine Berechtigung
find: ‘/proc/1555/task/1560/ns’: Keine Berechtigung
find: ‘/proc/1555/task/1561/fd’: Keine Berechtigung
find: ‘/proc/1555/task/1561/fdinfo’: Keine Berechtigung
find: ‘/proc/1555/task/1561/ns’: Keine Berechtigung
find: ‘/proc/1555/task/1562/fd’: Keine Berechtigung
find: ‘/proc/1555/task/1562/fdinfo’: Keine Berechtigung
find: ‘/proc/1555/task/1562/ns’: Keine Berechtigung
find: ‘/proc/1555/task/1563/fd’: Keine Berechtigung
find: ‘/proc/1555/task/1563/fdinfo’: Keine Berechtigung
find: ‘/proc/1555/task/1563/ns’: Keine Berechtigung
find: ‘/proc/1555/task/1564/fd’: Keine Berechtigung
find: ‘/proc/1555/task/1564/fdinfo’: Keine Berechtigung
find: ‘/proc/1555/task/1564/ns’: Keine Berechtigung
find: ‘/proc/1555/task/1565/fd’: Keine Berechtigung
find: ‘/proc/1555/task/1565/fdinfo’: Keine Berechtigung
find: ‘/proc/1555/task/1565/ns’: Keine Berechtigung
find: ‘/proc/1555/fd’: Keine Berechtigung
find: ‘/proc/1555/map_files’: Keine Berechtigung
find: ‘/proc/1555/fdinfo’: Keine Berechtigung
find: ‘/proc/1555/ns’: Keine Berechtigung
find: ‘/proc/1582/task/1582/fd’: Keine Berechtigung
find: ‘/proc/1582/task/1582/fdinfo’: Keine Berechtigung
find: ‘/proc/1582/task/1582/ns’: Keine Berechtigung
find: ‘/proc/1582/task/1583/fd’: Keine Berechtigung
find: ‘/proc/1582/task/1583/fdinfo’: Keine Berechtigung
find: ‘/proc/1582/task/1583/ns’: Keine Berechtigung
find: ‘/proc/1582/task/1584/fd’: Keine Berechtigung
find: ‘/proc/1582/task/1584/fdinfo’: Keine Berechtigung
find: ‘/proc/1582/task/1584/ns’: Keine Berechtigung
find: ‘/proc/1582/task/1585/fd’: Keine Berechtigung
find: ‘/proc/1582/task/1585/fdinfo’: Keine Berechtigung
find: ‘/proc/1582/task/1585/ns’: Keine Berechtigung
find: ‘/proc/1582/task/1586/fd’: Keine Berechtigung
find: ‘/proc/1582/task/1586/fdinfo’: Keine Berechtigung
find: ‘/proc/1582/task/1586/ns’: Keine Berechtigung
find: ‘/proc/1582/task/1587/fd’: Keine Berechtigung
find: ‘/proc/1582/task/1587/fdinfo’: Keine Berechtigung
find: ‘/proc/1582/task/1587/ns’: Keine Berechtigung
find: ‘/proc/1582/task/1588/fd’: Keine Berechtigung
find: ‘/proc/1582/task/1588/fdinfo’: Keine Berechtigung
find: ‘/proc/1582/task/1588/ns’: Keine Berechtigung
find: ‘/proc/1582/task/1589/fd’: Keine Berechtigung
find: ‘/proc/1582/task/1589/fdinfo’: Keine Berechtigung
find: ‘/proc/1582/task/1589/ns’: Keine Berechtigung
find: ‘/proc/1582/task/1590/fd’: Keine Berechtigung
find: ‘/proc/1582/task/1590/fdinfo’: Keine Berechtigung
find: ‘/proc/1582/task/1590/ns’: Keine Berechtigung
find: ‘/proc/1582/task/1591/fd’: Keine Berechtigung
find: ‘/proc/1582/task/1591/fdinfo’: Keine Berechtigung
find: ‘/proc/1582/task/1591/ns’: Keine Berechtigung
find: ‘/proc/1582/task/1592/fd’: Keine Berechtigung
find: ‘/proc/1582/task/1592/fdinfo’: Keine Berechtigung
find: ‘/proc/1582/task/1592/ns’: Keine Berechtigung
find: ‘/proc/1582/fd’: Keine Berechtigung
find: ‘/proc/1582/map_files’: Keine Berechtigung
find: ‘/proc/1582/fdinfo’: Keine Berechtigung
find: ‘/proc/1582/ns’: Keine Berechtigung
find: ‘/proc/1597/task/1597/fd’: Keine Berechtigung
find: ‘/proc/1597/task/1597/fdinfo’: Keine Berechtigung
find: ‘/proc/1597/task/1597/ns’: Keine Berechtigung
find: ‘/proc/1597/task/1598/fd’: Keine Berechtigung
find: ‘/proc/1597/task/1598/fdinfo’: Keine Berechtigung
find: ‘/proc/1597/task/1598/ns’: Keine Berechtigung
find: ‘/proc/1597/task/1599/fd’: Keine Berechtigung
find: ‘/proc/1597/task/1599/fdinfo’: Keine Berechtigung
find: ‘/proc/1597/task/1599/ns’: Keine Berechtigung
find: ‘/proc/1597/task/1600/fd’: Keine Berechtigung
find: ‘/proc/1597/task/1600/fdinfo’: Keine Berechtigung
find: ‘/proc/1597/task/1600/ns’: Keine Berechtigung
find: ‘/proc/1597/task/1601/fd’: Keine Berechtigung
find: ‘/proc/1597/task/1601/fdinfo’: Keine Berechtigung
find: ‘/proc/1597/task/1601/ns’: Keine Berechtigung
find: ‘/proc/1597/task/1602/fd’: Keine Berechtigung
find: ‘/proc/1597/task/1602/fdinfo’: Keine Berechtigung
find: ‘/proc/1597/task/1602/ns’: Keine Berechtigung
find: ‘/proc/1597/task/1603/fd’: Keine Berechtigung
find: ‘/proc/1597/task/1603/fdinfo’: Keine Berechtigung
find: ‘/proc/1597/task/1603/ns’: Keine Berechtigung
find: ‘/proc/1597/task/1604/fd’: Keine Berechtigung
find: ‘/proc/1597/task/1604/fdinfo’: Keine Berechtigung
find: ‘/proc/1597/task/1604/ns’: Keine Berechtigung
find: ‘/proc/1597/task/1605/fd’: Keine Berechtigung
find: ‘/proc/1597/task/1605/fdinfo’: Keine Berechtigung
find: ‘/proc/1597/task/1605/ns’: Keine Berechtigung
find: ‘/proc/1597/task/1606/fd’: Keine Berechtigung
find: ‘/proc/1597/task/1606/fdinfo’: Keine Berechtigung
find: ‘/proc/1597/task/1606/ns’: Keine Berechtigung
find: ‘/proc/1597/task/1607/fd’: Keine Berechtigung
find: ‘/proc/1597/task/1607/fdinfo’: Keine Berechtigung
find: ‘/proc/1597/task/1607/ns’: Keine Berechtigung
find: ‘/proc/1597/fd’: Keine Berechtigung
find: ‘/proc/1597/map_files’: Keine Berechtigung
find: ‘/proc/1597/fdinfo’: Keine Berechtigung
find: ‘/proc/1597/ns’: Keine Berechtigung
find: ‘/proc/1612/task/1612/fd’: Keine Berechtigung
find: ‘/proc/1612/task/1612/fdinfo’: Keine Berechtigung
find: ‘/proc/1612/task/1612/ns’: Keine Berechtigung
find: ‘/proc/1612/task/1613/fd’: Keine Berechtigung
find: ‘/proc/1612/task/1613/fdinfo’: Keine Berechtigung
find: ‘/proc/1612/task/1613/ns’: Keine Berechtigung
find: ‘/proc/1612/task/1614/fd’: Keine Berechtigung
find: ‘/proc/1612/task/1614/fdinfo’: Keine Berechtigung
find: ‘/proc/1612/task/1614/ns’: Keine Berechtigung
find: ‘/proc/1612/task/1615/fd’: Keine Berechtigung
find: ‘/proc/1612/task/1615/fdinfo’: Keine Berechtigung
find: ‘/proc/1612/task/1615/ns’: Keine Berechtigung
find: ‘/proc/1612/task/1616/fd’: Keine Berechtigung
find: ‘/proc/1612/task/1616/fdinfo’: Keine Berechtigung
find: ‘/proc/1612/task/1616/ns’: Keine Berechtigung
find: ‘/proc/1612/task/1617/fd’: Keine Berechtigung
find: ‘/proc/1612/task/1617/fdinfo’: Keine Berechtigung
find: ‘/proc/1612/task/1617/ns’: Keine Berechtigung
find: ‘/proc/1612/task/1618/fd’: Keine Berechtigung
find: ‘/proc/1612/task/1618/fdinfo’: Keine Berechtigung
find: ‘/proc/1612/task/1618/ns’: Keine Berechtigung
find: ‘/proc/1612/task/1619/fd’: Keine Berechtigung
find: ‘/proc/1612/task/1619/fdinfo’: Keine Berechtigung
find: ‘/proc/1612/task/1619/ns’: Keine Berechtigung
find: ‘/proc/1612/task/1620/fd’: Keine Berechtigung
find: ‘/proc/1612/task/1620/fdinfo’: Keine Berechtigung
find: ‘/proc/1612/task/1620/ns’: Keine Berechtigung
find: ‘/proc/1612/task/1621/fd’: Keine Berechtigung
find: ‘/proc/1612/task/1621/fdinfo’: Keine Berechtigung
find: ‘/proc/1612/task/1621/ns’: Keine Berechtigung
find: ‘/proc/1612/task/1622/fd’: Keine Berechtigung
find: ‘/proc/1612/task/1622/fdinfo’: Keine Berechtigung
find: ‘/proc/1612/task/1622/ns’: Keine Berechtigung
find: ‘/proc/1612/fd’: Keine Berechtigung
find: ‘/proc/1612/map_files’: Keine Berechtigung
find: ‘/proc/1612/fdinfo’: Keine Berechtigung
find: ‘/proc/1612/ns’: Keine Berechtigung
find: ‘/proc/1627/task/1627/fd’: Keine Berechtigung
find: ‘/proc/1627/task/1627/fdinfo’: Keine Berechtigung
find: ‘/proc/1627/task/1627/ns’: Keine Berechtigung
find: ‘/proc/1627/task/1628/fd’: Keine Berechtigung
find: ‘/proc/1627/task/1628/fdinfo’: Keine Berechtigung
find: ‘/proc/1627/task/1628/ns’: Keine Berechtigung
find: ‘/proc/1627/task/1629/fd’: Keine Berechtigung
find: ‘/proc/1627/task/1629/fdinfo’: Keine Berechtigung
find: ‘/proc/1627/task/1629/ns’: Keine Berechtigung
find: ‘/proc/1627/task/1630/fd’: Keine Berechtigung
find: ‘/proc/1627/task/1630/fdinfo’: Keine Berechtigung
find: ‘/proc/1627/task/1630/ns’: Keine Berechtigung
find: ‘/proc/1627/task/1631/fd’: Keine Berechtigung
find: ‘/proc/1627/task/1631/fdinfo’: Keine Berechtigung
find: ‘/proc/1627/task/1631/ns’: Keine Berechtigung
find: ‘/proc/1627/task/1632/fd’: Keine Berechtigung
find: ‘/proc/1627/task/1632/fdinfo’: Keine Berechtigung
find: ‘/proc/1627/task/1632/ns’: Keine Berechtigung
find: ‘/proc/1627/task/1633/fd’: Keine Berechtigung
find: ‘/proc/1627/task/1633/fdinfo’: Keine Berechtigung
find: ‘/proc/1627/task/1633/ns’: Keine Berechtigung
find: ‘/proc/1627/task/1634/fd’: Keine Berechtigung
find: ‘/proc/1627/task/1634/fdinfo’: Keine Berechtigung
find: ‘/proc/1627/task/1634/ns’: Keine Berechtigung
find: ‘/proc/1627/task/1635/fd’: Keine Berechtigung
find: ‘/proc/1627/task/1635/fdinfo’: Keine Berechtigung
find: ‘/proc/1627/task/1635/ns’: Keine Berechtigung
find: ‘/proc/1627/task/1636/fd’: Keine Berechtigung
find: ‘/proc/1627/task/1636/fdinfo’: Keine Berechtigung
find: ‘/proc/1627/task/1636/ns’: Keine Berechtigung
find: ‘/proc/1627/task/1637/fd’: Keine Berechtigung
find: ‘/proc/1627/task/1637/fdinfo’: Keine Berechtigung
find: ‘/proc/1627/task/1637/ns’: Keine Berechtigung
find: ‘/proc/1627/fd’: Keine Berechtigung
find: ‘/proc/1627/map_files’: Keine Berechtigung
find: ‘/proc/1627/fdinfo’: Keine Berechtigung
find: ‘/proc/1627/ns’: Keine Berechtigung
find: ‘/proc/1642/task/1642/fd’: Keine Berechtigung
find: ‘/proc/1642/task/1642/fdinfo’: Keine Berechtigung
find: ‘/proc/1642/task/1642/ns’: Keine Berechtigung
find: ‘/proc/1642/task/1643/fd’: Keine Berechtigung
find: ‘/proc/1642/task/1643/fdinfo’: Keine Berechtigung
find: ‘/proc/1642/task/1643/ns’: Keine Berechtigung
find: ‘/proc/1642/task/1644/fd’: Keine Berechtigung
find: ‘/proc/1642/task/1644/fdinfo’: Keine Berechtigung
find: ‘/proc/1642/task/1644/ns’: Keine Berechtigung
find: ‘/proc/1642/task/1645/fd’: Keine Berechtigung
find: ‘/proc/1642/task/1645/fdinfo’: Keine Berechtigung
find: ‘/proc/1642/task/1645/ns’: Keine Berechtigung
find: ‘/proc/1642/task/1646/fd’: Keine Berechtigung
find: ‘/proc/1642/task/1646/fdinfo’: Keine Berechtigung
find: ‘/proc/1642/task/1646/ns’: Keine Berechtigung
find: ‘/proc/1642/task/1647/fd’: Keine Berechtigung
find: ‘/proc/1642/task/1647/fdinfo’: Keine Berechtigung
find: ‘/proc/1642/task/1647/ns’: Keine Berechtigung
find: ‘/proc/1642/task/1648/fd’: Keine Berechtigung
find: ‘/proc/1642/task/1648/fdinfo’: Keine Berechtigung
find: ‘/proc/1642/task/1648/ns’: Keine Berechtigung
find: ‘/proc/1642/task/1649/fd’: Keine Berechtigung
find: ‘/proc/1642/task/1649/fdinfo’: Keine Berechtigung
find: ‘/proc/1642/task/1649/ns’: Keine Berechtigung
find: ‘/proc/1642/task/1650/fd’: Keine Berechtigung
find: ‘/proc/1642/task/1650/fdinfo’: Keine Berechtigung
find: ‘/proc/1642/task/1650/ns’: Keine Berechtigung
find: ‘/proc/1642/task/1651/fd’: Keine Berechtigung
find: ‘/proc/1642/task/1651/fdinfo’: Keine Berechtigung
find: ‘/proc/1642/task/1651/ns’: Keine Berechtigung
find: ‘/proc/1642/task/1652/fd’: Keine Berechtigung
find: ‘/proc/1642/task/1652/fdinfo’: Keine Berechtigung
find: ‘/proc/1642/task/1652/ns’: Keine Berechtigung
find: ‘/proc/1642/fd’: Keine Berechtigung
find: ‘/proc/1642/map_files’: Keine Berechtigung
find: ‘/proc/1642/fdinfo’: Keine Berechtigung
find: ‘/proc/1642/ns’: Keine Berechtigung
find: ‘/proc/1657/task/1657/fd’: Keine Berechtigung
find: ‘/proc/1657/task/1657/fdinfo’: Keine Berechtigung
find: ‘/proc/1657/task/1657/ns’: Keine Berechtigung
find: ‘/proc/1657/task/1658/fd’: Keine Berechtigung
find: ‘/proc/1657/task/1658/fdinfo’: Keine Berechtigung
find: ‘/proc/1657/task/1658/ns’: Keine Berechtigung
find: ‘/proc/1657/task/1659/fd’: Keine Berechtigung
find: ‘/proc/1657/task/1659/fdinfo’: Keine Berechtigung
find: ‘/proc/1657/task/1659/ns’: Keine Berechtigung
find: ‘/proc/1657/task/1660/fd’: Keine Berechtigung
find: ‘/proc/1657/task/1660/fdinfo’: Keine Berechtigung
find: ‘/proc/1657/task/1660/ns’: Keine Berechtigung
find: ‘/proc/1657/task/1661/fd’: Keine Berechtigung
find: ‘/proc/1657/task/1661/fdinfo’: Keine Berechtigung
find: ‘/proc/1657/task/1661/ns’: Keine Berechtigung
find: ‘/proc/1657/task/1662/fd’: Keine Berechtigung
find: ‘/proc/1657/task/1662/fdinfo’: Keine Berechtigung
find: ‘/proc/1657/task/1662/ns’: Keine Berechtigung
find: ‘/proc/1657/task/1663/fd’: Keine Berechtigung
find: ‘/proc/1657/task/1663/fdinfo’: Keine Berechtigung
find: ‘/proc/1657/task/1663/ns’: Keine Berechtigung
find: ‘/proc/1657/task/1664/fd’: Keine Berechtigung
find: ‘/proc/1657/task/1664/fdinfo’: Keine Berechtigung
find: ‘/proc/1657/task/1664/ns’: Keine Berechtigung
find: ‘/proc/1657/task/1665/fd’: Keine Berechtigung
find: ‘/proc/1657/task/1665/fdinfo’: Keine Berechtigung
find: ‘/proc/1657/task/1665/ns’: Keine Berechtigung
find: ‘/proc/1657/task/1666/fd’: Keine Berechtigung
find: ‘/proc/1657/task/1666/fdinfo’: Keine Berechtigung
find: ‘/proc/1657/task/1666/ns’: Keine Berechtigung
find: ‘/proc/1657/task/1667/fd’: Keine Berechtigung
find: ‘/proc/1657/task/1667/fdinfo’: Keine Berechtigung
find: ‘/proc/1657/task/1667/ns’: Keine Berechtigung
find: ‘/proc/1657/fd’: Keine Berechtigung
find: ‘/proc/1657/map_files’: Keine Berechtigung
find: ‘/proc/1657/fdinfo’: Keine Berechtigung
find: ‘/proc/1657/ns’: Keine Berechtigung
find: ‘/proc/1672/task/1672/fd’: Keine Berechtigung
find: ‘/proc/1672/task/1672/fdinfo’: Keine Berechtigung
find: ‘/proc/1672/task/1672/ns’: Keine Berechtigung
find: ‘/proc/1672/task/1673/fd’: Keine Berechtigung
find: ‘/proc/1672/task/1673/fdinfo’: Keine Berechtigung
find: ‘/proc/1672/task/1673/ns’: Keine Berechtigung
find: ‘/proc/1672/task/1674/fd’: Keine Berechtigung
find: ‘/proc/1672/task/1674/fdinfo’: Keine Berechtigung
find: ‘/proc/1672/task/1674/ns’: Keine Berechtigung
find: ‘/proc/1672/task/1675/fd’: Keine Berechtigung
find: ‘/proc/1672/task/1675/fdinfo’: Keine Berechtigung
find: ‘/proc/1672/task/1675/ns’: Keine Berechtigung
find: ‘/proc/1672/task/1676/fd’: Keine Berechtigung
find: ‘/proc/1672/task/1676/fdinfo’: Keine Berechtigung
find: ‘/proc/1672/task/1676/ns’: Keine Berechtigung
find: ‘/proc/1672/task/1677/fd’: Keine Berechtigung
find: ‘/proc/1672/task/1677/fdinfo’: Keine Berechtigung
find: ‘/proc/1672/task/1677/ns’: Keine Berechtigung
find: ‘/proc/1672/task/1678/fd’: Keine Berechtigung
find: ‘/proc/1672/task/1678/fdinfo’: Keine Berechtigung
find: ‘/proc/1672/task/1678/ns’: Keine Berechtigung
find: ‘/proc/1672/task/1679/fd’: Keine Berechtigung
find: ‘/proc/1672/task/1679/fdinfo’: Keine Berechtigung
find: ‘/proc/1672/task/1679/ns’: Keine Berechtigung
find: ‘/proc/1672/task/1680/fd’: Keine Berechtigung
find: ‘/proc/1672/task/1680/fdinfo’: Keine Berechtigung
find: ‘/proc/1672/task/1680/ns’: Keine Berechtigung
find: ‘/proc/1672/task/1681/fd’: Keine Berechtigung
find: ‘/proc/1672/task/1681/fdinfo’: Keine Berechtigung
find: ‘/proc/1672/task/1681/ns’: Keine Berechtigung
find: ‘/proc/1672/task/1682/fd’: Keine Berechtigung
find: ‘/proc/1672/task/1682/fdinfo’: Keine Berechtigung
find: ‘/proc/1672/task/1682/ns’: Keine Berechtigung
find: ‘/proc/1672/fd’: Keine Berechtigung
find: ‘/proc/1672/map_files’: Keine Berechtigung
find: ‘/proc/1672/fdinfo’: Keine Berechtigung
find: ‘/proc/1672/ns’: Keine Berechtigung
find: ‘/proc/1687/task/1687/fd’: Keine Berechtigung
find: ‘/proc/1687/task/1687/fdinfo’: Keine Berechtigung
find: ‘/proc/1687/task/1687/ns’: Keine Berechtigung
find: ‘/proc/5433/map_files’: Keine Berechtigung
find: ‘/proc/5433/fdinfo’: Keine Berechtigung
find: ‘/proc/5433/ns’: Keine Berechtigung
^C
smarthome@vm-iobroker:~$

</code></pre>
<p dir="auto"></p></section></section><p></p>
]]></description><link>https://forum.iobroker.net/post/1057817</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057817</guid><dc:creator><![CDATA[JoJo58]]></dc:creator><pubDate>Mon, 09 Oct 2023 12:54:27 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 12:47:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jojo58" aria-label="Profile: jojo58">@<bdi>jojo58</bdi></a></p>
<pre><code>
find / -path /proc -o -path /dev -o -path /sys -o -path /lost+found -prune -o -name nodesource.[gk]* -print
</code></pre>
<p dir="auto">Führ das mal aus.</p>
]]></description><link>https://forum.iobroker.net/post/1057813</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057813</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Mon, 09 Oct 2023 12:47:46 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 12:40:53 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> Da kommt das hier:</p>
<pre><code>smarthome@vm-iobroker:~$ sudo apt update
OK:1 http://security.debian.org/debian-security bookworm-security InRelease
OK:2 http://deb.debian.org/debian bookworm InRelease
OK:3 http://deb.debian.org/debian bookworm-updates InRelease
OK:4 https://repos.influxdata.com/debian stable InRelease
Holen:5 https://deb.nodesource.com/node_18.x bookworm InRelease [4.586 B]
Es wurden 4.586 B in 0 s geholt (10,1 kB/s).
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
Aktualisierung für 1 Paket verfügbar. Führen Sie »apt list --upgradable« aus, um es anzuzeigen.
smarthome@vm-iobroker:~$

</code></pre>
]]></description><link>https://forum.iobroker.net/post/1057808</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057808</guid><dc:creator><![CDATA[JoJo58]]></dc:creator><pubDate>Mon, 09 Oct 2023 12:40:53 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 12:37:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jojo58" aria-label="Profile: jojo58">@<bdi>jojo58</bdi></a> sagte in <a href="/post/1057789">iob node fix - Skript</a>:</p>
<blockquote>
<p dir="auto">Noch eine Idee was ich machen kann?</p>
</blockquote>
<p dir="auto">Das ist ein interessantes Verhalten. Sollte eigentlich nicht vorkommen.</p>
<pre><code>sudo apt update
</code></pre>
<p dir="auto">sagt?</p>
]]></description><link>https://forum.iobroker.net/post/1057802</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057802</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Mon, 09 Oct 2023 12:37:54 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Mon, 09 Oct 2023 12:18:27 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> Guten Morgen, ich habe aktuell Probleme mit meinem Javascript Adapter und wollte daher nodejs aktualisieren. Ich habe eine VM unter Proxmox mit der aktuellen Debian 12 bookworm am laufen. Installiert ist nodejs v18.171 und ich wollte auf 18.18 gehen. Da es nicht nach der Anleitung hier aus dem <a href="https://forum.iobroker.net/topic/64032/update-nodejs-best-practise-supported-16-und-18">Forum</a> funktionierte, habe ich recherchiert und dein Script gefunden. Nach dem Start kommt noch die Meldung das ich Geduld haben soll und das war es leider auch. Nach 1,5 Stunden habe ich das Script abgebrochen.</p>
<pre><code>ioBroker nodejs fixer 2023-10-07

Recommended nodejs-version is: 18.18.0
Checking your installation now. Please be patient!

Your current setup is:
/usr/bin/nodejs         v18.17.1
/usr/bin/node           v18.17.1
/usr/bin/npm            9.6.7
/usr/bin/npx            9.6.7
/usr/bin/corepack       0.18.0

We found these nodejs versions available for installation:

nodejs:
  Installed: 18.17.1-deb-1nodesource1
  Candidate: 18.17.1-deb-1nodesource1
  Version table:
 *** 18.17.1-deb-1nodesource1 500
        500 https://deb.nodesource.com/node_18.x bookworm/main amd64 Packages
        100 /var/lib/dpkg/status
     18.13.0+dfsg1-1 500
        500 http://deb.debian.org/debian bookworm/main amd64 Packages



Nothing to do - Your installation is using the correct paths.

You are running nodejs v18.17.1. Do you want to install recommended version 18.18.0?

Press &lt;y&gt; to continue or any other key to quit
Trying to fix your installation now. Please be patient.
</code></pre>
<p dir="auto">Noch eine Idee was ich machen kann?</p>
<p dir="auto">Gruß Johannes</p>
]]></description><link>https://forum.iobroker.net/post/1057789</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057789</guid><dc:creator><![CDATA[JoJo58]]></dc:creator><pubDate>Mon, 09 Oct 2023 12:18:27 GMT</pubDate></item><item><title><![CDATA[Reply to iob node fix - Skript on Sun, 08 Oct 2023 10:07:47 GMT]]></title><description><![CDATA[<p dir="auto">Super Script, Update von 18.17.x auf 18.18.0 ohne Probleme.</p>
<p dir="auto">System: Proxmox, ioBrocker im LXC.</p>
<p dir="auto">Vielen Dank für deine Arbeit Thomas <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /></p>
]]></description><link>https://forum.iobroker.net/post/1057037</link><guid isPermaLink="true">https://forum.iobroker.net/post/1057037</guid><dc:creator><![CDATA[SuFra]]></dc:creator><pubDate>Sun, 08 Oct 2023 10:07:47 GMT</pubDate></item></channel></rss>